/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #FFF url(../images/bodyBG.jpg) repeat-x;
	font: 100%/140% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}

/************** Layout Elements *******************/

#wrapper {
	width: 740px;
	margin: 15px auto;
	font-size: 0.8em;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 0 0 13em;
}

#contentwrapper {
	background: url(../images/contentBG.jpg) repeat-x;
	padding-top: 1px;
}

#header {
	background: #9BCFED url(../images/headerBG.jpg) no-repeat;
	min-height: 152px;
	border-top: 1px solid #69AFD0;
	border-right: 1px solid #69AFD0;
	border-bottom: 1px solid #4B94C7;
	border-left: 1px solid #69AFD0;
}

#leftcol {
	width: 12em;
	float: left;
	margin: 1.1em .1em;
	color: #FFF;
}

#leftcol ul {
	list-style-type: none;
	margin-left: 10px;
	background: #458CC6;
	border: 1px solid #468DC7;
}

#leftcol li {
	margin: 0;
	border-bottom: 1px solid #6FADD2;
}

#leftcol a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: .2em .4em;
}

/**** The .here class provides the marker for the sub navigation ****/
#leftcol a:hover, #leftcol .here {
	background-color: #C1E2F3;
	color: #166FB3;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: .6em 0 .6em .7em;
	padding: 0 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 1em;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderRight {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #666;
}
#content ul {
	margin-left: 40px;
}
#content li {
	list-style: circle;
}

/****** allows a border if required *******/
img.borderLeft {
	border: 1px solid #666;
	float: left;
	margin: 5px 0 2px 10px;
}

.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clear {
	clear: both;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #1572A4;
}

a:hover {
	text-decoration: none;
	color: #5d302d;
}

/******************** Sliding door nav *****************/

#header ul {
  margin-top: 118px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
  float: right;		
  background: url("../images/right.jpg") no-repeat top right;
  padding: 0 7px 0 0;
  margin-left: .1em;
}
  
#header a {
	float: left;
	display: block;
	background: url("../images/left.jpg") no-repeat left top;
	padding: 3px 5px 1px 13px;
	text-decoration: none;
	color: #166FB3;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
	color: #75B0D2;
}
  
#header #current {
  background-image: url("../images/right_on.jpg");
}
  
#header #current a {
	background-image: url("../images/left_on.jpg");
	color: #FDFDFB;
}
#leftcol p {
	margin-top: 1px;
	margin-left: 8px;
}
.extra {
	background: #458CC6;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#leftcol h3 {
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 5px;
	margin-left: 8px;
}

