*{
	margin: 0;
	padding: 0;
}	
html{background: #221f20;}	
body{
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #333;
	background: #0c1013 url(bg.gif) repeat-x;
	margin:0;
	padding:0;	

}


.box h3 {
	margin: 0;
	padding: 10px 0px 0 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%;
	color: #E97E00;
	}

.box {
	margin: 0 0 14px 0;
	background: #EBEBDA;
	}

a{
	color: #7C90A1;
	text-decoration: none;
}
a:hover{color: #234466;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#container{
	background: #f8fdfe;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#header{	
	background: #012345;
	border-bottom: 2px solid #ffffff;
	height: 250px;
	position: relative;
}
#navigation{
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	right: 25px;	
}
#path-search{
	background: url(path-tile.gif) #87BCD8 repeat-x; 
	border-bottom: 1px solid #90C7E4;
	color: #4C7897;
	font-size: 1.2em;
	height: 46px;
	position: relative;
}	
#info{
	background: #333333; 
	color: #E4EEF4; 	
	height: 20px;
	position: relative;
}
#primary-content{
	float: left;
	background: #EBECED; 
	font-size: 95%;
	line-height: 1.5em;
	
	padding: 30px 20px 30px 30px;
	width: 460px;
}
#secondary-content{
	color: #4B798B;
	float: right;
	font-size: 80%;
	line-height: 1.5em;
	width: 210px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}	
#footer{
	border-top: 1px solid #DBDFE0;
	clear: both;
	color: #aaa;
	height: 110px;
	margin-left: 30px;
	width: 480px;
	text-align: center;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1 {
	font-size: 4.0em;
	position: absolute;
	margin: 30px 0 0 45px;
}
#header h1 a {
	color: #9ca9b7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation ul{
	display: inline;
}
#navigation li{
	display: block;
	float: left;
	list-style: none;
}
#navigation li a{
	background: #234466;
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover{background: #3C6787;}

/* ------------------------------------------------------------

	path-search

------------------------------------------------------------ */

#path-search a{
	color: #4c7897;
	text-decoration: none;	
	text-transform: lowercase;
}
#path-search a:hover{text-decoration: line-through;}

/* forms & class's */

#path-search .text{
	background: #76aac9;
	border: 1px solid #dfe3e4;
	padding: 3px;
}	
#path-search .searchbutton{
	background: #221f20;
	border: 1px solid #dfe3e4;
	cursor: pointer;
	color: #fff;
	padding: 2px;
}	

/* ------------------------------------------------------------

	info

------------------------------------------------------------ */

#info img{
	background: url(snews.gif) no-repeat;
	height:50px;
	position: absolute;
	right: 5px;
	top: 8px;
}
#content {
	background: url(h2-bg.gif) no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 2px 0;
	}
/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	background-position: bottom;
	color: #76aac9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 0.9em;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}	
#primary-content h2 a{
	color: #76aac9;
	text-decoration: none;
}		
#primary-content h2 a:hover{
	color: #7C90A1;
}	
#primary-content h3, #primary-content h4{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}	
#primary-content p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#primary-content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#primary-content ul {
	line-height: 1.8em;
	margin: 0 30px 20px 30px;
}
#primary-content ul li {
	background: url(blue-box.gif) no-repeat 0 50%;
	line-height: 1.8em;
	list-style: none;
	padding-left: 20px;
}

/* forms & class's */

#primary-content form{margin: 10px 0 20px 0;}	
#primary-content form p{margin: 5px;}	
#primary-content fieldset{
	background: #ffffff;
	border: 1px solid #dfe3e4;
	padding: 5px;
}	
form .field:focus, form .text:focus, form textarea:focus {background: #fffff0; color: #324F6A;}
#primary-content textarea{
	height: 150px;
	overflow: auto;
}	
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h2{
	color: #ffffff;
	background: #76aac9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	line-height: 1.5em;
	
	font-weight: normal;
	padding: 7px 0px 7px 0;
	text-transform: uppercase;
	
	
	padding-left: 16px;
}		
#secondary-content p{margin: 0;}	



	

	
#secondary-content ul{
	margin: 15px 5px 20px 15px;
}	
#secondary-content ul li{
	background: url(blue-box.gif) no-repeat 0 2px;
	height: 22px;
	list-style: none;
	padding-left: 18px;
}	
#secondary-content a{	
	color: #4B798B;
	text-decoration: none;
}	
#secondary-content a:hover{color: #231f20;}	

/* class's */

#secondary-content .text{
	font-size: 1.4em;
	padding: 3px;
	width: 70%;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer p{
	line-height: 1.5em;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
}
#footer a{
	color: #aaa;
	text-decoration: underline;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide {display: none;}
.show{display: block;}

/* class's */

.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.search{	
	position: absolute;
	right: 50px;
	top: 25px;
}
.image img, .right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: 2px 10px 2px 2px;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.back{
	background: #000000;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox{margin-top: 25px;}	
#primary-content .commentsbox h2{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-bottom: 1px solid #dee2e3;
	border-top: 1px solid #dee2e3;
	color: #221f20;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text, textarea{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 97%;
}
.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
.searchbutton{cursor: pointer;}	

td {
	padding: 6px;
	border: 1px dashed #CCCCCC;
}
#boxoffice {
	background-color: #999900;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: center;
	text-align: center;
	border: 2px dashed #FFFFFF;
}
#spacer {
}
#spacer {
	padding-left: 15px;
	padding-top: 10px;
}
