/* --------------------------------------------------------------------
File name: main.css
Title: Primary CSS file
Author: Mostad & Christensen, Inc.
License: Copyright Mostad & Christensen, Inc. All Rights Reserved.
---------------------------------------------------------------------- */

/* import other stylesheets into this document */
@import url('reset.css'); 
@import url('menu.css');  /* top menu styles */


/* ----------- =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: #EBEBEB; }

h1, h2, h3, h4, h5 h6{
	font-weight: bold;
	padding: 5px 0 0 0;
	line-height: 1.4em;
	 }

h1 {font-size: 1.9em; }
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, a:link, a:visited, a:hover {
	text-decoration:underline; } 
a:link, a:visited {
	color: #003399;}
a:hover {
	color: #CC3333;}

ul {
	margin:0;
	padding: 0; }

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 9px; /* horizontal & vertical position of bullet */
}

#container {
	width: 980px;
	margin: 0 auto; /* centers layout */
	padding: 0;
	background-repeat: repeat;
	color: #000;
	background-color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 2px solid #999999;
	border-top: 1px solid #999999;
}

/* ----------------- =header ------------------ */
#header {
	margin: 0;
	height: 196px;
	padding: 0;
	background-color: #FFF; }


#header h1, #header h2 {
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	line-height: 1.5em;}

#header h1 {
	font-size:24px;}

#header h2 {
	font-size:18px; }

	
/* --------------- =top navigation ------------------ 
/* see dropdown.css for dropdown menu styles */

#navbar {
	margin: 0;
	padding: 0;
	height: 45px;
	border-top: 2px solid #000;
	background: #5588BC url(../images/nav_bg.jpg) no-repeat bottom;
}


/* ----------------- =right sidebar --------------------- */

#sidebar {
	width: 255px;
	float: right;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 20px 0 20px 10px;
	}
	
#news {
	width: 225px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/sidebar_bg.jpg) no-repeat; }

#news h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #98022F;
	text-align: center;
	padding: 5px; }

#news  ul { 
	list-style-type:none;
	margin: 0;
	padding: 0; 
	text-align: left;}

#news ul li {
	padding: 5px 0 5px 20px;
	background: url(../images/news_bullet.gif) no-repeat left 10px;
}

.contactBox {
	width: 215px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
}

.contactBox h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #98022F;
	text-align: center;
	padding: 5px 5px 0 5px; }


/* ------------------- =content --------------------- */
#content {
	margin: 0 315px 0 0;
	padding: 20px 20px 20px 60px;}
	

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #98022F;
	display: block;
	width: 80%;
	border-bottom: 2px solid #98022F;
	}
.column {
    float: left;
	margin: 0;
	padding: 10px 10px 20px 0px;
	width: 45%;
	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 9px; /* horizontal & vertical position of bullet */}


/* ---------------------- =footer ---------------------- */


#footer {
	clear: both;
	text-align: left;
	height: 1%; /* needed for IE */
	margin: 0;
	padding: 5px;
	font-size: 0.75em;
	color: #fff;
	background-color: #98022F; }
	
#footer a:link, #footer a:visited {
	color: #FFF;
	 }
	 
#footer a:hover {
	color: #FFFF66;
	 }

#footerWrap {
    margin: 0 auto;
	padding: 0 0 0 80px;
	width: 780px;
	text-align: center;}
	 
#footer .footercol {
	float: left;
	margin: 0 auto;
	padding: 10px;
	width: 170px;
	text-align: left;}
	
#footer 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: 400px;
	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;}

.txt-center {
	text-align: center; }

.txt-left {
	text-align: left; }

.txt-right {
	text-align: right; }

.float-left {
	float: left; }

.float-right {
	float: right;
	}

.img-left {
	float: left;
	padding: 5px; }

.img-right {
	float: right;
	margin: 5px;
	padding: 5px; }
	
.fullcol {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0 0px;
	background: #CCCCCC;
}

/* ---------------- =design-specific styles ------------ */
.top-right-nav {
	float: right;
	width: 79px;
	height: 27px;
	margin: 0 5px 0 0;
	padding: 0; }
	
#contact {
	margin: 20px 0 0 0;
	padding: 10px 0;
	text-align: left;
	border-top: 1px dashed #CCC; }

.firm-name, .firm-designation {
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;}

.firm-designation {
	font-size: 1.2em; }
	
.refund {
	width: 242px;
	text-align: center;
	height: 54px;
	margin: 10px 10px 10px 10px;
	padding: 130px 0 0 0;
	background: url(../images/refund.jpg) no-repeat center top;
}
hr {
  color: #E6E6E6;
  width: 70%;
  text-align: center;
  height:1px;
  border:none;}
  
#newsletter h3{
	 color:#003366;}

.navheading li {
	margin:0;
	padding: 0;}
	
.photo {
	width: 200px;
	height: 250px;
	float: right;
	margin: 5px 5px 5px 10px;}
	
.securefile {
	width: 350px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ccc;
	}
.securefile h4 {color: #98022F;}
