* {
	margin: 0px;
	padding: 0px;
	outline:0;
}
img {border:0;}
ul li {
	list-style: none;
}
.last {
	background: none !important;
}
.clear {
	height: 1px;
	clear: both;
}
body {
	overflow-y:scroll;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 994px;
	margin: 18px auto;
}
/* Header */	
	
#header {
	background: url(../img/header_bg.jpg) no-repeat;
	height: 86px;
}
#header h1 {
	float: left;
	margin: 24px 0 0 10px;
}
#header h1 a.logo {
	width: 229px;
	height: 16px;
	overflow: hidden;
	display: block;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
}
#header ul.main_nav {
	float: right;
	margin: 26px 7px 0 0;
	display: inline;
}
#header ul.main_nav li {
	float: left;
	background: url(../img/main_nav_bullet.gif) top right no-repeat;
	padding: 0 9px;
}
#header ul.main_nav li a {
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #231f20;
	font-weight: bold;
	float: left;
	padding: 0 1px 31px 1px;
}
#header ul.main_nav li a:hover, #header ul.main_nav li a.active {
	background:#FFFFFF url(../img/main_nav_hover.gif) bottom left repeat-x;
	color:#EAC596;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}
#header ul.main_nav li a.selected {
	background:#FFFFFF url(../img/main_nav_hover.gif) bottom left repeat-x;
	color:#EAC596;
	height:43px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}
/* End of Header */	
	
/* Content */	
	
#content {
	background: url(../img/content_bg.jpg) no-repeat;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
#content .left_side p {
	margin-bottom: 10px;
}
#content .left_side ul, #content .left_side ol {
	padding: 10px 0px 20px 15px;
}
#content .left_side ul li {
	background: url(../img/orange_bullet.gif) no-repeat 0px 4px;
	padding-left: 15px;
	margin: 10px 0;
}
#content .left_side ol li {
	padding-left: 15px;
	margin: 10px 0;
	list-style-position: inside;
}
#content .left_side p a {
	color: #BF9A6B;
	text-decoration: underline;
}
#content .left_side p a:hover {
	text-decoration: none;
}
#content .breadcrumb {
	float: right;
}
#content .breadcrumb li {
	float: left;
	color: #c4a073;
	padding-left: 10px;
	font-size: 10px;
}
#content .breadcrumb li a {
	background: url(../img/breadcrumb.gif) right 5px no-repeat;
	color: #c4a073;
	text-decoration: none;
	padding-right: 10px;
}
#content .breadcrumb li a:hover {
	text-decoration: underline;
}
#content .slogan {
	background: url(../img/slogan.jpg) no-repeat;
	width: 965px;
	height: 120px;
	float: right;
	clear: both;
	margin-top: 15px;
}
#content .box {
	width: 200px;
	float: right;
	margin-top: 20px;
}
#content .box_holder {
	float: right;
	width: 30%;
}
#content .learning, #content .events {
	width: 315px;
	font-size: 12px;
}
#content .learning .box_head, #content .events .box_head {
	background: url(../img/box_head_big.jpg) no-repeat !important;
}
#content .learning .box_cnt {
	background: url(../img/learning_cnt.jpg) no-repeat !important;
	height: 108px;
	padding: 11px 0 0 20px !important;
}
#content .events .box_cnt {
	background: url(../img/events_cnt.jpg) no-repeat !important;
	height: 108px;
	padding: 11px 0 0 20px !important;
}
#content .learning .box_cnt .heading, #content .events .box_cnt .heading {
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
#content .learning .box_cnt img, #content .events .box_cnt img {
	float: left;
	border: 1px solid #fff;
	margin: 0 10px 10px 0;
}
#content .learning a.all {
	color: #bf9a6b;
	background: url(../img/learning_bullet.gif) no-repeat scroll right 1px;
	margin-right: 10px;
}
#content .events a.all {
	color: #fff;
	background: url(../img/events_bullet.gif) no-repeat scroll right 1px;
	margin-right: 10px;
}
#content .box .box_head {
	background: url(../img/box_head.jpg) no-repeat;
	height: 22px;
	padding: 15px 0 0 45px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
