@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: #4b919b;
	text-align: center;
	color: #000;
}

a {
	color: #fc7500;
}

/* CONTAINER */
#main-container {
	width: 963px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border:1px solid #0c5963;
}

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

#header-container {
	width: 963px;
	height: 161px;
}

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

/* HEADER */
#logo {
	width: 963px;
	height: 26px;
	background: #0c5c67 url(top.jpg) no-repeat 0;
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 963px;
	height: 26px;
}

#banner {
	width: 963px;
	height: 135px;
	background: #FFF url(logo.jpg) no-repeat 0;
	border-bottom:2px solid #fe7203;
}

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

#navigation ul {
	margin:0;
	padding:0;
}

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

#navigation ul li {
	border-bottom: 1px solid #FFF;
	background-color: #fdad66;
	padding:4px 2px;
}

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

#navigation ul ul {
	margin-top: 4px;
}

#navigation ul ul li {
	padding-left: 10px;
	border-top:1px dotted #FFF;
	border-bottom:none;
	background-color: #f7b77f;
}

#navigation ul ul li a {
	font-size: 11px;
	color:#0d585e;
	font-weight: normal;
}

#navigation ul ul ul {
	margin:0px;
	background-color: #535353;
	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;
}

#navigation h4 a {
	border:none;
	padding:0;
	margin:0;
}

/* CONTENT */


#content {
	float: left;
	width: 624px;
	text-align: justify;
	padding: 0px 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#content h1 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fc7500;
}

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

#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 #fe7203;
}

#content ul {
	list-style: disc;
	margin-left: 20px;
}

/* RIGHT PANEL */
#right-panel {
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 5px;
}

/* FOOTER */
#footer {
	clear: both;
	width: 963px;
	min-height: 30px;
	vertical-align: middle;
	padding-top: 10px;
	background-color: #0a5864;
	color: #FFF;
}

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

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