html, body {
	height:100%;
	min-height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: #D0D0D0 url(img/bodybglightgray.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}

.clear {
	clear:both;
}

.shadowLeft {
	width:30px;
	background:url('img/shadowleft.png') repeat-y;
}

.shadowRight {
	width:30px;
	background:url('img/shadowright.png') repeat-y;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0C95C9;
}

h1 { font-size: 44px; }

h2 {
	font-size: 18px;
	border-bottom:1px solid #BBB;
	margin-bottom:8px;
}

h3 {
	color:#AAA;
	font-size: 13px;
	font-style:italic;
	margin-left:13px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: left;
}

ul, ol { }

blockquote { }

a { color: #0C95C9; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 42px;
	margin: 0 auto;
	text-align:center;
}

#logo {
	text-align:right;
	font-family:Palatino, "Palatino Linotype", serif;
	font-weight:lighter;
	width:920px;
	background: #D0D0D0 url(img/subtlegraybg.png) repeat-x left top;
}

#logo .slogan {
	font-size:16px;
	padding:60px 10px 0 0;
	font-style:italic;
}

/* Menu */

#menu {
	width: 920px;
	height: 45px;
	background:url(img/solidblue.png) repeat-x;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}

#menu td {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu a {
	display: block;
	float: left;
	margin:0px;
	padding: 0px 13px 2px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #AAA;
}

#menu a:hover {
	color:#EEE;
	border-bottom: 1px solid #EEE;
	text-shadow:#000 1px 0px 6px;
}

#menu .highlighted a, #menu .highlighted a:hover {
	color:#EEE;
	text-shadow:#000 1px 0px 6px;
}

#menu .first {
	background: none;
}
/* Search */

#search {
	float: right;
	width: 305px;
	height: 45px;
}

#search form {
	float: right;
	margin: 0;
	padding: 12px 30px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background:#FFF;
}

#page-bgtop {
	padding-top: 30px;
}


/* Content */

#content {
	float: right;
	width: 658px;
	padding-top: 10px;
	padding-right: 30px;
}

#content img {
	padding:6px;
}

#content p {
	line-height:20px;
	margin-bottom:26px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 177px;
	margin-top:48px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585D60;
}

#sidebar .highlighted {
	background:url(img/promobg.png);
	padding-left:16px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	background: url(img/img07.jpg) repeat-x left bottom;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	font-size: 18px;
	font-weight: normal;
	color: #464F54;
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #585D60;
	padding:0px 10px;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 50px;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 130px;
	background: #394144;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size:11px;
	line-height:1.4em;
	color: #FFFFFF;
}

#footer a {
	color: #E5FFC4;
	text-decoration:none;
	border-bottom:1px dotted #E5FFC4;
}

#footer a:hover {
	text-decoration:none;
	border-bottom:1px solid #E5FFC4;
}


/* Custom Page Definitions */
.promo {
	border:1px solid #999;
	color:#484848;
	background:url(img/promobg.png) repeat;
	width:175px;
	padding:10px;
	margin:10px;
}
