@charset "UTF-8";
/* CSS Document */

body {margin:0;padding:0;background: white;}
h1 {font-family:Century Gothic, Arial, Helvetica, sans-serif;color:#3366cc;font-size:16px;text-transform:uppercase;text-align:center;}
p {font-family:Arial, Helvetica, sans-serif;color:#333333;font-size:11px;}
h2 {font-family:Arial, Helvetica, sans-serif;color:#333333;font-size:14px;}
.block1 .ind ul {font-family:Arial, Helvetica, sans-serif;color:#333333;font-size:11px;}
a:link {color: #3366cc;font-weight:bold;}
a:visited {color: #3366cc;font-weight:bold;}
a:hover {color: #6699CC;font-weight:bold;}

#container {width:950px;margin:0 auto;background:white;}
#header {width:950px;float:left;height:117px;background:url(header.jpg);}
#nav {width:620px;margin-top:85px;margin-left:350px;position:absolute;}
.banner {width:377px;margin-left:222px;margin-top:0;position:absolute;}
#search {width:350px;margin-top:55px;margin-left:605px;position:absolute;}
#login {width:250px;margin-top:25px;margin-left:703px;position:absolute;border-bottom: #CCCCCC 1pt solid;padding-bottom:3px;}
#content {width:944px;padding:15px 3px 5px 3px;float:left;background:url(content.jpg) top center no-repeat white;}
#footer {width:950px;clear:both;background:white;border-top:#cccccc 1pt solid;}
* html #footer p {padding:10px 0 14px 0;}
#footer p {padding:6px 0;color:#3366cc;}

.clear {clear:both;visibility:hidden;}

.box {border-bottom:#cccccc 1pt dotted;padding-bottom:5px;width:230px;}

.column1-unit {width:944px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:361px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:361px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:310px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/}
.column3-unit-middle {float:left; width:310px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:7px;}
.column3-unit-right {float:right; width:310px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MENU */


#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: 11px Arial;
width: 100%;
background-color: white;
color:#3366cc;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #3366cc;
padding: 8px 9px;
text-decoration: none;
background: transparent url(vertical.gif) center right no-repeat;
font-weight:normal;
}

#vdividermenu ul li a:visited{
color: #3366cc;
font-weight:normal;
}

#vdividermenu ul li a:hover{
color: #6699CC;
background-color: white;
font-weight:normal;
}

.block1 { background:url(images/block_bgd.gif) left top repeat-x;}
.block1 .r { background:url(images/line1.gif) right top repeat-y;}
.block1 .b { background:url(images/line1.gif) left bottom repeat-x;}
.block1 .l { background:url(images/line1.gif) left top repeat-y;}
.block1 .t { background:url(images/line1.gif) left top repeat-x;}
.block1 .l_t { background:url(images/l_t_1.gif) no-repeat left top;}
.block1 .r_t { background:url(images/r_t_1.gif) no-repeat right top;}
.block1 .r_b { background:url(images/r_b_1.gif) no-repeat right bottom;}
.block1 .l_b { background:url(images/l_b_1.gif) no-repeat left bottom; width:100%;}
.block1 .ind { padding:12px 7px 14px 7px;}
.block1 .ind p {font-size:11px;}
