@charset "UTF-8";

/* CSS Document */
/* ########## RESET CSS ########## */
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ########## END RESET CSS ########## */


/*########### NIVO STYLE #############*/

.slider-wrapper { 
	 margin: 30px auto;
}
/*########### END NIVO STYLE #############*/


body {
	font-family: 'Calibri', 'Arial', sans-serif;
	}

/*------------HEADER START-------------*/
#header-wrap{
		background: #000 url(images/header-bg.png) repeat-x 0 60px;
}
#header{
	width: 970px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	}
	header h1{
		font-family: 'Calibri', 'Arial', sans-serif;
		font-weight: 100;
		color: #fff;
		font-style: italic;
		font-size: 18px;
	}
	#header img{
		margin-bottom: 10px;
	}
	
/*----------NAV------*/	
#nav-wrapper{
	padding-top: 10px;
	background: #000;
	}
	#nav{
		width: 970px;
		margin: 0 auto;
	}
	#nav ul{
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#nav ul li{
		list-style: none;
		display: inline-block;
		*display: inline;
		padding: 15px 20px;
		margin: 0px 0;
	}
		#nav ul li:first-child{
			border-left: none;
			padding-left: 0;
		}
	#nav ul li a{
		color: #fff;
		font-size: 16px;
		font-family: 'Calibri', 'Arial', sans-serif;
		text-decoration: none;
		text-transform: uppercase;
	}
/*---------CONTENT--------*/
#content{
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
	padding-top: 30px;
}
section{
	float: left;
	width: 60%;
}
section h1{
	color: #DE5D19;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
section h2{
	color: #1F6AAE;
	font-size: 25px;
	padding-bottom: 15px;
}
section p{
	font-size: 14px;
	color: #595959;
	padding-bottom: 10px;
	line-height: 1.4;
}
section ul{
	list-style: disc;
	margin: 0 0 15px 0;
	
}
	section ul li, section ol li{
		color: #595959;
		padding-bottom: 5px;
		font-size: 14px;
	}
section ol{
	list-style: decimal;
	margin: 0 0 15px 0;
}

aside{
	float: right;
	width: 31%;
}
	#pareas{
		background: #343E3F;
		border-radius: 10px;
	}
	#pareas h2{
		font-family: 'bender_solidregular', sans-serif;
		color: #fff;
		text-align: center;
		background: #4C92E3;
		padding: 10px 0;
		border-radius: 10px 10px 0px 0px;
		font-size: 36px;
	}
	#pareas ul{
		-margin: 0;
		padding-left: 60px;
	
	}
	#pareas ul li{
		list-style-image: url(images/bullet.png);
		padding-bottom: 10px;
		padding-right: 50px;
	}
	#pareas ul li a{
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 18px;
		
	}
	
	.contact-box{
		background: #343e3f;
		margin-left: 22px;
		width: 258px;
	}
	.contact-box img{
		position: absolute;
		padding-bottom: 10px;
		padding-top: 6px;
		margin-left: -30px;
	}
	.contact-box p{
		color: #fff;
		font-size: 13px;
		text-align: center;
		padding: 0 10px;
		line-height: 1.2;
		
	}
#textfield{
			width: 200px;
			padding: 10px 3px 10px 5px;
			margin: 6px 0 0;
		}
		#textarea{
			width: 205px;
			margin: 6px 0 0;
			padding: 10px 5px 10px 5px;
			height: 80px;
			font-family: 'Arial', sans-serif;
			font-size: 13px;
		}
		#submit{
			background: url(images/button.jpg) repeat-x;
			font-family: 'Cambria', sans-serif;
			font-style: italic;
			font-size: 30px;
			color: #fff;
			text-align: center;
			border: none;
			height: 66px;
			width: 213px;
			cursor: pointer;
			margin: 6px 0 10px;
			text-decoration: none;
			-webkit-transition: color 0.5s ease; 
			-moz-transition: color 0.5s ease;
			-o-transition: color 0.5s ease; 
			transition:  color 0.5s ease;
			
		}
		#submit:hover{
			color: #f08005;
		}

