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

body {
	margin: 0;
	padding: 0;
	background: #4c4c4c url(images/grad1.png) 0 0 repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
        color: #FFFFFF;
        text-decoration: none;
}
a:hover {
        color: #707070;
        text-decoration: none;
}
#background {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px;
	background: #000000;
}

#main {
	width: 765px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background: #000000;
}

#main img {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background: #000000;
}

img {
	border-style: none;
}

.lrg-txt {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size:150%;
}

.active-txt {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size:140%;
	color: red;
}

.error {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size:160%;
	color: red;
}
#error {
	margin-bottom:20px;
	margin-top:20px;
}
#erroricon {
	margin-right:10px;
}
.error-small {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size:100%;
	color: red;
}

.inactive-txt {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size:140%;
}

#addaprofile {
	position: absolute;
	left: 80px;
	width: 300px;
	margin-top:10px;
}

#detail-activity {
	position: absolute;
	left: 498px;
	width: 80px;
	margin-top:10px;
}

#photo-activity{
	position: absolute;
	left: 595px;
	width: 80px;
	margin-top:10px;
}

#review-activity {
	position: absolute;
	left: 696px;
	width: 80px;
	margin-top:10px;
}

.details-txt {
	line-height: 1;
	font-size: 80%;
}

h1, h2, h3 {
	font-family: Verdana, Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #FFFFFF;
	
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
}
h3 {
	font-size: 120%;
	color: #FFFFFF; 
}


/* Header */
#ecp {
	width: 765px;
	height: 18px;
	margin: 2px auto 0px;
	background: url(images/ecpp.png);
}

#detailsmenu {
	position:relative;
	width: 765px;
	height: 39px;
	margin: 0px auto 0px;
	background: url(images/details_menu.png);
}

/* Drop Down menu */
.centertable {
	text-align: center;
}

a.rollovermain {
	display: block;
	width: 67px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_main.png);
	}

a.rollovermain:hover {
	background-position: -67px 0;
	}

a.rolloverinfo {
	display: block;
	width: 62px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_info.png);
	}

a.rolloverinfo:hover {
	background-position: -62px 0;
	}

a.rolloverforum {
	display: block;
	width: 85px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_forum.png);
	}

a.rolloverforum:hover {
	background-position: -85px 0;
	}

a.rolloverstandings {
	display: block;
	width: 124px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_standings.png);
	}

a.rolloverstandings:hover {
	background-position: -124px 0;
	}

a.rolloversitemap {
	display: block;
	width: 98px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_sitemap.png);
	}

a.rolloversitemap:hover {
	background-position: -98px 0;
	}

a.rolloverlinks {
	display: block;
	width: 70px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_links.png);
	}

a.rolloverlinks:hover {
	background-position: -70px 0;
	}

a.rolloverlogin {
	display: block;
	width: 77px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_login.png);
	}

a.rolloverlogin:hover {
	background-position: -77px 0;
	}

a.rolloverpanel {
	display: block;
	width: 77px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_panel.png);
	}

a.rolloverpanel:hover {
	background-position: -77px 0;
	}

a.rolloverstore {
	display: block;
	width: 76px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_store.png);
	}

a.rolloverstore:hover {
	background-position: -76px 0;
	}

a.rollovercontact {
	display: block;
	width: 106px;
	height: 23px;
	text-decoration: none;
	background: url(images/menu_contact.png);
	}

a.rollovercontact:hover {
	background-position: -106px 0;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
	
	

.loginbutton {
    border: none;
    width: 123px;
    height: 30px;
    background: url(images/buttons/login.png) no-repeat top left;
}
.loginbutton:hover {
	background-position: -123px 0;
}

.registerbutton {
    border: none;
    width: 123px;
    height: 30px;
    background: url(images/buttons/register.png) no-repeat top left;
}
.registerbutton:hover {
	background-position: -123px 0;
}

.submitbutton {
    border: none;
    width: 123px;
    height: 30px;
    background: url(images/buttons/submit-gray.png) no-repeat top left;
}
.submitbutton:hover {
	background-position: -123px 0;
}

.iagreebutton2 {
    border: none;
    width: 123px;
    height: 30px;
    background: url(images/buttons/iagree-gray.png) no-repeat top left;
}
.iagreebutton2:hover {
	background-position: -123px 0;
}

a.rollovercancel {
	display: block;
	width: 123px;
	height: 30px;
	text-decoration: none;
	background: url(images/buttons/cancel-gray.png);
}

a.rollovercancel:hover {
	background-position: -123px 0;
	}
	

a.rolloveriagreegray {
	display: block;
	width: 123px;
	height: 30px;
	text-decoration: none;
	background: url(images/buttons/iagree-gray.png);
}

a.rolloveriagreegray:hover {
	background-position: -123px 0;
	}

a.rolloversubmitgray {
	display: block;
	width: 123px;
	height: 30px;
	text-decoration: none;
	background: url(images/buttons/submit-gray.png);
}

a.rolloversubmitgray:hover {
	background-position: -123px 0;
	}
#sddm
{	width:760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	z-index: 30
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #131313;
	z-index:1;
}
#sddm div a
{	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #131313;
	color: #f6ff91;
	font: 12px Arial, sans-serif;
	z-index:1;
}

#sddm div a:hover {	
	background: #3366FF;
	color: #FFF
}



