﻿body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
div.photoslider {
	margin:50px;
}
div.videodiv {
	margin:37px;
	text-align:center;
}
div#headersection {
/*	background-image: url('../images/gradiant_top.png');*/
	background-color: #7aafda;
/*	background-repeat:no-repeat;*/
	border: thin solid #7AAFDA;
	margin:0;
	-webkit-border-radius: 20px 20px 25px 25px;
	-moz-border-radius: 20px 20px 25px 25px;
	border-radius: 20px 20px 25px 25px;
}
img.headerimage {
 	float: right; 
 	margin-right: 50px; 
 	margin-top: -107px;
}
div#searchbar {
    background-color: #FFFFFF;
	-webkit-border-radius: 20px 20px 25px 25px;
	-moz-border-radius: 20px 20px 25px 25px;
	border-radius: 20px 20px 25px 25px;
    float: right;
    height: 25px;
    margin-right: 4px;
    margin-top: -110px;
    padding: 5px;
    text-align: center;
    width: 240px;
}
.blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
.popUpDiv {
	text-align: right;
	font-size: small;
	position: absolute;
	background-color: #eeeeee;
	width: 400px;
	height: auto;
	z-index: 9002;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: medium solid #7AAFDA;
}
.popUpDiv li {
	text-align: left;
	font-size: x-small;
}

h1 {
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: 0;
}
div#container {
	height: 680px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#contentbody {
	float: left;
	width: 700px;
	height: auto;
	min-height: 500px;
	border: thin solid #7AAFDA;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	margin-bottom: 5px;
}
div#rightcontainer {
	float: right;
	width: 190px;
	height: inherit;
}
div#contentcontainer {
	min-height: 662px;
	height: inherit;
	padding-top: 10px;
}
h2.headingbar {
	background-color: #7AAFDA;
	margin-top: 0;
	padding: 0 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	height:27px;
	background-image: url('../images/gradiant.png');
	background-repeat: repeat-x;
}
.section {
	border: thin solid #7AAFDA;
	margin-bottom: 5px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	height:auto;
}
.section p.calltoaction {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -20px;
	font-family: "Times New Roman", Times, serif, Verdana;
}
div.office p {
	padding-left: 20px;
}
div.section a {
	padding: 5px;
}
a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7AAFDA'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#7AAFDA)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #7AAFDA); /* for firefox 3.6+ */

/*	border: solid 1px #7aafda;*/
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AAFDA', endColorstr='#7AAFDA'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#7AAFDA), to(#7AAFDA)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #7AAFDA,  #7AAFDA); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#nav .current a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AAFDA', endColorstr='#7AAFDA'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#7AAFDA), to(#7AAFDA)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #7AAFDA,  #7AAFDA); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul li:hover a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
div#footersection {
	height:78px;
	padding-top: 40px;
	clear: both;
	background-image: url('../images/gradiant_top.png');
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;	
	border: thin solid #7AAFDA;
	
}
div#footersection p {
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #ffffff;
}
div#footersection p a{
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
div#footersection p a:hover{
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #ffffff;
}
div#contentbody h3{
	vertical-align: super;
	display: inline;
}
div.office {
	padding-left: 10px;
}
div.section h2 {
	text-align: left;
}
p.bodytextdefault{
	padding: 10px;
	text-align: left;
}
div.calltoaction p {
	font-size: small;
	text-align: center;
}
.section form {
	text-align: center;
}
div.office {
	float: left;
	width: 300px;
	clear: left;
	font-size: small;
}
div.office h3 {
	padding-left: 5px;
}
div.officeright{
	float: right;
	width: 350px;
}