@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFFFFF;
	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: 24px;
	color: #1d63bc;
}
h2 {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 36px;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
h2 .text1 {
	color: #afb81d;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	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: 22px;
	color: #5790de;
}
#container {
	width: 920px;  /* 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: #FFFFFF;
	text-align: left;
	height: 75px;
	margin-top: 20px;
	vertical-align: middle;
}
#header {
	width: 920px;
	padding: 0 0px 0 0px;  /* 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: 0px auto;
}
#footer {
	width: 890px;
	padding: 0 10px 0 0px;  /* 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: 10px auto;
	border-top: #f0c7c7 1px solid;
	border-bottom: #f0c7c7 1px solid;
}
#header .logo {
	margin: 0px 5px 10px 5px;
	vertical-align: middle;
}
#header .text1 {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	font-size: 27px;
}
#header .text2 {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #F78C00;
	vertical-align: middle;
	font-size: 21px;
}
#header .rightCol {
	text-align: right;
}
#header .address {
}
#header .langbar {
	color: #000;
	margin: 15px 0;
}
#header .langbar a, #header .langbar a:visited {
	color: #FFF;
	margin: 0 0.2em 0 0.2em;
}
#header .langbar a:hover {
	color: #F78C00;
	margin: 0 0.2em 0 0.2em;
}
#topNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
}
#topNav font {
	float: left;
	display: inline;
	text-align: right;
	margin: 1px 1px 0 0;
	width: 148px;
}
#topNav font a, #topNav font a:link, #topNav font a:visited {
  padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #FFF;
	background: #731616;
	display: block;
}
#topNav font a:hover, #topNav font a.navOn {
	color: #FFF;
	background: #c81e05;
	display: block;
}
#footerContainer {
	margin: 12px 0 0 0;
	width: 100%;
	text-align: left;
}
#footer p {
	font-size: 10px;
	color: #731616;
	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 */
	width:920px;
}
#sidebar1 .content {
	width: 920px;
}
#sidebar1 .content .menuleftcol {
	margin: 1px 0px 1px 0px;
	width: 310px;
	height: 24px;
	float: left;
	background-color:#f3f3f3;
}
#sidebar1 .content .menumiddlecol {
	width: 2px;
	float: left;
}
#sidebar1 .content .menurightcol {
	margin: 0px 0px 1px 0px;
	/*width: 605px;*/
	width:100%
	height: 25px;
	float: left;
}
#sidebar1 .content .menuleftcol2 {
	margin: 0px 0px 5px 0px;
	width: 312px;
	float: left;
	background-color:#f3f3f3;
}
#sidebar1 .content .menurightcol2 {
	margin: 0px 0px 5px 0px;
	width: 608px;
	height: 265px;
	float: left;
}
#sidebar1 .content .contactmenurightcol2 {
	margin: 0px 0px 5px 0px;
	width: 608px;
	height: 120px;
	float: left;
}

#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 .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: 306px;
}
#sidebar2 .content {
	line-height: 18px;
	margin: 15px 10px 15px 20px;
}
#sidebar2 .content h3 {
	margin: 0;
	color: #999;
}
#mainContent {
	margin: 0 0 0 0; /* 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 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	/*height: 300px;*/
	height: 100%;
}

.detailsLink {
	float: left;
	width: 180px;
	margin: 5px 0px;
	padding: 5px 10px;
	background-color: #F78C00;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.detailsLink a {
	color: #FFF;

	font-weight: bold;
	text-decoration: none;
}
.detailsLink a:hover {
	color: #731616;

	font-weight: bold;
	text-decoration: none;
}
.arrow {
	line-height: 1.5em;
}
.pic {
	border: 1px #FFF solid;
}
.picContent {
	border: 1px #CCC solid;
	margin: 0px;
}
.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 */
	float:left;
	width:920px;
}
#contactinsidPageContainer {
	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: 0;
	overflow: visible;
}
#mainContent .catPicBox li {
	float: left;
	width: 200px;
	display: inline;
	margin: 0 12px 0px 0;
}
#mainContent .catPicBox .pic {
	display: inline;
	float: left;
	/*margin: 0 12px 0 0;*/
}
#mainContent .catPicBox .text {
	margin: 0;
	float:left;
	width: 180px;
	display: block;
	padding: 0 10px;
	line-height: 18px;
}
#mainContent .catPicBox .name {
	margin: 0;
	display: block;
	text-align: center;
}
#mainContent .catPicBox h4 {
	margin: 12px 0;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #c81e05;
	font-weight: normal;
}
#mainContent .catPicBox .text a, #mainContent .catPicBox .text a:link, #mainContent .catPicBox .text a:visited {
	color: #333;
}
#mainContent .catPicBox .text a:hover {
	color: #5790de;
}
#mainContent .catPicBox .catbg h3 {
	padding-top: 15px;
	padding-left: 12px;
	margin: 0;
	width: 230px;
	height:15px;
	float:left;
	background: url(images2/cat_bg.jpg) no-repeat;
}
#mainContent .categoryNav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	float:left;
	background-color:#f9e8e6;
}
#mainContent .categoryNav2 {
	padding: 0;
	margin-left:10px;
	list-style: none;
	width: 200px;
	height: 200px;
	background-color:#f9e8e6;
}
ul {
list-style-type: none;
}
#mainContent .categoryNav li {
	margin: 0;
	padding-top:0px;

	display: block;
	border-bottom: 1px solid #dcbab8;
}
#mainContent .categoryNav li a, #mainContent .categoryNav li a:link, #mainContent .categoryNav li a:visited {
	/*background: url(images/arrow.gif) no-repeat 5px 50%;*/
	color: #731616;
	display: block;
	padding: 5px 0px 5px 5px;

}
#mainContent .categoryNav li a:hover, #mainContent .categoryNav li a.navOn {
	/*background: #ecf2f9 url(images/arrow.gif) no-repeat 5px 50%;*/
	background: #ef8aa3 no-repeat 5px 50%;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px 5px 15px;

}








