/*  GLOBAL STUFF  */

body,td,th {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	height: 100%;
	margin: 0;
	background: url(img/bg.png) top center repeat-y;
	text-align: center;
}
a {
	color:#0099FF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #F9F9F9;
	line-height: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
	height: 1px;
	color: #999999;
}
img {
	border: 0;
}
ul {
	list-style: square;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
acronym:hover, abbr:hover {
	color: #999999;
}

/*  CLASSES  */

input.styled {
	margin: 1px;
	background-color: #F3F3F3;
	border: 0;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}
.qoute {
	margin-left: 50px;
	margin-right: 50px;
	padding: 15px 25px;
	background-color: #FCFCFC;
	border: #CCCCCC dashed;
	border-width: 1px 0;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.left_line {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 15px;
	border-left: #CCCCCC solid 2px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.bottom_line {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: #CCCCCC solid 1px;
	background: url(img/top_shadow.png) bottom repeat-x;
}
.box {
	padding: 5px 10px;
	background-color: #F9F9F9;
}
.zebra {
	background: url(img/zebra.png);
}

/*  STRUCTURE (in order of appearance)  */

#footer_float { 
	height: 100%;
	min-height: 100%;
	margin-bottom: -44px; /* The height of the footer. */
}
#body {
	margin: 0 auto 31px auto;
	width: 880px;
	text-align: justify;
}
#top_nav {
	padding: 6px 10px 8px 0;
	background: url(img/top_shadow.png) bottom repeat-x;
	color: #999999;
	font-size: 11px;
	text-align: right;
}
#top_nav a {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
#top_nav a:hover {
	color: #FF9900;
}
.nav_head {
	padding: 0 0 8px 10px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

#header {
	height: 298px;
	padding: 10px 0 0 10px;
	background: url(img/headbg.png) bottom repeat-x;
	/*color: #FFFFFF;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	/*font-weight: bold;*/
	/*letter-spacing: 2px;*/
	/*background-position: 473px;	/*float: right;*/
}
.pic_left {
	float:left;
}
.pic_right {
	float:right;
}


#header .with_slogan {
	position: relative;
	top: 15px;
	left: -1px;
}
#header .slogan {
	position: relative;
	top: -5px;
	left: 5px;
	font-size: 18px;
	font-weight: normal;
}
.content { /* This wraps the content. */
	margin: 15px 15px 0 15px;
	line-height: 18px;
	clear: both;
}
/* One column. Check out the "Layouts" page. */
.c1col {
	width: 850px;
	float: left;
}
/* Two columns. Check out the "Layouts" page. */
.c2col_left {
	width: 600px;
	padding-right: 10px;
	float: left;
}
.c2col_main {
	width: 850px;
	float: left;
}
.c2col_right {
	width: 200px;
	padding-left: 10px;
	float: left;
}
.c2col_eq_left {
	width: 375px;
	padding-right: 20px;
	float: left;
}
.c2col_eq_right {
	width: 375px;
	float: left;
}
/* Three columns. Check out the "Layouts" page. */
.c3col_side {
	width: 150px;
	float: left;
}
.c3col_middle {
	width: 430px;
	padding: 0 20px;
	float: left;
}
#footer {
	width: 880px;
	margin: 0 auto;
	padding: 12px 0 7px 0;
	background: #F9F9F9 url(img/top_shadow.png) repeat-x;
	font-size: 10px;
	text-align: center;
	clear: both;
}

/* mine */
.img_list {
	list-style-image:url(img/yes.gif);
	line-height: 18px;
}
.img_list2 {
	margin: 10px 0 10px 1px;
	line-height: 20px;
	list-style-image:url(img/blueyes.gif);
}
.grayboder {
	border:1px solid #e5e5e5;
}
/*  HACKS  */

html {
	height: 100%;
}

#footer_hack {
	clear: both;
}
