/* start of reset */ 
 html, body, div, span, applet, object, iframe,  
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
 a, abbr, acronym, address, big, cite, code,  
 del, dfn, em, font, img, ins, kbd, q, s, samp,  
 small, strike, strong, sub, sup, tt, var,  
 b, u, i, center,  
 dl, dt, dd, ol, ul, li,  
 fieldset, form, label, legend,  
 table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
/* end of reset */ 

html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}


body {

}


#wrapper {
	width: 960px; 
	margin: 0 auto;
	min-height: 800px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 178px;	
}

/* Start of Nav */
#nav {
	min-height: 48px;
	font-size: 15px;
}

ul.mainNav {
	margin-top: 23px;
	padding-left: 20px;
	float: left;
	width: 100%;
}

.mainNav li {
	list-style: none;
	float: left;
	margin-right:  3px;
}

.mainNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	color: #51453e;
	text-transform: uppercase;
}
.mainNav .active  {
	display: block;
	padding: 7px 15px 4px 15px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.mainNav .active:hover  {
 	color: #CCC;
}

.mainNav a:hover{
	color: #000;
}
/* End of Nav  */


/* Start of main_content  */
#main_content {
	background-color: #51453e;
	width: 960px;
	padding-top: 20px;
	min-height: 650px;
}

#main_content p {
	color: #FFF;
	font-size: 14px;
	margin: 25px;
	line-height: 18px;
}

#main_content p .grey_text {
	color: #c9c8c8;
}

#main_content h2 {
	color: #FFF;
	font-size: 17px;
	margin: 10px 0 0 25px;
	line-height: 25px;
}

#main_content h2 a:link {
	color: #FFF;
	text-decoration: none;
}

#main_content h2 a:visited {
	color: #FFF;
	text-decoration: none;
}

#main_content h2 a:hover {
	text-decoration: underline;
}

#main_content h4 a:link {
	color: #FFF;
	text-decoration: none;
	margin-left: 25px;
}

#main_content h4 a:visited {
	color: #FFF;
	text-decoration: none;
}

#main_content h4 a:active {
	color: #666;
}

#main_content h4 a:hover {
	text-decoration: underline;
}




#main_content ul.steps {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 14px;
	color: #FFF;
	margin-left: 40px;
	margin-right: 40px;
}

#main_content ul.steps li {
	margin-bottom: 20px;
	line-height: 18px;
}

.rule {
	color: #CCC;
	width: 900px;
	margin: 0 0 0 25px;
}

#main_content .saor_right {
	float: right;
	margin: 10px 20px 0px 20px;
}

#main_content .saor_right p a:link {
	margin: 0 0 0 0;
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}

#main_content .saor_right p a:visited {
	margin: 0 0 0 0;
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}


#images {
	float: right;
}

#images p {
	margin-top: 3px;
}

#images img{
	margin: 20px 50px 0 20px;
	border: 2px solid #6b574b;
}



/* End of main_content  */

#contact {
	width: 600px;
	margin-left: 20px;
	color: #FFF;
}
#contact p, label, legend { font-size: 14px;}
#contact h1 { margin: 3px 0 5px; font-size: 12px; color: #fff; }
#contact hr { height: 0; margin: 4px 0 4px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
#contact { display: block; width: 420px; padding: 3px; -webkit-border-radius:5px;  }
/* Form style */
#contact label { display: inline-block; float: left; height: 26px; line-height: 40px; width: 100px; font-size: 13px; -webkit-border-radius:5px; }
#contact input, textarea { width: 300px; margin: 0; padding: 3px; color: #000; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 60px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#pcontact legend { padding:7px 10px; font-weight:bold; color:#fff; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
#contact span.required{ font-size: 12px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#message { margin: 8px 0; padding: 0; }
.error_message { font-size: 12px; display: block; height: 20px; line-height: 18px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 2px 7px 2px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }
.loader { padding: 0 10px; }
#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:18px; }
acronym { border-bottom:1px dotted #ccc; }
/* End Partners page - Contact Form */

