@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	MESI
		
    ---------------------------------------  */


/*  ---------------------------------------
	Global 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			background: url(../images/body-bg.gif) repeat-x top #e4e1d3;
			font-family: Arial;
		}
		
		#container {
			width: 960px;
			margin: 0 auto;
		}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */



/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
			background: url(../images/header-bg.gif) left 40px repeat-x;
		}
			#header h1 {
				display: block;
				float: left;
				height: 100px;
				width: 354px;
			}
				#header h1 a {
					display: block;
					width: 354px;
					height: 100px;
					text-indent: -999999px;
					background: url(../images/header-logo.gif) 10px 10px no-repeat;
				}
				
			#header p#header-info {
	display: block;
	text-align: right;
	font-size: 15px;
	font-family: Arial;
	color: #00468c;
	height: 40px;
	line-height: 40px;
			}
#header p#header-info a {
	text-decoration: underline;
	color: #0066cc;
}
				#header p#header-info strong {
					font-weight: normal;
					color: #005ab7;
				}
			
			#header ul {
				display: block;
				float: right;
				height: 70px;
				width: 575px;
				padding-right: 20px;
				list-style-type: none;
			}
				#header ul li {
	display: block;
	float: right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
				}
					#header ul li a {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
					}
						#header ul li a:hover { background: #fff; color: #0a3764; }
						
					#header ul li.current_page_item a { color: #004385; background: none; }
						



/*  ---------------------------------------
	Masthead
	- - - - - - - - - - - - - - - - - - - -  */
	
		#masthead {
	display: block;
	background: url(../images/masthead-bg.gif) repeat-x;
	padding: 0 200px 0 30px;
	height: 90px;
	line-height: 90px;
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
		}



/*  ---------------------------------------
	Content
	- - - - - - - - - - - - - - - - - - - -  */
	
		#content {
			border-top: 10px solid #fff;
			border-bottom: 10px solid #fff;
			background: url(../images/content-bg.gif) repeat-y;
			padding: 0 10px;
		}



/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
	
		#sidebar {
	width: 240px;
	float: right;
	margin-bottom: 40px;
		}
#sidebar a {
	color: #0066cc;
}
			#sidebar ul {
				list-style-type: none;
			}
					#sidebar ul li a {
						display: block;
						padding: 8px 13px;
						font-size: 15px;
						color: #0066cc;
						text-transform: uppercase;
						border-bottom: 1px solid #f0ede4;
					}
						#sidebar ul li a:hover {
							background: #0066cc;
							color: #fff;
						}
#sidebar .sidebar-image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebar p.sidebar-image img{
	margin-bottom: 10px;
}
#sidebar p.sidebar-image a {
	color: #0066cc;
}
#sidebar #sidebar-contact {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	margin-left: 10px;
}
#sidebar #sidebar-contact p {
}
#sidebar   #sidebar-contact   p.section-info {
	margin-bottom: 20px;
	margin-top: 10px;
}



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
		#main {
	width: 700px;
	float: left;
	margin-bottom: 40px;
		}
			#main h3 {
				
			}
			#main p {
				display: block;
				padding: 0 90px 17px 20px;
				font-size: 14px;
				color: #333;
				line-height: 19px;
			}
			#main p a {
			
			}
			#main p a:hover {
			
			}
				#main p.lead {
	font-size: 18px;
	background: #e4e1d3;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 25px;
				}
			#main h3 {
				display: block;
				padding: 10px 90px 15px 20px;
				font-size: 17px;
				font-weight: bold;
				color: #333; 
			}/*  ---------------------------------------
	Forms
	- - - - - - - - - - - - - - - - - - - -  */	
