/* CSS Document */
#mainBox {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#colBlockSides {
	background: transparent url("../images/bg-column-block-sides.png") left top repeat-y;
	height: 100%;
}

#colBlockTop {
	background: transparent url("../images/bg-column-block-top.png") left top no-repeat;
}

#colBlockBottom {
	background: transparent url("../images/bg-column-block-bottom.png") left bottom no-repeat;
	padding: 2px 4px 2px 3px;
}

#col1 {
	min-height:750px;
	height:auto !important;
	height:612px;
	width: 678px;
	float: left;	
}

#col1 .colPadding {
	padding: 0 2px 0 2px;
}

#col2 {
	width: 220px;
	float: right;
}

#col2 .colPadding {
	padding: 8px 6px 25px 7px;
}

#subCol1 {
	width: 173px;
	float: left;
}

#subCol2 {
	width: 489px;
	float: right;
	background: transparent url("../images/bg-section-header.png") left top no-repeat;
}

#subCol2Wide {
	width: 660px;
	float: right;
	background: transparent url("../images/bg-section-header2.png") left top no-repeat;
}

#header {
	height: 82px;
	position: relative;
}

#logo {
	position: absolute;
	/* top: 14px; */
	top: 6px;
	left: 4px;
	/* width: 138px;*/
	width:155px;
	/* height: 59px; */
	height:79px;
}


#slogan {
	position: absolute;
	/* top: 42px; */
	top: 14px;
	/* left: 156px; */
	left: 256px;
	width: 308px;
	height: 17px;
}

#searchBox {
	position: absolute;
	right: 0px;
	top: 45px;
	padding-left:2px;
	width: 228px;
}

#searchBox .form-item {
	margin:0;
	padding:0;
	float:left;
}

#searchBox .form-text {
	width: 158px;
	border: 1px solid #ccc;
	float: left;
	padding-left: 2px;
}

#searchBox label {
	display: none;
}


.buttonSearch {
	float: left;
	margin-left: 2px;
	padding-top: 1px;
}

#homeQuicklinks {
	padding: 5px 0 18px 7px;
}

.infoBox {
	width: 207px;
	margin-bottom: 5px;
}

.infoBox .content {
	padding: 0 8px 5px 6px;
}

.infoBoxTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 5px 7px 5px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}

.infoBoxTitle.blue {
	background: transparent url("../images/bg-info-box-blue-title.png") left top repeat-y;
}

.infoBoxTitle.gray {
	background: transparent url("../images/bg-info-box-gray-title.png") left top repeat-y;
}

.infoBoxBorderSides {
	width: 207px;
	background: transparent url("../images/info-box-border-sides.png") left top repeat-y;
}

.infoBoxBorderTop {
	background: transparent url("../images/info-box-border-top.png") left top no-repeat;
}

.infoBoxBorderBottom {
	background: transparent url("../images/info-box-border-bottom.png") left bottom no-repeat;
	padding: 4px 5px 6px 4px;
}

#footer {
	padding: 8px 3px 10px 2px;
	color: #fff;
}

#footer p {
	padding-bottom: 10px;
}

#footer a {
	color: #fff;
}

#copyright {
	float: left;
	width: 470px;
}

#legal {
	float: right;
	width: 360px;
	text-align: right;
}

.vbar {	
	color: #72757d;
}


/* Helper class */
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height:0em;
	display: block;
}

.grayRule {
	border-top: 1px solid #ccc;
	height: 24px;
	clear: both;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

