/*  --------------------------------------
------------------------------------------
	Main style sheet for NPH website
	Designed by Harrison Gilmore
	http://www.roguesaber.co.uk
------------------------------------------
--------------------------------------  */


/*  --------------------------------------
------------------------------------------
	Div formatting
------------------------------------------
--------------------------------------  */

/* Reset padding and margins */
* { padding: 0; margin: 0; }

body {
 font-family: Verdana, sans-serif;
 font-size: 13px;
 background-image: url("images/bg_top.gif");
 background-repeat: repeat-x;
 background-color: #ff8400;
 color: white;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
}
#header {
 width: 100%;
 float: left;
 height: 160px;
 background-image: url("images/header_gif.gif");
 background-repeat: no-repeat;
}


#splash {
 width: 760px;
 height: 180px;
 float: left;
 border: 1px white solid;
}

#navcontainer{
width:100%;
height: 25px;
float: left;
margin-top: 15px;
}

#content { 
margin: 0px 5px 15px 0px;
width: 100%;
float: left;
background: black;
border: 1px white solid;
padding: 10px 0px 10px 0px;
}

#footer { 
width: 760px;
clear: both;
background: black;
border: 1px white solid;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
margin-bottom: 15px;
}

#map {
width: 335px;
float: right;
}

#image_column{
	width: 150px;
	float: right;
	margin-left: 10px;
	background-color: black;
	margin-right: 5px;
}

/*  --------------------------------------
------------------------------------------
	Formating
------------------------------------------
--------------------------------------  */

h1,h2,h3 {
margin: 4px;
margin-bottom: 5px;
color: white;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 12px;
}

p {
margin: 4px;
padding-bottom: 5px;
}

.left{
float:left;
margin-right: 5px;
margin-left: 5px;
}

.right{
float:right;
margin-left: 5px;
margin-right: 5px;
border: 1px solid white;
}

.col{
	margin-bottom: 8px;
	border: 1px solid white;
}

.stamp{
float:right;
}

a{
	color: white;
}

a:hover{
	color: #ffd200;
}

table{
	margin: 5px;
	font-size: 11px;
}

table{
	border: 1px;
}

td{
	padding: 5px;
	border: 0px;
}

hr{
	color: white;
	height: 2px;
}

li{
	margin-left: 25px;
}

img{
border: 0px
}


/*  --------------------------------------
------------------------------------------
	Form CSS
------------------------------------------
--------------------------------------  */

form{
	margin-left: 5px;
}

 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

input
{
border: 1px solid white;
background-color: black;
color: #ff8400;
margin-bottom: 5px;
padding: 2px;
}

.submit input
{
color: #000;
background: #ffd200;
border: 2px outset #d7b9c9;
padding: 0px;
font-weight: bold;
}

fieldset
{
border: 1px solid #ffd200;
width: 25em
}

legend
{
color: #fff;
border: 1px solid #ffd200;
padding: 2px 6px;
margin-left: 5px;
margin-bottom: 5px;
}


/*  --------------------------------------
------------------------------------------
	NAVIGATION
------------------------------------------
--------------------------------------  */
#navlist
{
padding: 5px 0;
margin-left: 0;
font: bold 14px Verdana, sans-serif;
height: 20px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid white;
background: black;
text-decoration: none;
}

#navlist li a:link {
color: white; 
}

#navlist li a:visited { color: white }

#navlist li a:hover
{
color: white;
background: #ff8400;
border-color: black;
}