@charset "utf-8";

/* CSS Document */



#container {

	width: 775px;

	padding: 0;

	margin: 0 auto;

	border-left: 1px solid #8db6d9;

	border-right: 1px solid #8db6d9;

}



/* header

   ================================================================= */

#header {

	background-color: #006bb7;

	height: 94px;

	position: relative;

}

#logo {

	position: absolute;

	top: 0;

	left: 25px;

}

#login-search {

	position: absolute;

	top: 0;

	right: 25px;

	background: url(../images/bg-login-search.gif) no-repeat;

	width: 328px;

	height: 46px;

	color: #FFF;

}

#header-login {

    font-family: Georgia, "Times New Roman", serif;

	position: absolute;

	top: 20px;

	left: 20px;

}

#header-login a {

	color: #FFF;

	text-decoration: none;

}

#header-search-input {
	position: absolute;
	top: 18px;
	left: 123px;
	height: 14px;

}

#header-search-input input {
	color: #a6a6a6;
	width: 141px;
	background: transparent;
	border: none;
	height: 14px;

}

#header-search-btn {

	position: absolute;

	top: 19px;

	right: 8px;

}

#header-search-btn button {

	background: url(../images/btn-search.gif) no-repeat;

	width: 50px;

	height: 21px;

	border: 0;

}





/* main nav

   ================================================================= */

#main-nav {

	height: 33px;

}





#main-content {

	background-color: #FFF;

}





/* inner pages

   ================================================================= */

#inner-left {

	vertical-align: top;

	width: 552px;

	border-right: 1px solid #8db6d9;

}

#breadcrumbs {

	padding: 10px 0 20px 185px;

}

#side-nav {

	float: left;

	padding: 0 0 0 20px;

	width: 145px;

	line-height: 24px;

}

#inner-content {
	float: left;
	padding: 0 0 20px 0;
	width: 350px;
	padding-left: 20px;

}

#inner-right {

	vertical-align: top;

	width: 222px;

}

/* right col headers - what's new and subscribe */

.header-40 {

	background: url(../images/bg-inner-right-col-head-40.gif) no-repeat;

	height: 40px;

	color: #FFF;

	font-size: 16px;

    font-family: Georgia, "Times New Roman", serif;

	padding: 8px 0 0 27px;

	margin: 0;

}







/* home page

   ================================================================= */

#home-top {

}

.home-top-left {

	vertical-align: top;

}

#home-left-top-holder {
	background: url(../images/bg-home-main.gif) no-repeat;
	height: 300px;
	width: 552px;
	position: relative;
	background-image: url(../images/bg-home-main.gif);

}

#home-left-top-content {

	position: absolute;

	top: 40px;

	left: 25px;

	width: 390px;

}

#home-left-top-select {
	position: absolute;
	top: 214px;
	left: 14px;
	color: #0074bc;
	font-family: Georgia, "Times New Roman", serif;
	visibility: visible;
	width: 477px;
	bottom: 30px;

}

#home-left-top-select select {

	font-size: 10px;

}

.home-top-right {

	vertical-align: top;

	width: 223px;

	border-left: 1px solid #8db6d9;

}

#home-left-bottom {

	padding: 15px 0 15px 0;

}

.home-left-bottom-col {
	float: left;
	width: 140px;
	padding-top: 0;
	padding-bottom: 30px;
	padding-left: 30px;

}

/* right col headers - what's new and subscribe */

.header-42 {
	height: 42px;
	color: #FFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	padding: 10px 0 0 27px;
	margin: 0;
	background-image: url(../images/bg-inner-right-col-head-40.gif);
	background-repeat: no-repeat;

}

.header-58 {

	background: url(../images/bg-home-right-col-header-58.gif) no-repeat;

	height: 58px;

	color: #FFF;

	font-size: 16px;

    font-family: Georgia, "Times New Roman", serif;

	padding: 10px 0 0 27px;

	margin: 0;

}

/* right col - news section */

#home-news {
	padding-top: 0;
	padding-right: 25;
	padding-bottom: 0;
	padding-left: 25;

}

.home-news-item {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;

}

.home-news-item-section {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* right col - subscribe section */

#home-subscribe {

	padding: 0 20px 10px 25px;

	color: #0074bc;

}

#home-newsletter-input {

	color: #a6a6a6;

	width: 141px;

	height: 19px;

	background: url(../images/bg-newsletter-input.gif) no-repeat;

	border: none;

}

#home-newsletter-btn {

	background: url(../images/btn-ok.gif) no-repeat;

	height: 21px;

	width: 24px;

	border: 0;

}

/* bottom - pics and blurbs */

#home-bottom {

	border-top: 1px solid #8db6d9;

	padding: 25px 0 25px 0;

	height: 100%;

}

.home-bottom-col-long {

	width: 331px;

}

.home-bottom-col-short {

	width: 200px;

}

.home-bottom-col-long img, .home-bottom-col-short img {

	border: 1px solid #8db6d9;

	padding: 2px;

}


.WithTopBottomSpace {
	color: #0074bc;
	padding-top: 15px;
	padding-bottom: 15px;
}



/* footer

   ================================================================= */

#footer {

	clear: both;

    background-color: #f6f7f9;

	border-top: 1px solid #8db6d9;

	padding: 20px 25px 30px 25px;

}

#footer a {

	color: #595959;

	text-decoration: none;

}



.clear-float {

	clear: both;

	font-size: 1px;

}
