@charset "utf-8";
/* Scopesguide.com CSS Document */

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
}

table {   
    border-collapse:collapse;   
    border-spacing:0;   
}

ol,ul {   
    list-style:none;  
}

h1,h2,h3,h4,h5,h6 {   
    font-size:100%;   
    font-weight:normal;   
}

img {
	border:0;
}

body {
	font:12px normal Verdana, Tahoma, Arial;
	background-color: #030201;
	text-align: center;
	color: #bebebe;
}

a {
	color: #ffd201;
}

/* CONTAINER */
#article-container {
	width: 1121px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #030201 url(bg.jpg) repeat-y;
}

#article-container {
	text-align: -moz-center;
}

#home-header-container {
	width: 921px;
	height: 338px;
}

#header-container {
	width: 921px;
	height: 220px;
}

#content-container {
	width: 921px;
	height: 100%;
	margin-top: 5px;
	background-color: #1d1d1d;
}

#generic-container {
	width: 921px;
	height: 100%;
	margin-top: 5px;
	background-color: #FFF;
}

#home-container {
	width: 921px;
	height: 100%;
	text-align: left;
}

/* HEADER */
#home-logo {
	width: 921px;
	height: 55px;
	background: #030201 url(home_logo.jpg) no-repeat 0;
	text-align: left;
	position: relative;
}

#logo {
	width: 921px;
	height: 55px;
	background: #030201 url(logo.jpg) no-repeat 0;
	text-indent: -9999px;
}

#home-logo div {
	float: right;
	width: 350px;
	height: 25px;
	padding-top: 25px;
	text-align: right;
}

#btn_search {
	border:1px solid #000;
	background-color: #ffd400;
	color:#000;
}

#home-logo a, #logo a {
	float: left;
	display: block;
	width: 560px;
	height: 55px;
	text-indent: -9999px;
}

#home-header {
	width: 921px;
	height: 283px;
	background: #030201 url(home_header.jpg) no-repeat 0;
	position: relative;
}

#home-header-copy {
	float: right;
	width: 560px;
	height: 240px;
	text-align: left;
	color: #FFF;
	padding: 20px 14px 18px 22px;
}

#home-header-copy a {
	color: #fcd700;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#home-header-copy table {
	width: 100%;
	margin-top: 6px;
}

#home-header-copy table td {
	padding:2px;
}

#home-header-copy span {
	font-size: 20px;
	font-family: Georgia, Tahoma, Verdana;
	color: #facf00;
	font-weight: bold;
}


#home-header-copy h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Tahoma, Verdana;
	text-align: left;
	color:#f2f2f2;
}

.home_intro {
	font-size: 12px;
	color: #FFF;
}

#header-left {
	float: left;
	width: 260px;
	height: 155px;
	margin-top: 20px;
	margin-left: 20px;
}

#header-right {
	float: right;
	width: 260px;
	height: 155px;
	margin-top: 20px;
}

#header {
	width: 921px;
	height: 165px;
	background: #030201 url(banner.jpg) no-repeat 0;
}

/* NAVIGATION */
#navigation {
	float: left;
	margin: 2px;
	width: 157px;
	text-align:left;
}

#navigation ul {
	margin:0;
	padding:0;
	border:1px solid #393939;
}

#navigation ul li a {
	display: block;
	font-size: 12px;
	color: #bebebe;
	text-decoration: none;
}

#navigation ul li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	border-bottom: 1px solid #393939;
	padding:4px 2px;
}

#navigation a {
	padding:4px 2px;
}

#navigation ul ul {
	margin-top: 4px;
	background-color: #535353;
	border:none;
}

#navigation ul ul li {
	padding-left: 10px;
}

#navigation ul ul li a {
	font-size: 11px;
}

#navigation ul ul ul {
	margin:0px;
	background-color: #393939;
	border:none;
}

#navigation ul ul ul li {
	padding-left: 15px;
}

#navigation ul ul ul li a {
	font-size: 11px;
	color: #FFF;
}

.selected {
	background-color: #535353;
}

/* HOME CONTENT */
#home-container h2 {
	font-family: Georgia, Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	color: #fedf00;
}

#home-container p {
	color:#bebebe;
	font-size: 11px;
	padding: 10px 0px;
	text-decoration: none;
}

#home-left-panel {
	float: left;
	width: 265px;
	height: 265px;
	background: #030201 url(home_left_bg.jpg) no-repeat 0;
	padding: 20px;
}

#home-left-panel div, #home-middle-panel div, #home-right-panel div {
	height: 150px;
}

#home-middle-panel {
	float: left;
	width: 274px;
	height: 265px;
	background: #030201 url(home_middle_bg.jpg) no-repeat 0;
	padding: 20px;
}

#home-right-panel {
	float: left;
	width: 260px;
	height: 265px;
	background: #030201 url(home_right_bg.jpg) no-repeat 0;
	padding: 20px;
}

#home-right-panel ul {
	list-style: disc;
	color: #bebebe;
	font-size:11px;
	padding-left: 15px;
	padding-top: 10px;
}


/* CONTENT */
#content {
	float: left;
	width: 745px;
	text-align: justify;
	padding: 0px 5px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}

#content h2 {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
}

#content h3 {
	font-size: 13px;
	margin-top: 8px;
	font-weight: bold;
}

#content p {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0px;
	line-height: 16px;
}

#content img {
	padding: 2px;
	margin: 4px;
	border:1px solid #535353;
}

/* FOOTER */
#footer {
	clear: both;
	width: 921px;
	min-height: 40px;
	vertical-align: middle;
	padding-top: 10px;
	background: #111111 url(footer_bg.jpg) no-repeat top;
}

/* CONTACT */
#contact td {
	padding:2px;
}

/* MISC */
#error {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#2e6b80;
	font-weight: bold;
	background-color: #ffd5d5;
	border-bottom:1px solid #fa2f2f;
}

#search {
	width: 100%;
	height: 24px;
	background: #030201 url(h1_bg.jpg) no-repeat 0;
	text-align: right;
}
	