
/*################################################################################
#
#	DEFAULT ELEMENTS
#
################################################################################*/

body {

	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:140%;
	color:#222;
}

#Body {
	background:#2a2a2a;
	}
	
img {
	display:inline;
	border:none;
	padding:0;
	margin:0;
}

div { 
	margin:0;
	padding:0;
}

table, tr, td, p, ul li, ol li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:left;
}

.yellow hr {
	background:url(images/line.png) repeat-x;
	border:none;
	height:5px;
	margin:0 0 12px 0;
	padding:0;
}

hr {
	border-top:1px solid #999;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background:none;
}


/*################################################################################
#
#	CUSTOM ELEMENTS
#
################################################################################*/

#maintop {
	width:100%;
	background:url(images/bg.jpg) repeat-x #4179aa;
}

#mainarea {
	width:900px;
    margin:0 auto;
	overflow-y:auto;
}

#logo {
	width:320px;
	height:86px;
	float:left;
	padding:20px 0 0 0
}

#topright {
	width:580px;
	height:106px;
	float:left;
}

#topitems {
	width:580px;
	height:52px;
	float:left;
	text-align:right;
	font-size:24px;
	font-family:'Vegur Regular', Arial, Helvetica, sans-serif;
	margin:15px 0px 0 0;
	color:#284878;
	font-weight:normal;
}

#menu {
	width: 580px;
	height:20px;
	float:left;
}

#dnn_TopLeftPane {
	float:left;
	clear:left;
	width:340px;
	margin:12px 0 0 0;
}

#dnn_TopRightPane {
	width:540px;
	margin:12px 0px 0px 20px;
	float:left;
}

#bottombg {
	width:100%;
	background:#dedede;
	border-top:3px solid #193b67;
}
	
#bottomarea {
	width:900px;
    margin:0 auto;
	overflow-y:auto;
	padding:10px 0 10px 0;
}

#dnn_BotLeftPane {
	width:280px;
	margin:10px 15px 0px 0px;
	float:left;
}

#dnn_BotMiddlePane {
	width:280px;
	margin:10px 15px 0px 15px;
	float:left;
}

#dnn_BotRightPane {
	width:280px;
	margin:10px 0px 0px 15px;
	float:left;
}

#dnn_WideLeftPane {
	width:440px;
	float:left;
	margin:0 20px 0 0;
}

#dnn_WideRightPane {
	width:440px;
	float:left;
	margin:0;
}
#dnn_LargeLeftPane {
	width:570px;
	float:left;
	margin:10px 30px 0 0;
}

#dnn_SmallRightPane {
	width:280px;
	margin:10px 0px 0px 25px;
	float:left;
	margin:0;
}

#dnn_ContentPane {
	width:900px;
	float:left;
}	

#footer {
	width:100%;
	background:url(images/footer.jpg) repeat-x; 
	color:#999;
	height:83px;
	font-size:12px;
}

#footarea {
	width:900px;
	margin:0 auto;
}

#footleft {
	float:left;
	width:500px;
	height:60px;
	margin:8px 0 0 0;
}
	
#footright {
	float:left;
	width:400px;
	height:60px;
	margin:8px 0 0 0;
	text-align:right;
	font-size:12px;
}
		
#footleft img {
vertical-align:-5px
}

.DNNEmptyPane {
	display:none;
	
}

	h1.opt, .optimize, .hide {
		display: block;
		text-indent:-999999px;
		outline:0;
		list-style:none;
		list-style-type:none;
		padding:0;
		float:left;
	}

.Form td {
	padding:4px 0;
}

.contentRotator {
	background:#fff;
	border:1px solid #666;
	padding:4px 14px 0 10px;
    -webkit-box-shadow: 0 0 8px #666;
    -moz-box-shadow: 0 0 8px #666;
    box-shadow: 0 0 8px #666;
	width:860px;
	margin:6px;
}

	
.container {
	margin:0 0 22px 0;
}
/*################################################################################
#
#	TYPOGRAPHY
#
################################################################################*/

/********************************************************************************/
/* Standard */

p {
	margin-top:5px;	
}

H1 {
	font-size:36px;
	font-family:'Vegur ExtraLight', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:24px 0px 32px;
	color:#ddd;
	text-shadow:#222 2px 2px .1em;
}

H2 {
	font-size:20px;	
	margin:6px 0 6px 0px;
	font-family:'Vegur Regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#444;
	padding:4px 0;
}

H3 {
	font-size:17px;
	font-family:'Vegur Bold', Arial, Helvetica, sans-serif;
	margin:5px 0px;
	color:#284878;
	line-height:150%;
	font-weight:normal;
}

H4 {
	font-size:15px;
	font-family:'Vegur Regular',, Arial, Helvetica, sans-serif;
	margin:7px 0px;
	color:#4679A8;
	font-weight:normal;
}


H5 {
	font-size:16px;
	font-family:'Vegur Regular', Arial, Helvetica, sans-serif;
	margin:5px 0px;
	color:#eee;
	line-height:140%;
	font-weight:normal;
	text-shadow:#222 1px 1px .1em;
}

H6 {
	font-size:12px;
	font-weight:normal;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px;
}

ul, ol {
	margin: 0 0 0 28px;
	padding:0;
}

ul li {
	list-style:disc;
	}
	
body a:link, body a:visited, body a:active {
	color:#284878;
	text-decoration:underline;
}

body a:hover {
	border-bottom:none;
	color:#3B6EA0;
	text-decoration:none;
}

body a.CommandButton {
	color:#284878!important;
	text-decoration:underline;
}

