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

/* uses template from http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm */
	
/*-------------------- Global Resets ------------------------------*/

body,
html {
	margin:0;
	padding:0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
	background:#31345d;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	color: #000;
	min-width:600px;   /* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	/*font-size:90%; */
	}

h1 {
	font-size:1.25em;
	margin:.8em 0 .8em 0;
	padding:0;
	color:#000;
	}
	
h2 {
	font-size: 14px;
	margin:.8em 0 .2em 0;
	line-height:1.8em;
	padding:0;
	color:#31345d;
	}

h3  {
	font-size: 18px;
	font-style:italic;
	color:#ff0000;
	}
	
h4 {
	font-size: 14px;
	margin:5px 0 5px 5px;
	line-height:1.8em;
	padding:0;
	color:#FFF;
	}	

p {
	color:#000;
	margin:.4em 0 .8em 0;
	padding:0;
	}

.center {text-align:center;}

a:link, a:visited {
	text-decoration: none;
	color: #6465c2;
	font-weight: bold;
	}	

a:hover { text-decoration: underline;}

a.headline, a.headline:visited {
	font-size:1.25em;
	color:#6465c2;
	text-decoration:none;
	}
	
a.headline:hover {
	color:#333399;
	text-decoration:none;
	}

.red {color:#F00}

#wrap {
	width: 900px; 
	margin: 0 auto; 
	}

/* Start Header */

#header {
	clear:both;  not in original css - may nn to remove */
	float:left;
	width:100%;
	height: 175px;  /*needs height to display */
	background-color: #000;
	}
	
.headerlogo {
	position: relative;
	height: 175px;
	background: transparent url(../images/header_nutcracker.png) top center no-repeat;
	}
	
#logo-link {
	position: absolute;
	top: 0px;
	left:1px;
	width: 240px;
	height: 175px;
	background-color: transparent;
	border: none;
	}

#topnavbar {
	margin: 0 auto;  
	height: 35px; 
	background-color: #333;
	width: 100%;
	}

.topmenu ul { 
	float: right; 
	margin-top: 5px; 
	margin-right: 5px;
	list-style-type: none; 
	}
	
.topmenu li { 
	text-decoration: none; 
	display: inline; 
	padding-right: 10px;
	}

.topmenu:link, .topmenu:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	}	

.topmenu:hover { color:#ff6666; text-decoration: none;}

#container {
	overflow:hidden;
	position: relative;
	margin-top:-5px;
	background-color:#FFF;
	float: left;
	width:100%;
	}
	
#main {
	float:right;
	width:73%;
	padding:10px;
	}

#sidebar {
	float:left;
	width:23%;
	background:#6465c2;
	padding-bottom: 1000px;
	margin-bottom: -980px;
}

.sidemenu ul {  /* remove bullets and list indents */
	padding-top: 0;
	_padding-top:20px;  /* IE6 fix - only ie6 sees underscore, must put as second choice!  */
	margin-left: -20px;
	_margin-left: 10px;
	list-style: none; 
	}
	
.sidemenu li a, .sidemenu li a:visited {
	display: block; 
	text-decoration: none; 
	color: #000; 
	font-weight:bold;
	background: none; 
	/*margin-right: 10px;
	margin-left:10px;*/
	padding-top: 5px; 
	_padding-top: 0;
	padding-bottom: 5px;
	_padding-bottom: 0;
	}
	
.sidemenu li a:hover {color: #fff; font-weight:bold; text-decoration:none;}

/* Footer styles */
#footer {
	clear: both;
	padding: 10px 0 0 0;
	height: 150px; 
	background-color: #333333;
	text-align: center;
	}

.footmenu {color: #fff; text-decoration: none; } 

.footmenu:link, .footmenu:visited {
	line-height: 12pt;
	text-align: center;
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
	}	

.footmenu a:hover { color:#ff6666;}

