@charset "UTF-8";


* { 
  margin: 0; 
  padding: 0;
}

body {
	margin:auto;
	background-color:#f3f3f1; 
	
}

#main	{
	width:1050px;
}


#boxLeft p	{
	font-family: georgia, serif;
	font-size: 10pt;
	color:#706664;
	padding:3px 0 0 5px;
	line-height: 1.5em;
	text-align:justify;
}


#boxMiddle p	{
	font-family: georgia, serif;
	font-size: 10pt;
	color:#706664;
	padding:3px 0 0 5px;
	line-height: 1.5em;
	text-align: justify;
}

#boxRight p	{
	font-family: georgia, serif;
	font-size: 10pt;
	color:#706664;
	padding:3px 0 0 5px;
	line-height: 1.5em;
	text-align:justify;
} 



a.email	{
	font-family: georgia, serif;
	font-size: 10pt;
	color:#968986;
	margin:10px 0 0 20px;
	line-height: 1.8em;
	text-decoration: none;
}

a.email:hover	{
	color:#514a48;
}


a.emailCat	{
	font-family: georgia, serif;
	font-size: 10pt;
	color:#968986;
	margin:10px 0 0 0;
	line-height: 1.8em;
	text-decoration: none;
	border:none;

}

a.emailCat:hover	{
	
	color:#514a48;
	 
}

a.emailCat span {
	margin-left:35px;
}


/*.header	{
	margin-bottom:7px;
} */

#boxLeft img {
	margin-bottom:8px;
	
}

#wrapper {
	
	background-image:url('img/bkgrd.jpg');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1120px;
	height:auto;
	margin-top:180px;
}

h3 {
	float:left;
}

#logo	{
	padding:12px;
	position:relative;
	z-index: 10;
	left:385px;
	top:-160px;
	height: 156px;
	width:400px
	
}

#slideshow	{
	position:relative;
	left:160px;
	bottom:32px;
	width:500px

}

#lower	{
	margin:50px 0 50px 10px;
	width:1050px;
	height:425px;
}

#boxLeft	{
	width:300px;
	height:375px;
	float:left;
	margin-left:50px;
	padding:10px;
}


#boxMiddle {
	width:350px;
	height:375px;
	float:left;
	padding:10px 10px 10px 30px;

}

#boxRight {
	width:250px;
	height:375px;
	float:left;
	padding:10px 10px 10px 30px;
}



#follow {
	position:relative;
	margin-top:10px;

}

#icons	{
	padding:10px 0 0 10px;

}

#icons li {
	display: inline;
	padding-right:10px;
}


#greenLink {
	margin: 25px 0 0 10px;
}

#greenLink p{
	margin: 5px 0 0 0;

}

#bottomLogo	{
	width:230px;
	height: 152px;
	margin:auto;
}

#bottomLogo img	{
		
	margin-top:10px;
}

.copyright {
	font-size: 7pt;
	margin-top:15px;
	color:#968986;
	padding-left:35px;
	padding-bottom:20px;

}

#footer	{
	margin:auto;
	width:300px;
	padding-left:150px;
	
}	

#formWrap {
	width:307px;
	height:235px;
	position: relative;
	right:20px;
}
	
form {
  margin-top:10px;
}

.form-data 
{	
	border: 0px solid #C6C6C6;
	background-color: #f3f3f1;
	width: 100%;
	margin-bottom: .5em;
	color: #9b9ea4;
}

.form-data select {
	font-size: 1.1em;
	font-family: georgia, Helvetica, sans-serif;
	margin-left: 0.7em;
	margin-bottom: 10px;
	width:210px;
	
}

.form-data option {
	font-size: 1.1em;
	font-family: georgia, Helvetica, sans-serif;
	padding:3px 0 3px 20px;
	height: 1em;
}

.form-data input  {
	padding: 1px;
	font-size: 1.1em;
	font-family: georgia, Helvetica, sans-serif;
	margin-left: 0.7em;
}

.form-data input[type=text] { width: 200px;}

.form-data td {
  	line-height: 1.8em;
	font-size: 10px;
	padding: 0.5em;
	margin: 0px;
}

.form-data th 
{
	text-align: right;
	border-right: 0px solid #c6c6c6;
	border-bottom: 0px solid #c6c6c6;
	background-color: #f3f3f1;
	width: 80px;
	font-size: 10pt;
	font-style: italic;
	padding: 0.2em 0.7em 0.2em 0.2em;
	font-family: verdana;
	font-weight:normal;
	line-height:1em;
}

.form-data input[type=text]:focus,input[type=password]:focus,textarea:focus {background-color:#CBE3F5}

.form-data  textarea {	
	font-family: georgia, Arial, Helvetica, sans-serif;
	width: 205px;
	height: 50px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 0.7em;
}

.form-data input.disabled {
	background-color: #f8f8f8;
	color: #000;
	font-weight: bold;
}

.form-data input[type=file] {
	font-size: 1.0em;
}

.controls {
    position:relative;
    left:105px;
}
	
	

