/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}

/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
	cursor:pointer;
	cursor:default;
	height:100%;
}

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
	background:#fff url(/img/bottomGradient.jpg) left bottom repeat-x;
	background-attachment:fixed;
}

body {
	font-size: 85%;
	line-height:1.5em;
	text-align:left;
	background:transparent url(/img/topStrip.jpg) left top repeat-x;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	text-align:left;
}

h1 {
	font-size:1.9em;
	line-height:2em;
	margin-bottom:0.7em;
	font-weight:normal;
	border-bottom:1px solid #aaa;
}

h2 {
	font-weight:normal;
	font-size:1.6em;
	margin-bottom:0.8em;
	color:#333;
}

h3 {
	margin-bottom:0.2em;
	font-weight:normal;
}

h4 {
	font-size:1.8em;
	margin-bottom:0.2em;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1.3em;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	background:none;
	border:none;
	border-bottom:1px solid #5a5a5a;
	height:0px;
	clear:both;
	padding:1.7em 0 0 0;
	margin:0 0 1.7em 0;
	margin:1.7em 0 1.7em 0 !justIE;
	padding:0 !justIE;
}

input, textarea, select {
	font-size:1.2em;
}

input.textbox, textarea.textbox {
	width:200px;
	border:1px solid #999;
	font-weight:normal;
	display:block;
	margin-bottom:15px;
}


ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	background:transparent url(/img/bullet.gif) 0px 0.4em no-repeat;
	margin:0;
	padding-left:20px;
	_height:0; /* IE6- Bug Fix */
	vertical-align: bottom; /* IE6- Bug Fix */
}

small {
	font-size:11px;
}

big {
	font-size:1.5em;
}

a:link, a:visited, a:hover {
	text-decoration:underline;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover {
	text-decoration:underline;
}

table {
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}
table tr {
	margin:0;
	padding:0;
}
table th, table td {
	margin:0;
	border:none;
	vertical-align:top;
}
table th {
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}

table.form td {
	padding-bottom:10px;
}
table.form th {
	width:200px;
}

fieldset {
	border:1px solid #ccc;
	padding:15px 15px 20px 15px;
	padding:0 15px 20px 15px !justIE;
	margin-bottom:1.5em;
	margin-top:0;
	padding-top:1px !justIE;
}
legend {
	color:#333;
	padding:0 3px;
	font-weight:bold;
	margin:0 -10px 0 -10px;
	margin:0 -15px 15px -15px !justIE;
}
code {
	font-family:"Courier New", Courier, monospace;
	font-size:0.8em;
}
code em {
	font-weight:bold;
	color:#e4429a;
	font-style:normal;
	font-family:"Courier New", Courier, monospace;
}
pre, code {
	margin:0;
	padding:0;
}

/* CONTENT */
.error {
	color:#f33 !important;
	display:block;
}
.note {
	color:#2f3199 !important;
	display:block;
}

/* SECTIONS */

#container {
	padding:0 0 70px 0;
	width:960px;
	margin:0 auto;
}
#header {
	height:170px;
	overflow:visible;
}
#header li {
	background:none;
}
#header #logo {
	background:transparent url(/img/logo.png) left top no-repeat;
	width:208px;
	height:166px;
	margin-left:-26px;
	float:left;
}
#header #logo a {
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	height:140px;
	width:156px;
	margin:0 auto;
}
ul#header-userNav, ul#header-siteNav {
	float:right;
	list-style:none;
	margin:0;
	padding:15px 0 0 0;
	display:block;
}
ul#header-userNav li {
	float:left;
	height:55px
}
ul#header-userNav li a {
	color:#eee;
	text-decoration:none;
	padding:10px 25px;
	display:block;
	font-size:22px;
	border:1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
ul#header-userNav li.selected a {
	border:1px solid #eee;
}
ul#header-siteNav {
	padding-top:20px;
}
ul#header-siteNav li {
	float:left;
}
ul#header-siteNav li a {
	padding:5px 25px;
	display:block;
	font-size:18px;
	text-decoration:none;
	color:#000;
}
ul#header-siteNav li.selected a {
	color:#fff;
	background-color:#e74e25;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}

/* UTILITIES */

.clearfix {
	overflow:hidden;
} * html .clearfix { overflow:visible; height: 1%;}
.clearfix:after {
	content:".";
	height:1px;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}

div.placeholder { 
	background-color:#eee;
	text-align:center;
	overflow:hidden;
	position:relative;
} div.placeholder div { position:absolute; overflow:visible; top:45%; left:0px; height:1em; width:100%; font-size:1.3em; font-weight:bold; color:#999; }



