@charset "utf-8";
/* CSS Document */

html{
overflow: -moz-scrollbars-vertical;
}

body{
background: url(../images/mainbg4.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2C2C2C;
text-align: center;
}

#wrapper, .wrapper{ /******* Round *********/
margin: 0 auto;
width: 922px;
background: #dcd0b1;
padding: 8px;
}



#logo{
float: left;
width: 275px;
}

#nav_out, .nav_out{ /*********  Round *************/
clear: right;
background: #d5c8af;
padding: 4px 3px 4px 6px;
text-align:left;
}

#nav{
background: url(../images/navbg.gif) top left repeat-y;
color: #FFF;
}

#flash{
float: left;
width: 646px;
height: 342px;
}

#content{
background: url(../images/contentbg.gif) top center repeat-y;
}

/************** Columns ****************/

#col1{
clear: right;
float: left;
width: 252px;
padding: 20px 10px 8px 8px;
text-align:left;
}

#col2{
float: left;
width: 632px;
padding: 15px 0px 8px 8px;
text-align:left;
}

/************* Global Links *******************/

a:link, a:visited{
color: #681B10;
text-decoration: none;
}

/************* Main Navigation ********************/

#nav a:link, #nav a:visited{
display: block;
background: url(../images/navarrow.gif) center left no-repeat;
color: #FFF;
font-weight: bold;
border-bottom: 1px solid #d5c8af;
}

#nav span a{
padding: 5px 5px 5px 40px;
}

/**************** Headers **************************/

h1,h2,h3{
color: #E39204;
margin: 0;
padding: 0;
}

h1{
font-size: 16px;
padding: 0 0 4px 0;
}

h2{
font-size: 14px;
}

h3{
font-size: 13px;
}

.leftimg{
float: left;
padding-right: 8px;
}

.rtimg{
float: right;
padding-left: 8px;
}

.whatsnew{/******* Round **********/
background: #FFF;
border: 1px solid #D4D4D4;
padding: 3px;
text-align: left;
}

/************* Footer **************/

#footer{
margin: 0 auto;
width: 922px;
padding: 8px;
font-size: 11px;
text-align:center;
color: #FFF;
}

#footer a:link, #footer a:visited{
color: #FFF;
}

.clear{
clear: both;
}

.line{
border-bottom: 1px dotted #2c2c2c;
height: 2px;
margin: 2px 0px;
}

.ctrtxt{
text-align:center;
}

a.more:link, a.more:visited{
display: block;
float: right;
padding: 2px;
width: 6em;
border: 1px solid #681B10;
text-align:center;
}

.lgtxt{
font-size: 16px;
}

.lgrtxt{
font-size: 18px;
}

a img{
border: 0;
}

.rttxt{
text-align:right;
}

.titles{
border-bottom: 1px solid #2c2c2c;
font-weight: bold;
font-size: 14px;
}

ul li{
list-style-type: square;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
top: 0;
left: 0;
z-index: 9001;
width: 100%;
}
#popUpDiv {
position:absolute;
top: 0px;
left: 0px;
text-align:center;
background-color:#eeeeee;
padding: 5px;
z-index: 9002;
}