/* #content */

#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 900px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 800px;
  height: auto;
}




/* #header
*/

#header {
	position: relative;
	height: 114px;
	background-color: #00356C;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 130px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	color: #4C82B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
}


/* Sets where the header images will go */
#header img.left {
	position: 5;
	z-index: 1;
	top: 0;
	left: 0;
	padding-top: 15px;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	background-color: #4C82B9;
	padding-top: 6px;
	margin-bottom: 10px;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 200;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	line-height: 1.0em;
	height: auto;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #003399;
}

#mainMenu li a.last {
	margin-right: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#titleline {
	float: left;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 200;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 0.9em;
}
#topper {
	background-color: #4C82B9;
	float: right;
	padding: 10px;
	width: 280px;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	float: right;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 0;
}

.sideMenu li {
  display: inline;
  font: 400 1.1em;
}

.sideMenu li a {
	display: block;
	text-decoration: none;
	color: #00356C;
	text-transform: uppercase;
	padding: 5px;
} 

.sideMenu li a:hover {
	color: #00356C;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	color: #00356C;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 5px;
	color: #00356C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sideMenu li.here ul li a:hover {
	background-color: #4C82B9;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -3.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #00356C;
	font-size: 12px;
	text-align: left;
}
#footer a {
	text-decoration: underline;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
	width: 55%;
	padding-left: 15px;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
	width: 38%;
	height: 100%;
	margin-top: 7px;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
	margin-bottom: 2em;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 115%;
}
#header img.left a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.width501 {
	width: 49.7%;
	background-color: #FFFFFF;
	height: 100%;
}
