/* Table of Contents
--------------------------------------------------------------//
Global Defaults
Links
Header
Page Structure
Headings & Text
Tables
Listings
Images
Misc

	Nav
	Headings
	Text
	Lists	
	Forms
	Global Classes
*/

/* Global Defaults
--------------------------------------------------------------*/
body {
	color: #333333;
	font: .72em "Lucida Grande", verdana, sans-serif;
	height:auto;
	line-height: 1.52em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;	
}

p {
	margin: .6em 0 .2em 0;
	padding: 0 0 .5em 0;
}

td { }

hr {
	color: #8D7449;
	background-color: #8D7449;
	height: 1px;
	border: 0;
	margin: 1.4em 0 1.5em 0;
	padding: 0;
}

/* Links
--------------------------------------------------------------*/
a:link, a:visited {
	font-weight: bold;
	color: #A00404;
	text-decoration: none;
}

a:hover, a:active {
	color: #2E0606;
	text-decoration: underline;
}

/* Header
--------------------------------------------------------------*/
#header {
	display: block;
	height: 112px;
	width: 100%;
}

#header p {
	line-height: auto;
	color: #fff;
}

#menu {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
	vertical-align: bottom;
	border-bottom: solid 2px #000 }

#menu ul {
	list-style-type: none;
	display: block;
	float: left;
	font: 10px/16px "Lucida Grande", verdana, sans-serif;
	text-align: center; }

#menu a, menu a:visited {
	color: #000;
	display: block;
	text-decoration: none;
	margin: 0px 0px 5px 5px }

#menu a:hover {
	background: ccccff;
	color: #624892; }

#menuHolder {
	width: 100%;
	background: #FFF;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000;
}

#menuHolder ul {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;	
	white-space: nowrap;
}

#menuHolder ul li {
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 0;
	display: block;
	float: left;
	font: 10px/16px "Lucida Grande", verdana, sans-serif;
	text-align: center;	
}

* html #menuHolder ul li {
	cursor: hand;
}

#menuHolder a, menuHolder a:visited {
	color: #000;
	text-decoration: none;
	display: compact;
	width: auto;
	height: 20px;
	margin: 9px;
	padding: 0px;
}

#menuHolder a:hover, menuHolder a:active { 
	background: #ccccff;
	color: #fff;
}

#menuHolder #active {
	margin: 0;
	padding: 0;
}


/* Page Structure
--------------------------------------------------------------*/
#container {
	width: 995px;
	height: auto;
	margin: 0 0 1px 10px;
	padding: 0;
	float: center;
}

#rightcol {
	border-left: 1px dotted #e5e5e5;
	height: 100%;
	margin: 0;
	padding: 10px 0 0 15px;
	width: 230px;
	float:right;	
}

#rightcol img {
	border:none;
	margin:5px 0 5px 0;
	padding:0px;
	text-align:right;
}

#rightcol-narrow {
	border-left: 1px dotted #e5e5e5;
	height: 100%;
	margin: 0;
	padding: 10px 0 0 15px;
	width: 190px;
	float:right;
}

#rightcol-fixed {
	border-left: 1px dotted #e5e5e5;
	height: 100%;
	margin: 0;
	padding: 10px 0 0 15px;
	width: 200px;
	position: fixed;
	top:82;
	left:795px;	
}

#content {
	margin-left: 10px;
	padding: 24px 10px 0 0px;
	width: 720px;
}


/* Headings & Text
--------------------------------------------------------------*/
h1 {
font-size:2.4em;
font-weight:normal;
line-height:normal;
margin:7px 0 11px 0;
}

h2 {
font-size: 1.32em;
font-weight: bold;
margin: 2px 0 5px 0;
}

h3 {
font-size: .97em;
font-weight: bold;
line-height: 1.24em;
margin: 0 0 5px 0;
}

.subtitle {
font-size:.92em;
line-height:.1.1em;
}


/* Tables
--------------------------------------------------------------*/
table {
border:none;
}

td {
padding:0;
}


/* Listings
--------------------------------------------------------------*/
.leftborder {
border-left:1px solid #e5e5e5;
}


/* images
--------------------------------------------------------------*/
.grayborder {
border:1px solid gray;
margin:0 16px 6px 0;
padding: 2px;
}


/* Misc
--------------------------------------------------------------*/
.border-right {border-right:1px solid #999;}

.floatleft {float:left; margin-right:14px;}

.floatright {float:right; margin-left:14px;}

.clear {clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
