* {
/* Wild card attribute-affects everything */
	font-family: "trebuchet ms", sans-serif, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* "type" selectors */
html, body {
	background: url(../images/global/tile_bg.gif) repeat-x #7E858A;
	color: #777777;
	font-family: "trebuchet ms", sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	min-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: 0em;
	color: #FF0000;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

h1 {
	font-size: 30px;
}

h2 {
	color: #BB5701;
	font-size: 24px;
	margin-bottom: 5px;
}

h3 {
	border-top: 1px #052639 dotted;
	color: #052639;
	font-size: 18px;
	margin: 20px 0 5px 0;
	padding-top: 10px;
}

h4 {
	color: #052639;
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding-top: 10px;
}

h5 {
/* sidebar headers */
	background: url(../images/global/sidebar_headericon.gif) top left no-repeat;
	border-bottom: 1px #052639 solid;
	color: #052639;
	font-size: 16px;
	padding: 0 0 4px 20px;
	text-align: left;
}

h6 {
/* sidebar dates */
	color: #052639;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

a {
	color: #BB5701;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote {
	border-left: solid 8px #BB5701;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* read more links */
.blockLink a {
	background: #BB5701;
	color: #FFFFFF;
	padding: 1px 8px;
	text-decoration: none;
}

.blockLink a:hover {
	background: #052639;
	text-decoration: none;
}

/* wrapper centers page*/
#wrapper {
	height: 100%;
	height: auto;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 800px;
}


/* header contains website title and tagline */
#header {
	color: #052639;
	height: 70px;
	margin: 15px;
	text-align: left;
	width: 770px;
}

#header .logo {
	display: inline;
	float: left;
}

#header .address {
	margin: 60px 6px 0 0;
	display: inline;
	float: right;
}

/* menu holds main navigation */
#menu {
	background: url(../images/global/menu_bg.gif) no-repeat;
	font-weight: lighter;
	height: 20px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 800px;
}

#menu ul {
	list-style: none;
	position: relative;
	text-align: center;
}

#menu li {
	background: url(../images/global/menu_separator.gif) top right no-repeat;
	display: inline;
	padding: 10px 0;
}

#menu li.last {
	background-image: none;
	background: none;
}

#menu li a {
	color: #FFFFFF;
	display: inline;
	font-size: 16px;
	margin: 0 15px;
	text-decoration: none;
}

#menu li a:hover {
	color: #BB5701;
	display: inline;
	text-decoration: none;
}


/* image below menu */
#mainImage {
	height: 200px;
	margin: 0;
	padding: 0;
	width: 800px;
}


/* content contains main content area and sidebar */
#content {
	background: #FFFFFF url(../images/global/content_bottom_bg.gif) bottom no-repeat;
	margin: 0 auto;
	padding: 30px;
	width: 740px;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content ul {
	margin-bottom: 20px;
}

#content table {
	border: 1px solid #BB5701;
	margin-bottom: 20px;
}

#content table th {
	color: #BB5701;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#content table td {
	padding: 10px;
}

#content table tr.rowA {
	color: #666666;
	background-color: #DDDDDD;
}

#content table tr.rowB {
	color: #666666;
	background-color: #EEEEEE;
}

/* welcome holds intro/welcome graphic and text */
#welcome {
	margin-bottom: 20px;
	width: 485px;
}

#welcome .text {
	color: #777777;
	font-size: 13px;
	line-height: 20px;
}

/* mainLeft holds main content and works with sidebarRight */
#mainLeft {
	float: left;
	margin-right: 25px;
	position: relative;
	width: 485px;
}


/* sidebar holds sidebar content */
#sidebar {
	background: #EAEDEE url(../images/global/sidebar_top_bg.gif) top no-repeat;
	float: right;
	padding: 20px;
	position: relative;
	width: 190px;
}

/* sidebarBottom holds rounded corners on bototm */
#sidebarBottom {
	background: url(../images/global/sidebar_bottom_bg.gif) bottom no-repeat;
	float: right;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 210px;
}

.sidebarNews {
	color: #666666;
	font-size: 10px;
}

.sidebarNews ul {
	list-style: none;
}

.sidebarNews li {
	border-bottom: 1px #052639 dotted;
	margin-bottom: 20px;
}


/* mainFull holds main content when NO sidebars are present */
#mainFull {
	position: relative;
	width: 740px;
}

/* holds subpage image */
#mainLeftNarrow {
	float: left;
	position: relative;
	width: 230px;
}

/* holds subpage content */
#mainRight {
	float: right;
	position: relative;
	width: 485px;
}


/* footer holds links and copyright info */
#footer {
	color: #555555;
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 800px;
}

#footer p {
	line-height: 2em;
	margin-bottom: 5px;
}

#footer ul {
	list-style: none;
	position: relative;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 2px;
}

#footer a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/* image styles */
.floatLeft { 
    float: left; 
    margin: 0 20px 20px 0; 
}

.floatRight { 
    float: right; 
    margin: 0 0 20px 20px; 
}


input {
	background: #EEEEEE;
	border: 1px solid #999999;
	color: #333333;
	height: 20px;
	margin: 0 0 10px 0;
	width: 250px;
}

button {
	background: #BB5701;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding: 3px 10px;
	text-transform: uppercase;
}

label {
	margin: 10px 0 4px 0;
	}

textarea {
	background: #EEEEEE;
	border: 1px solid #999999;
	color: #333333;
	height: 100px;
	margin: 0 0 10px 0;
	width: 250px;
}



/* clear is used to clear floats */
.clear {
	clear: both;
}