/*
 *   Text Styles
 */
 
p, a, li, td, a, body {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  margin: 0px;
  margin-top: 10px;
}

p {
  padding-left: 10px;
}

a {
  color: #336;
  font-weight: bold;
}

h1, h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: Verdana, Tahoma, sans-serif; 
  color: #113; 
}

h2 { font-size: 14px; font-family: Arial; margin-top: 2em; }


/*
 *   Layout Styles
 */

body {
	background: #5a697b;
	text-align: center; /* Centering for IE */
}
	
#main {
	width: 740px;
	background: #f6f6f6;
	border: 6px solid black;
	margin: 80px auto 20px auto; /* Centering for everyone else */
	text-align: left;
}
	
#header {
	position: relative;
	height: 90px;
	background: white;
	border-bottom: 20px solid #eee;
}

#content {
	width: 440px;
	float: right;
	padding: 20px 20px; 0px; 10px;
}

#sidebar {
	width: 205px;
	padding: 40px 5px 0px 25px;
	float:left;
}

#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	text-align: right;
}

#footer p {
	background: #eee;
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

/*
 *   Header and Menu Styles
 */

#header h1 {
	margin: 0px;
	background: url(/images/themes/logo.gif) no-repeat;
	width: 297px;
	height: 166px;
	position: absolute;
	top: -58px;
	left: -34px;
}

#header h1 span { display: none; }

.firstnav ul { list-style: none; margin: 0; padding: 0; margin-left: 270px; padding-top: 50px; }
.firstnav  ul li { display: inline; margin: 0; padding: 0px; }
.firstnav  ul li a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	padding: 30px 0px 10px 10px;	
}
.firstnav ul li a:hover {
	color: #851
}

.secondnav {
	position: absolute;
	border: 3px solid black;
	right: -40px;
	top: -60px;
	background: #eee;
}

.secondnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.secondnav li {
	line-height: 1;
	margin: 0;
}

.secondnav a {
	margin: 0;
	line-height: 1;
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}

.secondnav a:hover {
	background: #ddd;
}

/*
 *  STYLES FOR TABARRAY
*/

.tabarray {
  list-style: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  height: 2em;
}

.tabarray li {
  padding: 0 10px 0 0;
  margin: 0;
  float: left;
  line-height: 1;
/*  background: url(../../../images/arrow_next_alt.gif) 0px 0px no-repeat;*/
}

.tabarray a {
  text-decoration: none;
  color: #778;
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 5px;
  display: block;
  float: left;
  line-height: 1;
}

.tabarray .selected a {
  color: #111;
  background: #ddd;
}

.tabarray a:hover {
  color: #999;
}


/*
 *   Frame Style
 */

div.frame {
  text-align: left;
  margin: 20px 10px 10px 10px;
  border: 1px solid #ccc;
  background: #eee;
}

div.frame div.inside {
  padding-left: 10px;
  padding-right: 10px;
}

.frame h2 {
  margin: 0px 20px 0px 20px;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #eee;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  top: -1em;
}

/* un-comment for centered frames*/
.framewrapper {
  text-align: center;
}
div.frame {
  margin-left: auto;
  margin-right: auto;
}
/**/

/*
 *   Form Styles
 */
 
.frame input.textbox {
  width: 300px;
}

.frame textarea {
  width: 300px;
  height: 80px;
}

.frame textarea.long { height: 160px; }

 
 
/*
 *   Sidebar Logo styles
 */

#sidebar #sponsors {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #sponsors li {
	margin: 0px;
	padding: 0px;
	border: 1 px solid orange;
	text-align: center;
	margin-top: 20px;
}
#sidebar #sponsors img {
	border: 0px;
}

/* Remove Sidebar for Admin side pages */
body#administrator #sidebar { display: none; }
body#administrator #content { width: auto; float: left; }