
/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 10px;
	font-family: Arial;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 0;
}

:focus {
	outline: 1px #c0c dotted;
}

a { color: white; text-decoration: none; }
a:hover { color: #f7941e}




body {
background: #000119 url(images/background.gif);
background-repeat: repeat-x;
margin: 0;
color: white;
font-size: 12px;
font-family: helvetica, sans-serif;
line-height: 1.4;
}

.p8_container {
width: 950px;
height: 650px;
}

.p8_logo {
margin: 40px 0 0 96px;
float: left;
}

.p8_logo2 {
margin: 40px 0 0 0;
float: left;
}


ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}



.p8_menu {
margin: 40px 0 0 106px;
float: left;
width: 500px;
position: relative;
z-index: 100;
}

.p8_menuimg {
margin: 0 0 0 17px;
}

.p8_left {
width: 182px;
text-align: right;
margin: 0 0 0 96px;
float: left;
}

.p8_1a {
float: left;
width: 556px;
padding: 0 0 0 10px;
margin: 0 0 0 96px;
}


.p8_3a {
float: left;
width: 179px;
margin: 0 0 0 106px;
padding: 0 0 0 3px;
}

.p8_3b, .p8_3c {
float: left;
width: 179px;
margin: 0 0 0 10px;
padding: 0 0 0 3px;
}

.p8_2a {
float: left;
width: 278px;
margin: 0 0 0 96px;
}

.p8_2b {
float: left;
width: 278px;
margin: 0 0 0 10px;
}



.p8_1a {
float: left;
width: 566px;
margin: 0 0 0 96px;
}

.p8_contentwrapper {
position: relative; /* Do not change this value */
float: left;
margin: 73px 0 0 0;
width: 950px;
height: 550px; /* Set height to be able to contain height of largest content shown*/
}

.information {  width: 182px; float: left; margin: 0 0 0 96px; background: url(../images/menu.gif) repeat-y; }
.information2 { position: relative; width: 561px; margin: 176px 0 0 292px; text-align:left;}

.information2 a { background: #fff; color: #08224a; text-decoration: none; padding: 2px 5px; margin: 0 0 0 5px; float: right;}
.information2 a:hover { background: #f7941e; color: #fff;}
.information2 a:active { background: #08224a; color: #fff;}

.panel-wrapper { height: 600px;}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	border: 1px solid #08224a;
	background: #000119;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #f7931e;
}

#contact-area input.submit-button {
	width: 100px;
}




h1 { color: #f7931e; font-weight: normal;}


.owmenu {text-align: right; width: 182px; height: 200px; color: #f7941e;}

.owmenu a:hover { color: #08224a; background: white; padding: 3px;}
.owmenu a {color: #fff; text-decoration: none; } 
.owmenu a:visited { colour: red;}


/* Most common stuff you'll need to change */


	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider { width: 950px; height: 500px; position: relative; float: left; margin: 40px 0 0 0; } 
	
		/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider .panel { width: 950px; height: 500px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	

	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	