/*Body*/

html
{
	font-size:0;
	color:#484748;
	font-family: Arial, Sans-Serif;
	margin:0;
	height:100%;
}

body
{
	margin:0;
	background: black;
	text-align:center;
	height:100%;
	width: 100%;
}



table
{
	font-size:11px;
}

img, div
{
	border:none;
	margin: 0;
	padding: 0;
}


/*Headings*/

h1{	font-size:175%;	margin:0; font-weight:bold;}
h2{	font-size:150%;	margin:0; font-weight:bold;}
h3{	font-size:125%;	margin:0; font-weight:bold;}
h4{	font-size:110%;	margin:0; font-weight:bold;}
h5{	font-size:95%; margin:0; font-weight:bold;}



/*Links*/

a, a:visited 
{
	color: #006b94;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}



/*Header*/

#container 
{
	font-size: 12px;
	background-color: white;
	margin:0 auto;
	width:800px;
	padding: 0 5px 0 5px;
	text-align:center;
	min-height:100%;
}

* html #container
{
	height:100%;
}

#header
{
	width:800px;
	text-align:left;
	background: url(/images/header-bg.gif) no-repeat;
}

.company
{
	font-size: 27px;
	font-weight: bolder;	
	padding-left: 11px;
	padding-top: 25px;
	padding-bottom: 17px;
}


/* Nav */

#nav
{
	background: url(/images/nav-bg.gif) repeat-x;
	width:798px; 
	height:24px;
	text-align: left;
	margin-top: 5px;
	border: solid 1px #cfcfcf;
}

#nav a
{
	display: block;
	float:left;
	height: 24px;
	line-height: 24px;
	color: #5d5d5d;
	border-right: solid white 1px;
	border-left: solid #cfcfcf 1px;
	padding-left: 15px;
	padding-right: 25px;
}

#nav a:hover
{
	text-decoration: none;
	color: #3d3c3d;
	background: url(/images/rollover.gif) repeat-x;
	border-right: solid 1px #ddd;
}

#nav a:active
{
	background: url(/images/clicked.gif) repeat-x;
	border-right: solid 1px #aaa;
	text-decoration: none;
	color: #3d3c3d;
}


/* Content*/


#content 
{
	width:800px;
	text-align:left;
	padding-bottom: 100px;
	margin-top: 25px;
}

#admin-content
{
	padding: 25px;
}

#welcome
{
	padding: 15px;
}

#leftSection
{
	width:510px;
	float:left;
}

#rightSection
{
	width:277px;
	float:right;
	padding-right: 11px;
}

.featured
{
	margin-top: 25px;
}

.title-bar
{
	background: #7f807f;
	color: White;
	height: 30px;
	padding-left: 10px;
	line-height: 29px;
	
}

.title-bar a
{
	background: url(/images/more.png) no-repeat;
	display:block;
	width: 83px;
	height: 20px;
	text-align: center;
	line-height: 19px;
	margin: 5px;
	color: #006b94;
}

.title-bar a:hover
{
	text-decoration:none;
}

/*Footer*/

#footer 
{
	position: relative;
	background: url(/images/footer-bg.gif) no-repeat;
	width: 785px;
	height: 43px;
	color: #333;
	padding-top: 32px;
	padding-left: 15px;
	text-align:left;
	margin: -80px auto 5px auto;
	font-size: 11px;
}

#footer a
{
	color:#333;
}
