body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

html {
	background-color: #335c74;
}

body {behavior: url("includes/cssHoverFix.htc");} /* Pseudo class fix for IE6 and below */

body {
	color: #fff;
	text-align: left;
	font-size: 76%;
	min-height: 100%;
}

p	{
	line-height:120%;
	font-size: 1.3em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#container {
	margin: 30px auto;
	width: 850px;
	height: 100%;
	text-align: center;
}

#page {
	background: #f9f9f9 url(../images/content_bg.png) repeat-y;
}

/* Header */
#header {
	height: 140px;
}

#header p {
	display: none;
	margin: 0px;
}

#header img {
	display: block; /* IE6 and below - removes gap below header img */
}

/* Columns */
#left_col {
	width: 150px;
	float: left;
	text-align: left;
	font-size: 1.1em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

/* Menu Layout */
#navigation {
	margin-left: 14px;
	line-height: 1.4em;
}

#navigation ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}

#navigation li {
	background: url(../images/nav_inactive.png) no-repeat;
	height: 19px;
	width: 125px;
	margin: 5px;
	padding: 3px 0;
	padding-bottom: 3px;
}

#navigation li:hover {
	background: url(../images/nav_active.png) no-repeat;
	color: #ffc94a;
	cursor: pointer;
}

#navigation li:hover a {
	color: #ffc94a;
}

#navigation .current {
	background: url(../images/nav_active.png) no-repeat;
}

#navigation .current a {
	color: #ffc94a;
}

#navigation a {
	color: #fff;
	width: 92%; 
	height: 90%; 
	display: block; 
	text-decoration: none;
	font-size: 1.5em;
	margin-left: 10px;
}

/* Content Area Layout */
#content {
	color: #000;
	margin-left: 180px;
	margin-right: 20px;
	height: 1%; /* IE hack to fix disappearing text */
}

#content p {
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#content h1 {
	font-size: 2.5em;
}

#content h2 {
	text-align: left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#content h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-decoration: underline;
	text-align: left;
	font-size: 2.2em;
	margin: 3px 15px;
}

#content h4 {
	text-align: left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.3em;
}

#content a, a:active, a:visited {
	color: #335C74;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.nounderline, a:hover.nounderline {
	text-decoration: none;
}

#content ul {
	text-align: left;
	font-size: 1.4em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0 30px;
	padding: 0;
}

#content ul li {
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
}

/* Left Column under Menu */
#leftcol_content {
	width: 122px;
	margin: 0 0 10px 20px;
}

#leftcol_content h2{
	text-align: center;
	font-size: 1.1em;
}

#leftcol_content p {
	font-size: 90%;
	margin: 0 0 5px 5px;
}

#leftcol_content a {
	color: #fff;
	text-decoration: none;
}

#leftcol_content a:hover {
	color: #ffc94a;
	text-decoration: none;
}

/* content positioning */
#left_content {
	padding: 20px;
	width: 250px;
	float: left;
}

#left_content h2 {
	 margin: 10px 0;
	 padding: 0;
}

#left_content ul {
	 margin: 0 15px;
	 padding: 0;
}

#right_content {
	padding: 20px;
	width: 250px;
	float: right;
}

#right_content h2 {
	 margin: 10px 0;
	 padding: 0;
}

#right_content ul {
	 margin: 0 15px;
	 padding: 0;
}

/* News */
#news {
	width: 100%;
	float: left;
}

.news_item {
	border-bottom: 1px #333 dashed;
	padding-bottom: 5px;
}

#news h2 {
	text-align: left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-decoration: underline;
	margin-bottom: 5px;
}

/* latest news content */
.latest {
	margin-top: 15px;
	background: #4d4d4d;
}

.latest h2 {
	color: #ffc94a;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.signature {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: left;
	font-size: 1.4em;
}

/* Rounded Boxes - Thanks to Daniel Tillett */
/* boxes with dark bg */
b.bt, b.bt b, b.bb, b.bb b {
	display: block;
	height: 10px;
	font-size: 1px;
	background: url(../images/grey1.gif) no-repeat;
	position: relative;
}

b.bt {
	top: -3px;
	left: -3px;
}

b.bt b {
	background-position: 100% -10px;
	left: 6px;
}

b.bb {
	background-position: 0 -20px;
	top: 3px;
	left: -3px
}

b.bb b {
	background-position: 100% -30px;
	left: 6px;
}

.grey_border {
	border: #4d4d4d 3px solid;
}