/* Content */

#content {
	width: 745px;
	margin: 0 auto;
	padding: 10px;
	background: #000000;
}

#content-left {
	width: 319px;
	float: left;
	padding: 0px;
	background: #000000;
}

img.loginimg {
	border-style:solid;
	border-width:5px;
	border-color:#333333;
}

#content-right {
	width: 400px;
	float: right;
	padding: 0px;
	background: #000000;
}

#details-left {
	width: 319px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
}

#details-right {
	width: 319px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
}


/* Profile Box */

.profilebox-top {
	background-image:url(images/profile-box-top.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 746px;
	height: 13px;
	position:relative;
	float:left;
}

.profilebox-middle {
	background: url(images/profile-box-middle.png) 0 0 repeat-y;
	width: 746px;
	position:relative;
	float:left;
}

.profilebox-bottom {
	background-image:url(images/profile-box-bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 746px;
	height: 16px;
	position:relative;
	float:left;
	margin-bottom:15px;
}

/* Login Box */
.login	{
	margin: 0;
	background: url(images/boxmiddle.png) 0 0 repeat-y;
	padding: 0px;
}
.sidebox-top {
	background-image:url(images/boxtop.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 319px;
	height: 13px;
	position:relative;
	float:left;
}

.sidebox-middle {
	background: url(images/boxmiddle.png) 0 0 repeat-y;
	width: 319px;
	position:relative;
	float:left;
}

.sidebox-bottom {
	background-image:url(images/boxbottom.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 319px;
	height: 13px;
	position:relative;
	float:left;
	margin-bottom:15px;
}

.sidebox {
	margin-left:35px;
}

/* Footer */
#details-bottom-img {
	margin-left: 10px;
	margin-right: 10px;
}

#footermenu
{	width:760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	z-index: 30
}

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}

#register {
	width: 600px;
	position: absolute;
	left: 60px;
	}
	
#usmap {
	width: 750px;
	position: relative;
	
	}
	
a.northwest {
	display: block;
	width: 264px;
	height: 153px;
	text-decoration: none;
	background: url(images/us_map/northwest.png);
	}

#west	{
	position: absolute;
	left: 30px;
	}
		
a.northwest:hover {
	background-position: -264px 0;
	}
	
a.southwest {
	display: block;
	width: 264px;
	height: 253px;
	text-decoration: none;
	background: url(images/us_map/southwest.png);
	}

#central{
	position: absolute;
	left: 294px;
	}

a.southwest:hover {
	background-position: -264px 0;
	}

a.northcentral {
	display: block;
	width: 231px;
	height: 153px;
	text-decoration: none;
	background: url(images/us_map/northcentral.png);
	}

a.northcentral:hover {
	background-position: -231px 0;
	}

a.southcentral {
	display: block;
	width: 231px;
	height: 253px;
	text-decoration: none;
	background: url(images/us_map/southcentral.png);
	}

a.southcentral:hover {
	background-position: -231px 0;
	}

#east	{
	position: absolute;
	left: 525px;
	}

a.northeast {
	display: block;
	width: 255px;
	height: 241px;
	text-decoration: none;
	background: url(images/us_map/northeast.png);
	}

a.northeast:hover {
	background-position: -255px 0;
	}

a.southeast {
	display: block;
	width: 255px;
	height: 165px;
	text-decoration: none;
	background: url(images/us_map/southeast.png);
	}

a.southeast:hover {
	background-position: -255px 0;
	}
	