/* *************************** 
  Site - Austininsurance
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#555656;
	text-decoration:none;
}
a:hover {
	color:#555656;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}
h1{
	color:#2e81b5;
	font-size:50px;
	font-smooth: always;
	font-weight: normal;
	
	}
h1 span{
	font-size:30px;
	font-weight:normal;
	}
	
h2{
	color:#2e81b5;
	font-size:24px;
	font-weight:normal;
	padding-bottom: 12px;
	}
		
#container {
	width:890px;
	margin:0 auto;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	padding-top:53px;
	width:890px;
	text-align:left;
	height:422px;
	background:url(../images/headerBg.png) bottom no-repeat;
	font-family:Georgia,Arial, Helvetica, sans-serif;
}
#header h1{
	color:#2e81b5;
	font-size:50px;
	font-smooth: always;
	font-weight: normal;
	
	}
#header h1 span{
	font-size:30px;
	font-weight:normal;
	}
#headerInner {
	width:890px;
	height:359px;
	position:relative;
}
 #headerInner ul{
	padding-left:62px;
	width:213px;
	padding-top:28px;
	font-size:20px;
	float:left;
	 }
 #headerInner ul li{
	 height:59px;
	 line-height:59px;
	 font-size:22px;
	 }
 #headerInner ul li a:hover {
	 text-decoration:none;
 }
#headerInner ul .second{
	margin-left:-9px;
	}
 #headerInner h2{
	font-size:30px;
	color:#555656;
	font-weight:normal;
	padding-top:46px;
	padding-left:421px;
	 }
	
#headerInner p{
	padding-left:606px;
	padding-top:93px;
	}	
#headerInner p label{
	color:#2e81b5;
	font-size:26px;
	float:left;
	width:116px;
	height:38px;
	line-height:38px;
		}
#headerInner p input{
	width:120px;
	height:32px;
	padding:6px 0 0 6px;
	background:url(../images/buttonBg.png) no-repeat;
	border:0;
	font-size:24px;
	}
#headerInner form div {
	padding-left:790px;
	padding-top:90px;
	}
#headerInner form div input{
	width:80px;
	height:36px;
	background:url(../images/submitBg.png) no-repeat;
	cursor:pointer;
	border:0;
	}
#headerInner h3 {
	width:226px;
	height:163px;
	background:url(../images/icon_car.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:360px;
	top:110px;
}
#headerInner h4 {
	width:226px;
	height:163px;
	background:url(../images/icon_biz.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:360px;
	top:110px;
}

#headerInner h5 {
	width:226px;
	height:163px;
	background:url(../images/icon_health.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:360px;
	top:110px;
}

#headerInner h6 {
	width:226px;
	height:163px;
	background:url(../images/icon_home.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:360px;
	top:110px;
}

#headerInner h1 {
	width:226px;
	height:163px;
	background:url(../images/icon_life.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:360px;
	top:110px;
}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	padding-left:50px;
	width:840px;
	padding-top:27px;
	text-align:left;
	font-family:Georgia,Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#mainContent{
	float:left;
	width:539px;
	
	}
#mainContent h2{
	color:#2e81b5;
	font-size:26px;
	font-weight:normal;
	padding-bottom: 12px;
	}
#mainContent p{
	width:463px;
	color:#252322;
	line-height:24px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	padding-bottom:24px;
	}
#mainContent p span{
	display:block;
	padding-left:30px;
	}
#mainContent p span a{
	color:#00699b;
	}
#mainContent p span a:hover{
	color:#00699b;
	text-decoration:underline;
	
	}
#mainContent p span a.more{
	 color:#252322;
	 }
#mainContent p .marginTop{
	margin-top:23px;
	}
#mainContent p .and{
	padding-bottom:26px;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	border-left:#eef1e8 2px solid;
	width:297px;
	float:right;
	height:auto;
}
#sidebar h2{
	color:#2e81b5;
	font-size:20px;
	padding-bottom:25px;
	text-align:center;
	padding-top: 8px;
	font-weight: normal;
	}
#sidebar img{
	float:right;
	margin-left:40px;
	display:inline;
	margin-bottom: 23px;
	}
 #sidebar p{
	 clear:both;
	 padding-right:4px;
	 }

/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	height:69px;
	background:url(../images/footerBg.png) top repeat-x;
	clear:both;
	line-height:40px;
	color:#555656;
	font-family:Georgia,Arial, Helvetica, sans-serif;
}
#footer a{
	color:#555656;
	padding-left:2px;
	padding-right:2px;
	}
#footer span{
	padding-right:5px;
	}
