/* CSS Document */

/*################ TEXT ##################*/
body {
	background:#373737 /*url(img/mauibg.jpg)*/ repeat-y 50% 0;
	width: 800px; /* Center in IE */
	margin: 0 auto;
	min-width:812px;
	max-width:600px;
	border-left:solid;
	border-right:solid;
	border-color:#999999;
	border-width:medium;
}


body {
/*margin: 0;
padding: 0;*/
font-family: Arial, Helvetica, sans-serif;
font-size:small;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size:150%;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:120%;
}
a:visited, a:link{
color:blue;
text-decoration:none;
font-size:14px;
}

a:hover{
color:blue;
text-decoration:underline;
font-size:14px;
}



/*################ CONTAINERS ##################*/
#wrap{
min-width:700px;
max-width:1400px;
background: url(img/sidebar-bg.gif) repeat-y 70% 0;
}

#header {
background-color:#000000;
/*background: url(img/header-bg.gif) repeat-x top left;*/
border-bottom: 3px solid #999999;
/*background: #000 url(img/sponsors/sonicbids.jpg) no-repeat top right;*/
background: #000 url(img/treebg.gif) repeat-x top right;

}

/*################ TITLE & MESSAGE ##################*/

#header h1{
margin:0 0 10px 0;
padding:35px;
font-family:Arial, Helvetica, sans-serif;
font-size:250%;
font-weight:bold;
color:#cc9;
}

#message{
margin:0;
padding: 5px 17px 10px 0;
font-size:90%;
text-align:right;
color:#cc9;
background: #000 /*url(img/message-bg.gif) repeat-x top left;*/
}


/*################ BODY CONTENTS ##################*/
#content {
width: 70%;
float: left;
font-size:95%;
line-height: 1.5em;
color:#333;
}



#content .gutter{
padding:25px;
background: url(img/content-bg.gif) repeat-x top left;
}
#content h2 {
margin: 0 0 1em 0;
padding: 0;
font-family:Georgia, serif;
font-size: 150%;
font-weight: normal;
color: #663;
}

.text {
text-indent:2em;
}

/*################ Features ##################*/
dl.feature {
margin: 15px 0;
padding: 15px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
dl.feature:after {
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

dl.feature dt {
margin: 0 0 .5em 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:140%;
color:#693;
}
dl.feature dt img {
float: left;
margin: 0 15px 0 0;
padding: 0 4px 4px 0;
background: url(img/photo-frame.gif) no-repeat bottom right;
}
dl.feature dd {
margin-left: 169px;
font-size: 90%;
text-indent:2em;
line-height: 1.5em;
color:#666;
}

/*################ SIDEBAR & BOXES ##################*/

#sidebar {
width: 30%;
float: right;
color:#333;
}
#sidebar .gutter{
padding:15px 15px 15px 20px;
}
	

.boxspacer {
margin: 0 0 20px 0;
padding: 0 0 12px 0;
background: #FFF url(img/box-BR.gif) no-repeat bottom right;
}
.boxspacer h4{
font-size:small;
margin:0;
padding:0;
background: url(img/box-TL.gif) no-repeat top left;
}
.boxspacer p {
margin:0;
padding: 0px 5px 0px 10px;
}
.box {
margin: 0 0 20px 0;
padding: 0 0 12px 0;
font-size: 90%;
line-height: 1.5em;
color: #666;
background: #fff url(img/box-BR.gif) no-repeat bottom right;
}

.box h3{
margin:0;
padding: 12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 160%;
font-weight: normal;
color: #693;
background: #fff url(img/box-TL.gif) no-repeat top left;
border-bottom: 1px solid #693;

}
.box p, .box ul{
margin:0;
padding: 10px 10px 7px 10px;
list-style: none;
}
.box ul li{
margin: 0 0 4px;
padding: 0 0 0 16px;
list-style: none;
background: url(img/li-bullet.gif) no-repeat 0 3px;
/*margin: 0 0 6px;
padding: 0;*/
}
.box p{
margin:0;
padding: 5px 7px 9px 9px;
}

span.contact{
font-weight:bold;
}

/*################ FOOTER ##################*/
#footer {
background: #cc9;
clear: both;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;

}
#footer p {
margin:0;
padding:15px;
font-size:85%;
color:#333;
}

/*################ HOME PAGES ##################*/
#top10fall {
position:relative;
float:right;
top:-15px;
border:0 5px 5px 5px;
margin:0 5px 5px 5px;
}

#mainstage{
display:block;
/*width:50%;
height:100px;*/
margin-left:auto;
margin-right:auto;
margin-top:1em;
margin-bottom:0;
padding:5px;
background-color:#CCCCCC;
}
.caption {
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
padding:0;
font-size: 90%;
line-height: 1.5em;
color:#666;
}


/* ################# HACKS ################### */

/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End Hide from IE5/Mac */

dl.feature {display: inline-table; }
/* Hide from IE5/Mac \*/
* html dl.feature { height: 1%; }
dl.feature { display: block; }
/* End Hide from IE5/Mac */
