@charset "UTF-8";
@import url("stylesheets/reset-min.css");

body {
font:62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#4b4942;
background:#fff;
}

a {
text-decoration:none;
color:#193e4d;
}

a:hover {
color:#0d9028;
}

hr {
display:none;
}

strong {
font-weight:700;
}

ul.borderedlist li {
border-bottom:1px dashed #483f3d;
}

ul.borderedlist li a {
display:block;
color:#42423b;
padding:3px 0 0 2px;
}

ul.borderedlist li a:hover {
background:#E5E5E4;
color:#42423b;
}

/* LAYOUT - the main layout styles */
.container {
width:900px;
position:relative;
overflow:hidden;
margin:0 auto;
}
#banner {
background:url(images/Masthead.png) 10px -40px no-repeat;
height:150px;
}
/* header layout */
#header {
height:150px;
background:#4a4841 url(images/header_bg.png) center repeat;
position:relative;
}
img.home{
float:right;
width:250px;
height:190px;
}

/* main area layout */
#main {
padding:24px 0 20px;
}

#leftcolumn {
float:left;
width:193px;
}
#leftcolumn ul{
list-style:none;
}
#center {
float:left;
width:380px;
padding:0 20px;
}
#inside_center{
float:left;
width:610px;
}
#rightcolumn {
float:left;
width:287px;
}

/* bottom layout */
#bottominfo {
border-top:5px solid #42423b;
background:#f0d948;
padding-bottom:25px;
width:100%;
overflow:hidden;
}

.bottomcolumn {
float:left;
width:288px;
margin-right:18px;
}

.bottomright {
margin-right:0;
}

/* HEADER - the header styles */
#header .container { height:215; }

/* logo */
h1 {
position:absolute;
height:71px;
top:15px;
}

h1 a {
font:24px/24px Arial, Helvetica, sans-serif;
font-weight:700;
letter-spacing:-2px;
display:block;
color:#fff;
background:url(images/logo_bg.gif) left top no-repeat;
padding:22px 9px 25px 20px;
}

h1 a span {
height:71px;
width:13px;
position:absolute;
top:0;
right:-13px;
cursor:pointer;
background:url(images/logo_right.gif) right top no-repeat;
}

/* top navigation */
#navigation li {
float:left;
padding-right:27px;
text-transform:uppercase;
font-size:1.3em;
font-weight:400;
}

#navigation li a:hover,#navigation li.active a {
color:#2c2c2c;
}



/*content styles left column */
.leftbox {
background:#f1f0ef;
margin-bottom:1px;
line-height:1.8em;
padding:10px 23px 10px 13px;
}

h3.leftbox {
font-size:19px;
color:#8c8685;
background:#f1f0ef url(images/h3_bg_tall.jpg) 0 0 repeat-x;
padding:5px 0 0 13px;
}

h3.header_small {
font-size:15px;
font-weight:700;
background:#f1f0ef;
padding:0 23px 5px 13px;
}

ul.leftbox {
font-size:1.1em;
}

.features {
padding-top:5px;
}

#leftcolumn .leftbox p {
padding-bottom:.5em;
line-height:1.5em;
font-size:12px;
}

/* center column */
.inside_article_wrapper h2,.article_wrapper h2 {
color:#f32b2b;
font-size:2em;
margin:10px 0;
}
.inside_article_wrapper p, .article_wrapper p {
padding-bottom:10px;
font-size:1.3em;
}
.inside_article_wrapper a, .article_wrapper a {
color:#0d9028;
border-bottom:1px solid #0d9028;
}
.inside_article_wrapper{
margin:0 30px 0 10px;
}
.inside_article_wrapper ol {
margin-left:30px;
list-style-position:outside;
font-size:1.3em;
}
.inside_article_wrapper ul {
margin-left:20px;
list-style:outside disc;
font-size:1.3em;
}
.inside_article_wrapper h3{
color:#9b968f;
font-size:1.5em;
margin:10px 0 3px;
}


/* right column */
.rightbox_wrapper {
background:#eeeded;
margin-bottom:20px;
width:277px;
overflow:hidden;
font-size:11px;
line-height:18px;
color:#58584D;
padding:5px;
}

.rightbox {
border:1px dashed #d9e0e8;
width:275px;
overflow:hidden;
padding-bottom:6px;
}

.product_image {
float:left;
margin:6px 0 0 6px;
}

.product_wrapper {
float:right;
width:200px;
}

.product_wrapper h4 {
font-size:1.3em;
color:#483F3D;
font-weight:700;
padding-top:10px;
}

.product_wrapper p {
font-size:1em;
}

.lastbox {
margin:0;
}

/* BOTTOM */
#bottominfo ul{
list-style:none;
}
.bottomcolumn h3 {
border-bottom:4px solid #483f3d;
color:#483f3d;
font-size:18px;
padding:15px 0 5px 5px;
}

.bottomcolumn p {
font-size:1.2em;
padding:10px 35px 10px 5px;
}

.iconlist {
border-top:1px dashed #483f3d;
font-size:1.2em;
}

ul.iconlist li a {
padding-left:25px;
background:url(images/footer_list.png) left top no-repeat;
color:#333;
}

ul.iconlist li a:hover {
background: url(images/footer_list.png) left bottom no-repeat;
color:#e11c14;
}

.enewsbox {
float:left;
width:180px;
height:17px;
border:4px solid #193e4d;
font-size:13px;
padding:3px 5px;
}

.button {
display:block;
float:left;
width:auto;
line-height:1em;
text-align:center;
background:#659AA6;
border:4px solid #fff;
color:#fff;
cursor:pointer;
margin:0;
padding:3px 8px;
}

/* FOOTER */
#footer {
padding-top:5px;
height:40px;
background:#4a4841 url(images/footer_bg.jpg) 0 0 repeat-x;
font-size:1.2em;
}

#footer {
color:#fff;
font-weight:bold;
}
#footer a{text-decoration:underline;
color:#fff;}

h1 a:hover,#navigation li a {
color:#fff;
}
