/* Main Formatting */

body { 
  margin: 0; 
  padding: 0; 
  text-align: center; 
  background-color: #24292e;
  
  background-image: url(../images/layout/back_slice.jpg);
  background-position: top;
  background-repeat: repeat-x;  
}
  
div { 
  margin: 0; 
  padding: 0; 
  text-align: left; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #ffffff;
}

/* Page Layout */

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
}

#innerwrap {
	width: 875px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topwrap {
	height: 155px;
	margin-top: 0px;
	padding-top: 0px;
	
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #da4c1a;
}

#logo {
	width: 220px;
	height: 105px;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
}

#login {
	width: 127px;
	height: 33px;
	margin-right: 0px;
	float: right;
}

#contentwrap {
	width: 100%;
	height: auto;
	margin-top: 0px;
}

#contentwrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#pagetitle {
	height: 75px;
	width: 400px;
	margin-left: 230px;
}

#leftside {
	width: 230px;
	height: 100%;	
	top: 0px;
	left: 0px;
	float: left;
	margin-top: 75px;
}

#middlebox {
	width: 400px;
	height: 100%;
	margin-left: 240px;
	line-height: 18px;
	margin-bottom: 30px;
}

#middlebox2 {
	width: 630px;
	height: 100%;
	margin-left: 240px;
	line-height: 18px;
	margin-bottom: 30px;
}

#rightside {
	width: 226px;
	height: 100%;
	float:right;
	margin-top: 59px;
}

/* Main Menu Formatting */

#topnav {
	width: 630px;
	height: 35px;
	margin-right: 0px;
	margin-top: 40px;
	text-align: left;
	float: right;
	position:relative;
	font-size: 12px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: bold;	
}

#topnav a {
	text-decoration: none;
	padding-right: 42px;
	color: #ffffff;
}

#topnav a:hover {
	color: #abd1e0;
}

#topnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topnav li {
  float: left;
}


li ul {
  display: none;
 
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ 
	display: block; 
}

/* Sub Menu 1 Formatting */

#subnav1 {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 15px;
	font-size: 11px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: bold;	
}

#subnav1 a {
	display: block;
	float: left;
	text-decoration:none;
	padding-right: 20px;
	padding-top: 20px;
	color: #ffffff;
	height: 25px;
	white-space: nowrap;
}

#subnav1 a:hover {
	color: #abd1e0;
}

/* Sub Menu 2 Formatting */

#subnav2 {
	position: absolute;
	text-align: left;
	left: 100px;
	top: 15px;
	font-size: 11px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: bold;	
}

#subnav2 a {
	display: block;
	float: left;
	text-decoration:none;
	padding-right: 20px;
	padding-top: 20px;
	color: #ffffff;
	height: 25px;
	white-space: nowrap;
}

#subnav2 a:hover {
	color: #abd1e0;
}

/* Sub Menu 3 Formatting */

#subnav3 {
	position: absolute;
	text-align: left;
	left: 305px;
	top: 15px;
	font-size: 11px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: bold;
	width:310px;
}

#subnav3 a {
	display: block;
	float: left;
	text-decoration:none;
	padding-right: 15px;
	padding-top: 20px;
	color: #ffffff;
	height: 25px;
	white-space: nowrap;
	/*width:50px;*/
}

#subnav3 a:hover {
	color: #abd1e0;
}

.sub_arrow {
	/*padding-top: 12px;
	padding-right: 10px;*/
	margin-top: 12px;
	margin-right: 10px;
}

/* Classes and Formatting */

.newsbox {
	background-image:url(../images/layout/news_slice.gif);
	background-repeat:repeat-y;
	color: #FFFFFF;
	font-size: 11px;
}

.newstext ul {
	width: 140px;
	
}

.newsbox ul {
	margin-top: 15px;
	margin-right: 20px;
}

.newsbox li {
	padding-bottom: 5px;
	padding-top: 5px;
	
}

/* Content Styles */

a { color: #ffffff; }

a:hover { color: #abd1e0; }

h1 {
	padding: 0px;
	margin: 0px;
}

h2 { 
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
}

/*#middlebox table {
	border: 1px solid #e2e2e2;
	padding: 5px;
	
}*/

#middlebox li { list-style-image:url(../images/layout/bullet.gif); }

.dots {
	margin-left: 65px;
}
