@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
body{
background-image:url(images/circle-stripe-bckgrd.jpg);
background-repeat:repeat-x;
background-color:#07090a;
margin:0 auto;
}

#header{
width: 950px;
height:240px;
margin: 0 auto;
}

#allcontentshell{
width:950px;
height:100%;
margin:4px auto;
background-color: #3d515c;
border:1px solid black;
}

#leftcolumn{
width:250px;
margin-left:28px;
}

/*FOOTER CSS*/
#footer{
clear: both;
margin:3px auto;
text-align:center;
color:white;
}
#footer h4{
	color:white;
	font-weight:normal;
}
#footer a:link{
color:white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-decoration:none;
border-bottom: none;
}
#footer a:visited{
color:white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.6em;
text-decoration:none;
border-bottom: none;
}
#footer a:hover{
color:#d7d9ad;
border-bottom:none;
}

/*MAIN CONTENT SHELL CSS*/
#maincontentshell{
	background-color:white;
	border: 1px solid #3c3228;
	width:950px;
	height: 371px;

}
#maincontentshell h1{
font-family:"Century Gothic";
font-size:18px;
text-align:center;
margin:5px;
color:#514336;
}
#maincontentshell h2{
font-family:"Century Gothic";
font-size:16px;
text-align:center;
margin:10px;
color:#23292c;
}
#maincontentshell h3{
font-family:"Century Gothic";
font-size:14px;
text-align:center;
margin:10px;
color:#514336;
}
h5{
font-family:"Century Gothic";
color:#514336;
font-size: .7em;
font-weight:100;
text-align:center;
}
#maincontentshell p{
font-family:"Century Gothic";
font-size:.8em;
text-align:left;
margin:7px;
margin-left:15px;
color:#514336;
}

ul{
font-family:"Century Gothic";
font-size:.9em;
text-align:left;
margin-left:80px;
margin-top:40px;
color:#514336;
line-height:1.3em;
}
ul.insurance{
margin-top:5px;
margin-left:220px;
}

/*#TOP LINK BAR CSS*/
#linkbar{
	width:950px;
	height:30px;
	padding-top:5px;
	background-color: #1b272b;
	border-top: 1px solid #3c3228;
	text-align:center;
}
#linkbar a:link, a:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
text-decoration:none;
color:white;
margin-top:10px;
padding-right:10px;
padding-left:10px;
margin-right:15px;
margin-left:15px;
border-bottom:1px dotted white;
}
#linkbar a:hover{
background-color:#9db3ca;
color:#3c3228;
border:none;
}

/*CSS classes*/
.padding20{
	padding:20px;
}

em.bold{
font-weight: bold;
font-style:italic;
}
.noborder{
border: none;
}
.nopadding{
padding:0px;
margin:0px;
}
.floatright{
float:right;
margin-right:10px;
}
.floatleft{
	float:left;
}
padding10{
	padding:10px;
}
.center{
text-align:center;
margin-left:auto;
margin-right: auto;
}
.smalltext{
font-size:.7em;
}

/*CONTACT FORM CSS*/

form{
font-family:"Century Gothic";
font-size:.8em;
text-align:left;
margin:7px;
margin-left:50px;
color:#514336;
}
