/* CSS Document */

/* Based on "business casual" color scheme from kuler */

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove padding and margin */
* {
  margin: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4 {
	font-size: 24px;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}

h7 {	
        font-size: 90%;
	margin: 0px;
	padding: 0px;
}

h6 {	
        font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h5 {	
        font-size: 180%;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color: #000000;
}

/* Regular tags */

#page {
	background: #133463;
	width: 775px;
	padding: 0px 24px 20px 24px;
	position: relative;
	margin: 0px auto;
	border-left: 1px solid #4e678a;
	border-right: 1px solid #4e678a;
	border-bottom: 1px solid #4e678a;
	overflow: hidden;
}


body {
	font: 14px "Corbel", "Trebuchet MS", "Tahoma", "Arial", sans-serif;
	background: #0e2142;
	background-image: url(images/backgroundtop01.jpg);
	background-repeat: repeat-x;
	color: #133463;
	margin: 0px;
	padding: 0px;
line-height: 1.2;
}

h2 {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #9a8054;
}

h3 {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	color: #133463;
	line-height: 1;
}



/* Links */

a:link {
	color: #365fb7;
	text-decoration: none;
}

a:visited {
	color: #365fb7;
	text-decoration: none;
}
#sidebar a {
	color: #F4EFDC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #BA9B65;
        text-decoration: none;

}

#sidebar a:visited {
	color: #f4efdc;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* header */

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 130px;
	width: 775px;
	position: relative;
	background: #ba9b65;
}

#header-button1 {
	float: right;
	padding: 33px;
	padding-bottom: 0px;
	padding-top: 50px;
}

#header-button2 {
	padding: 20px;
	top: 75px;
	left: 600px;
	position: absolute;
}

/* Wrapper */

#wrapper {
	position: relative;
	width: 775px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Sidebar */

#sidebar {
	background: #ba9b65;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 125px;
	border: 0px;
}
#sidebar ul {
	padding: 30px 10px 30px 10px;
	margin-top: 0px;
	list-style: none;
	width: 125px;
}

#sidebar li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 13px;
	color: #f4efdc;
}

#sidebar li ul {
	margin:  0px;
	padding: 0px;
	list-style: none;
}
#sidebar li ul a {
	margin:  0px;
}

#sidebar li h2 {
	font-size: 16px;
	font-weight: bold;
}

#sidebar li h2 a,
#sidebar li h2 a:visited {
	color: #59a3ff;
}
#sidebar li h2 a:hover {
	color: #FFD942;
}

#sidebar ul {
	color: #D0D0D0;
	margin:  0px;
	padding: 0px;
}

#sidebar li ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li p {
	line-height:	1.0;
	font-size:	13px;
}

#sidebar li form {
	max-width:	125px;
	border: none;
}

input, select, textarea {
	color:	#365fb7;
	background-color:	#f4efdc;
}

.sidebarcheck {
	background-color:	#ba9b65;
}

.sidebarbutton {
	background-color:	#f4efdc;
	font-size:	10px;
	color:	#365fb7;
	width: 120px;
}

.sidebarinput {
	border: 1px solid #9a8054;
	width:	120px;
}

/* Content */
#content {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 20px 20px;
	float: right;
	width: 590px;
	position: relative;
	background: #F4efdc;
	min-height: 525px;
}
#content li {
	margin: 0px 25px 0px 25px;
	padding: 0px;
	list-style-position: outside;
}

#content ul {
	margin: 15px 25px 15px 25px;
	padding: 0px;
	list-style-position: outside;
}

#content ol {
	margin: 15px 25px 15px 25px;
	padding: 0px;
	list-style-position: outside;
}

.contentbutton {
	background-color:	#ba9b65;
	font-size:	12px;
	color:	#f4efdc;
	width: 120px;
}

.contentcheck {
	background-color:	#F4EFDC;
}

.contentinput {
	border: 1px solid #9a8054;
}

.contentselect {
	background-color:	#f4efdc;
	color:	#365fb7;
	border: 1px solid #9a8054;
}

.contenttableheader {
	color:	#f4efdc;
	font-weight:	bold;
}

/* Navigation Tabs @ top */
#navtop {
	background: #1A1A1A url('../images/navbg.jpg') no-repeat top center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 775px;
	clear: both;
	height: 30px;
	position: relative;
}

#navtop ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	padding-left: 150px;
	float: left;
}
#navtop li {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}
#navtop a {
	margin: 0px 1px;
	padding: 5px 15px 5px 15px;
	display: block;
	clear: none;
	float: left;
	text-align: center;
	color: #f4efdc;
	font-weight: normal;
}
#navtop a:hover {
	color: #133463;
	text-decoration: none;
       }
	   
/* Navigation Tab Bar */
.navtabs {
	background: #365fb7 url(../images/navspacer.gif) repeat-x;
	width: 775px;
	height: 32px;
}

.cssnavtabs	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: Corbel, Trebuchet MS, Tahoma, Arial, sans-serif;
	background: url('../images/navtabs01.gif') no-repeat;
	width: 70px;
	height: 32px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavspacer	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: Corbel, Trebuchet MS, Tahoma, Arial, sans-serif;
	background: url('../images/navtabs01.gif') no-repeat;
	width: 200px;
	height: 32px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavtabs a {
	display: block;
	font-size: 13px;
	width: 70px;
	height: 32px;
	display: block;
	float: left;
	color: #F4EFDC; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnavtabs img {width: 70px; height: 32px; border: 0; }
.cssnavspacer img {width: 200px; height: 32px; border: 0; }
* html a:hover {visibility:visible}
.cssnavtabs a:hover img{visibility:hidden}

.cssnavtabs span {
	position: absolute;
	left: 0px; top: 4px;
	text-align: center;
	width: 70px;
	cursor: pointer;
}
.cssnavtabs a:hover {
	color: #133463;
}
		   
	   
/* Footer */

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 5px;
	height: 25px;
	clear: both;
	width: 775px;
	text-align: center;

}

#footer p {
	margin: 0px;
	padding: 0px;	
}

span#copyright {
	color: #F4EFDC;
	float: left;
}
span#footerlinks {
	color: #F4EFDC;
	float: right;
}

#footer a:link {
	color: #F4EFDC;
	text-decoration: none;
}

.separatorgrey {
background: url('../images/separator.gif') repeat-x bottom;
height: 4px;
padding: 20px 0px 0px 0px;
margin: 0px;
clear: both;
}

.separator {
margin:	20px 0px 20px 0px;
}

/* Removes fieldset borders. */
fieldset {
  border: 1px solid transparent;
}

/* Callouts in the body text */

.callout {
	background-color: #BA9B65;
	padding: 0px;
	float: right;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F4EFDC;
	margin: 0px 0px 10px 10px;
}
.callout p {
	color: #F4EFDC;
	margin: 10px;
	text-decoration: none;
}
.callout h1 {
	font-size: 16px;
	color: #133463;
	margin: 10px;
	text-decoration: bold;
	line-height: 1;
}
