/* CSS Document */

body{
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #000000;
	line-height:22px;
	}

h1{
	font-family: "garmond", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;	
	color:#FFFFFF;
	}

h2{
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
	letter-spacing:4px;
	margin:2px 0 0 0;
	}
	
h3{
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
	margin:8px 0 8px 0;
	}
ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	}

a:link{
	text-decoration: none;
	color:#000;
	}
	
a:visited{
	text-decoration: none;
	color:#000;
	}
	
a:hover{
	text-decoration: none;
	color:#A6381D;
	}
	
/* Page Layout */
#wrapper{
	height:600px;
	width: 760px;
	margin:auto;
	}

#header{
	height:75px;
	width:760px;
	}
	
.logo{
	float: left;
	height:75px;
	width:225px;
	}

#livearea{
	height:500px;
	width:760px;
	background-color:#6E7378;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FF0D00;
	}
	
.main{
	float:right;
	height:400px;
	width:400px;
	margin: 25px 40px 0 0;
	background-image: url(images/main_back.gif);
	background-repeat: no-repeat;
	}

.mainimg{
	height:90px;
	width:400px;
	margin: 0 0 25px 0;
	}

.maincentered{
	height:400px;
	width:400px;
	margin: 25px 180px 0 180px;
	background-image: url(images/main_back.gif);
	background-repeat: no-repeat;
	}

.maininsurance{
	float:right;
	height:400px;
	width:430px;
	margin: 25px 10px 0 0;
	background-image: url(images/main_back.gif);
	background-repeat: no-repeat;
	}
	
.maininsurance ul, .main ul{
	margin: 5px 0 5px 5px;
	}

.red{
	color:#FF0D00
	}

.k{
	color:#000000;
	line-height:18px;
	
	}
.main a:hover, .maincentered a:hover{
	color:#FF0D00
	}

.lead{
	margin: 12px 0 1px 0;
	}
	
.bio{
	float:right;
	height:450px;
	width:270px;
	margin: -10px 0 0 0;
	padding: 0 15px 0 0;
	line-height:20px;
	overflow:auto;
	}

.bioimage{
	height:125px;
	width:90px;
	}	

.bio h2{
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
	letter-spacing:2px;
	margin:8px 0 0 0;
	}

.bio ul{
	list-style-type:none;
	margin: 0 0 0 0;
	padding-left:0px;
	}
	
/* Home */
.img{
	height:350px;
	width:760px;	
	background-image: url(images/img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.tag{
	width:320px;
	margin:-360px 0 0 245px;
	line-height:30px;
	}
	
.homecopy{
	height:150px;
	width:700px;
	margin:240px 0 0 30px;
	}
	
.intro{
	float:left;
	width:150px;
	margin:55px 0 0 20px;
	text-align:center;
	}

.right{
	float:right;
	height:100px;
	width:470px;
	margin:35px 30px 0 0;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFFFFF;	
	}

.homeimg{
	height:90px;
	width:125px;
	margin: 3px 0 0 25px;
	}

.rightcopy{
	float:right;
	width:290px;
	}
	
/* Navigation */

#navigation{
	float:right;
	height:40px;
	width:450px;
	margin: 35px 0 0 0;
	}

#sub{
	height:450px;
	width:230px;
	margin: 20px 0 0 50px;
	line-height:30px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	}
	
#sub a{
	color:#000000;
	}
	
#sub a:hover{
	color:#FFFFFF;
	}	

#sub li{
	color:#FFFFFF;
	}
	
/* Footer */

#footer{
	height:25px;
	width:760px;
	font-size:11px;
	text-align:center;
	line-height:25px;
	background-color: #FF0D00;
	color: #000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

.copyright{
	font-size:10px;
	}

.dash{
	color:#FFFFFF;
	}
	
/* IE Hacks */

*html .main{
	margin: 25px 20px 0 0;
	}
	
*html .right{
	margin:35px 10px 0 0;
	}
	
*html .intro{
	margin:55px 0 0 10px;
	}
	
*html .bio{
	width:265px;
	margin: -10px 0 0 0;
	}
	