*
 {	font-family: Arial;
	font-size: 1em;
	text-align: left;
 }

body
 {	font-size: 80%;
	margin:0px;
	color: #000066;
 }

img
 {	border:0px;
 }

/********** DIVS ***********/

#container
 {	width:782px;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	height:100%;
	min-height: 200px;
	display: table;
 }

#navigation
 {	width:20%;
	float:left;
	text-align: center;
 }

#content
 {	float:right;
	width:78%;
	padding:5px;
	height:100%;
 }

/********** HEADINGS ***********/

#content #heading h1, #content #heading h2
 {	text-align: right;
	font-size: 130%;
	padding-right:10px;
 }

#content #heading h1 a
 {	color:#000066;
 }

#content #heading h1 a:hover
 {	color:#800000;
	text-decoration: none;
 }

#content #heading h2
 {	font-style: italic;
 }

#content h2
 {	color: #800000;
	font-size: 120%;
 }

#content h3
 {	padding:10px 0px;
	margin:0px;
	color: #800000;
	font-size: 110%;
 }


/********** LISTS ***********/


#navigation ul 
 {	list-style-type: none;
	margin:10px 0px 0px 0px;
	padding:0px;
 }

#navigation ul li
 {	border-color: black;
	border-width: 1px 2px;
	border-style: solid;
 }

#navigation ul li#last
 {	border-color: black;
	border-width: 1px 2px 2px 2px;
	border-style: solid;
 }

#navigation ul li#first
 {	border-color: black;
	border-width: 2px 2px 1px 2px;
	border-style: solid;
 }

#navigation ul li a
 {	display: block;
	padding:5px;
	color: #993333;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
 }

#navigation ul li a:hover
 {	background-color: #FAE6DD;
	color:#000;
 }


#Transport
 {	width:135px;
	height:60px;
	margin:0px;
	background-image: url(../images/box3.gif);
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	padding: 15px 0px 0px 15px;
	color:#000;
	list-style-image: url(../images/bullet.gif);
 }

#Transport li
 {	margin-left:15px;
 }




/*
#content .nodisplay
 {	background-image: url(../images/LI_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f7d2c4;
	padding:0px;
	margin:4px;
	list-style-type: none;
 }
 
#content .TestList
 {	background-image: url(../images/LI_bottom.gif);
	background-repeat: no-repeat;
	width:178px;
	padding-left:15px;
	background-position: bottom left;
	list-style-type: none;
 }

#content .TestList li 
 {	margin-left:0px;
	padding:5px 0px 0px 16px;
	background: url(../images/bullet.gif) no-repeat 0 0.7em;
	color:#000;
 }

#content .TestList li.LastLi
 {	padding-bottom:7px;
 }

#content .TestList li.FirstLi
 {	margin-top:5px;
 }

/********** TEXT & LINKS ***********/

#navigation p
 {	text-align: center;
	font-size:70%;
 }

#navigation p a
 {	text-decoration: none;
	color: #000066;
 }

#navigation p a:hover
 {	color: #000;
 }

#content p
 {	margin: 10px 0px;
 }

#content a
 {	color: #800000;
	font-weight: bold;
	text-decoration: none;
 }

#content a:hover
 {	color: #000;
	text-decoration: underline;
 }

#content .QuoteNumber
 {	color:#FFF;
	background-image: url(../images/QuoteBox.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	padding:10px;
 }

#content .QuoteNumber a 
 {	color:#FFF;
 }

#content .QuoteNumber a:hover
 {	color:#FFF;
 }

/********** TABLES ***********/

#content .AboutUs, #Newsletter
 {	width:75%;
	margin:auto;
 }

#content .AboutUs tr td 
 {	text-align: justify;
	padding:7px 0px;
 }

#content .CommercialTable, .PersonalTable
 {	width:85%;
	margin:auto;
	padding:0px;
	border: 1px solid black;
 }

#content .CommercialTable tr td, .PersonalTable tr td
 {	padding:5px;
	text-align: center;
	border:1px solid black;
	height:32px;
 }

#content table tr td
 {	vertical-align: top;
 }


/*********** TEST PAGE ***********/


.TestList
 {	background-image: url(../images/LI_bottom.gif);
	background-repeat: no-repeat;
	width:177px;
	padding-left:10px;
	background-position: bottom left;
	list-style-type: none;
	background-color: #f7d2c4;
	margin:0px;
 }

.TestList li 
 {	margin-left:0px;
	padding:5px 10px 0px 16px;
	background: url(../images/bullet.gif) no-repeat 0 0.7em;
	color:#000;
 }

li.FirstLi
 {	background-image: url(../images/LI_top3.gif);
	background-repeat: no-repeat;
	background-position: top right;
 }

li.LastLi
 {	padding-bottom:5px;
 }

.ThreeColumn
 {	width:100%;
 }

.ThreeColumn tr td
 {	width:30%;
	padding:0px 10px
 }

.TestList#OurServices
 {	float:left;
	margin: 0px 10px 0px 5px;
 }

