/* 
	top.css | Skilled2Succeed
	CSS built by Kris Gosser for MWI
	www.mwi.com | www.krisgosser.com
	
	v.1.0
*/



body {
	margin: 0px;
	background: #F3F3EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 100%;
}
html>body {
	height: 100%;
	margin: 0px;
}
html {
	height: 100%;
}
a {
	color: #F79B11;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}



/* -- CONTAINERS -- */
table#container {
	min-height: 100%;
	background: url(../images/container_bg.jpg) repeat-y #333;
	width: 780px;
	margin: 0px auto;
}
table#container td {
	vertical-align: top;
}
div#container2 {
	width: 720px;
	background: #F79B11;
	margin: 0px auto;
}

table#content {
	background: #FFF;
	padding: 0px;
	width: 720px;
}

table#content td.lcontent {
	width: 231px;
	padding: 20px 0px 10px 0px;
}
table#content td.rcontent {
	width: 469px;
	padding: 20px 0px 10px 0px;
}



/* -- HEADER -- */
div#header {
	width: 720px;
	background: url(../images/logo.gif) no-repeat #E8E7D7;
	height: 84px;
	border-bottom: 10px solid #333;
}



/* -- MAIN NAV -- */
div#nav {
	margin: 0px;
	padding: 0px;
}
div#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 251px;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
}
div#nav li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #333;
}
div#nav a {
	text-decoration: none;
	color: #333;
	padding:  0px 0px 0px 0px;
}
div#nav a:hover {
	border-bottom: 3px solid #F79B11;
}

div#nav li.last {
	border: 0px;
}
div#nav li.first {
	padding-left: 0px;
}
div#nav a.current {
	color: #F79B11;
}


/* -- PAGE LABELS -- */
table#labels {
	background: #F79B11;
	width: 720px;
	padding: 0px;
	margin: 0px;
}
table#labels td {
	padding: 0px;
	margin: 0px;
}
table#labels h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-transform: lowercase;
	margin: 0px;
	padding: 3px 0px 6px 0px;
	font-weight: normal;
	background: #F79B11;
}
table#labels td.l {
	width: 231px;
}
table#labels td.l h1 {
	padding-left: 20px;
}
table#labels td.r {
	width: 469px;
}



/* -- CONTENT -- */
table#content td.rcontent p {
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 0px;
	line-height: 1.2em;
}
table#content td.rcontent h2 {
	font-size: 16px;
}
table#content td.rcontent h3 {
	font-weight: normal;
	font-size: 18px;
	width: 450px;
	margin: 0px 0px 10px 0px;
}


table#content td.rcontent div.newsbox {
	background: #FFF;
	padding: 5px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
}
table#content td.rcontent div.newsbox:hover {
	background: #F5F5F5;
	border-top: 1px solid #CCC;
}




/* -- FOOTER -- */
table#footer {
	width: 720px;
	padding: 0px;
	margin: 0px;
	background: #333;
	color: #A9A89E;
}
table#footer td {
	padding-top: 7px;
}
table#footer td.lfooter {
	width: 360px;
}
table#footer td.rfooter {
	width: 360px;
	text-align: right;
}
table#footer td.lfooter p {
	margin-left: 20px;
}
table#footer td.rfooter p {
	margin-right: 20px;
}
table#footer a {
	color: #A9A89E;
	text-decoration: none;
}
table#footer a:hover {
	text-decoration: underline;
}


/* -- SUB NAV (Left Colum) -- */
table#content td.lcontent ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;
}
table#content td.lcontent ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
table#content td.lcontent ul a {
	display: block;
	width: 171px;
	background: url(../images/sub_nav_off.gif) no-repeat #FFF;
	color: #333;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
}
table#content td.lcontent ul a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}


table#content td.lcontent a {
	color: #F79B11;
	text-decoration: none;
}
table#content td.lcontent a:hover {
	text-decoration: underline;
}

table#content td.lcontent p {
	padding: 0px 20px 20px 20px;
	margin: 0px;
	line-height: 1.2em;
}

table#content td.lcontent img {
	margin: 0px 0px 0px 20px;
}



/* -- EXTRA -- */
div#reglinks a { color: #333; }