@charset "utf-8";
body {
	margin:0px;
	background:#1162a3;
}


#header {
	display: block;
	width: 950px;
	margin:auto;
	background:url(images/round.jpg) no-repeat #FFF;
	background-position:14px 315px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	padding-bottom:15px;
}

#container{
	display: table;
	width: 920px;
	margin:auto;
	background-color:#FFF;
}
#content{
	display: table-cell;
	vertical-align: top;
}
#content h2 {
	padding:0px;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	color:#069;
	font-weight:700;
}
#content p {
	padding:0px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333;
	text-align:justify;
	padding-right:20px;
	padding-top:5px;
	margin-bottom:20px;
}
#content h4 {
	padding:0px;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#333;
	font-weight:700;
	margin-top:15px;
	margin-bottom:10px;
}
#content span {
	padding:0px;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#333;
	font-weight:400;
	display:inline-block;
	width:500px;
}
#content span strong{
	padding:0px;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#333;
	font-weight:400;
	display:inline-block;
	width:100px;
}



#sidebar{
	display: table-cell;
	vertical-align: top;
	width:358px;
	background-color:#dce9ef;
	margin-right:15px;
}
div.blue{
	display:block;
	height:332px;
	background:url(images/bnr.jpg) top no-repeat;
	width:358px;
	float:right;
	margin-right:15px;
	margin-top:10px;
}

nav{
	display:block;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#005293 solid 1px;
	margin-top:14px;
	margin-right:14px;
	
	
	background: #0685ce; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2ODVjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTY0YWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0685ce 0%, #0564ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0685ce), color-stop(100%,#0564ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* IE10+ */
background: linear-gradient(to bottom, #0685ce 0%,#0564ae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0685ce', endColorstr='#0564ae',GradientType=0 ); /* IE6-8 */
}
nav a{
	display:block;
	float:left;
	width:100px;
	text-align:center;
	padding:11px  0;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	border-right:#005293 solid 1px;
	border-left:#3595d8 solid 1px;
	text-transform:uppercase;
	font-size:13px;
	cursor:pointer;
	text-decoration:none;
}
nav a:hover{
	background-color:#666;
}
nav a:first-child{
	border-left:#3595d8 solid 0px;
	padding:7px 0;
}
nav a:last-child{
	border-right:#3595d8 solid 0px;
}

.logo{
	margin-left:15px;
	margin-top:10px;
}	
div.footer{
	display:block;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:5px 0;
}

.contactForm{
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
.contactForm input[type='text']{
	display:block;
	width:400px;
	padding:7px 5px;
	border:#CCC solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:15px;
}
.contactForm textarea{
	display:block;
	width:400px;
	padding:7px 5px;
	border:#CCC solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:15px;
}
.contactForm input[type='button']{
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#005293 solid 1px;
	margin-top:14px;
	margin-right:10px;
	padding:5px;
	width:85px;
	color:#FFF;
	cursor:pointer;
	
	
	background: #0685ce; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2ODVjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTY0YWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0685ce 0%, #0564ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0685ce), color-stop(100%,#0564ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* IE10+ */
background: linear-gradient(to bottom, #0685ce 0%,#0564ae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0685ce', endColorstr='#0564ae',GradientType=0 ); /* IE6-8 */
}
.contactForm label{
	color:#F00;
	display:block;
	padding:0px;
	margin:0px;

}

.prolist{
	margin:0px;
	padding:0px;
	padding-top:10px;	
}
.prolist li{
	list-style:none;
	display:inline-block;
	border:#CCC solid 1px;
	padding:30px;
	margin-right:15px;
	margin-bottom:20px;
}
.prolist li a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	display:block;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#005293 solid 1px;
	margin-top:14px;
	margin-right:10px;
	padding:5px;
	width:85px;
	color:#FFF;
	text-decoration:none;
	
	
	background: #0685ce; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2ODVjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTY0YWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0685ce 0%, #0564ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0685ce), color-stop(100%,#0564ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0685ce 0%,#0564ae 100%); /* IE10+ */
background: linear-gradient(to bottom, #0685ce 0%,#0564ae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0685ce', endColorstr='#0564ae',GradientType=0 ); /* IE6-8 */
}

.success{
	display:none;
	background-color:#C8EFC7;
	border:#20A429 solid 1px;
	padding:10px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:400;
	margin-right:15px;
}




