@charset "utf-8";

/*===========================
Main Layout CSS
===========================*/

* {
margin:0px;
padding:0px;
}

html {
height:100%;
}

body {
font: 12px Arial, Tahoma, sans-serif;
height: 100%;
width:100%;
background: #ffffff url(../image/bg_header.jpg) no-repeat;
text-align: center;
color: #7c7c7c;
}

a {
color:#6d42a6;
text-decoration:none;
width:100%;
}

a:hover {
text-decoration:underline;
width:100%;
}

img {
border:0px;
}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

hr {
height:1px;
border:none;
background-color:#999999;
}

.layout .ul_norm {
text-indent:6px;
list-style-type: disc;
list-style-position: inside;
}

.layout .ul_quote {
text-indent:-2px;
list-style-type: disc;
list-style-position: inside;
}

.layout .ol_norm {
text-indent:6px;
list-style-type:decimal;
list-style-position:inside;
}

.layout .ul_none {
text-indent:0px;
list-style-type:none;
}

input {
border: 1px solid #7c7c7c;
}

.layout #container{
position:relative;
width: 100%;
text-align: left; 
}

* html .layout #container {
height: 100%;
}

.layout #header {
height:100px;
width:780px;
margin: 0 auto;
}

.layout #header #header_logo {
height: 73px;
padding-top:3px;
}



.layout #header #header_nav_search {
width:100%;
height:20px;
padding-top:2px;
clear:both;
}

.layout #header #header_search {
width:50%;
height:20px;
text-align:left;
float:left;
}

.layout #header #header_nav {
width:50%;
height:20px;
text-align:right;
float:left;
}

.layout #header #header_nav a{
font-weight:bold;
font-size:12px;
color:#FFFFFF;
}

.hnav_items {
color:#FFFFFF;
display:inline;
padding-left:6px;
padding-right:6px;
}

.layout #header #header_nav #hnav_item_border {
border-right:dotted 2px #FFFFFF;
}

.layout #header #header_nav #hnav_item_noborder {
border:none;
}

.layout #mainContent {
width:780px;
min-height: 516px;
height: auto !important;
height: 516px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
padding-top: 6px;
}

.layout #mainContent #left_content {
width:516px;
float:left;
margin-right:6px;
}

.layout #mainContent #right_content {
width:256px;
float:right;
}

.layout .div_spacer_20 {
height:20px;
clear:both;
width:100%;
}

.layout .div_spacer_10 {
height:10px;
clear:both;
width:100%;
}

.layout #footer {
clear: both;
background:url(../image/bg_footer.jpg) repeat-x;
position:relative;
width: 100%;
height:41px;
}

.layout #footer_container {
width: 780px;
height:41px;
margin: 0 auto;
border: none;
}

.layout #footer_copy {
display:inline;
float:left;
padding-top:14px;
font-size:10px;
color:#999999;
}

.layout #footer_nav {
float:right;
height:41px;
background:url(../image/bg_footer_nav.jpg) repeat-x;
}

.fnav_sections {
float:left;
height:41px;
}

.fnav_sections a:hover {
text-decoration:underline;
}

.layout #footer_nav #fnav_left {
width:10px;
background:url(../image/footer_nav_left.jpg) no-repeat;
}

.layout #footer_nav #fnav_main {
height:40px;
padding-top:14px;
font-size:11px;
color:#7c7c7c;
}

.layout #footer_nav #fnav_main a {
color:#7c7c7c;
}

.layout #footer_nav #fnav_right {
width:10px;
background:url(../image/footer_nav_right.jpg) no-repeat;
}

/*===========================
Generic Content CSS
===========================*/

.layout .textPurple {
color:#6d42a6;
}

.layout .textBold {
font-weight:bold;
}

.layout .textItalic {
font-style:italic;
}

.layout .textCenter {
text-align:center;
}

.layout .fontSize10 {
font-size:10px;
}

.layout .fontSize12 {
font-size:12px;
}

.layout .fontSize14 {
font-size:14px;
}

.layout .right_item_170 {
width:256px;
height:170px;
font-size:0px;
}

.layout .right_item_340 {
width:256px;
height:340px;
}

.layout .pad_left_5 {
padding-left:5px;
}

.layout .float_left_25 {
width:25%;
float:left;
}

.layout .float_left_40 {
width:40%;
float:left;
}

.layout .float_left_50 {
width:50%;
float:left;
}

.layout .float_left_60 {
width:60%;
float:left;
}