/*---------FOOTER--------*/
#footer-wrapper{
	background: #000;
}
footer{
	width: 970px;
	padding-top: 20px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	background: #000;
	padding-bottom: 20px;
	}
	footer p{
		color: #fff;
		font-family: 'Calibri', 'Arial', sans-serif;
		font-size: 14px;
		font-style: italic;
		padding-bottom: 20px;
	}
	footer p a{
		color: #fff;
		text-decoration: none;
	}
	
.footer-left{
	width: 50%;
	float: left;
	padding-top: 20px;
}
.footer-right{
	width: 50%;
	float: right;
	text-align: right;
}
.footer-right img{
	margin-bottom: -20px;
}
/* ########## SIMPLE MAIL STYLES ########## */
.watermark{
		color: #999999;
	}
	
	.simple_mail{
		margin: 0px auto;
		padding-top: 20px;
	}
		
	.formfields{
		margin-bottom: 0px;
		padding: 0;
	}

		.formfields > li {
			overflow: hidden;
			margin-top: 10px;
		}
		
		.formfields > li:first-child{
			margin: 0px;
		}
		
		.formfields > li > label{
			display: block;
			margin-bottom: 2px;
			font-family: 'Calibri', sans-serif;
			color: #59595a;

		}
		
		.formfields .req{
			color: red;
		}
		
		.formfields input[type=text], .formfields textarea, .formfields select{
			width: 320px;
			padding: 5px;
			border: 1px solid #CDCDCD;
			border-radius: 4px;
			background: #EFEFEF;
			color: #59595a;
			font-family: 'Calibri', sans-serif;
			font-size: 14px;

        
		}
		
		.formfields select{
			width: 320px;
		}
		
		.formfields textarea{
			height: 130px;
			width: 510px;
			resize: vertical;
		}
		
		.formfields .checks p{
			margin: 0px 0px 5px 0px;
		}
		
		.formfields .checks ul {
			list-style: none;
			margin: 0px;
			padding: 0px 0px 0px 20px;
		}
		
		.formfields .checks li {
			overflow: hidden;
			padding: 2px 0px;
		}
		
		.formfields .checks li input{
			float: left;
			margin: 0px;
		}
		
		.formfields .checks li label{
			margin-left: 30px;
			display: block;
		}
		
		.formfields input[type=submit]{
			float: right;
			text-align: center;
			font-family: 'Myriad Pro', sans-serif;
			font-size: 18px;
background: #df5c16; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmNWMxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODQ2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #df5c16 0%, #a84600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df5c16), color-stop(100%,#a84600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #df5c16 0%,#a84600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #df5c16 0%,#a84600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #df5c16 0%,#a84600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #df5c16 0%,#a84600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5c16', endColorstr='#a84600',GradientType=0 ); /* IE6-8 */


			border-radius: 8px;
			padding: 10px 0;
			width: 200px;
			margin-bottom: 5px;
			margin-right: 53px;
			box-shadow: 1px 2px 3px rgba(36, 78, 91, 0.80);
			-moz-box-shadow: 1px 2px 3px rgba(36, 78, 91, 0.80);
			-webkit-box-shadow: 1px 2px 3px rgba(36, 78, 91, 0.80);
			color: #fff;
			text-decoration: none;
			-webkit-transition: color 0.5s ease; 
			-moz-transition: color 0.5s ease;
			-o-transition: color 0.5s ease; 
			transition:  color 0.5s ease;
			cursor: pointer;
			border: none;
		
	}
	.formfields input[type=submit] a{
		color: #fff;
		text-decoration: none;
		-webkit-transition: color 0.5s ease; 
		-moz-transition: color 0.5s ease;
		-o-transition: color 0.5s ease; 
		transition:  color 0.5s ease;
	}
		aside p.button a:hover{
			color: #083356;
		}
		
		.formfields .return{
			clear: both;
			font-style: italic;
			text-align: center;
			padding: 10px;
		}

/* ########## END SIMPLE MAIL STYLES ########## */


/* ########## WORDPRESS CSS ########## */

/**Wordpress Core**/
	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter, div.aligncenter {
		display:block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float:left;
		margin: 5px 20px 20px 0;
	}

	.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	a img.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 5px 20px 20px 0;
	}

	a img.alignleft {
		float:left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin:0;
		max-width: 98.5%;
		padding:0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size:11px;
		line-height:17px;
		margin:0;
		padding:0 4px 5px;
	}

/* ########## END WORDPRESS CSS ########## */