/* Main CSS Document */

@import url("core.css");

/* header */
#header {
	width: 940px;
	height: 90px;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #fff;
	margin: 0px auto;
}
#header .headerTitle {
	width: 400px;
	float: left;
}
#header .search {
	width: 340px;
	float: right;
	padding: 25px 20px 0px 0px;
	text-align: right;
}
#header .search .field {
	width: 253px;
	height: 26px;
	float: left;
	margin: 0px 2px 0px 0px;
	background-color: #f2f2f2;
	border: 1px solid #e7e4e4;
}


/* nav */
#nav {
	width: 940px;
	height: 45px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
}
#nav ul {
	margin: 0px;	
	padding: 0px 0px 0px 100px;
}
#nav li {
	margin: 0px;
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	padding: 12px 30px 0px 30px;
	background-image: url(../images/bg-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 33px;
}
#nav li.last {	
	background: none;
}
#nav a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	text-decoration: none;
	color: #b0d64c;
}


/* content */
#content {
	width: 940px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
}
#content .left30 {
	width: 195px;
	float: left;
}
#content .right70 {
	width: 740px;
	float: right;
}
#content .left70 {
	width: 740px;
	float: left;
}
#content .right30 {
	width: 195px;
	float: right;
}

/* box and tabs */
.boxGray {
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #e9e9e9;
	margin: 0px 0px 5px 0px;
}
.boxWhite {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e9e9e9;
	margin: 0px 0px 5px 0px;
}
.boxWhite .thumb {
	width: 80px;
	float: left;
}
.boxWhite .desc {
	width: 210px;
	float: right;
	line-height: 16px;
}
.boxWhite .descLong {
	width: 320px;
	float: right;
	line-height: 16px;
}
.boxWhite ul {
	margin: 0px 0px 20px 20px;
}
.tabGreen {
	height: 30px;
	background-image: url(../images/bg-tab-green.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #2d2d2e;
	padding: 5px 0px 0px 20px;
	font-weight: bold;
}
.tabGray {
	height: 30px;
	background-image: url(../images/bg-tab-gray.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #2d2d2e;
	padding: 5px 0px 0px 20px;
	font-weight: bold;
}
ul.blue {
	margin: 0px;
	padding: 0px;
}
ul.blue li {
	margin: 0px;
	padding: 1px 0px 1px 10px;
	display: block;
	list-style-type: none;
	background-image: url(../images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.clear {
	margin: 0px;
	padding: 0px;
}
ul.clear li {
	margin: 0px;
	padding: 0px  0px 0px 0px;
	list-style-type: none;
	line-height: 15px;
	clear: left;
}
ul.dotted {
	margin: 0px;
	padding: 0px;
}
ul.dotted li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	clear: left;
	background-image: url(../images/bg-dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 15px;
}
ul.dotted li.last {
	background: none;
}
ul.inline  {
	margin: 0px;
	padding: 0px;
}
ul.inline li {
	display: block;
	width: 138px;
	float: left;
	list-style-type: none;
	text-align: center;
}
.box501 {
	width: 340px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.box502 {
	width: 340px;
	float: left;
}
.box503 {
	width: 465px;
	float: left;
	margin: 0px 5px 0px 0px;
}
.box504 {
	width: 465px;
	float: left;
}

/* blog */
.footnote {
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	color: #999;
	margin: 0px 0px 20px 0px;
}
.footnote .leftfoot {
	width: 400px;
	float: left;
}
.footnote .rightfoot {
	width: 30%;
	float: right;
	text-align: right;
}


/* form */
#content .right70 .tab {
	width: 205px;
	height: 30px;
	background-image: url(../images/bg-tab-right.gif);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
#content .right70 label {
	margin: 0px 10px 0px 0px;
	padding: 4px 0px 0px 0px;	
	float: left;
	width: 100px;
}
#content .right70 .field {
	width: 120px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 5px 0px;
}
#content .right70 .txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .right70 .btn {
	padding: 0px 0px 5px 110px;
}
#content .right70 ul {
	margin: 0px 0px 15px 20px;
}



/* form */
#content .right .box label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
}
#content .right .box .field {
	width: 140px;
	height: 23px;
	float: right;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .right .box .btn {
	padding: 0px 0px 20px 88px;
}


/* footer */
#footer {
	width: 940px;
	padding: 20px 0px 20px 0px;
	background-color: #FFFFFF;
	color: #6a6a6a;
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
	line-height: 15px;
}
#footer ul {
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	width: 700px;
}
#footer li {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	list-style-type: none;
	border-bottom: 1px solid #e6e6e6;
	display: inline;
}
#footer a {
	color: #6a6a6a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* table */
table {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
td {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
th {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-isze: 14px;
}
.imageLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

