/********************** General Classes *********************/


body {
 	 font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
 	 font-size: 68.75%;
 	 background-color: #111111;
 	 color: #000000;
 	 margin: 0px;
 	 padding: 10px 0px 10px 0px;
 	 text-align: center;
}

li.currentpage{
	text-decoration: none;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;}
	
h1 {	
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color:#005092;
	font-weight:normal;
	font-size: 190%;
	}

h2 {	
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
	font-size: 110%;
	margin-bottom: -0.8em;
	}
	
p.emphasise {
	font-weight: bold;
	font-size:110%;
	color:#005092;}
	
p.contacttitle{
  	 color:#ffffff;
  	 font-size: 160%;
	}	
	
p.contactdetail{
  	 color:#5cb4f8;
  	 font-size: 200%;
	}	
	
a:link, a:visited {
	text-decoration: underline;
	color: #005092;
		}
		
		
a:hover {
	text-decoration: underline;
	color: #ff6600;
		}
		
a:active {
	text-decoration: underline;
	color: #005092;
		}
		
#contact a:link, #navigationupper a:visited {
	text-decoration: none;
	color: #5cb4f8;
		}
		
		
#contact a:hover {
	text-decoration: none;
	color: #ff6600;
		}
		
#contact a:active {
	text-decoration: none;
	color: #5cb4f8;
		}
		
		
ul.textlist	{
	list-style-type:disc;
	padding-left:15px;
	margin-left:0px;
	}	
	
li {
	padding-bottom: 8px;}
	
li.last {padding-bottom:0px;
	margin-bottom: -1em;}
	
span.firstchar {
	font-size:200%;
	}

/********************** Classes *********************/


/********************** Main IDs *********************/

#wrapper {
  	position: relative;
 	 text-align: left;
 	 width: 760px;
 	 margin-right: auto;
 	 margin-left: auto;
 	 background-color:#ffffff;
 	 background-image: url(images/navigationbackground2.jpg);
 	 background-repeat:no-repeat;
	}

#header {
	background-image: url(images/bestpath-background2.gif);
	background-repeat:no-repeat;
	height:75px;
   	position:relative;
   	border-bottom: 5px solid #ffffff;
	}
	
#header h1 {
	position: absolute;
	bottom: 7px;
	right: 20px;
	}

#content {
	float:right;
   	width: 540px;
	padding: 0px 10px 10px 0px;
	}
	
#contact {width:210px;
	 padding:120px 140px 100px 180px;
  	 background-image: url(images/contact2.jpg);
 	 background-repeat:no-repeat;
	}
	
	
#mainimage {
	width:530px;
}
	
#contentinner{
	width: 500px;
	padding: 10px 20px 0px 20px;}
	
#process {
	float:right;
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 0px;
	}
			
#addressstrip {
	clear:both;
	padding-top:5px;
	}

#keylines {
	color:#005092;
	}
	
#keylines p{
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
#address {
	float:left;
	width: 170px;
	padding: 0px 3px 20px 32px;
	font-size: 9px;
	color: #666666;
	}

#signoff {
	float:right;
	width: 510px;
	padding: 0px 20px 20px 0px;
	}
	
#footer {
	clear:both;
	text-align: right;
	padding: 10px 30px 15px 32px;
	font-size: 75%;
    	color: #666666;
    	background-color:#ffffff;
    	}
    	

/********************** Navigation IDs *********************/

#navigation {
	width: 180px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
	float:left;
	top:0px;
	left:0px;
		}

#navigationupper {
	width: 160px;
	padding-top: 0px;
	top:0px;
	left:10px;
	}

#navigationupper ul{
	list-style:none;
	padding-left:12px;
	margin-left:0px;
	}
	
#navigationupper li{
	padding-bottom: 8px;
		}

		
#navigationupper a:link, #navigationupper a:visited {
	text-decoration: none;
	color: #5cb4f8;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;
		}
		
		
#navigationupper a:hover {
	text-decoration: none;
	color: #ff6600;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;
		}
		
#navigationupper a:active {
	text-decoration: none;
	color: #5cb4f8;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;
		}
		
#navigationlower {
	width: 160px;
	border-top: 1px solid #ffffff;
	padding-top: 25px;
	position: relative;
	top:0px;
	left:0px;
	}

#navigationlower ul{
	list-style:none;
	padding-left:12px;
	margin-left:0px;

	}
	
#navigationlower li{
	padding-bottom: 8px;
		}

		
#navigationlower a:link, #navigationlower a:visited {
	text-decoration: none;
	color: #5cb4f8;
	display:block;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;
		}
		
		
#navigationlower a:hover {
	text-decoration: none;
	color: #ff6600;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;
		}

#navigationlower a:active{
	text-decoration: none;
	color: #5cb4f8;
	display:block;
	text-transform:uppercase;
	font-size: 10px;
	font-family: arial;
		}