#dnn_TopLeftPane a, #dnn_TopRightPane a, #footer a {
	color:#ddd;
}

#dnn_TopLeftPane a:hover, #dnn_TopRightPane a:hover, #footer a:hover {
	color:#fff;
}
	
a.SkinObject:hover {
color:#725d55!important;
border-bottom:none!important;
text-decoration:none;
}

a.SkinObject:visited, a.SkinObject:link {
color:#F06BA8;
text-decoration:none;
border-bottom:1px dotted #F06BA8;
}

.imgborder {
	border:1px solid #003;
	padding:4px;
	margin: 10px;
	background:#eee;
}

/*
 * The fonts included are copyrighted by the vendor listed below.
 * @vendor:     dot colon
 * @vendorurl:  http://www.dotcolon.net
 * @licenseurl: http://www.fontsquirrel.com/license/Vegur
 */

@font-face {
	font-family: 'Vegur ExtraLight';
	src: url('Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('Vegur-EL_0500.woff') format('woff'), url('Vegur-EL_0500.svg#Vegur-ExtraLight') format('svg'), url('Vegur-EL_0500.otf') format('opentype');
}

@font-face {
	font-family: 'Vegur Regular';
	src: url('Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('Vegur-R_0500.woff') format('woff'), url('Vegur-R_0500.svg#Vegur-Regular') format('svg'), url('Vegur-R_0500.otf') format('opentype');
}

@font-face {
	font-family: 'Vegur Bold';
	src: url('Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('Vegur-B_0500.woff') format('woff'), url('Vegur-B_0500.svg#Vegur-Bold') format('svg'), url('Vegur-B_0500.otf') format('opentype');
}

/********************************************************************************/
/* DNN Default */

.Head {
	font-size:22px;
	font-family:'MicroFLF Regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:5px 0px;
}

.SubHead {
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding:4px;
	color:#333;
}

#left .SubHead {
	color:#fff;
	}

.Normal {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.NormalTextBox {
	font-size:12px!important;
}



/*##############################################################
---------------------------------------------------------------

	CSS MENU

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	TOP NAV
-------------------------------------------------------------*/


/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/

#topNav {
	z-index:100;
	list-style:none;
	padding: 0px;
	margin: 0px;
	width:580px;
	height:auto;
	cursor:pointer;
	float:left;
}

#topNav ul {
	z-index:100;
	list-style:none;
	padding: 0px;
	margin: 0px;
	width:auto;
	height:auto;
	cursor:pointer;
	float:right;
}

#topNav li {
	float:left;
	list-style: none;
	margin: 8px 3px 3px 3px;
	padding:0px;
	height:26px;
	background:url(images/tab.jpg) repeat-x;
	border-bottom:none;
	border-top:1px solid #434345;
	border-left:1px solid #434345;
	border-right:1px solid #434345;
}

#topNav a {
	font-family:'Vegur Regular', Arial, Helvetica, sans-serif;
	font-weight:normal;	
	font-size:14px;
	display:block;
	text-decoration:none;
	text-transform:none;
	text-align:center;
	height:23px;
	padding: 6px 8px 0px 8px;
	margin: 0px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;

}

#topNav li:hover, #topNav li.SelectedTab {
	background:url(images/select.jpg) repeat-x;
	border-bottom:none;
	border-top:1px solid #5e5e60;
	border-left:1px solid #5e5e60;
	border-right:1px solid #5e5e60;
	margin:5px 3px 3px 3px;
	height:29px;
	}
	
#topNav .SelectedTab a {
	color:#fff;
}

#topNav a:hover {
	color:#fff;
}

#topNav ul li {
	padding:0;
}
/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/

#topNav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	padding:0px;
	margin:0px;
	width:auto;
	background:#92837F;
	z-index:200;
}

#topNav li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	background:#92837F;

}
	
#topNav li ul a {
	padding:4px 0;
	margin:0 7px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	height:auto;
	width:120px;	
	text-align:left;
	color:#fff;
	border-bottom:1px dotted #fff;
}

#topNav li ul a:hover {
	color:#EDCAD8;
	background-image:none;
}

#topNav .SelectedTab li a {
	color:#fff;
	border-bottom:1px dotted #fff;	
	font-weight:normal;
}

#topNav .SelectedTab li a:hover {
	color:#EDCAD8;
	border-bottom:1px dotted #fff;	
	font-weight:normal;
}

body.ie #topNav a {
	float:left;
}

body.ie #topNav li li a {
	padding-right:15px;
	float:none;
}

body.ie #topNav li ul {
	clear:both;
}

body.ie #topNav li ul a {

	height:auto;
	padding:aut0;
}

#topNav ul li:hover, #topNav ul li.hover {
position: static; /*Fixes stuck menus in IE*/
}


/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/

#topNav li ul ul {
	margin: -2.5em 0 0 10.75em;
	top:auto;
}


#topNav li li li {
	background-color:#C3B38E;

}

#topNav li li li li {
	background-color:#A99871;
	top:auto;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
	left: -999em;
}
#topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.iehover ul, #topNav li li.iehover ul, #topNav li li li.iehover ul {
	left: auto;
}
/*---------------------------------------*/

#bottomNav {
clear:both;
float:right;

}

#bottomNav ul {
float:right;

}

#bottomNav li {
	display:inline;
	background:url(images/pipe.jpg) no-repeat;
	padding:0 0 0 14px;
	margin:0px;
	float:left;
}

#bottomNav li:first-child {
	background:none;
}


#bottomNav a {
	color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

#bottomNav .SelectedTab, #bottomNav a:hover {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	text-decoration:underline;
}

