/*reset*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	behavior:url("includes/iepngfix.htc");
	
	
}
body {
	line-height: 1;
}
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;
}

/*end reset*/

/* @override http://rclconcepts.com/new/proto/css/styles.css */

body {
    color: #2c2c2c;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #161616;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
img{
border: 0;
}
li {
	list-style-position: inside;
	opacity: 1;
	list-style-type: circle;
}
legend{
	color:black;
}
.container {
    margin: auto;
    width:750px;
}

.header {
    height:86px;
    display:inline;
    
}
#logo {
    float: left;
}
#slogan{
    text-shadow: 1px 2px 3px black;
    font-weight: bold;
    color: #dfdfdf;
    float:right;
    margin-top:35px;
}
.navigation{
    clear: both;
    background-image: url(../images/nav_bg.gif);
    height:33px;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 20px;
}
ul.nav{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li, .current li{
	color: #2c2c2c;
	display: inline;
	height:17px;
	margin: 0;
	list-style: none;
	padding: 0 15px 0 8px;
}
li.current{
	background: url(../images/nav_over_bg_left.gif) no-repeat;
}
.nav a{
	color: #454545;
	text-decoration: none;
	text-shadow: 1px 1px 1px #f1f1f1;
	
	padding-right: 10px;
	margin: 0;
}
.nav a:hover{
	color: black;
	text-decoration: none;
	
}
span.current{
	background: url(../images/nav_over_bg_right.gif) no-repeat  100%;
	padding-right: 9px;
}
.bodyContent{
	margin-top: 1px;
	text-shadow: #e2e2e2 1px 1px 1px;
}
.genericPage{
	padding: 10px;
	background-color: #bfbfbf;
	font-size: 14px;
	line-height: 16px;
	min-height: auto;
}
.genericPage2{
	padding: 10px;
	background-color: #bfbfbf;
	font-size: 14px;
	line-height: 16px;
	text-shadow: none;
}
.footer{
	clear: both;
	margin-top: 2px;
	text-align: center;
	color: #ccc;
}