#content .box .box_cnt {
	background: #f3d1a6 url(../img/box_cnt.jpg) bottom no-repeat;
	padding: 10px 0px 11px 10px;
	color: #fff;
	font-size: 12px;
}
#content .box .box_cnt ul li {
	margin-bottom: 8px;
}
#content .box .box_cnt ul li a {
	text-decoration: none;
	color: #fff;
	background: url(../img/box_bullet.gif) 0px 1px no-repeat;
	padding-left: 20px;
	display: block;
	width: 160px;
}
#content .left_side {
	float: right;
	margin: 0px 30px 0 0;
	width: 74%;
	text-align: justify;
	color: #231f20;
}
#content .left_small {
	width: 64%;
}
#content h2, #content h1 {
	color: #858585;
	font-size: 20px;
	margin: 20px 0;
}
#content h2 {
	font-size:16px;
	margin:-10px 0 10px 0;
	padding:0;
}
#content .box .box_cnt ul li a:hover, #content .box .box_cnt ul li a.act {
	color: #bf9a6b;
	background: url(../img/box_bullet1.gif) 0px 1px no-repeat;
}
#content .box .box_cnt ul li a:active {
	color: #bf9a6b;
	background: url(../img/box_bullet1.gif) 0px 1px no-repeat;
}
#content .sitemap li {
	margin-bottom: 7px;
}
#content .sitemap li a {
	color: #231f20;
	text-decoration: none;
	font-size: 12px;
	background: url(../img/sitemap_big.gif) no-repeat;
	padding-left: 20px;
}
#content .sitemap li .sub_sitemap li {
	margin: 6px 0 6px 20px;
}
#content .sitemap li .sub_sitemap li a {
	color: #666666;
	background: url(../img/sitemap_small.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
#content .article img {
	float: left;
	margin: 0 10px 14px 0;
}
#content .article .date {
	display: block;
	padding-bottom: 12px;
}
#content .article h2 {
	padding-bottom: 10px;
}
#content h2 strong {
	color: #000;
}
/*
#content .pink {
	background: url(../img/pink_left.jpg) no-repeat;
	padding: 5px 0 6px 3px;
	text-decoration: none;
	margin-top: 24px;
	float: left;
}
*/
#content .brown {
	background: url(../img/brown_left.jpg) no-repeat;
}
#content input.ping.brown {
	background: url(../img/brown_left.jpg) no-repeat;
	border:0;
	width:auto;
}
#content .pink {
	background: url(../img/pink2.jpg) top left no-repeat;
	padding-left:4px;
}
#content .pink span {
	background: url(../img/pink2.jpg) top right no-repeat;
	padding: 14px 12px 15px 6px;
	color: #231f20;
}
#content .brown span {
	background: url(../img/brown_right.jpg) right no-repeat;
	color: #fff;
	padding: 14px 20px 15px 16px;
}
#content table td {
	padding: 0 0 15px 10px;
	text-align: justify;
	vertical-align: top;
}
#content table td.label {
	font-weight: bold;
	text-align: right;
}
#content a.all {
	color: #bf9a6b;
	background: url(../img/sitemap_big.gif) right 1px no-repeat;
	padding-right: 20px;
	float: right;
	margin-top: 29px;
	text-decoration: none;
}
#content table.contact td.label {
	font-weight: normal;
	vertical-align: middle;
}
#content table.contact td.label span {
	color: #edab58;
	margin-left: -5px;
}
#content table.contact td {
	padding-bottom: 6px;
}
#content table.contact input:focus {
	background: #f3d1a6;
	border: 1px solid #edab58;
}
#content table.contact input.code {
	width: 150px;
	float: left;
}
#content table.contact .label img {
	float: left;
}
#content table.contact input {
	width: 227px;
	height: 19px;
	border: 1px solid #dadada;
	background: #f2f2f2;
	padding: 4px 0 0 2px;
}
#content .table_holder {
	background: url(../img/table_offers.jpg) top no-repeat;
	float: left;
}
#content table.offer_table td {
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 15px;
}
#content table.offer_table td img {
	position: relative;
	top: 6px;
	margin-right: 15px;
	margin-top:-10px;
}
#content table.offer_table .bordered td {
	border-bottom: 1px solid #f3d1a6;
}
#content table.offer_table .bold td {
	font-weight: bold;
}
#content table.offer_table td a {
	color:#333;
}
#content table.offer_table .blue td {
	background-color: #f7f7f7;
}
#content table.offer_table .first td {
	font-weight: bold;
	padding-top: 10px;
	color: #555;
}
#content .pager {
	float: right;
}
#content .pager li {
	float: left;
}
#content .pager li a {

	background: url(../img/pager_bg.jpg) no-repeat;
	padding: 4px 7px 8px 7px;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	display: block;
	margin-left: 4px;
}
#content .pager li a.selected {
	background: none;
	color: #000;
	font-weight: bold;
}
#content .pager li a.left, #content .pager li a.right {
	text-indent: -9999px;
	width: 7px;
}
#content .pager li a.left {
	background: url(../img/pager_left.jpg) no-repeat;
}
#content .pager li a.right {
	background: url(../img/pager_right.jpg) no-repeat;
}
#content .pager li a.some {
	background: url(../img/pager_some.jpg) no-repeat;
}
#content .note {
	float: left;
	background: url(../img/star.gif) no-repeat;
	padding: 8px 0 0 30px;
	color: #858585;
}
/* End of Content */

/* Footer */

#footer {
	background: url(../img/footer_bg.jpg) no-repeat;
	height: 50px;
	clear: both;
}
#footer ul.foot_nav {
	float: left;
	margin-top: 10px;
}
#footer ul.foot_nav li {
	float: left;
	padding-right: 16px;
}
#footer ul.foot_nav li a {
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	color: #231f20;
}
#footer ul.foot_nav li a:hover {
	text-decoration: underline;
}
#footer ul.foot_nav li a.selected {
	text-decoration: underline;
}
#footer .brand {
	float: right;
	font-size: 9px;
	text-align: right;
	margin-top: 10px;
}
#footer .brand a {
	color: #c4a073;
	text-decoration: none;
}
#footer .brand a:hover {
	text-decoration: underline;
}
/* End of Footer */

.homePanels {
	width:200px;
	float:right;
}

.warning {
	background:red;
	border-top:1px solid #7A0000;
	border-left:1px solid #7A0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFF;
	padding: 5px 10px 6px;
	font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 16px;
	display:table;
}
