/* CSS Document */

/*** Color Palette
Dark Red		#900
Medium Red		#600

**************************/
 
/***************************
remove defaults
****************************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}
td {
	border-collapse:collapse;
	vertical-align:top;
}

/*** LAYOUT ***/
body {
	font-family:Verdana, Arial, 'Gill Sans', Helvetica, sans-serif;
	background-color:#333;
}

#topSpace {
	width:100%;
	height:200px;
	border-bottom:1px solid #FFF;
	background-image:url(../images/slice_top.gif);
	background-repeat:repeat-x;
}
#topSpaceShort {
	width:100%;
	height:100px;
	border-bottom:1px solid #FFF;
	background-image:url(../images/slice_top2.gif);
	background-repeat:repeat-x;
}
#midSpace {
	width:100%;
	height:auto;
	border-bottom:1px solid #FFF;
	background-color:#dcdcdc;
	background-image:url(../images/slice_mid2.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#bottomSpace {
	width:100%;
	height:auto;
	min-height:100px;
	background-image:url(../images/slice_base.gif);
	background-repeat:repeat-x;
}

.logo {
	border-right:1px solid #FFF;
}
.banner {
	border-right:1px solid #FFF;
}
.navigation {
	text-align:left;
	background-image:url(../images/navigation.gif);
	background-repeat:repeat-y;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	width:25%;
}
.content {
	text-align:left;
	padding:26px;
	border-right:1px solid #FFF;
	width:75%;
}
#footer {
	width:798px;
	text-align:center;
	background-color:#333;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:10px 0px;
}

/*** NAVIGATION ***/

#nav {
	list-style:none;
}
#nav li {
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #300;
	text-transform:uppercase;
	font-size:12px;
}
#nav li:hover {
	background-image:url(../images/nav_over.gif);
	background-repeat:no-repeat;
}
#nav li a {
	display: block;
	color:#dcdcdc;
	height:31px;
	/*width:191px;*/
	padding-left:8px;
	padding-top:18px;
}
#nav li a:hover {
	color:#FFF;
}
#nav li.onpage {
	background-image:url(../images/nav_over.gif);
	background-repeat:no-repeat;
}

/*** CONTENT ***/

h1 {
	color:#900;
	font-size:22px;
}
h2 {
	color:#900;
	font-size:16px;
}
h3 {
	color:#900;
	font-size:14px;
}

.content p {
	color:#333;
	font-size:12px;
	line-height:18px;
	margin-top:6px;
	margin-bottom:12px;
}
.content ul {
	margin-left:14px;
	margin-top:12px;
}
.content li {
	font-weight:bold;
	font-size:12px;
	list-style-image:url(../images/bullet.gif);
	padding:3px 0px;
}
#footer p {
	color:#666;
	font-size:11px;
}


/*** LINKS ***/

a:link {
	text-decoration:none;
	color:#900;
}
a:visited {
	text-decoration:none;
	color:#900;
}
a:hover {
	text-decoration:none;
	color:#900;
}
a:active {
	text-decoration:none;
	color:#900;
}

/*** FOOTER ***/

#footer a:link,#footer a:visited,#footer a:active {
	text-decoration:none;
	color:#CCC;
	text-transform:capitalize;
}
#footer a:hover {
	text-decoration:none;
	color:#FFF;
}
