/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 101%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

/*  tables still need 'cellspacing="0"' in the markup  */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}/*  general  */

body {
	background: white url('../images/bkgrds/bkgrdheader.gif') top left repeat-x;
	font-family: verdana,helvetica,arial;
	font-size: 0.8em;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
	
.clear {
	clear: both;
	}
	
	

/*  header  */
	
#header .colleft {
	float: left;
	width: 590px;
	}
	
#header .colright {
	float: right;
	width: 310px;
	}
	
#header #menu {
	margin: 22px 25px auto auto;
	text-align: right;
	}
	
	#header #menu a {
		display: inline;
		padding-left: 22px;
		font-size: 90%;
		}
	
#header #hilight {
	margin: 20px 0 0 0;
	}
	
	

/*  content  */
	
#content .colleft {
	float: left;
	padding: 10px 0 0 0;
	width: 560px;
	}
	
	#content .colleft .text {
		padding-left: 20px;
		}
		
		.text .home {
			margin: 0;
			padding: 0;
			width: 900px;
			}
		
			.text .home img {
				border: 0;
				margin-top: 30px;
				}
				
				.text .home img.floatleft {
					float: left;
					}
					
				.text .home img.floatright {
					float: right;
					}
	
#content .colright {
	border-left: 1px solid #d0dbe3;
	float: right;
	font-size: 90%;
	line-height: 150%;
	padding: 10px 0 0 20px;
	width: 277px;
	}
	
	#content .colright h1 {
		font-size: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		}
	
	

/*  hilight  */

.hilighttop {
	background: white url('../images/hilight/hilighttop.gif') bottom center no-repeat;
	height: 10px;
	margin-top: 20px;
	width: 900px;
	}

.hilightmiddle {
	background: url('../images/hilight/hilightmiddle.gif') top center repeat-y;
	width: 900px;
	}
	
	.hilightmiddle .col1 {
		border-right: 1px solid #a1b7c8;
		float: left;
		font-size: 90%;
		margin: 0;
		padding: 10px 20px;
		width: 45%;
		}
	
	.hilightmiddle .col2 {
		float: right;
		font-size: 90%;
		margin: 0;
		padding: 10px 20px;
		width: 45%;
		}

.hilightbottom {
	background: url('../images/hilight/hilightbottom.gif') top center no-repeat;
	height: 10px;
	width: 900px;
	}
	
	

/*  images  */
	
img.header {
	margin: 20px auto auto 91px;
	}
	
img.headerphoto {
	margin-left: 32px;
	}
		
img.hr {
	margin: 0 0 15px 0;
	padding-left: 165px;
	}
		
img.right {
	display: inline;
	float: right;
	margin: 0 0 5px 5px;
	}
	
img.dot {
	margin: 0 10px;
	}
	
img.pages {
	float: left;
	margin: 10px 20px 10px 0;
	}
	
	

/*  misc  */

.portfolio p {
	height: 70px;
	}
	
	.portfolio img {
		float: left;
		margin-right: 5px;
		padding-bottom: 10px;
		vertical-align: text-top;
		width: 50px;
		}
		
	.portfolio a {
		font-weight: bold;
		}
	
/*  text  */

p {
	margin: 0;
	padding: 0 0 20px 0;
	}

strong, b, .bold {
	font-weight: bold;
	}

em, i, .ital {
	font-size: 100%;
	font-style: italic;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}
	
.strike {
	text-decoration: line-through;
	}
	
.right {
	text-align: right;
	}

.center {
	margin: 0 auto;
	text-align: center;
	}
	
.indent {
	padding-left: 20px;
	}
	
blockquote {
	background-color: #d0dbe3;
	margin: 0 0 20px 0;
	padding: 20px;
	}



/*  headers  */

h1 {
	color: black;
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	color: #447091;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h3 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h4 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h1.nopad, h2.nopad {
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	color: #900;
	text-decoration: none; 
	border: 0;
	}

a:active, a:hover {
	text-decoration: underline;
	}
	
a.selected {
	color: black;
	font-weight: bold;
	}
	
	
	
/*  images  */

img.leftimg {
	float: left;
	padding: 0 10px 10px 0;
	}



/*  lists  */

ul {
	list-style-type: disc;
	margin: 0 0 10px 35px;
	padding: 0;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 10px 35px;
	padding: 0;
	}

ul.space, ol.space {
	margin: 0 0 0 35px;
	padding: 0;
	}

ul.space li, ol.space li {
	margin: 0;
	padding: 0 0 20px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol, ol.letters {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	margin-bottom: 10px;
	}
	
table.border {
	border-left: 1px solid #d0dbe3;
	border-top: 1px solid #d0dbe3;
	}
	
table.border td {
	border-bottom: 1px solid #d0dbe3;
	border-right: 1px solid #d0dbe3;
	padding: 5px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}

td.required { 
	font-weight: bold;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	font-weight: bold;
	padding-top: 20px;
	}
	
	
	
/*  forms  */

.go {
	background-color: #900;
	border: 1px solid #900;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0 20px 0 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #900;
	padding: 3px;
	}