#mainContactContent .catPicBox {
	padding: 0;
	margin: 0;
	overflow: hidden;
	float:left;
}
#mainContactContent .catPicBox li {
	width: 200px;
	display: inline;
	margin: 0 12px 12px 0;
}
#mainContactContent .catPicBox .pic {
	display: inline;
	float: left;
	margin: 0 12px 0 0;
}
#mainContactContent .catPicBox .text {
	margin: 0;
	float:left;
	display: block;
}
#mainContactContent .catPicBox .name {
	margin: 0;
	display: block;
}
#mainContactContent .catPicBox h4 {
	margin: 12px 0;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #c81e05;
	font-weight: normal;
}
#mainContactContent .catPicBox .text a, #mainContactContent .catPicBox .text a:link, #mainContactContent .catPicBox .text a:visited {
	color: #333;
}
#mainContactContent .catPicBox .text a:hover {
	color: #5790de;
}

#mainContactContent .catPicBox .catbg h3 {
	padding-top: 15px;
	padding-left: 10px;
	margin: 0;
	width: 220px;
	height:15px;

	background: url(images2/cat_bg.jpg) no-repeat;
}
#mainContactContent .categoryNav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	float:left;
	background-color:#f9e8e6;
}
#mainContactContent .categoryNav2 {
	padding: 0;
	margin-left:10px;
	list-style: none;
	width: 200px;
	background-color:#f9e8e6;
}
ul
{
list-style-type: none;
}


#mainContactContent .categoryNav li {
	margin: 0;
	padding-top:0px;
	display: block;
	border-bottom: 1px solid #dcbab8;
}
#mainContactContent .categoryNav li a, #mainContactContent .categoryNav li a:link, #mainContactContent .categoryNav li a:visited {
	/*background: url(images/arrow.gif) no-repeat 5px 50%;*/
	color: #731616;
	display: block;
	padding: 5px 0px 5px 5px;

}
#mainContactContent .categoryNav li a:hover, #mainContactContent .categoryNav li a.navOn {
	/*background: #ecf2f9 url(images/arrow.gif) no-repeat 5px 50%;*/
	background: #ef8aa3 no-repeat 5px 50%;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px 5px 15px;

}









#mainContent .itemContent {
	margin: 12px 12px 12px 20px;
	overflow: hidden;
}
#mainContent .itemContent .pic {
	float: left;
	margin: 0px 20px 20px 0px;
}
#mainContent .otherContent {
	float: left;
	margin: 0px 20px 12px 20px;
	width:650px;
	line-height:20px;
	font-size: 13px;
}
#mainContent .otherContent .pic {
	margin: 0 0px 20px 12px;
}
.backLink {
	text-align: right;
	overflow: hidden;
	margin: 12px 0;
}
.backLink a, .backLink a:link, .backLink a:visited {
	display: block;
	padding: 5px 15px 5px 0px;
	background-color: #ecf2f9;
}
.backLink a:hover {
	color: #FFF;
	background-color:#5790de;
}
/* Contact Page */
.contactBg {
	height: 80px;
	color: #FFF;
	padding: 20px;
	background: #c81e05;
}
.contactBg2 {
	color: #FFF;
	padding: 20px;
	background: #c81e05;
}
.contactBg2 a, .contactBg2 a:link, .contactBg2 a:visited {
	color: #fff
}
.contactFormText .header {
	border-bottom: 1px dotted #c81e05;
	vertical-align: bottom;
}
.contactFormText .form_head {
	font-size: 12px;
	color: #c81e05;
	font-weight:bold;
	vertical-align: bottom;
}
.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: #F78C00;
}
.contactFormText .resetBtn {
	border: none;
	width: 60px;
	color: #000;
	padding: 5px 0;
	background: #999;
}
.detailsBtn {
	border: none;
	width: 90px;
	color: #F78C00;
	padding: 5px 10px;
	background: #FFF;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
}
.detailsBtn a {
	text-decoration: none;
	color:#f08a01;
}
.detailsBtn a:hover {
	text-decoration: none;
	color:#c81e05;
}
.contactFormText #gender {
	width: 20px;
}
