body {
	margin: 0 0 0 5px;
	padding: 0;
	background: #0d3b66 url(images/bkgrnd03.jpg) repeat-x left top;
	text-align: justify;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-size: 13px;
	color: #666666;
}

p, ul, li {
	line-height: 175%;
	}
	
td {
	line-height: 150%;
	}
	
td h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #095aa5;
	}

td a {
	color: #0d3b66;
	}
	
h1, h2 {
	font-weight: normal;
	color: #095aa5;
	line-height: 100%;
	text-align: left;
}
	
h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
	}
	
li {
	text-align: left;
	}
	

/*********************/
/* LAYOUT */
/*********************/

#Wrapper {
	width: 900px;
}

#dashed {
	border-bottom: 1px dashed #666666;
	margin-bottom: 25px;
	}

#dashed2 {
	border-bottom: 1px dashed #666666;
	margin-bottom: 25px;
	margin-top: 15px;
	}


img.figure {
	float: left;
	margin-left; 0px;
	margin-right: 20px;
	padding: 0px;
	border: 3px solid #0d3b66;
	}
	

img.reg {
	float: left;
	margin-left; 0px;
	margin-right: 20px;
	padding: 0px;
	}
	
hr {
	margin: 10px 0 20px 0;
	color: #0d3b66;
	}
	
	
#team {
	padding-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 50px;
	border-top: 1px dashed #666666;
	}
	
#team p {
	margin-bottom: 20px;
	}
	
	
#team a {
	color: #095aa5;
	}
	
#testimonials {
	padding-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 50px;
	border-bottom: 1px dashed #666666;
	}

#downloads li {
	margin-bottom: 10px
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #0d3b66;
}
	
.leftSmall {
	float: left;
	width: 200px;
}


.leftSmall h2 {
	line-height: 150%;
	margin-bottom: 0;
}

.leftSmall p {
	margin-top: 0;
}


	
.rightLarge {
	float: right;
	width: 420px;
}
 

#banner {
	height: 116px;
	width: 900px;
	margin-top: 4px;
	}
	
#main {
	float: left;
	border-right: 1px dashed #ffffff;
	border-left: 1px dashed #ffffff;
	width: 690px;	
	background: #ffffff; 
	}
	
* html #main {
	display: inline;
	}
	
#content {
	margin: 10px 30px 20px 30px;
	}
	
#content p.about {
	margin: 5px 10px 20px 20px;
	}
	
#content p.service {
	margin: 5px 40px 20px 20px;
	}
	
	
#sidebar {
	float: left;
	text-align: right;
	width: 187px;
	margin-right: 10px;
	margin-top: 10px;
	}
	
* html #sidebar {
	display: inline;
	}
	
/*******************************************************************************************
Navigation Bar Start
*******************************************************************************************/

#nav, #nav ul { /* all lists */
	position:relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 187px;
	font-size: 12px;
	z-index: 1001;
}
	
#nav li { /* all list items */
	position : relative;
	text-align: right;
	float : left;
	line-height : 1.25em;
	margin: 5px 0;
	padding: 0;
	width : 187px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 187px;
	margin-top : -1.5em;
	/* background: white; */
	text-align: left;
	background: url(images/bg_subpointer.gif) no-repeat;
}

#nav li li {
	margin: 0;
}

*html #nav li ul { /* IE MARGIN FIX */
	margin-left : 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

/* FIRST LEVEL LINKS  */
#nav li a {
	width : 187px;
	display : block;
	border : 0px;
	background-image: none;
	margin: 0px 0;
	padding: 0;
	color : white;
}

#nav li a#current {
	color: #d0e43c;
}

#nav li a#current_last {
	color: #d0e43c;
	margin-bottom: 132px;
}

#nav li a#bottom {
	margin-bottom: 132px;
}

#nav li a:hover {
	color: #d0e43c;
}

/* SECOND LEVEL LINKS  */
#nav li li a {
	width : 175px;
	display : block;
	border : 0px;
	background-image: none;
	background-color: white;
	margin: 0 0 0 10px;
	padding: 5px 0px 0px 10px;
	color: #095aa5;
	text-align: left;
	border-right: 12px solid #6A9913;
}

#nav li li a.lastsub {
	 padding-bottom:8px; 
	 border-bottom: 1px solid #6A9913;
}

#nav li li a:hover {
	color: #6A9913;  
}

*html #nav li li a {
	width: 195px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}	

a.first {
	padding-top:10px;
}

a.last {
	padding-bottom:10px;
}

/*******************************************************************************************
Navigation Bar End
*******************************************************************************************/



/*******************************************************************************************
Footer Start
*******************************************************************************************/

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 60px;
	text-align: center;
	font-size: 10px;
	border-top: 1px dashed #666666;
	clear: both;
}

	
* html #footer {
	display: inline;
	}

#footer a {
	text-decoration: none;
	border: none;
	}
	
#footer a:hover {
	color: #afc3d6;
	}

/*******************************************************************************************
Footer End
*******************************************************************************************/

/*******************************************************************************************
Legal Start
*******************************************************************************************/

#legal {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 80px;
	margin-right: 20px;
	text-align: right;
	font-size: 10px;
	color: #666666;
	clear: both;
}

	
* html #legal {
	display: inline;
	}

#legal a {
	text-decoration: none;
	border: none;
	color: #666666;
	}
	
#legal a:hover {
	color: #afc3d6;
	}

/*******************************************************************************************
Legal End
*******************************************************************************************/