﻿/* Clear all default settings */

div, span, a, img, p, object, embed, ul, ol, li, h1, h2, h3, h4, h5, form
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: left;
}

/* Special BR to make floats correct size */

br.floatStop {      
	height: 0px;
	line-height: 0.1%; 
	font-size: 0.1%; 
	clear: both; 
}

form
{
    
}

body
{
	
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Sans-Serif;
	text-align:center;
	/*font-size:0.8em;*/
}
body {
font-size: 100%; /* For IE*/
}

body #formWrapper
{
    float:none;
    margin: 0 auto;
  width: 780px;
}

html>body {
font-size: 16px; /* IE can’t read this*/
}

H1 {font-size:1.75em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:0.9em}  /* displayed at 12px */
p {font-size:0.7em}  /* displayed at 11px */

/* CSS Float Fixes */

p a, p span 
{
	float: none;
	clear: none;
	display: inline;
}

a span 
{
	cursor: hand;
}

br.floatStop
{      
	height: 0px;
	line-height: 0.1%; 
	font-size: 0.1%; 
	clear: both; 
}

/* Special CSS Style Classes */

.cssDNR, p.pnActive, p.snActive 
{
	text-indent: -9000px;	
}
#OuterContainer
{
    float:left;
}

#container
{
	width:780px;
	margin:0 0 0 0;
	text-align:left;
	float:left;
	padding:0 0 0 0;
}

#container div
{
    float:left;
}

#header
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color:Yellow;
}

#header h1
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	background: url(../images/common/header_bg.jpg) no-repeat left top;	
	height:115px;
	width:780px;
	text-indent:-1000px;
}

#PrimaryNavigation
{
    width:780px;
    background-color:#807A71;
    padding:0 0 0 0;
    margin:0 0 0 0;
    border-bottom:solid 6px #fff;
    float:left;
}

#PrimaryNavigation ul
{
    padding:0 0 0 0;
    margin:0 0 0 0;
    list-style:none;
}

#PrimaryNavigation ul li
{
    clear:none;
     padding:0 0 0 0;
    margin:0 0 0 0;
}

#PrimaryNavigation ul li p
{
    padding:0 0 0 0;
    margin:0 0 0 0;
}

#PrimaryNavigation ul li p a
{
	height:31px;
	overflow: hidden;
	float: left;
	cursor: hand;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-right:solid 1px #D5D3D0;
}

#PrimaryNavigation ul #home p a
{
	width: 78px;
	background: #807A71 url("../images/common/menu/home.gif") no-repeat left top;	
}

#PrimaryNavigation ul #home p a:hover, #PrimaryNavigation ul #home p.pnActive a
{
	background-position: -78px top;		
}
    
#PrimaryNavigation ul #about p a
{
	width: 122px;
	background: #807A71 url("../images/common/menu/about.gif") no-repeat left top;	
}

#PrimaryNavigation ul #about p a:hover, #PrimaryNavigation ul #about p.pnActive a
{
	background-position: -122px top;		
}

#PrimaryNavigation ul #current_devs p a
{
	width: 184px;
	background: #807A71 url("../images/common/menu/current_developments.gif") no-repeat left top;	
}

#PrimaryNavigation ul #current_devs p a:hover, #PrimaryNavigation ul #current_devs p.pnActive a
{
	background-position: -184px top;		
}

#PrimaryNavigation ul #track_record p a
{
	width: 123px;
	background: #807A71 url("../images/common/menu/track_record.gif") no-repeat left top;	
}

#PrimaryNavigation ul #track_record p a:hover, #PrimaryNavigation ul #track_record p.pnActive a
{
	background-position: -123px top;		
}

#PrimaryNavigation ul #news p a
{
	width: 73px;
	background: #807A71 url("../images/common/menu/news.gif") no-repeat left top;	
}

#PrimaryNavigation ul #news p a:hover, #PrimaryNavigation ul #news p.pnActive a
{
	background-position: -73px top;		
}

#PrimaryNavigation ul #contact p a
{
	width: 93px;
	background: #807A71 url("../images/common/menu/contact.gif") no-repeat left top;	
}

#PrimaryNavigation ul #contact p a:hover, #PrimaryNavigation ul #contact p.pnActive a
{
	background-position: -93px top;		
}

#footerContainer
{
    
	background-color: #807A71;
	width: 780px;
}

#footerContainer p
{
	margin: 0 0 0 0;
}

#footerContainer #copyright
{
	width: auto;
	float: right;
	padding: 8px 15px 8px 0px;
	text-align:left;
}

#footerContainer #copyrightleft
{
	float: none;
	padding: 8px 0 8px 15px;
}

div.exception, div.information
{
    border:solid 1px #E42325;
    padding:8px 8px 8px 28px;
    margin:8px 0 8px 0;
    background: #FDE3E4 url(../images/icons/cross.png) no-repeat 8px 8px;
}

div.information
{
    border:solid 1px #33559F;
    background: #D3E0F0 url(../images/icons/information.png) no-repeat 8px 8px;
}

div.exception span, div.information span, div.information a
{
    padding:0 0 0 0;
    margin:0 0 0 0;
    font-size:0.8em;
    color:#E42325;
    font-weight:bold;
}

div.information span, div.information a
{
    color:#33559F;
}
#printwinner
{
    display:none;
}
    
    