@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
}

/* Set medium font size small */
body {
	font-size: 75%;
	background: url(../images/sidebg.jpg) repeat-y;
}

/* Outer Wrapper */
#o-wrapper {
	width: 100%;
	min-width: 1000px;
	background-color: white;
}

/* Header Area */
#header {
	background: url(../images/headbg.jpg) repeat;
	width: 100%;
	height: 152px;
	position: relative;
	z-index: 10;
}

#head-img {
	width: 710px;
	height: 152px;
	background: url(../images/head1.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
}

#tagline {
	width: 350px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 20;
}

#tagline h1 {
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color: white;
}

#logo {
	width: 237px;
	height: 124px;
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 17;
}

#logo h1, #nav h3 {
	display: none;
}

#shadow {
	height: 8px;
	width: 100%;
	background: url(../images/shadow.png) repeat-x;
	position: absolute;
	top: 152px;
	left: 0;
	z-index: 25;
}

/* End Header */

/* Sidebar */
#sidebar {
	width: 197px;
	height: auto;
	position: absolute;
	left: 0;
	top: 152px;
	z-index: 10;
}

#cinfo {
	width: 187px;
	margin: 10px 5px;
}

#cinfo h1 {
	color: white;
	font-size: 17px;
	margin: 0;
} 

#cinfo h2 {
	color: white;
	font-size: 15px;
	margin: 0;
}

#cinfo h3 {
	color: white;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
}

#cinfo h4, #cinfo h4 a {
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}

#nav {
	width: 100%;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 5px;
	list-style: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

#nav ul li a {
	color: white;
	text-decoration: none;
}

.navsep {
	margin: auto;
	height: 1px;
	width: 191px;
	background: url(../images/navhr.jpg) no-repeat;
}

#certlogos {
	width: 187px;
	margin: 10px 5px;
}

/* End Sidebar */

#c-wrapper {
	height: auto;
	width: auto;
	position: absolute;
	margin-right: 20px;
	left: 210px;
	top: 152px;
	z-index: 10;
}

#content {
	margin-top: 10px;
}

/* Text Style */
h1,h2,h3,h4,h5,h6, p, table {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #081b7a;
}

h2 {
	font-size: 1.4em;
	color: #081b7a;
}	

h3 {
	font-size: 1.2em;
	color: #081b7a;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p, table {
	font-size: 1.05em;
}

.boldblue {
	color: #081b7a;
	font-weight: bold;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* footer area */
#footer {
	clear: both;
	text-align: center;
	font-size: .9em;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: .9em;
	color: black;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
	color: black;
}