/* boxes with light bg */
bl.bt, bl.bt bl, bl.bb, bl.bb bl {
	display: block;
	height: 10px;
	font-size: 1px;
	background: url(../images/light_corners.gif) no-repeat;
	position: relative;
}

bl.bt {
	top: -3px;
	left: -3px;
}

bl.bt bl {
	background-position: 100% -10px;
	left: 6px;
}

bl.bb {
	background-position: 0 -20px;
	top: 3px;
	left: -3px
}

bl.bb bl {
	background-position: 100% -30px;
	left: 6px;
}

.lt_grey_border {
	border: #666 3px solid;
}

/* Portfolio */
#portfolio {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#portfolio a:hover {
	text-decoration: none;
}

#portfolio a:hover.unln {
	text-decoration: underline;
}

#port_intro {
	height: 1%;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 10px;
}

.port_row {
	height: 225px;
	border: #333 1px dashed;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 15px;
}

.port_left {
	float: left;
	width: 250px;
	margin-left: 10px;
}

.port_right {
	float: right;
	width: 250px;
	margin-right: 10px;
}

/* Support Page */
body#support div#content {
	text-align: left;
}

div#supportLeft {
	float: left;
	width: 45%;
	padding: 10px;
}

div#supportRight {
	float: right;
	width: 45%;
	padding: 10px;
}

div#supportButton {
	margin-bottom: 10px;
	width: 175px;
	height: 40px;
	line-height: 40px;
	background: url('../images/ticketsButton.png');
	font-size: 2em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

div#supportButton:hover {
	background: url('../images/ticketsButtonHover.png');
}

div#supportButton a {
	display: block;
	color: #ffffff;
}

div#supportButton a:hover {
	text-decoration: none;
	color: #ffc94a;
}

img.mikogoButton {
	float: left;
}

/* Form Layout */
#contact-form {
	float: right;
}

#contact-form p {
	margin: 0;
}

.hide-form	{display: none;}

.show-form	{display: block;}

noscript p {
	width: 350px;
	float: right;
	text-align: left;
	font-size: 1.3em;
	margin-top: 35px;
}

form	{
	font-size: 1em;
}

fieldset {
	border: 0;
	padding-right: 50px;
}

label {
	float: left;
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-right: 0.5em;
}

.field input {
	width:15em;
	height: 1.2em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:100%;
	color:#000;
}

textarea {
	width:15em;
	height:8em;
	display: block;
	overflow:auto;
	overflow-x: hidden; /* for IE */	
}

.setfont textarea {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:100%;
	color:#000;
}	

.submit input {
	margin-top: 0.3em;
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.8em;
}

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(../images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000;
}

#msgcontent {
	display: block;
	background: #f9f9f9;
	border: 2px solid #333333;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}

/* Footer Layout */
#footer {
	margin: 0 auto;
	width: 850px;
	height: 105px;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #ffc94a;
	background: url(../images/footer.png) no-repeat;
}

#footer ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 24px;
}

#footer ul li {
	display: inline;
}

#footer a {
	color: #ffc94a;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {color: #fff;}

#footer h1 {
	color: #fff;
	font-size: 1.8em;
	margin-top: 10px;
}

/* Footer menu space */
.fmspace {
	margin: 0 2px 0 5px;
}

.copyright {	
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 6px;
}

/* positional stuff */
.no_space_under {margin-bottom: 0;}

.italic {font-style: italic;}

.right {float: right;} 

.right a:hover {text-decoration:none;} 

.left {float: left;}

.left a:hover {text-decoration:none;}

.centered {text-align: center;}

.bigger {font-size: 110%;}

.huge {font-size: 4em;}

.smaller {font-size: 80%;}

.bold {font-weight: bold;}

.white {color: #fff;}

.border_top {border-top: #000 1px dashed; padding-top: 5px;}

.border_bottom {border-bottom: #000 1px dashed; padding-bottom: 5px;}

.spacer {height: 25px; width: 80%;}

.v_spacer_50 {height: 50px; width: 80%;}

.h_spacer_15 {width: 15px;}

.h_spacer_20 {width: 20px;}

.h_spacer_90 {width: 80px;}

.spacer_topandleft {margin: 10px 0 0 10px;}

.spacer_topandright {margin: 10px 10px 0 0;}

.big_v_spacer {height: 50px;}

.clear {clear: both;}

.clear_left {clear: left;}

.clear_right {clear: right;}

.pushright {margin-right: 100px;}

.left_margin_15 {margin-left: 15px;}

.narrow {padding: 0 45px 0 70px;}

.w_285 {	width: 285px;}
