/* --------------------------------------------------------------------
File name: main.css
Title: Primary CSS file - 01 Blue
Author: Mostad & Christensen, Inc.
License: Copyright Mostad & Christensen, Inc. All Rights Reserved.
---------------------------------------------------------------------- */

/* import other stylesheets into this document */
@import url('reset.css');

/* ----------- page structure ------------ */
body {
	margin:0;
	padding:0;
	text-align: center; /* to center layout in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	line-height: 1.4em;
	background-color: #e8edf3; }

h1, h2, h3, h4, h5 h6{
	font-weight: bold;
	padding: 5px 0 0 0;
	line-height: 1.4em;
	 }

h1 {font-size: 1.7em; }
h2 {font-size: 1.5em; }
h3 {font-size: 1.3em; }
h4 {font-size: 1.1em; }
h5 {font-size: 1em; }
h6 {font-size: .95em; }

p {
	margin: 1em 0; }
	
a:link, a:visited, a:hover, a:active {  
	color: #990000; text-decoration: none;}

a:hover {  color: #990000; text-decoration: underline;}

ul {
	margin:0;
	padding: 0;}

li {
	margin: 0 0 0 10px; /* left indent */
	padding: 5px 20px;
	background-image:url(../images/content_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px; /* sets bullet position */
	list-style-type: none; }

#container {
	width: 980px;
	margin: 0 auto; /* centers layout */
	padding: 0;
	overflow: hidden;
	background-image:  url(../images/leftbar_bg.jpg); /* faux left column */
	background-repeat: repeat;
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	line-height: 1.4em;
	text-align: left; 
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;	}


/* ----------------- header ------------------ */
#header {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

#headerbar {
	margin: 0;
	padding: 0;
	height: 15px;
	background-color: #003366;
	}

.header-logo {
	margin: 0;
	padding: 0;
	width: 50%;}
	
.header-right {
	float: right;
	height: 85px;
	width: 300px;
	text-align: center;
	margin: 0;
	padding: 20px 10px 5px 5px;
	vertical-align: middle;
	}

#header h1, #header h2 {
	padding: 10px;
	margin: 0;
	color: #000033;
	font-weight: bold;
	line-height: 1.4em;}

#header h1 {
	font-size:1.4em;}

#header h2 {
	font-size: 1.3em; }

.logo {
	float: left;	padding: 0 10px 0 0;}


/* --------------- left navigation ---------------- */
#nav {
	float: left;
	width: 220px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	display: inline; }

#nav p { margin: 0 0 1em 0; }

.nav-menu {
	margin: 0;
	padding: 5px;
	width: 200px; /*width of menu*/
	float: left; /* contain floated list items */ }

.nav-menu ul{
	margin: 0;
	padding: 0; }

.nav-menu li{
	margin: 0;
	padding: 0;
	background-image:url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	float: left; /* corrects IE6 margin bug */
	width: 100%; /* corrects IE6 margin bug */
	border-top: 1px solid #4D739B; }/* line between menu items */

.nav-menu a{
	text-align: left;
	color: #FFFFCC;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 20px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase; }

.nav-menu li.nav-menu-first{
	border-top: none; } /* to remove border from first menu item */
 
.nav-menu ul li a:visited{
	color: #FFFFCC; }

.nav-menu ul li a:hover{ /*hover state CSS*/
	color: #F8BA12; }

/* ----------------- right navigation --------------------- */
#news {
	float: right;
	width: 160px;
	margin: 5px;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; }

#news h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

.newshead {
    margin: 0 0 5px 0;
	padding: 10px 5px 14px 5px;
	background: #0E4985;
	margin-right: 3px;
}

#news  ul { 
	list-style-type:none;
	margin: 0;
	padding: 0; }

#news ul li {
	display: list-item;
	background-image:url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 5px 0 5px 15px; }

/* ------------------- content --------------------- */

#content {
    margin: 20px 175px 20px 240px;
	padding: 0 20px 0 0;
	border-right: 1px solid #E2E2E2;
	}

#content h1 {
	color: #000066;
	}

.columnwrap {
	width: 500px;}
.column {
	float: left;
	margin: 0;
	padding: 10px 10px 10px 0px;
	width: 40%;
	text-align: left;
	}
	
.column li {
	margin: 0 0 0 10px; /* left indent */
	padding: 5px 20px; /* sets list padding*/
	list-style-type: none;
	background: url(../images/content_bullet.gif) no-repeat 0px 6px; /* horizontal & vertical position of bullet */	}
/* ---------------------- footer ---------------------- */

#footer {
	clear: both;
	text-align: left;
	height: 1%; /* needed for IE */
	margin: 0;
	padding: 5px;
	font-size: .75em;
	color: #fff;
	background-color: #003366;
	}

#footer a:link, #footer a:visited {
	color: #FFFFCC;
	 }
	 
#footer a:hover {
	color: #FFCC00;
	 }

#footerWrap {
    margin: 0 auto;
	padding: 0;
	width: 700px;}
	 
.footercol {
	float: left;
	margin: 0;
	padding: 15px 0 5px 15px;
	width: 22%;
	text-align: left;}
	
.footercol ul li {
	list-style-type: none; 
	background: none;
	margin: 0;
	padding: 0;}

#footercredits {
    clear: both;
    width: 980px;
	margin: 0 auto;
	padding: 0;
	font-size: .75em; }

#footercopyright {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 10px;
	clear:both; }
	
#footerdesignedby {
	float: right;
	width: 300px;
	text-align: right;
	margin: 0;
	padding: 10px; }

/* ------------------- general styles ------------------- */
.txt-small {
	font-size: .8em; }

.txt-large {
	font-size: 1.3em; }

.bold {
	font-weight: bold; }

.italics {
	font-style:italic; }

.clear {
	clear: both;}
	
.clear-left {
	clear: left;}
	
.clear-right {
	clear: right;}

.txt-center {
	text-align: center; }

.txt-left {
	text-align: left; }

.txt-right {
	text-align: right; }

.float-left {
	float: left; }

.float-right {
	float: right; }

.img, .img-left, .img-right {
	margin: 5px;
	padding: 5px;
	}

.img-left {
	float: left;
	}

.img-right {
	float: right;
	}

/* ---------------- design-specific styles ------------ */

#contact {
	margin: 20px 0 10px 0;
	padding: 10px 0 10px 0;
	text-align: left; }

.firm-name, .firm-designation {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;}

.firm-designation {
	font-size: 1.2em; }
	
#refund {
	width: 195px;
	height: 80px;
	float: right;
	margin: 10px;
	padding: 130px 0 0 0;
	background: url(../images/refund.gif) no-repeat;
}

hr {
  color: #E6E6E6;
  width: 70%;
  text-align: center;
  height:1px;
  border:none;}
  
#newsletter h3{
	color:#003366;}

.faux-link {
	color: #990000;}

