@import "reset.css";


body
{
	text-align:centre;
	min-width:736px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	background-color:#232631;
	line-height:1.3em;
	color: #fff;
}

h2
{
	font-size:1.2em;
	font-weight:bold;
	margin:0.5em 0;
}

h3 {font-weight:600;}

h4 
{
	font-weight:600;
	font-size:1.1em;
}

p {font-size:1.07em;}

a
{
	color:#fff;
	background-color:transparent;
	text-decoration:uderline;
}

a:hover {font-weight:300;}

h1 {text-indent:-999em;}

#wrapper
{
	margin:1em auto;
	width:736px;
	text-align:left;
	font-size:0.812em;
	border: solid 4px;
	background: #26759f url(../images/gradient_background.jpg) repeat-x top left;
}

#header
{
	width:736px;
	height:247px;
	background:url(../images/header_image2.png) top center no-repeat;
}

#nav, #nav li {float: left;}

#nav 
{
	width: 716px;
	background:transparent url('../images/nav-bg.png') no-repeat scroll top left;
	margin-left:0.8em;
	display:inline;
}

#nav li
{
	border-left:solid 1px #fff;
	width:125px;
}

#nav li.last {border-right:solid 1px #fff;}

#nav li.first
{
	margin-left:4em;
	display:inline;
}

#nav li a
{
	display:block;
	padding:.3em 0em .3em 1.5em;
	height: 22px;
	background-image: url(../images/nav-bg-images.png);
	text-decoration:none;
}

#nav li a:hover {background-position: center;}

#nav li.current a {background-position: bottom;}

#content
{
	min-height:370px;
	width:679px;
	margin:40px 0 30px 25px;
	clear:left;
}

#content img {border-bottom: solid 1px #fff;}

ul.bulleted 
{
list-style:disc;
margin-left:1.5em;
margin-bottom:1em;
}

ul.non_bulleted 
{
   list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size:1.07em;
}


img.title
{
	border: none;
	display:block;
	margin:0 auto 1.4em auto;
}

img.sub_title
{
	border: none;
	display:block;
	margin:15px 0 10px 0;
}

#left_col 
{
	width:334px;
	float: left;
	margin:20px 0 10px 0;
}

#left_col ul {margin-left:1.5em;}

#right_col
{
	width:334px;
	float: left;
	margin:20px 0 10px 10px;
}

#right_col ul {margin-left:1.5em;}

div.clearing {clear:both;}

#footer {clear:both;}

img, ul {behavior: url('assets/js/iepngfix.htc');}