/* 
Title:     gStyles.css - Wilgan Insurance, Inc.
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 0;
	padding: 0;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium; /* for compliant browsers */
	color: #333;
	background: #f2f2f2 url(../images/body_bg.png) repeat-x top left;
}
html>body { /* be nice to Opera */
	font-size: small;
}
body#home #fl-home a,  body#about #fl-about a,  body#how #fl-how a,  body#services #fl-services a,  body#providers #fl-providers a,  body#health-reform #fl-health-reform a,  body#testimonials #fl-testimonials a,  body#contact #fl-contact a,  body#resources #fl-resources a {
	color: rgba(0, 136, 200, .65);
}
/* LINKS

========================================================================== */

a:link, a:visited {
	text-decoration: underline;
	outline: none;
	color: #003375;
	-webkit-transition: color .1s linear;
}
a:hover {
	color: rgba(0, 136, 200, .65);
	text-decoration: underline;
}
/* COMMON ELEMENTS
========================================================================== */
.clear {
	clear: both;
}
p {
}
h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3;
	color: #333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #065CB1;
}
h3 {
	margin: 1em 0 .5em 0;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #0989c6;
    line-height: normal;
}
h4 {
	margin: 1em 0 .5em 0;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #0989c6;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* LAYOUT
========================================================================== */
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: left;
	width: 970px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999;
	box-shadow: 0 0 8px #999;
}
#header {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #FFF;
}
#logo {
	float: left;
	margin: 0;
	padding: 28px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #003375;
}
#logo a {
	color: #003375;
	text-decoration: none;
}
#tagline {
	float: right;
	margin: 0;
	padding: 40px 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}
#links {
	float: right;
	list-style: none;
	margin: 10px 5px;
	padding: 0;
}
#links li {
	float: left;
	margin: 0;
	padding: 0 10px;
	background: url(../images/links-li-bg.gif) no-repeat center right;
}
li#contact {
	background: none;
}
/* NAVIGATION
========================================================================== */
#nav {
	float: left;
	width: 100%;
}
/*=============== IMG ROTATION =============== */

#static {
	clear: both;
}
#flash {
	clear: left;
	width: 974px;
}
#scroller {
	clear: both;
	width: 100%;
}
/*=============== IMG ROTATION =============== */
#innerwrap {
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	line-height: 1.6em;
}
.subpage #innerwrap {
	width: 700px;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	font-size: 110%;
}
#subpage-header {
	float: left;
	margin: 0;
	padding: 47px 20px 0 20px;
	width: 930px;
	background: #4c9fbd url(../images/subhead-bg.jpg) no-repeat;
}
#subpage-header h1 {
	margin: 0;
	padding: 0;
	color: #FFF;
}
#subpage-content {
	float: left;
	width: 720px;
	min-height: 500px;
	font-size: 110%;
	line-height: 1.7em;
	border-right: 1px dotted #ccc;
}
/* ---[ gutters ]----------------------------- */
#content .gutter {
	padding: 25px;
}
#sidebar .gutter {
	padding: 0 0 15px 15px;
}
#subpage-content .gutter {
	padding: 10px 20px;
}
/* ---[ right column ]----------------------------- */
#sidebar {
	float: right;
	margin: 0;
	padding: 20px 20px 20px 0;
	width: 225px; /*265px*/
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	/*border-left: 1px dotted #ccc;*/
	/*background: #eaeaea;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;*/
}
#sidebar h3 {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	background: #0989c6;/*-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;*/
}
#sidebar h4 {
	margin: 0;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #41352e;
}
#sidebar p, #sidebar dl {
	margin: 10px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 0px;
	line-height: 1.3em;
}
#sidebar a:link, #sidebar a:visited {
}
#sidebar a:hover {
}
#sidebar img {
	vertical-align: middle;
}
.testimonial_content {
	padding: 0 20px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4em;
	text-align: right;
}
.testimonial_author {
	padding: 0 0 0 10px;
	color: #666;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}
/* ---[ subpage styles ]----------------------------------- */
.fltrt {
	float: right;
	padding-left: 10px;
}
.fltlt {
	float: left;
	padding-right: 10px;
}
/* ---[ footer ]----------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	background: #e6e6e6;
	border-top: 1px solid #ccc;
}
#footer .gutter {
	padding: 5px 15px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 8px;
	background: url(../images/links-li-bg.gif) no-repeat 0 43%;
}
#footer a:link {
	color: #003375;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
li#fl-home {
	padding-left: 0;
	background: none;
}
#footer p {
	clear: left;
	margin: 0;
	padding: 3px 15px;
}
