/*----------------------------------------------------------------------------------
	CSS :: CUSO :: DOTNETNUKE
----------------------------------------------------------------------------------*/

table.controlpanel {
	position: relative;
	z-index: 1000000;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO
----------------------------------------------------------------------------------*/

html,
body,
div#outer {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#outer {
    height: 100%;
}

body {
	background: #e4ded2 url("../images/bg/bg.jpg") repeat-x !important;
}

div#outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#inner {
	position: relative;
	margin: 0 0 0 -443px;
	width: 886px;
	left: 50%;
	padding: 0 0 133px 0;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: LOGIN | LOGOUT
----------------------------------------------------------------------------------*/

#headr div#login {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	right: 230px;
}

#headr div#login_hide {
	display: none;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: SEARCH
----------------------------------------------------------------------------------*/

#headr span#dnn_dnnSEARCH_ClassicSearch {
	position: absolute;
	width: 218px;
	height: 32px;
	top: 3px;
	right: 0;
	background: url("../images/bg/search_box.png") no-repeat;
}

#dnn_dnnSEARCH_ClassicSearch input#dnn_dnnSEARCH_txtSearch {
	background: none;
	position: absolute;
	top: 0;
	left: 15px;
	height: 32px;
	width: 155px;
	border: none;
	color: #e4e5e9;
	font-size: 12px;
}

#dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch {
	position: absolute;
	top: 0px;
	right: 0;
	width: 48px;
	height: 32px;
	border: none;
	background: none;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	border: none;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: NAV
----------------------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	top: 54px;
	left: 261px;
	width: 494px;
	height: 32px;
	background: none;
	margin: 0 !important;
	line-height: normal;
	list-style: none;
	display: block;
	position: relative;
}

#nav li {
	position: relative;
	display: block;
	float: left;
	position: relative;
	list-style: none;
	height: 32px;
}

#nav a {
	position: relative;
	display: block;
	height: 32px;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
}

#nav li#top_nav_1 a,
#nav li#top_nav_2 a,
#nav li#top_nav_3 a,
#nav li#top_nav_4 a {
	background-image: url("../images/nav/nav.png");
}

#nav li#top_nav_1 a {
	background-position: 0 0;
	margin-right: 46px;
	width: 64px;
}

#nav li#top_nav_1 a:hover {
	background-position: 0 -32px;
}

#nav li#top_nav_2 a {
	background-position: -110px 0;
	margin-right: 46px;
	width: 95px;
}

#nav li#top_nav_2 a:hover {
	background-position: -110px -32px;
}

#nav li#top_nav_3 a {
	margin-right: 47px;
	width: 91px;
	background-position: -251px 0;
}

#nav li#top_nav_3 a:hover {
	background-position: -251px -32px;
}

#nav li#top_nav_4 a {
	width: 105px;
	background-position: -389px 0;
}

#nav li#top_nav_4 a:hover {
	background-position: -389px -32px;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: CONTENT
----------------------------------------------------------------------------------*/

div#content {
	display: block;
	position: relative;
	width: 886px;
	margin: auto;
	font-size: 11px;
}

#content div#content_top {
	position: relative;
	width: 886px;
	margin: 21px 0 0 0;
	background: url("../images/bg/content_top.png") no-repeat;
}

#content div#content_bottom {
	position: relative;
	width: 886px;
	height: 17px;
	margin: auto;
	background: url("../images/bg/content_bottom.png") no-repeat;
}

#content_top div#headr {
	height: 93px;
}

#content_top a#dnn_dnnLOGO_hypLogo {
	position: absolute;
	top: -21px;
	left: 32px;
	display: block;
	width: 202px;
	height: 183px;
	outline: none;
	border: none;
	background: none;
	z-index: 15;
}

#content_top div#content_area {
	position: relative;
	margin: 37px 0 0 0;
	padding: 0 39px 22px 34px;
	width: 813px;
	
}

#content_area div#content_area_left {
	float: left;
	margin: 31px 0 0 0;
	position: relative;
	width: 813px;
}

img.main_image {
	float: right;
	margin: -49px 0px 0 32px;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: RED BOXES
----------------------------------------------------------------------------------*/

#content div#spacer {
	position: relative;
	height: 37px;
	width: 100%;
}

#content div#red_boxes {
	position: relative;
	height: 242px;
	margin: 37px auto 0 auto;
	width: 886px;
}

#red_boxes div.red_box {
	background: url("../images/bg/red_box.png") no-repeat;
	display: block;
	float: left;
	margin: 0 11px 0 0;
	padding-top: 18px;
	padding-bottom: 97px;
	position: relative;
	width: 288px;
	height: 127px;
}

.red_box h3 {
	font-family: "HelveticaRounded", Arial, Helvetica, sans-serif !important;
	font-size: 22px !important;
	color: #fff !important;
	font-style: italic;
	font-weight: bold !important;
	margin: 0 20px 0 19px !important;
	text-transform: uppercase;
}

.red_box p {
	color: #cbcbcb;
	line-height: 14px !important;
	margin: 5px 20px 13px 19px !important;
}

.red_box a {
	color: #ffff00 !important;
	font-weight: bold;
	font-size: 13px;
}

.red_box img {
	float: right;
	margin-right: 20px;
}

#red_boxes div.nomargin {
	margin: 0 0 0 0;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: FOOTER
----------------------------------------------------------------------------------*/

div#footer {
	background: #000;
	bottom: 0;
	font-size: 11px;
	height: 133px;
	position: absolute;
	width: 100%;
	
}

#footer div#footer_content {
	display: block;
	height: 133px;
	margin: 0 0 0 -441px;
	left: 50%;
	position: relative;
	width: 882px;
}

#footer_content span#copyright {
	position: absolute;
	top: 11px;
	left: 19px;
	width: 100%;
	color: #84827d;
	line-height: 18px;
}

#footer ul#footer_links {
	position: absolute;
	right: 0;
	top: 7px;
	text-align: right;
}

#footer_links li {
	display: inline;
	border-left: 1px solid #84827d;
	padding: 0 2px 0 8px;
}

#footer_links li a {
	font-weight: normal;
	color: #84827d;
}

#footer_links li.nobdr {
	border: 0;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: INTERNAL
----------------------------------------------------------------------------------*/

div.SearchResultsContent {
	margin: 15px 0 0 0;
}

div#map_canvas {
	height: 400px;
}

table.locations {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 11px;
}

table.locations tr td {
	padding: 8px 5px 8px 10px;
	vertical-align: middle;
	text-align: center;
}

table.locations tr td div.region_1 {
	background: #999999;
	border: 2px solid #000;
	padding: 5px 0;
}

table.locations tr td div.region_2 {
	background: #FF9999;
	border: 2px solid #FF0000;
	padding: 5px 0;
}

table.locations tr td div.region_3 {
	background: #99DF99;
	border: 2px solid #00B000;
	padding: 5px 0;
}

table.locations tr td div.region_4 {
	background: #99B6D3;
	border: 2px solid #004990;
	padding: 5px 0;
}

table.locations tr td div.region_5 {
	background: #FFFF99;
	border: 2px solid #FFFF00;
	padding: 5px 0;
}