#main ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 20px;
}
#main ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	color: #333;
	font-size: 14px;
	line-height: 19px;
}
#main ul li a {
	text-decoration: underline;
	font-weight: bold;
}
#mail ul.services {
}
#main ul.services li {
}
			
		form.cform {
			padding: 0 20px;
			margin: 0;
		}
			form.cform ol {
				padding: 0 !important;
				margin: 0 !important;
				list-style-type: none;
			}
			form.cform li {
				display: block;
				padding: 5px 0;
			}
					form.cform li.cf-box-group label { color: #333; width: 160px; }
				form.cform li label {
					display: block;
					width: 120px;
					float: left;
					padding-right: 10px;
					color: #5e523e;
					font-size: 12px;
					line-height: 20px;
					color: #5e523e;
					font-weight: bold;
				}
				form.cform li input {
					display: block;
					width: 160px;
					float: left;
					border: none;
					border-bottom: 1px solid #7a7464;
					background: #d1cab8;
					color: #82756c;
					padding: 5px;
				}
				form.cform li span { display: block; float: left; padding-left: 5px; }
				form.cform li span.reqtxt, form.cform li span.emailreqtxt { color: #999 !important; font-size: 12px !important; }
				form.cform li .area { width: 280px; float: left; display: block; }
				form.cform p.cf-sb {
					margin-left: 110px !important;
					margin-top: 15px;
				}
				
				p.linklove {display: none;}
			form.cform textarea {
				width: 235px !important;
				float: left;
				height: 150px;
				border: none;
				border-bottom: 1px solid #7a7464;
				background: #d1cab8;
				color: #82756c;
				padding: 5px;
			}
			form.cform fieldset.cf_hidden { display: none; }
		
			form.cform li.cf_li_err {
				background: #FFE2DF;
			}
			form.cform li.cf_li_err span.reqtxt, form.cform li.cf_li_err span.emailreqtxt { color: #6f4c54 !important; }
		
		form.cform li:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.success,
		.failure {
			padding: 10px 25px !important;
			font-size: 16px !important;
			background: #FFE2DF;
			color: #6f4c54;
			margin-bottom: 10px;
		}
		.success {
			color: #3d634d;
		}
		
		
		form.cform li {display: inline-block;}
		.no-background { background: none !important; }
		
		.linklove { display: none !important;}
		
		/* Hides from IE-mac \*/
		* html form.cform li {height: 1%;}
		form.cform li {display: block;}
		/* End hide from IE-mac */
		
		
		/* sidebar contact form */
		
		form#cforms3form li label {
			display: block;
			width: 69px !important;
			float: left;
			color: #fff;
			font-size: 12px;
			line-height: 26px;
			font-weight: bold;
		}
		form#cforms3form li textarea {
			width: 159px !important;
			float: left;
			height: 70px;
			border: none;
			border-top: 1px solid #3D5A26;
			border-left: 1px solid #3D5A26;
			background: #44652B;
			color: #AFCC97;
			padding: 5px;
		}
		form#cforms3form li input {
			display: block;
			width: 159px;
			float: left;
			border: none;
			border-top: 1px solid #3D5A26;
			border-left: 1px solid #3D5A26;
			background: #44652B;
			color: #AFCC97;
			padding: 5px;
		}
		form#cforms3form .reqtxt, form#cforms3form .emailreqtxt {
			clear: both;
			padding-left: 79px;
			color: #AFCC97 !important;
			white-space: nowrap;
		}
			form#cforms3form p.cf-sb {
				margin-left: 79px !important;
			}
			form#cforms3form .sendbutton {
				background-color: #6B9A3E;
				color: #fff;
				border: 1px solid #9BBD72;
				margin-right: 30px;
				padding: 2px 4px;
			}
			#si-contact-form .success, #si-contact-form .failure {
				padding: 10px 25px !important;
				font-size: 12px !important;
				font-weight: bold !important;
				background: #5D8041 !important;
				color: #fff !important;
				margin-bottom: 10px;
			}
			#si-contact-form .success {
				color: #fff !important;
			}
			form#cforms3form li.cf_li_err {
				background: #5D8041 !important;
			}
			form#cforms3form  li.cf_li_err span.reqtxt, form#cforms3form  li.cf_li_err span.emailreqtxt {
				color: #fff !important;
			}



/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
		#footer {
			padding: 25px 10px;
		}
			#footer-nav {
				width: 50%;
				float: left;
			}
				#footer-nav ul {
					display: block;
					list-style-type: none;
					width: 100%;
				}
					#footer-nav ul li {
						display: block;
						float: left;
					}
						#footer-nav ul li a {
							display: block;
							float: left;
							font-size: 12px;
							color: #999;
							padding-right: 10px;
						}
							#footer-nav a:hover { color: #333; }
							
					#privacy {
						display: block;
						padding-top: 10px;
						color: #999;
						font-size: 12px;
					}
						#privacy a {
							color: #999;
						}
						
			#footer-info {
				width: 50%;
				float: right;
			}
				#footer-phone {
					font-size: 14px;
					text-align: right;
					display: block;
					padding-bottom: 10px;
					color: #999;
				}
					#footer-phone span {
						padding-left: 20px;
					}
					#footer-phone strong {
						font-weight: normal;
						color: #005bb7;
					}
				#footer-legal {
					display: block;
					font-size: 12px;
					color: #999;
					text-align: right;
				}#footer-legal a {
	color: #0066cc;
}

