/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:10px 0 20px 0;
	padding:0;
	height:100%;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	color: #666666;
}
/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}


div#container {
	position:relative;
	width:752px;
	margin:auto;
	border:1px solid #CCCCCC;
	margin-top:	

/*	min-height:100%;*/
}
	
	
#shadow {
	margin: 5px auto;
	border: 4px solid #f4f4f4;
	width: 754px;
	margin-top:25px

}
div#panel_top-left {
	width:195px;
	height:106px;
	float:left;
	margin-top:0px;
	padding:0 0px 0px 0px;
}

div#panel_nav {
	width:195px;
	height:106px;
	float:left;
	margin-top:0px;
	padding:0 0px 0px 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#panel_offer {
	width:185px;
	height:106px;
	float:left;
	margin-top:0px;
	padding:0 0px 0px 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 0px 0px 0px 10px;

}

div#panel_top-middle {
	width:325px;
	height:106px;
	float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
div#panel_pic1 {
	width:325px;
	height:218px;
	float:left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}

div#panel_wide {
	width:325px;
	height:218px;
	float:left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}
div#panel_top-right {
	width:230px;
	height:106px;
	float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
div#panel_quote {
	width:200px;
	height:188px;
	float:left;
	background-color: #e1f4fd;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 15px;
}
div#panel_body {
	width:535px;
	float:left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 10px 10px 0px 10px;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
}
.half_col {
	width:250px;
	float:right;
}
.half_col_pics1 {
	width:220px;
	float:left;
	
}
.half_col_picsa1 {
	width:220px;
	float:left;
	padding: 10px 0px 0px 0px;
	
}
.half_col_pics2 {
	width:220px;
	float:left;
	padding: 0px 85px 0px 10px;

}
.half_col_pics2a {
	width:220px;
	float:left;
	padding: 10px 85px 0px 10px;

}

/* Footer */
div#footer {
	width:535px;
	float:right;
	height:25px;
	font-size:8px;
	color: #CCCCCC;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}





div#footer  a:link, .terms a:visited  {
	color: #696969;
	text-decoration: none;
}
div#footer a:hover {
	color: #000000;
	text-decoration: none;
}


/* Generic Links */

a:link, a:visited, a:active {
	color: #379ec6 ;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}	

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668187;
	margin: 0px;
	padding: 0px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668187;
	margin: 0px;
	padding: 0px;
}


b {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #668187;
	margin: 0px;
	padding: 0px;
}

h5 {font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	left: -9000px;
}
.style1 {font-size: 9px}
.style2 {color: #668187}
.style3 {color: #379EC6}
