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

/* Common Styles */

body {
	text-align: center;
	background: #f1f1f1 url(body_bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
}

#wraper {
	position: relative;
	width: 968px;
	margin: 0 auto;
	text-align: left;
}

#main_container {
	position: relative;
	width: 966px;
	border: 1px solid #bababa;
	border-top: none;
	background: #FFF url(contents_bg.jpg) repeat-x bottom;
	padding-bottom: 35px;
}

.clear_element {
	clear: both;
}

.separator {
	position: relative;
	height: 20px;
	margin-bottom: 10px;
	background: url(../images/dashed_line_horizontal.png) repeat-x left 10px;
}

.space15 {
	height: 15px;
}

.joiner {
	position: relative;
	float: left;
}

#contents {
	margin: 0px;
	padding: 0px;
}

.titles {
	position: absolute;
	height: 32px;
	top: 0px;
	left: 40px;
	padding-top: 7px;
}

.column_full {
	position: relative;
	width: 966px;
}

.column_2-3 {
	position: relative;
	float: left;
	width: 639px;
	margin-right: 15px;
}

.column_2-3 p {
	padding-left: 20px;
	padding-right: 20px;
}

.column_2-3 h3, .column_1-3 h3 {
	padding-left: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 6px;
	margin-top: 10px;

}

.column_2-3 h4 {
	padding-left: 20px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
}

.column_1-3 {
	position: relative;
	float: left;
	width: 312px;
}

.column_mid_1-3 {
	margin: 0 15px;
}


p {
	padding-top: 6px;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #202020;
	font-size: 36px;
	font-family: Helvetica, Arial, sans-serif; 
}

h2 {
	font-weight: normal;
	color: #152744;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 6px;
	font-weight: bold;
}

h3 {
	color: #152744;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
}

h4 {
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
}

.formarea {
	
	font-size: 12px;
}

.pad20_left {
	padding-left: 20px;
}

.pad20_right {
	padding-right: 20px;
}

.img_pad10_left {
	float: left;
	padding: 0 10px 0 0;
}

.img_pad10_right {
	float: right;
	padding: 0 0 0 10px;
}

.mar15_left {
	margin-left: 15px;
}

.mar15_right {
	margin-right: 15px;
}

#squers_bottom {
	position: absolute;
	bottom: -57px;
	right: 50px;
	width: 114px;
	height: 56px;
	background: url(squers_bottom.jpg) no-repeat top left;
}
	
/* Forms */

.textbox, .dropdown, .comments {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #bababa;
}

.dropdown {
	width: 198px;
}
.comments {
	height: 50px;
}

.button {
	height: 25px;
	padding: 0 20px;
	background: #7e7e7e;
	color: #dddddd;
	border: none;
	cursor: pointer;
}

.button:hover {
	background: #606060;
	color: white;
}

/* Tables */

table.tdesign td, table.tdesign th {
	padding: 5px;
	border-bottom: 1px solid #bababa;
}

table.tdesign th {
	font-weight: bold;
	border-bottom: 2px solid #2c2c2c;
}

table.tdesign td.fc, table.tdesign th.fc {
	font-weight: bold;
}

table.tdesign td.fcb, table.tdesign th.fcb {
	border-right: 1px solid #bababa;
}

/*table.tdesign tr:nth-child(2n+2) {
	background: #f5f5f5;
}*/

/*table.tdesign tr:nth-child(1n+2) {
	background: white;
}*/

table.noodd tr:nth-child(2n+2) {
	background: none;
}

table.noodd tr:nth-child(1n+2) {
	background: none;
}
	
.hidden {
	position: relative;
	display: none;
}

.question {
	font-weight: bold;
	cursor: pointer;
}
	
#contents .imgdiv {
	padding: 15px 15px 25px 15px;
	background: url(trans_white.png) repeat;
	border: 1px solid #bababa;
}

#contents img.desc {
	border: 1px solid #2c2c2c;
	margin: 5px;
}

.color66 {
	color: #666;
}

.color7e {
	color: #7e7e7e;
}
.empty
{

	background-image:url(empty.png);
	height:32px;
	padding-left:40px;
	background-repeat:no-repeat;
}

#main_bottom {
    background: url("contents_bg.jpg") repeat-x scroll center bottom #FFFFFF;
    border: 1px solid #BABABA;
    color: #797979;
    margin-top: 20px;
    padding: 10px 10px 35px;
    width: 946px;
}
#main_bottom a
{
	color:#ff9900;
}