body 
{
    background: #666666;
    font: normal 90% Arial, Tahoma, Verdana, sans-serif;
		color: #000000;
}

h1 {
  color: #bb0000;
	padding: 0;
	font-size: 180%;
	margin: 5px 0;
	}	

h2 {
  color: #bb0000;
	padding:0;
	font-size:150%;
	margin: 12px 0 0 0;
	border-top: 1px dashed #FF9999;
	border-bottom: 1px dashed #FFEEEE;
}

h3 {
  color: #bb0000;
	padding:0;
	font-size:120%;
	margin: 12px 0 3px 0;
}

p.p2 {	
	margin-top:5px;
	margin-bottom: 0px;
	text-align: justify;
	}

p.submenu {
  margin-top:2px;
  }

p.disclaimer {
  font-size:80%;
	margin: 0px;
}
span.submenu {
	border:1px dashed #CCC;
	padding: 2px 5px 5px 5px;
	}

ul {
	margin-top:0;
}
	
a {
  color: #990000;
	}

a:hover {
  color: #ffffff;
	background: #990000;
	}

a.nohover:hover {
  background: #FFFFFF;
}

a.MemberMenuLink 
{
    background-color: #990000; 
}

a.MemberMenuLink:hover 
{
    background-color: Black;
}	
acronym
{
  border-bottom: 1px dotted;
	text-decoration: none;
}
	
td
{
 		vertical-align: top;
}	

span.SuperS
{
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

#tblLogin 
{
    border-collapse: collapse; 
	border-style: solid; 
	border-width: 1px;
	border-color: #777777;
	padding: 25px;
}

#divLogin {
	float: right;
	position: relative;
	left: -17px;
	top: 57px;
	}
	
#thin-content {
  text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 440px;
	background: #FFFFFF;
	}

#wide-content {
  text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 690px;
	}
	
/* Darryns Hack*/
#title
{
    width:750px; 
    background:#666666 url('/images/title.jpg') no-repeat; 
    height: 122px;
    text-align: left;
    margin: auto;
}
#title .menu
{
    position: relative;
    top: 103px;
    left: 17px;
    font: normal 90% Arial;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
    margin-right: 34px;
}
#title .menu a
{
    padding: 1px 7px 2px 7px;
    border-right: 1px solid #333;
    color: White;
    text-decoration: none;
}

/* Adrian's Addition to Darryn's hack */
#headershadow {
    background:#FFFFFF url('/images/Shadow.gif') no-repeat; 
		margin: auto;
		font-size:4px;
		height:8px;
		width:750px; 
		}
/* ------------------- */
		
#content
{
    width: 750px;
    margin: auto;
    background: #FFFFFF url('/images/content-background.gif') repeat-y;
    padding-top: 3px;
}

/* Stupid firefox hack :-) */
#content:after
{
    clear: both;
    display: block;
    content: ' ';
}
/* ------------------- */

#content .thin-content
{
    padding: 0 25px 25px 25px;
    width: 400px;
    float: left;
}

#content .wide-content
{
    padding: 0 25px 25px 25px;
    width: 690px;
}

#content .right-content
{
		width: 240px;
    float: left;
}

#footer
{
    width: 750px;
    margin: auto;
    background: #666666 url('/images/footer-background.gif') no-repeat;
    text-align: center;
    padding-top: 15px;
    font-size: 70%;
}

#ContactDetails
{
		border-collapse: collapse;
		border-style: none;
}

#ContactDetails .LineLeft
{
 		border-left: 1px solid #999999;
}

#VehicleList
{
		border-collapse: collapse;
		border-style: none;
    margin-left: 20px;
}

#VehicleList td
{
 		padding-left:20px;
		padding-right: 20px;
}

#EvidenceInclusions
{
		border-collapse: collapse;
}

#EvidenceInclusions td
{
 		padding: 3px 10px;
		border: 1px solid #999999;
}

#Pricing
{
 		border-collapse: collapse;
		margin-left: 2px;
		margin-top: 8px;
}

#Pricing td
{
    border:1px solid #999999;
		padding: 3px 8px;
}

#Pricing td.tdHead
{
  	font-weight:bold;
		text-align: center;
}

#Pricing td.Col1
{
  	text-align: center;
}

#Pricing td.Col2
{
  	text-align:right;
}

/*-- Login Box Styles --*/
table.CssLoginBox
{
	border: 1px solid black;
	padding: 0!important;
	margin: 0;
	width: 100%;
}

table.CssLoginBox td table
{
	width: 100%;
}

table.CssLoginBox td.CssLoginBoxTitle
{
	padding: 2px;
	background-color: #990000;
	color: White;
	font-weight: bold!important;
	text-align: left;
}

table.CssLoginBox td.CssLoginBoxLabel
{
	text-align: left;
	width: 35%;
}

table.CssLoginBox input.CssLoginBoxTextBox
{
	width: 92%;
}

#content a.linkDownloadPackage
{
	border: 1px solid black!important;
	background-color: #660000;
	color: White;
	padding: 0 2px 0 2px;
	text-decoration: none;
}
#content a.linkDownloadPackage:hover
{
	background-color: #CC0000;
}