/* 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;
	padding: 0;
	border: 0;
	outline: 0;
	
	
	background: transparent;
}

body {
	
	font-family: verdana, Arial;
	font-size: 11px;
}

.grey { background-color: grey; }

h1 { color: #4c5961; margin-bottom: 10px; }
h2 { color: black; }

.alignright { float: right; padding-left: 10px; }

#page-container { width: 940px; margin: 0 auto; background-color: white; padding: 20px;}
#header { width: 940px; height: auto; background-color: grey; }
.logo { margin-top: 50px; border-right: 10px solid #fff; border-left: 10px solid #fff; border-top: 10px solid #fff; border-bottom: 10px solid #fff; margin-bottom: 50px; }
#navigation { width: 220px; height: 402px; background-color: #7a8c98; margin-right: 10px; float: left; }
#navigation ul { width: 220px; border-top: 1px solid #fff;  }
#navigation ul li { width: 220px; border-bottom: 1px solid #fff; height: 20px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; display: table; }
#navigation ul li a { color: white; text-decoration: none; display: table; padding: 10px;}
#navigation ul li a:hover { color: white; text-decoration: none; display: table; background-color: #4c5961; width: 200px; padding: 10px; }

#formbg { margin-top: 20px; }

#navbreaker { width: 220px; height: 20px; background-color: #4c5961; margin-right: 10px; float: left; margin-top: 10px; margin-bottom: 10px; }
#bannerbreaker { width: 700px; height: 20px; background-color: #a2a6a9; margin-left: 10px; float: left; margin-top: 10px; margin-bottom: 10px; }
#banner { width: 700px; height: auto; background-color: white; float: left; margin-left: 10px; }
#content-container { width: 940px; padding-bottom: 20px;}
#subnav { width: 220px; min-height: 100px; margin-right: 10px; background-color: white; float: left; }
#subnav ul { width: 220px; border-top: 1px solid #fff;  }
#subnav ul li { width: 220px; border-bottom: 1px solid #fff; height: 20px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; display: table; }
#subnav ul li a { color: #686868; text-decoration: none; display: table; padding: 5px; font-weight: bold;}
#subnav ul li a:hover { text-decoration: none; display: table; background-color: #dbe9f2; width: 210px; padding: 5px; }

#content { width: 700px; min-height: 300px; margin-left: 10px; background-color: white; float: left; padding-bottom: 20px;}
#content ul li { list-style-type: disc; margin-left: 20px; }
#footer { width: 940px; height: 20px; border-top: 1px solid #151515; border-bottom: 1px solid #151515; padding: 5px; text-align: center; background-color: #e3e3e3;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}










































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {
color: black;
}

.alignright {
float: right; padding-left: 10px;
}


