@charset "UTF-8";
/* CSS Document */

body  {
	background: #e7eaee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/mid_bg.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	background-image: url(../images/head_bg.jpg);
	padding-right: 15px;
	padding-left: 15px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	margin-right: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
} 
.twoColFixRtHdr #footer {
	background-image: url(../images/footer_bg.jpg);
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-position: bottom;
	margin: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	padding: 0px;
	color: #8594af;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	background-color: #123b8c;
	height: 27px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e13a3e;
	margin-bottom: 0px;
	clear: both;
	padding-left: 35px;
}
.twoColFixRtHdr #container #header .logo {
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}
.twoColFixRtHdr #container #header .logo2 {
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	float: right;
}
.twoColFixRtHdr #container #header .strap {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8594af;
	font-size: 100%;
	margin-top: 50px;
	float: right;
	margin-right: 30px;
	text-align: right;
	margin-left: 50px;
	width: 300px;
	padding-bottom: 30px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: lighter;
	color: #123b8c;
	letter-spacing: .1em;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	margin-top: 0px;
	color: #8594af;
}
.twoColFixRtHdr #container #mainContent p .bold {
	font-weight: bold;
	color: #8594af;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #123b8c;
	font-weight: lighter;
	margin-bottom: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	float: left;
}
#footer a {
	display: block;
	margin: 0px;
	padding: 7px;
	font-size: 70%;
	text-decoration: none;
	color: #8594af;
	text-transform: uppercase;
}
#footernav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8594af;
	padding-right: 130px;
	padding-left: 130px;
	padding-top: 7px;
	padding-bottom: 0px;
}
#footernav a:link, #footernav a:visited {
}
#footernav a:hover, #footernav a:active {
	color: #123b8c;
	text-decoration: underline;
}

/*case style */
#casebox {
	background-color: #e7eaee;
	border: 1px solid #8594af;
	padding: 5px;
	margin-bottom: 10px;
}
#caseboxhead {
	background-color: #8594af;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 4px;
	font-size: 115%;
	text-align: center;
	margin-bottom: 5px;
}
#casebox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505660;
	font-size: 70%;
	line-height: 1.5em;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#casebox .more a:link, #casebox .more a:visited {
	text-decoration: none;
	color: #8594af;
	padding-right: 3px;
	padding-left: 3px;
	width: 19%;
	float: right;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}
#casebox .more a:hover, #casebox .more a:active {
	text-decoration: none;
	color: #123b8c;
	padding-right: 3px;
	padding-left: 3px;
	width: 19%;
	float: right;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

/*news style */
#newsbox {
	background-color: #e7eaee;
	border: 1px solid #8594af;
	padding: 5px;
	margin-bottom: 10px;
}
#newsboxhead {
	background-color: #8594af;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 4px;
	font-size: 115%;
	text-align: center;
	margin-bottom: 5px;
}
#newsbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505660;
	font-size: 70%;
	line-height: 1.5em;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#newsbox .more a:link, #newsbox .more a:visited {
	text-decoration: none;
	color: #8594af;
	padding-right: 3px;
	padding-left: 3px;
	width: 19%;
	float: right;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}
#newsbox .more a:hover, #newsbox .more a:active {
	text-decoration: none;
	color: #123b8c;
	padding-right: 3px;
	padding-left: 3px;
	width: 19%;
	float: right;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

/*contact style */
#contactbox {
	background-color: #e7eaee;
	border: 1px solid #8594af;
	padding: 5px;
	margin-bottom: 10px;
}
#contacthead {
	background-color: #8594af;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 4px;
	font-size: 115%;
	text-align: center;
	margin-bottom: 5px;
}
#contactbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505660;
	font-size: 70%;
	line-height: 1.5em;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contactbox .more a:link, #contactbox .more a:visited {
	text-decoration: none;
	display: block;
	background-color: #8594af;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	width: 19%;
	float: right;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}
#contactbox .more a:hover, #contactbox .more a:active {
	text-decoration: none;
	display: block;
	background-color: #123b8c;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	width: 19%;
	float: right;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}
#contactbox a {
	font-weight: bold;
	color: #8594af;
	text-decoration: none;
}
#contactbox a:hover {
	font-weight: bold;
	color: #123b8c;
	text-decoration: none;
}
.maincontentfull {
	margin: 0px;
	padding: 0px;
	width: 91%;
}
#mainContent  ul  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	margin-top: 0px;
	color: #8594af;
	font-weight: bold;
}
#mainContent #images1 {
	width: 32%;
	float: left;
	text-align: center;
}
#mainContent #images2 {
	width: 36%;
	float: left;
	text-align: center;
}
#mainContent #images3 {
	width: 32%;
	float: left;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #images1 .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #123b8c;
}
.twoColFixRtHdr #container #mainContent #images2 .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #123b8c;
}
.twoColFixRtHdr #container #mainContent #images3 .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #123b8c;
}
.twoColFixRtHdr #container #mainContent #images1 img {
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent #images2 img {
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent #images3 img {
	margin-bottom: 10px;
}

.twoColFixRtHdr #container #mainContent a {
	font-weight: bold;
	text-decoration: underline;
	color: #123b8c;
}
.twoColFixRtHdr #container #mainContent #map {
	float: right;
}
.twoColFixRtHdr #container #mainContent #map a {
	color: #123b8c;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent #imagebox {
	float: left;
	font-size: 60%;
	text-align: center;
	width: 230px;
	padding-right: 10px;
}
