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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
	
/**********************************************************************************************/
body {
	background-color: #eee5cc;
	}

#wrapper {
	height: 100%;
	font-family: Helvetica, Arial, "Sans serif";
}

/**********************************************************************************************/
#wrapper #topLine {
	background-color: #3b4c61;
	height: 10px;
	width: 100%;
}

/**********************************************************************************************/
#lanMenu {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/**********************************************************************************************/
#wrapper #topMenu {
	height: 100px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #topMenu ul {
	padding-top: 80px;
	float: left;
	padding-left: 20px;
}
#wrapper #topMenu ul li {
	display: inline;
	font-weight: bolder;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #9f9675;
	background-image: url(../images/lineMenuBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#wrapper #topMenu ul li.toplistact a {
	color: #3b4c61;
}
#wrapper #topMenu img {
	padding-top: 40px;
	float: right;
}
#wrapper #topMenu ul li a {
	text-decoration: none;
	color: #9f9675;
}

/**********************************************************************************************/
#wrapper #headerContent {
	background-image: url(../images/topPic.jpg);
	height: 490px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 946px;
}
#wrapper #headerContent #leftBox {
	float: left;
	width: 610px;
	background-image: url(../images/boxBG.png);
	background-repeat: no-repeat;
	padding-top: 250px;
}
#wrapper #headerContent #leftBox #boxtop {
	width: 610px;
	height: 100px;
}
#wrapper #headerContent #leftBox #bot {
	width: 610px;
	height: 170px;
}

#wrapper #headerContent #leftBox #bot h1 {
	font-size: 22px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 10px;
}
#wrapper #headerContent #leftBox #bot h2 {
	font-size: 14px;
}
#wrapper #headerContent #leftBox #bot h3 {
	font-size: 14px;
}
#wrapper #headerContent #leftBox #bot p {
	font-size: 12px;
	margin-right: 10px;
}
#wrapper #headerContent #leftBox #bot table tr td#right-col {
	vertical-align: bottom;
}
#wrapper #headerContent #leftBox #boxtop table {
	margin-left: 195px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#wrapper #headerContent #leftBox #boxtop table tr .small {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#wrapper #headerContent #leftBox #boxtop table tr .large {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#wrapper #headerContent #leftBox #boxtop table td {
	padding-bottom: 5px;
}
#wrapper #headerContent #rightBox {
	float: left;
	width: 336px;
	background-image: url(../images/formBG.png);
	background-repeat: no-repeat;
	height: 459px;
}
/**********************************************************************************************/
#wrapper #mainContent {
	height: 100%;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee5cc;
}

/**********************************************************************************************/
#wrapper #mainContent #mainLeft {
	float: left;
	width: 650px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #mainContent #mainLeft h1 {
	font-size: 24px;
}
#wrapper #mainContent #mainLeft h2 {
	font-size: 19px;
	margin-bottom: 10px;
}
#wrapper #mainContent #mainLeft h3 {
	font-size: 16px;
}
#wrapper #mainContent #mainLeft p {
	font-size: 14px;
}
#wrapper #mainContent #mainLeft table {
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #mainContent #mainLeft table tr td h3 {
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 3px;
}
#wrapper #mainContent #mainLeft table tr td p {
	font-size: 10px;
	margin-bottom: 10px;
}
#wrapper #mainContent #mainLeft #right-col p {
	font-size: 12px;
	margin-left: 5px;
}
#wrapper #mainContent #mainLeft #right-col img {
	margin-left: 5px;
}
#wrapper #mainContent #mainLeft .csc-bulletlist li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 50px;
	margin-bottom: 5px;
	font-size: 12px;
}

/**********************************************************************************************/
#wrapper #mainContent #mainRight {
	float: right;
	width: 276px;
	height: 100%;
	margin-top: 55px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#wrapper #mainContent #mainRight h2 {
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 15px;
}
#wrapper #mainContent #mainRight ul {
	margin-left: 10px;
}
#wrapper #mainContent #mainRight ul li {
	height: 24px;
	font-size: 13px;
	font-weight: bolder;
	background-image: url(../images/lineBG.jpg);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
#wrapper #mainContent #mainRight ul li.subList {
	margin-left: 40px;
}
#wrapper #mainContent #mainRight ul li.menulistact {
	font-style: italic;
	margin-left: 20px;
}
#wrapper #mainContent #mainRight ul li.sublistact {
	margin-left: 40px;
	font-style: italic;
}
#wrapper #mainContent #mainRight ul li a{
	text-decoration: none;
	color: #3b4c61;
}
#wrapper #mainContent #mainRight ul li #spanLink {
	color: #3b4c61;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
/**********************************************************************************************/
#wrapper #footer {
	height: 400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #3b4c61;
	clear:both;
}#wrapper #footer #footerContent {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer #footerContent #first {
	float: left;
	width: 236px;
	height: 400px;
	background-image: url(../images/footerLines.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #footer #footerContent #second {
	float: left;
	width: 237px;
	height: 400px;
	background-image: url(../images/footerLines.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #footer #footerContent #third {
	float: left;
	width: 237px;
	height: 400px;
	background-image: url(../images/footerLines.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #footer #footerContent #fourth {
	float: left;
	width: 236px;
	height: 400px;
}
#wrapper #footer #footerContent h3 {
	font-size: 14px;
	color: #81a2ca;
	margin-top: 25px;
	margin-left: 5px;
	font-weight: bolder;
}
#wrapper #footer #footerContent ul li {
	font-size: 10px;
	color: #fff;
	margin-left: 20px;
	
}
#wrapper #footer #footerContent ul li a {
	font-size: 10px;
	color: #81a2ca;
	margin-left: 20px;
	margin-top: 3px;
}
#wrapper #footer #footerContent ul {
	margin-top: 15px;
}
#wrapper #footer #footerContent p {
	font-size: 11px;
	color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}
#wrapper #footer #footerContent #first img {
	margin-top: 20px;
}


/**********************************************************************************************/
#wrapper #headerContent #rightBox h1 {
	font-size: 16px;
	color: #FFF;
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 5px;
	width: 175px;
	font-weight: bold;
	text-align: center;
	
}
#wrapper #headerContent #rightBox h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
#wrapper #headerContent #rightBox #butReplace {
	/*display:block;*/
	width: 70px;
	height: 100px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background: url(../images/sendBut.png) no-repeat center top;
	/*text-indent: -1000em;*/
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
  	
}

#wrapper #headerContent #rightBox table {
	margin-left: 50px;
	margin-top: 0px;
	width: 180px;
	border-color: #fff;
	
}
#wrapper #headerContent #rightBox table tr td {
	font-size: 11px;
	color: #FFF;
	line-height: 17px;
	font-weight: bolder;
}
#wrapper #headerContent #rightBox table tr td input {
	height: 14px;
}
#wrapper #headerContent #rightBox table tr td select {
	height: 17px;
	font-size: 10px;	
}
#wrapper #headerContent #rightBox table tr td label {
	margin-left: 5px;
	vertical-align: top;
}
