@charset "utf-8";
/* CSS Document */
#login {
	height: 43px;
	background: transparent url("../images/bg_login.jpg") left top repeat-x;
	text-align: center;	
	font-size: 11px;
}

#loginform {
	margin-left: auto;
	margin-right: auto;
	width:740px;
	position: relative;
	height: 43px;
	text-align: left;
}

#loginform fieldset {
	padding-left: 50px;
}

.form-text-u, .form-text-p {
	margin: 0;
	padding: 0;
	width: 160px;
	font-size: 11px;
	border: 1px solid #ccc;
}

#loginform a {
	position: absolute;
	left: 580px;
	top: 10px;
	width: 125px;
	text-align: right;
}

.form-submit-g {
	position: absolute;
	left: 515px;
	top: 9px;
}

#loginform p {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 240px;
}

#loginform label {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	color: #666;
}






#mainBox {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#today {
	float: left;
	font-size: 11px;
	color: #666;
	padding: 12px 0 29px 0;
} 

#navUtil {
	float: right;
	font-size: 11px;
	padding-top: 12px;	
}

#logo {
	float: left;
	width: 248px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #d2d2d2;
	text-align: center;
}

#slogan {
	font-family: "Tahoma";
	font-size: 16px;
	color: #c4c4c4;
	padding: 19px 0 32px 30px;
	float: left;
}

#header {

}

#sectionHeader {
	background: #f2f2f2 url("/images/bg_section_header.jpg") left top no-repeat;
	height: 80px;
	position: relative;
}

#sectionHeader .headerImg {
	position:  absolute;
	right: 0px;
	top: 0px;
}

#sectionTitle {
	width: 190px;
	padding-top: 32px;
	text-align: center;
}

#columnBlock {
	padding: 15px 0 20px 20px;
	height: 100%;
}

#singleCol {
	padding-top: 5px;
}

#col1Narrower {
	width:150px;
	float: left;
	padding-top: 5px;
}

#col1 {
	width:205px;
	float: left;
	padding-top: 5px;
}

#col1 .content {
	font-size: 11px;
}

#col1 .content p, #col2 .content p {
	line-height: 14px;
}

#col1wide {
	width: 480px;
	float: left;
	padding-top: 5px;
}

#col2 {
	width:205px;
	float: right;
	padding-top: 5px;
	font-size: 11px;
}

#col2Wide {
	width: 480px;
	float: right;
}

#col2Wider {
	width: 548px;
	float: right;
}

#footer {
	border-top: 2px solid #f3f4f5;
	padding: 20px 0 30px 0;
	clear: both;
	color: #969696;
	font-size: 11px;
}

.quoteOpen {
	background: transparent url("/images/quote_open.png") left top no-repeat;
	padding: 20px 0 0 20px;
}

.quoteClose {
	background: transparent url("/images/quote_close.png") right bottom no-repeat;
	padding: 0 8px 20px 0;
}


/*Helper*/
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	background: none;
	border: none;	
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.whiteRule {
	clear:both;
	height: 15px;
	border-bottom: 1px solid #fff;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.hide {
	display: none;
}

