/* Martin Short Insurance Consultants */

/* @group Elements */

html,body {
	background-color:#666;
	height:100%;
	margin:0 auto;
	margin-bottom:1px;
	text-align:center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin:0 0 7px 0;
	padding:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:135%;
	margin:0 0 7px 0;
	padding:0;
}

p {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:150%;
	margin:0 0 7px 0;
}

a {
	color:#007a94;
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#007a94;
	text-decoration:none;
}

ul {
	line-height:150%;
	margin:0 0 14px 42px;
	padding:0;
}

li {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;

}

iframe {
	margin:0 0 10px 0;
}

small {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.number {
	font-family:"Times New Roman", Times, serif;
}

/* @end */

/* @group Layout Styles */

#wrapper {
	background-color:#fff;
	border-top:4px solid #007a94;
	border-bottom:50px solid #666;
	margin:25px auto 0 auto;
	min-height:100%;
	overflow:hidden;
	text-align:left;
	width:800px;
}

#banner {
	background:url(../../img/header_generic.jpg) no-repeat;
	height:178px;
	margin-top:61px;
	width:800px;
}

#banner_personal {
	background:url(../../img/header_personal.jpg) no-repeat;
	height:178px;
	margin-top:61px;
	width:800px;
}

#banner_commercial {
	background:url(../../img/header_commercial.jpg) no-repeat;
	height:178px;
	margin-top:61px;
	width:800px;
}

/* @end */

/* @group Header Styles */

#header {
	background:#fff url(../../img/headerBackground.jpg) no-repeat 0% 0%;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height:61px;
	margin:0 0 0 19px;
	text-align:right;
	width:82px;
}

#header ul {
	margin:0;
	padding:15px 0 0 174px;
}

#header li {
	display:inline;
	list-style:none;
	margin:0 10px;
}

#header a {
	border-bottom:1px solid #ccc;
	color:#333;
	text-decoration:none;
}

#header a:hover {
	background-color:#eaeaea;
	border-bottom:1px solid #ccc;
	color:#333;
	text-decoration:none;
}

#contact {
	float:right;
	margin:7px 10px 0 0;
}

#contact p {
	color:#007a94;
	font-size:16px;
	margin:0;
}

/* @end */

/* @group Navigation Styles */

#navigation {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:20px 10px 10px 10px;
	width:20%;
}

#navigation ul {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li {
	border-bottom:1px solid #d6eff2;
	list-style:none;
	padding:15px 0 15px 10px;
}

#navigation li.home {
	border-bottom:1px solid #d6eff2;
	border-top:1px solid #d6eff2;
	list-style:none;
	padding:15px 0 15px 10px;
}

#navigation li:hover {
	background-color:#f5fbfc;
}

#navigation a {
	color:#000;
	display:block;
	text-decoration:none;
}

#article {
	background-color:#fff;
	float:left;
	padding:15px;
	width:70%;
}

#aside {
	background-color:#999900;
	float:left;
	width:25%;
}

#footer {
	border-top:1px solid #d6eff2;
	clear:both;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin:0 0 25px 195px;
	width:70%;
}

#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:175%;
	margin:15px 0 0 0;
}

/* @end */

/* @group Tables */

table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:15px;
}

td {
	padding:3px 0;
}

/* @end */

/* @group Body classes */

body.home li.home {
	background-color:#f5fbfc;
}

body.commercial li.commercial {
	background-color:#f5fbfc;
}

body.personal li.personal {
	background-color:#f5fbfc;
}

body.claims li.claims {
	background-color:#f5fbfc;
}

body.contact li.contact {
	background-color:#f5fbfc;
}

/* @end */


