/********************************************
AUTHOR:  			Claudio Geanta 
WEBSITE:   		http://www.designbysatori.com/
PROJECT NAME:	BSI Corporate Benefits
DATE:				January-10-2008     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	margin: 0;
	padding:0;
	background: #e1d9ca url('images/bg.jpg') repeat-x;
	font: 78%/1.5em Arial, Verdana, Helvetica;
	color: #443311;
	text-align: center;
	
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #164365; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #720000;
}

/* headers */
h1, h2, h3 {font-size:1.8em; font-family: Times New Roman, Times, serif;   }
h1 {
	font-weight: normal;	
	color:#001832;
	margin-top: 50px; 
	}

h2 {
	font-size: 1.6em;
	padding: 35px 0 0 0;	
	margin-top: 30px;	
	color: #720000;
	font-weight: normal;
	border-bottom: 1px dotted #720000;
}

h3 {
	font-size: 135%;	 
	color: #666;
	margin-top: 30px;
	text-transform: uppercase;
}

/* images */
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}

p {
	margin: 5px 15px;
	padding: 0;}


ul, ol {
	margin: 5px 30px;
	padding: 0 25px;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 902px;
	background: transparent;
	margin: 0 auto;
	text-align: left
}
#content-wrap {
	clear: both;
	width: 902px;	
	margin-left:0px;
	padding: 0;
	background: transparent; 	
}


#header {
	position: relative;
	height: 163px;
	background: transparent;
	padding: 30px 0 0 0;
	margin: 0;	
	color: #fff	
}

#header-logo {
	float: left;
	width: 300px;
	height: 163px;	
	margin: 0px; display: inline;
	padding: 0;
	background: transparent;
		
}

#header-banner {
	float: left;
	width: 600px;
	height: 163px;	
	margin: 0px; display: inline;
	padding: 0;
	background: transparent;
		
}



/* header links */
#header-links {
	
	position: absolute;
	color: #deb666;
	font: .9em Arial, Verdana, Helvetica, Sans-serif;
	top: 5px; right: 40px;	
}
#header-links a {	
	color: #deb666;
	text-decoration: none;
		
}
#header-links a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF
}







#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav {
	margin-top: 5px;
	clear: both;
	height: 35px;
}
#nav li {
	margin: 0; 
	padding: 0;
    	list-style: none;
	display: inline;
	}
#nav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* for IE5/Win only */
	}
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -35px;
	}
#navhome a{
	width: 135px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_home.jpg');
	}
#navabout a{
	width: 116px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_about.jpg');
}
#navinsurance a{
	width: 205px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_insurance.jpg');
}
#navwellness a{
	width: 121px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_wellness.jpg');
}
#navlinks a {
	width: 91px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_links.jpg');
}

#navfaq a {
	width: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_faq.jpg');
}


#navcontact a {
	width: 152px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/nav_contact.jpg');
}


/* Main Column */
#main {
	float: left;
	width: 570px;
	margin: 0px; display: inline;
	padding: 0;
	background: transparent;
	color:#453c29 ;	
}


#main p
#main blockquote, #main table, #main form {
	margin:0;
	padding:0;
}
#main p
{
	padding:5px 5px 0 0;
	text-align: justify;
}



#main h1 {
	font-weight: normal;	
	color:#001832;
	margin-top: 50px; 
	}

#main h2 {
	font-size: 1.6em;
	padding: 15px 0 5px 0;	
	color: #720000;
	font-weight: normal;
	border-bottom: 1px dotted #720000;
}

#main h3 {
	font-size: 1.3em;	 
	color: #720000;
	margin: 30px 0 0 10px;
	text-transform: uppercase;
}


#main ol li{
	font-weight: bold;
	line-height: 2em;
	}


#main ul li {
	list-style-image: url('images/bullet.gif'); 
}

#main ol, #main ul { margin-left: 20px;}


#main ol.side {
	text-align: left;
	margin-left: 30px; padding: 10px;
	text-decoration: none;
	font-weight: normal;	
	
}
#main ol.side li {
	padding: 0;
	margin: 0 2px;	
	color: #453c29;	
	font-weight: normal;
	font-size: .94em	

}


/* Sidebar */	
#sidebar {
	float: right;
	width: 330px;
	background: #d6c3a3;
	padding: 0; margin-top: 5px;	
	color: #000;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;

		
}	
#sidebar h2 {
	margin: 0;
	font: normal .6em;
	font-family:Georgia, Times New Roman, Times, serif;
	padding: 10px;
	border: none;
	margin-top: 34px;
	color: #720000;
	line-height: 1.2em;	
}
#sidebar p {
	padding: 20px 0 0 20px;
	font-family:Georgia, Times New Roman, Times, serif;	
	font-size: 1em;
	color: #720000;

}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0; padding: 10px;
	text-decoration: none;	
	
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #453c29;	
	border-bottom: 1px dotted #453c29; 
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a:link, #sidebar ul.sidemenu li a:visited  {
	text-decoration: none;	
	color: #164365;				
}
#sidebar ul.sidemenu li a:hover {	
	color: #720000;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }


.blue {color: #164365; font-size:.9em}
.ita {color:#720000; font-style: italic; font-family: Georgia, Times New Roman, Times, serif }
.top { text-transform: uppercase; font-size: .8em; font-weight: bold}
.par {margin-left: 30px}

/* Footer */	
#footer {
	clear: both;
	margin:0; 
	padding: 0;
	color: #FFF;
	background: #a79271 url('images/bg_footer.jpg') repeat-x;
	height: 1%;
	text-align: center;	
	font-size: 90%;
	
}
#footer p { 
	padding: 40px 0 20px 0;
	margin: 0;
	color: #675339;

}
#footer a:link, #footer a:visited { 
	color: #675339;
	text-decoration: none; 
	border-bottom: 1px dotted #675339;
	margin: 10px 10px 0 10px;
}

#footer a:hover { 
	color: #FFF;
	text-decoration: none; 
	border-bottom: 1px dotted #FFF;
}




/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

blockquote {
  margin: 10px 15px;
  color: #2361BA;
  border: 1px solid #E5F0FB;   
  background: #F4F8FD url('images/quote.jpg') no-repeat 8px 6px;; font-style:normal; font-variant:normal; font-weight:bold; line-height:1.5em; font-size:1.3em; font-family:Trebuchet MS, Tahoma, arial, Sans-serif; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:0
}