/* Version  1 */
/* Updated: 03/30/2009 */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #012d4f; 
	background: #ffffff url(images/bg_img.png) repeat-x top;
	padding-left: 0px;
}

TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #012d4f; 
}

h1, h2, h3
{
    font-size: 12px;
    color: #012d4f; 
}


a 
{
    font-size: 11px;
}

/* Links Changes */
a:link {
COLOR: #012d4f;
}
a:visited {
COLOR: #012d4f;
}
a:hover {
COLOR: #012d4f;
}
a:active {
COLOR: #012d4f;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	margin: 0;
	padding: 2px;
	font-size: 11px;
	color: #012d4f; 
}


div
{
    font-size: 11px;
}




blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li 
{
    padding-top: 0.4em;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #404040; 
}

a:hover {
	text-decoration: underline;
}
input
{
   border-color: #000000;
   border-width: 1px;
}


/* Boxed Style */



/* Boxed Style */


.boxed{
	margin: 10px auto; /* center for now */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxed .title {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0px;
	padding: 0;
	text-align: center;
}
.boxed .title h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
        padding-top: 8px;
	color: #012d4f; 
	font-weight: bold;
        font-size: 11.5px 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxed .content {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.thinboxed{
	margin: 10px auto; /* center for now */
	background: url(images/thin_sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.thinboxed .title {
	background: url(images/thin_sbhead-r.gif) no-repeat top right;
	margin: 0px;
	padding: 0;
	text-align: center;
}
.thinboxed .title h2 {
	background: url(images/thin_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
        padding-top: 8px;
	color: #012d4f;  
	font-weight: bold;
        font-size: 11.5px 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.thinboxed .content {
	background: url(images/thin_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* Header */
#headerwrapper
{
	background: url(images/header.png) no-repeat top center;
    height: 214px;
    
}


#header {
	width: 740px;
	height: 70px; 
	margin: 0 auto;
	padding: 0px 0 0 0;              
}

#websitetitle
{
    padding-top: 60px; 
    padding-left: 110px; 
    font-size: large;
    position: absolute;
    color: #ffffff;
}

#slogan
{
    display: block;
    font-size: small;
}

/* Header > Logo */

#logo {
    position: absolute;
    padding-left: 5px;
    padding-top: 20px;
	width: 240px;
	height: 100px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 19px 0 0 1em;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 22px 0 0 .5em;
	font-size: .7em;
}

#logo a {
	color: #6F885C; 
}

/* Header > Menu */

#menu {
	float: left;
	width: 800px;
	height: 50px; 
	padding-top: 142px; 
	display: block;
        padding-left: 20px;
    
}

#menu ul {
	margin: 0;
	list-style: none;
	height: 50px;
	width: 711px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 107px;
	height: 50px;
	padding: 10px 0 0 0; 
	text-align: center;
	font-weight: bold;
	color: #012d4f;
	text-transform: uppercase;
	font-size: 11px;
}

#menu a:hover, #menu .active a {
}

/* Content */

#content 
{
	padding-top: 0px;
        width: 776px; 
	margin: 0 auto;
	min-width: 776px;    
        background: #ffffff url(images/bgcontent_img.png) repeat-y center;
 
	
}

/* Content > Main */

#main {
	float: right;
	width: 520px; 
	min-width: 520px;
        padding-right: 25px;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 201px;
	padding-left: 25px;
}


/* Content > Sidebar > Articles*/

#articles {
}

#articles ul {
	margin: 0;
	list-style: none;
}

#articles h3 {
	margin: 0;
        
}

#articles p {
	margin-bottom: 1.4em;
	line-height: normal;
       
}

#sidenavigation {
}

#sidenavigation  ul {
	margin: 0;
	list-style: none;
}

#sidenavigation  h3 {
	margin: 0;
}

#sidenavigation  p {
	margin-bottom: 1.4em;
}

#sidenavigation li
{
    margin: 0 0 0 0 10px;
    width: 13em;
}

#sidenavigation li a
{
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 20px;
    background: transparent url(images/arrow.gif) no-repeat left center;

}

#htmlcontent
{
    width: 100%;
}

#payment
{
    
}

#payment ul {
	margin: 0;
	list-style: none;
}
    
#quickquote
{
    
}

#quickquote  ul {
	margin: 0;
	list-style: none;
}

#quickquote p {
	margin-bottom: 1.4em;
}


#quickquote span
{
    
}


#quickquote li a
{
    padding-left: 0px;
   
}


#contact ul {
	margin: 0;
	list-style: none;
}

#articlecategories ul {
	margin: 0;
	list-style: none;
}

#link  ul {
	margin: 0;
	list-style: none;
}

#link li
{
    margin: 0 0 0 0 10px;
}

#link li a
{
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 20px;
    background: transparent url(images/arrow.gif) no-repeat left center;

}

/* Content > Sidebar */


/* Footer */

#footer {
 padding:  0px 0px;
 height: 41px;
 background: #ffffff url(images/footer.jpg) no-repeat bottom center;
 background-position: bottom;
 border: solid 0px;
 padding-top: 7px;



}


#footer p {
	width: 770px;
	margin: 0 auto 0 auto;
	font-size: x-small;
	color: #ffffff;

}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal     
{
    padding-top: 15px;
    margin-top: 0px;
    padding-left: 30px;
}

/* Footer > Links */

#links {
}

.clearfooter { clear: both; }

