/* CSS Document */


#body {
	text-align: center;
	background-color:#000;
}

#wrapper {
	width: 780px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: none;
	min-height:inherit;
}

#splashwrapper {
	width: 780px;
	height:395px;
	background-image:url(images/splash_bg.jpg);
	margin: 0 auto;
	text-align: left;
	background-color: #000;
	border: none;
	min-height:inherit;
	margin-top:180px;
}

#header {
	background-color:#000;
	height: 106px;
	border-bottom:solid 1px #000;
	padding: 0px;
}

#banner {
	height: 150px;
	background-color:#000;
	border-bottom:solid 1px #000;
	padding: 0px;
}

/* Content Area */



#contentcontainer {
	width: 780px;
	min-height:365px;
	border: none;
	padding:0px;
	background-color:#FFF;
}

#column2 {
    margin: 0;
    padding: 0;
	min-height:365px;
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #FFF;
    
}

#column1 {
    margin: 0px;
    padding: 0px;
	min-height:365px;
	background-color:#FFF;
    background-repeat: repeat-y;
    width: 100%;
    
} 

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 

#content {
	width: 460px;
	min-height:365px;
	float: left;
  	color: #666;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-left: solid 1px;
	border-left-color:#ccc;
}

#leftcontainer {
	width: 135px;
	float:left;
	padding:0px;
	background-color:#FFF;
}



#rightcontaineroverlap {
	width: 128px;
	float:right;
	color: #666;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:5px;
	background-color:#FFF;
}

/* right boxes */

#news {
	width:118px;
	height:auto;
  	color: #666;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-right:10px;
}

#newsheadcontainer {
	width:128px;
	padding:0px;
}

#rtsdbtncontainer {
	width:128px;
	height:22px;
	background-image:url(images/rightside_button_bg.gif);
	padding-right:0px;
	text-align:right;
	white-space:20px;
	line-height:15px;
	color: #666;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#rtsdbtncontainer a {
	color:#f60;
	text-decoration: none;
} 

#rtsdbtncontainer a:hover {
	color: #666;
}









/* table content */

table1 {
	border-collapse: collapse;
	width: 393px;
	border: none;
}

table2 {
	border-collapse: collapse;
	width: 460px;
	border: 0;
	padding: 0;
}

th, td {
	padding: 0px 0px;
}

col1 {
	width: 140;

}

col2 {
	width: 320px;
}

col3 {
	width: 70;
}




#thumbcontainer {
	width: 100px;
	float: left;
	padding-right: 10px;
}

#specscontainer {
	width: 213px;
	padding: none;
	float:none;
	text-align:left;
}



#actioncontainer {
	width: 70px;
	float:right;
	padding: none;
}

#actionbutton {
	color: #fff;
	background-image: url(images/submit.gif);
	border: none; 
	text-align: center;
	width: 70px;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align:sub;
}

#actionbutton a {
	color:#fff;
	text-decoration: none;
} 

#actionbutton a:hover {
	color: #fff;
}


#rightcontainer {
	float: right;
	width: 134px;
	padding-left: 21px;
}


#content ul { 
	margin-left: 20px;
	padding-left: 20px;
	
} 

#content li {
	margin: 0 0 0px 0;
	list-style:url(images/bullet.gif);
	color: #666;
	line-height: 17px;
	}

#content a {
	color:#f60;
	text-decoration: none;
} 

#content a:hover {
	color: #666;
}



/* Sidebar navigation */

#sidebar {
	width: 134px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	float: left;
	line-height: 25px;
}

#navcontainer ul { 
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 

#navcontainer li {
	margin: 0 0 0px 0;
} 

#navcontainer li a#current {
	background-image: url(images/sidebar_2.jpg);
}

#navcontainer a {
	display: block;
	background-image: url(images/sidebar_1.jpg);
	width: 134px;
	height: 26px;
	text-decoration: none;
	text-align: center;
} 

#navcontainer a:hover {
	background-image: url(images/sidebar_3.jpg);
	color:#FFF;
}

/* Footer characteristics */


#bottom { 
	width: 780px;
	height: 30px;
}
/*used to designate area for footer php file*/


#footer {
	clear: both;
	background-image:url(images/footer_bg.gif);
	width: 780px;
	height: 40px;
	border-top:solid 1px;
	border-top-color:#000;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:30px;
}

#footer a {
	color:#fff;
	text-decoration: none;
} 

#footer a:hover {
	color: #333;
}

#footer2 {
	clear: both;
	width: 780;
	height: 90;
	border: none;
	padding: none;
	background-image: url(images/bg_tile.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	text-align:center;
}

#footer2 a {
	color:#fff;
	text-decoration: none;
} 

#footer2 a:hover {
	color: #dfa726;
}

/* Form characteristics */

fieldset {
	margin: 0px 0;
	padding: none;
	border: none;
	background-color:#FFF;
}

label {
	display: block;
}

input {
	width: 200px;
	background-color:#FFF;
	background:#FFF;
}

textarea {
	width: 285px;
	height: 150px;
}

#submit {
	color: #fff;
	background-image: url(images/submit_bg.gif);
	border: none; 
	text-align: center;
	width: 70px;
	height: 18px;
}

.required {
	font-size: 90%;
	color: #f60; 
}

.legend {
	font-size:11px;
	font-weight: bold;
	color: #666; 
}

/* Extra Classes */

.bold {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
	color:#f60;
}

.H1 {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #336;
}

.H1center {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #336;
	text-align:center;
	padding-top: 80px;
	
}

.H2 {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c93; 
}

.H2P {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336; 
}

/*Navigation*/

<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
width: 134px;
border:0px;
}
#menu dt {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
font-size:13px;
cursor: pointer;
margin: 1px 0;
height: 22px;
padding-left: 20px;
line-height: 22px;
text-align: left;
font-weight: normal;
background-image:url(images/nav_bg.gif);
}

#menu dd {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
font-size: 10px;
width: 134px;
background-image: url(images/nav_bg.gif);
}

#menu li {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#fff;
}

#menu li a {
color: #666;
text-decoration: none;
padding-left: 21px;
display: block;
border: 0 none;
height: 100%;
background-image:url(images/nav_list_bg.gif);
}

#menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
font-size:12px;
}

#menu dd a {
color: #666;
text-decoration: none;
border: 0 none;
font-size:11px;
}

#menu dl a {

}

#menu dd a:hover {
background-image:url(images/nav_bg_hover.gif);
color:#FFF;
}

#menu li a:hover {
background-image:url(images/nav_list_hover.gif);
color:#FFF;
}
-->
</style>



