/*******
Main Tags Created by Seven 12-16-08
fun w photoshop
**************/

body 
{
	font-size: 95%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #15151f;
	background-image: url(sevens/bg.gif);
	background-repeat: repeat-y;
}

a:link, a:active {
color:#bc9d33
}

a:hover, a:visited {
color:#d5d5ce;
}
ul, li {
	list-style-image: none;
}
blockquote {
color:#286abd;
font-style:italic;
font-weight:bold;
font-size:12px;

}

/******
DIV ID'S
******/

#header 
{
	
}

#header h1 
{font-family: Verdana, Arial, Sans-Serif;
font-size: 28px;
font-weight: bold;
margin: 0;
padding: 50px 20px 0 280px;
}

#header h1 a {
color: #FFF;
}

#header div 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*************************
CONTENT DIV
************************/

#body {
	width: 974px;
	min-height:423px;
	padding: 0px;
	position: relative;
	background-attachment: scroll;
	background-image: url(sevens/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	}
#body h1, #body h2
{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color:#bc9d33;
	margin: 0;
}


#body h3 {color:#bc9d33;
padding:0 0 0 15px;}

#body .content 
{
	width: 500px;
	color: #3c2a0c;
	font-size: 14px;
	line-height: 1.5em;
	padding:350px 0px 0px 30px;
	}



#body .content a 
{
	font-weight: bold;
	color: #bc9d33;
	text-decoration: none;
}

#body .content a:hover {
	text-decoration: none;
	color: #8c0d2d;
}


/***navbar on far right***/

#body .sidebar2 {
	position:absolute;
	left: 754px;
	top: 0px;
	width: 260px;
	float: left;
	padding:225px 0px 90px 0px;
	color: #666;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(sevens/nav-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size:12px;
} 

#body .sidebar2 ul,#body .sidebar ul ol {
margin: 0;padding: 8px 8px 20px 8px;
list-style: none;}

#body .sidebar2 form {margin: 0;}

#body .sidebar2 h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 4px;
	color: #15151f;
	background: #9b9283;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bc9d33;
	border-right-color: #bc9d33;
	border-bottom-color: #3c2a0c;
	border-left-color: #3c2a0c;
}

#body .sidebar2 h2 a:hover {
color:#fff;

}

#body .sidebar2 h2 a {
color:#15151f;}

#body .sidebar2 ul ul li:before {
content: "\00BB \0020";
}

#body .sidebar2 a 
{
font-weight: bold;
color: #000;
}

#body .sidebar2 a:hover 
{text-decoration: none;color: #fff;}


/************END CONTENT DIV**********************/

/***START OTHER MAIN DIVS****/


#footer {
	text-align: center;
	margin: 0;
	color: #444;
	background-attachment: scroll;
	background-image: url(sevens/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px 0px 83px 0px;
	height:83px;
	clear:both;
}

#footer a {color: #666;}

.clear
{
	clear: both;}


/**************
Redefines Major Tags
*****************/


img.alignleft{
float:left;padding:5px}

img.aligncenter{text-align:center;padding:5px}

img.alignright{float:right;padding:5px}

.give-me-space {margin:-230px 0px 185px 0px;}