
* { padding: 0; margin: 0; }

body {
 font-family: Tahoma;
 font-size: 10pt;
 background-color:#333333;
}
#wrapper { 
 margin: 0 auto;
 width: 727px;
 background-color:#01507D;
 }
#header {
 color: #000;
 width: 705px;
 float: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
 border: 1px solid #fff;

 margin: 10px 0px 5px 0px;
 background: #ffffff;
}




#navigation {
 float: left;
 width: 705px;
 color: #000;
 padding: 10px;
 border: 1px solid #258BC9;
 margin: 0px 0px 5px 0px;
 background: #258BC9;
}
#leftcolumn { 
 color: #000;
 border: 1px solid #01507D;
 background: #01507D;
 margin: 0px 5px 5px 0px;
 padding: 10px;

 width: 130px;
 float: left;
}
#content { 
 float: left;
 color: #000;
 border: 1px solid #DEF1FB;
 background: #DEF1FB;
 margin: 0px 5px 5px 0px;
 padding: 10px;

 width: 390px;
 display: inline;
}
#rightcolumn { 
 color: #ffffff;
 border: 1px solid #01507D;
 background: #01507D;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 130px;
 float: left;
 font-size:7pt;
}
#footer { 
 width: 705px;
 clear: both;
 color: #333;
 border: 1px solid #ffffff;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 7pt;
}

/* Footer Navigation Begins */
#footer a:link, #footer a:visited{
color: #31b5da;
text-decoration:none;
}

#footer a:hover{
color: #666666;
border-bottom: dotted 1px #31b5da;
}
/* Footer Navigation ends */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	
	font-weight: bold;
}

h2, h4, h5, h6 {
	font-family: arial;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12pt;
}
h2 {
	font-size: 15pt;
	border-bottom: 1px #333333 dotted;
}
h3{ 
letter-spacing: 2px;
	
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #01507D;
}

/* Regular UL Lists  */
.offsiteBullets ul {
margin-left: 45px;
padding-top: 10px;
list-style:inside;
}


.offsiteBullets ul li ul {
margin-left: 45px;
padding-top: 0px;
list-style:inside;
}


.offsiteBullets li {
padding-left: 0px;
list-style:url(assets/images/bullets.gif);
color:#333333;
font-size: 8pt;
list-style:inside;
}


.offsiteBullets ul li ul li {
font-size: 7pt;

list-style:inside;
}
/* Regular UL Lists  */

.border-top {
	border-top: 5px solid #60B7DE;
}

.border-bottom{
border-bottom: 1px #333333 dotted;

}
.learnMore {
text-align:left;
font-size:7pt;

}

a {
	font-weight: bold;
color: #31b5da;
text-decoration:none;
font-size:10pt;
border-bottom: dotted 1px #01507D;
}
a:hover {
color: #666666;
border-bottom: dotted 1px #31b5da;
}

table a {
	font-weight: bold;
color: #31b5da;
text-decoration:none;
font-size:10pt;
}
table a:hover {
color: #666666;
border-bottom: dotted 1px #31b5da;
}

/* Left Side Navigation Begins */
.navlist
{
padding: 1px;
margin-left: 0;
font: 9pt tahoma;
width: 120px;
color: gray; }

.navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #31B5DA dotted;
text-align: left;
}

.navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
border-left: 1px #ffffff solid;
}

.navlist li a:link { color: #ffffff; }
.navlist li a:visited { color: #999; }

.navlist li a:hover
{
font-weight:bold;
color: #000000;
background-color: #DEF1FB;
border-left: 1px #60B7DE solid;
}
/* Left Side Navigation Ends */


.highlightText{
color: #31B5DA;
font-weight:bold;
letter-spacing:2pt;
font-size: 7pt;}

.highlightText2{
color: #ffffff;
font-weight:bold;
letter-spacing:2pt;
font-size: 8pt;}

.highlightText3{
color: #31B5DA;
font-weight:bold;
font-size: 8pt;}


/* To highlight page title in left side navigation */
body#home a#navHome1,
body#about a#navAbout1,
body#services a#navServices1,
body#staff a#navStaff1,
body#testimonials a#navTestimonials1,
body#contact a#navContact1, 
body#privacy a#navPrivacy
{
font-weight:bold;
color: #000000;
background-color: #F7FBFC;
border-left: 1px #60B7DE solid;
}
