@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #1c5eb8;
	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 */
}
a:link {
	color: #4a8de2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4a8de2;
}
a:hover {
	text-decoration: none;
	color: #f7941d;
}
a:active {
	text-decoration: none;
}
h1 {
	margin: 0px 0;
	padding: 0;
	font-weight: normal;
	font-size: 34px;
	color: #1d63bc;
}
h2 {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 36px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
h2 .text1 {
	color: #afb81d;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1c5fb9;
}
h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
h5 {
	margin: 0;
	padding: 12px 15px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	background: #f7941d;
	border-bottom: #d97f12 1px solid;
}
h6 {
	margin: 0 0 12px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5790de;
}

#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
#headerContainer {
	width: 100%;
	background: #164b93;
	text-align: left;
}
#header, #footer {
	width: 990px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto;
}
#header .logo {
	margin-right: 10px;
	vertical-align: middle;
}
#header .text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	vertical-align: middle;
}
#header .text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f7941d;
	vertical-align: middle;
}
#header .rightCol {
	text-align: right;
}
#header .address {
}
#header .langbar {
	color: #FFF;
	margin: 15px 0;
}
#header .langbar a, #header .langbar a:visited {
	color: #FFF;
	margin: 0 0.2em 0 0.2em;
}
#header .langbar a:hover {
	color: #f7941d;
	margin: 0 0.2em 0 0.2em;
}
#topNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
}
#topNav li {
	float: right;
	display: inline;
	text-align: center;
	margin: 0px 5px 0 0;
	/*width: 140px;*/
}


#topNav li a, #topNav li a:link{
	padding: 7px 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #6398d5;
	display: block;
}
#topNav li a:hover, #topNav li a.navOn {
	color: #FFF;
	background: #f7941d;
	display: block;
}


#footerContainer {
	margin: 12px 0 0 0;
	width: 100%;
	background: #164b93;
	text-align: left;
}
#footer p {
	font-size: 10px;
	color: #FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar1 .content {
	margin: 15px 10px 10px 20px;
}
#sidebar1 .categoryNav {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar1 .categoryNav li {
	margin: 0;
	line-height: 27px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
#sidebar1 .categoryNav li a, #sidebar1 .categoryNav li a:link {
	background: url(images/arrow.gif) no-repeat 5px 50%;
	color: #666;
	display: block;
	padding: 0 0 0 15px;
}
#sidebar1 .categoryNav li a:hover, #sidebar1 .categoryNav li a.navOn {
	background: #ecf2f9 url(images/arrow.gif) no-repeat 5px 50%;
	color: #f7941d;
	display: block;
	padding: 0 0px 0 15px;
}
#sidebar1 .contactBox {
	border-top: 12px solid #1c5eb8;
	background: #5790de;
	padding: 15px 10px 15px 20px;
	color: #FFF;
}
#sidebar1 .contactBox h3 {
	color: #FFF;
}
#sidebar1 .contactBox .title {
	font: 16px;
}
#sidebar1 .contactBox2 {
	border-top: 0px solid #1c5eb8;
	background: #5790de;
	padding: 15px 10px 15px 20px;
	color: #FFF;
}
#sidebar1 .contactBox2 h3 {
	color: #FFF;
}
#sidebar1 .contactBox2 .title {
	font: 16px;
}
#sidebar1 .contactBoxBottom {
	border: 1px solid #5790de;
	background: #164b93;
	padding: 15px 10px 15px 20px;
	color: #FFF;
}
#sidebar1 .contactBoxBottom p {
	margin: 0;
}
#sidebar1 .contactBoxBottom a, #sidebar1 .contactBoxBottom a:link, #sidebar1 .contactBoxBottom a:visited {
	color: #FFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 461px;
}
#sidebar2 .content {
	line-height: 18px;
	margin: 15px 10px 15px 20px;
}
#sidebar2 .content h3 {
	margin: 0;
	color: #999;
}
#mainContent {
	margin: 0 0 0 233px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
