/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
html { height: 101% } 
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* standard elements */

h1 {
	font-size: 220%;
	
}



/* layout elements */


div#doc {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

div#banner {
		position: relative;
		height: 201px;
		padding: 0;
	}

	div#banner img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* nav */
	
	ul#nav {
		background: #809BD1 url(../images/nav_bg.jpg) repeat-x 0 0;
		padding: 10px 0;
		zoom: 1;
		margin: 0 0 30px 0;
	}
	
		ul#nav:after,
		div.columnset:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		

	
		ul#nav li {
			float: left;
			padding: 0 25px;
			font-size: 120%;
			font-family: 'MS Sans Serif', Geneva, sans-serif;
			color: #fff;
			font-weight: normal;
			border-right: 1px solid #fff;
		}
		
			ul#nav li.last-child {
				border: 0;
			}
		
			ul#nav li a, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:active {
				color: #fff;
				text-decoration: none;
			}
		
				
				ul#nav li a:hover {
					text-decoration: underline;
				}


			ul#vertical {
			list-style: disc;
list-style-position:inside;
			}
			
			ul#vertical li {
			font-size: 110%;
			font-family: Arial, "MS Trebuchet", sans-serif;
			color: #000;
			font-weight: normal;
			padding: 3px 10px 3px 10px;
			margin: 5px 10px 5px 10px;
			}
		
		/* columnset */		
		div.columnset {
			padding: 0 10px 0 10px;
			margin: 0 0 30px 0;
			zoom: 1;
		}
	
			div.columnset div.col {
				float:left;
				width:300px;
				padding:0;
				display: block;
				clear: right;
			}
	
				div.columnset div.first-col {
					padding: 0 20px 0 0;
				}
			
				div.columnset div.second-col {
					padding: 0 20px 0 0;
				}
	
				div.columnset div.third-col {
					padding: 0;
				}
				
				
				/* contentcolumnset */	
				div.columnset div.col-content {
				float:left;
				width:620px;
				padding: 0 20px 0 0;
				display: block;
				clear: right;
			}

				
				/* float */
				
					.floatright {
						float: right;
						margin: 5px 10px 3px 10px;
				}
					.floatleft {
						float: left;
						margin: 5px 10px 3px 10px;
				}

				img.center {
						display: block;
						 margin: 10px auto 10px auto;
				}
				
				/* boxes */
				div.boxtop {
				background: url(../images/box_top.gif) no-repeat;
				float: left;
				width: 300px;
				height: 35px;
				padding: 0;
				margin: 0;
				}
				
				h2.blue_header {
				font-size: 140%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #445566;
				font-weight: bold;
				padding: 10px 0 11px 10px;
				margin: 0;
				}
			
			h2.blue_header_content {
				font-size: 120%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #445566;
				font-weight: bold;
				padding: 5px 0 5px 10px;
				margin: 0;
				}


			hr {
				border: none;
				border-top: 1px dashed #809BD1;
				width: 100%;
				height: 1px;
				text-align: left;
				margin: 0 auto 0 0; /*this will align it right for Mozilla*/
			} 
			
			
				h3 {
				font-size: 110%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #445566;
				text-transform: uppercase;
				padding: 7px 0 0 10px;
				margin: 0;
				}
			
			p {
				font-size: 110%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #000;
				font-weight: normal;
			}
			
			div.collapsible {
			float: left;
			margin: 0;
				font-size: 110%;
				line-height:140%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #000;
				font-weight: normal;
				padding:5px;
			}
			
			div.boxrepeat {
				background: url(../images/box_repeat.gif) repeat-y;
				float: left;
				width: 290px;
				margin: 0;
				font-size: 110%;
				line-height:140%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #000;
				font-weight: normal;
				padding:5px;
			}
			
			p.box_white {
				padding: 5px 10px 5px 10px;
				margin: 0;
			}
			
			div.boxfoot {
				background: url(../images/box_footer.gif) no-repeat;
				float: left;
				width: 300px;
				height: 42;
			}
			
			p.boxfooter {
			padding: 3px 10px 10px 10px;
			margin: 0 0 30px 5px;
			font-size: 120%;
			line-height:140%;
			}
			
			p.caption {
			padding: 3px;
			margin: 0;
			font-size: 100%;
			line-height:120%;
			color:#ffffff;
			background: #445566;
			text-align: center;
			}
			
			
			/* grey background box */
			
			div.box_grey {
				background: url(../images/box_repeatgrey.gif) repeat-y;
				float: left;
				width: 290px;
				margin: 0;
				font-size: 110%;
				line-height:140%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #000;
				font-weight: normal;
				padding: 5px;
			}

			div.boxfootgrey {
				background: url(../images/box_footergrey.gif) no-repeat;
				float: left;
				width: 300px;
				height: 17px;
				margin: 0px 0px 10px 0px;
			}

			
			/* wide content box */
			div.boxtopwide {
				background: url(../images/box_top_wide.gif) no-repeat;
				float: left;
				width: 620px;
				height: 35px;
				padding: 0;
				margin: 0;
				}
				
				div.boxrepeatwide {
				background: url(../images/box_repeat_wide.gif) repeat-y;
				float: left;
				width: 610px;
				margin: 0;
				font-size: 110%;
				line-height:140%;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color: #000;
				font-weight: normal;
				padding:5px;
			}
			
			div.boxfootwide {
				background: url(../images/box_footer_wide.gif) no-repeat;
				float: left;
				width: 620px;
				height: 42;
			}
			
			a, a:visited, a:hover, a:active {
				color: #0055cc;
				text-decoration: none;
			}


				a:hover {
					text-decoration: underline;
				}
				
		
			