/* // PAGE STRUCTURE // */
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background: #fff url(/images/side_dot.gif) repeat-y left top;
	color: #000000;
  font-family: 'Trebuchet MS', arial, verdana, helvetica, sans-serif;
}

#outer{
	min-height:100%;
	margin-left:145px;
/*	margin-right:130px; For right column*/
	background: #fff;
	margin-bottom:-52px;
	color: #000000;
}
 
* html #outer {height:100%} /*for IE as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:101px;
	background: url(/images/header_rpt.gif) repeat-x;
	overflow:hidden;
}

#header .right { float: right; }
#header .left { 
	float: left; 
	font-size: 0.7em;
	text-transform: uppercase;
	vertical-align: bottom;
}

#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}

* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to
* float and clear footer because we've moved float too far left*/

#left p {padding-left:3px;padding-right:2px}
/*#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float 
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down 
	left:1px
}
*/

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:2px solid #C5060D;
	background-color: #ccc;
	color: #000000;
	text-align:center;
	position:relative;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearheader{height:101px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:42px}/* combat IE's 3 pixel jog
* */
#centrecontent { 
	position:relative;
	margin: 20px 20px 40px 20px;
	font-size: 0.8em;
}

#centrecontent ul {
	list-style-image: url(/images/bullet-ul.gif);
}

/* // MENU STYLING // */
#navcontainer {
	margin-top: 20px;
	width: 130px;
	font-size: 0.7em;
}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background-color : white;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.95em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #333;
		text-decoration : none;
		border-top : 1px solid #b6b6b6;
		border-bottom : 1px solid #b6b6b6;
		padding : 0.3em 0.5em;
	}
	
	#nav li a:hover {
		color : #fff;
		background-color : #C5060D;
	}
	
	#nav li:hover ul,  #nav li.sfhover ul  { /* lists nested under hovered list items */
		left: auto;
	}

#nav li ul li a { 
	padding: 2px 5px;
	text-transform: capitalize;
} /* Sub Menu Styles */

#nav li.active {
	background: url(/images/bullet.gif) top left no-repeat;
}

#nav li.active a:hover {
  background: url(/images/bulletHover.gif) top left no-repeat;
	background-color: #C5060D;
}

#nav li.active ul li a:hover {
	background-color : #C5060D;
	background-image:none;
}

/* // TEXT STYLES // */

h1 {
	font-size: 1.6em;
	color: #C5060D;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	color: #666;
	margin-bottom: 0;
	font-family: 'Trebuchet MS', arial, helvetica, verdana, sans-serif;
	font-weight: normal;
}

.sml {
	font-size: 0.8em;
	font-weight: normal;
}

.bold {
	font-weight: bold; 
}

/* // LINK STYLES // */

a { text-decoration: none; }

a img { border: 0; }

a:link    { color: #C5060D; }
a:active  { color: #C5060D; }
a:visited { color: #8F1119; }
a:hover   { text-decoration: underline; }

/* // FORM STYLING // */

input.field, textarea.field {
  width: 400px;
}

/* // TABLE STYLES // */

.top { 
	vertical-align: top; 
}

.mainTable td { padding: 5px; }

.admintd {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

html>body #content td { font-size: 0.8em; }