.detailsLink {
	margin: 10px 0px;
	width: 60px;
	float: left;

}
.detailsLink a:link, .detailsLink a:visited {
	display: block;
	padding: 5px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #f7941d;
}
.detailsLink a:hover {
	padding: 5px;	
	color: #FFF;
	background-color:#ffc886;
}
.arrow {
	line-height: 1.5em;
}
.pic {
	border: 1px #CCC solid;
}
.picContent {
	border: 1px #CCC solid;
	margin: 10px;
}
.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: 8px;
}
.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:0px;
	font-size: 1px;
	line-height: 0px;
}
/* Home Page */

#homeImgContainer {
	width: 538px;
	margin: 12px 12px 12px 233px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
#homeImgContainer .homeImg {
	width: auto;
	padding: 0 20px 0 0;
	margin: 0;
	overflow:hidden;
	line-height: 1.5em;
	background-color: #fff;
}
#homeImgContainer .homeImg .pic {
	border: none;
	float: left;
	display: inline;
	margin: 0 18px 0 0;
}
#homeImgContainer h1 {
	line-height: 1.2em;
	margin: 60px 12px 20px 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeImgContainer h1 .text2 {
	color: #5790de;
}
/* Inside Page */

#insidPageContainer {
	margin: 12px 0px 0px 0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent .info1 {
	width: 150px;	
}
#mainContent .info2 {
	width: 415px;	
}
#mainContent .info3 {
	width: 40px;	
}
#mainContent .info4 {
	width: 400px;	
}
#mainContent .info5 {
	width: 200px;	
}
#mainContent .info6 {
	width: 80px;	
}

#mainContent .catPicBox {
	padding: 0;
	margin: 12px 12px 12px 20px;
	overflow: hidden;
}
#mainContent .catPicBox li {
	float: left;
	width: 48%;
	display: inline;
	margin: 0 12px 12px 0; 
	height: 307px;
}
#mainContent .catPicBox .pic {
	float: left;
	margin: 0 12px 0 0;
}
#mainContent .catPicBox .text {
	margin: 0;
	display: block;
}
#mainContent .catPicBox h4 {
	margin: 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5790de;
}
#mainContent .catPicBox .text a, #mainContent .catPicBox .text a:link, #mainContent .catPicBox .text a:visited {
	color: #333;
}
#mainContent .catPicBox .text a:hover {
	color: #5790de;
}
#mainContent .itemContent {
	margin: 12px 12px 12px 20px;
	overflow: hidden;
}
#mainContent .itemContent .pic {
	float: left;
	margin: 0px 20px 20px 0px;
}
#mainContent .otherContent {
	margin: 12px 20px 12px 20px;
}
#mainContent .otherContent .pic {
	margin: 0 12px 12px 12px;
}
.backLink {
	text-align: right;
	overflow: hidden;
	margin: 15px 0;
}
.backLink a, .backLink a:link, .backLink a:visited {
	display: block;
	padding: 5px 15px 5px 0px;
	background-color: #ecf2f9;
}
.backLink a:hover { 
	padding: 5px 15px 5px 0px;
	
	color: #FFF;
	background-color:#5790de;
}
/* Contact Page */
.contactBg {
	height: 80px;
	color: #FFF;
	padding: 20px;
	background: #1c5eb8;
}
.contactBg2 {
	color: #FFF;
	padding: 20px;
	background: #5790de;
}
.contactBg2 a, .contactBg2 a:link, .contactBg2 a:visited {
	color: #fff
}
.contactFormText .header {
	padding-top: 15px;
	border-bottom: 1px dotted #5790de;
}
.contactFormText label {
	width: 120px;
}
.contactFormText input {
	width: 300px;
}
.contactFormText .comment {
	height: 100px;
	width: 400px;
}
.contactFormText .submitBtn {
	border: none;
	width: 60px;
	color: #FFF;
	padding: 5px 0;
	background: #f7941d;
}
.contactFormText .resetBtn {
	border: none;
	width: 60px;
	color: #000;
	padding: 5px 0;
	background: #999;
}
.contactFormText h4 {
	font-size: 12px;
	color: #1c5fb9;
}
.contactFormText #gender {
	width: 20px;
}
