@charset "utf-8";
/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body  {
	background: #F8D493;
	text-align: center; /* this centers the container in IE 5* browsers.  */

}

 
.twoCol #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	width: 760px;  /*for 1024 width - 16X62=992 approx 10px margins*/
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2F1700;
} 
 
.twoCol #header{
	background-image: url(../images/hdr2.jpg);
	background-repeat: no-repeat;
	display:block;
	width: 760px;
	height:221px;
}

.twoCol #header #titlespace{
  width: 400px;
  height 50px;
  margin-top:125px;
  margin-left:180px;
  display:block;
  color: #07257D;
  font-size:22px;
  text-align:center;
 
}

 
.twoCol #sidebar1 {
	float: left; 
	width:170px;
	padding: 15px 0; 
	display:block;
}
#bannerad{
	width: 760px;
	height: 75px;
	text-align: center;
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCol #mainContent {
 	margin-left: 171px;
	width: 520px;
	display:block;
} 

.twoCol #footer{
font-size: small;
	text-align: left;
	margin-top: 20px;
	padding-left:10px;
	height: 100px;
	width: 740px;
}

 
/*----- END STRUCTURE --------------*/

 /*--------------Vertical Navigation ----------------*/
 
#navigation{
	width: 80%;
	display:block;
	font-size:14px;
	line-height:14px;
			
}
#navigation ul {
	margin: 0px 1px 0px 0px;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#navigation ul li{
	display: block;
	height:40px;
	text-align: center;
	margin: 0;
	border-top-width: 1px;
	border-top-style: none;
	border-top-style: solid;
	border-top-color: #B8C9CB;
 	 
	
}
#navigation ul li a{
	text-decoration:none;
	color: #712801;
	font-weight: bold;
	height: 40px;
	display:block;
	padding-top:3px;	
}


#navigation li#active a {
	color:#07257D;
	text-decoration: none;
	display:block;
	background-color: #E2E2E9;
}
 
 
#navigation a:hover {
	color:#07257D;
	background-color: #E2E2E9;
}

h1{
	color:#07257D;
	font-size:18px;
	text-transform: capitalize;
}
h4{
	font-size: 16px;
	font-weight: bold;
}
p {
padding-top:8px;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo{
 color: #fff;
 font-size: 24px;
 padding-left:10px;
 padding-top:5px;
} 
.desig{
	font-size:10px;
	 
}
.reg{
 font-size:10px;
 vertical-align: super;
}
.shortdesc{
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
}
.disclaimer{
	font-variant: small-caps;
	font-size: 0.85em;
}
.producttitle{
	line-height: 22px;
	font-weight: bold;
	font-size: .9em;
}
.quoteapp{
	text-align: center;
	width: 600px;
}
.photo{
 padding:15px;
}
.outlink {
 font-size:12px;
 text-align:center;

}
fieldset li {
 margin-top:10px;
}