 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #fff;
	font: bold 82%/1.5em Arial;
	color: #111; 
	text-align: center;		
}


html {
     overflow: -moz-scrollbars-vertical;
}


/* links */
a, a:visited {	
	color: #26368a;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #555;
	background: inherit;
	text-decoration: none;
}

a.unique {
border-bottom: 2px solid #26368a;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 165%;
	text-transform: uppercase;
	color: #fff;
}
h3 {
	font-size: 135%;	
}

h1, h2, h3, p {
	padding: 0px 0 15px 0;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: #fff;
   	border: 0px solid #DCDCDC;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
#cta {
	margin: 10px 0;
 	padding: 5px;  
    background: #26368a;
	border: 1px solid #E0DBC9;
	color: #fff;
	text-align: center;
	width: 215px;
	line-height: 24px;
}
#ctainside {
 	padding: 5px;  
    background: #26368a;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	width: 203px;
}


.cta2 {
	background: #eee;
	padding: 5px; margin: 40px 0px 0 0px;	
	font-size: 115%;	
	border: 1px solid #E0DBC9;
	margin-top: 30px;
	color: #26368a;
}

.ctaline {
	padding: 10px; 
	border: 1px solid #eee; 
	margin-top: 5px; 
	font-size: 16px;
	color: #99aec1;
}

.greybox {
  border: 0;
  height: 5px;
  background: #26368a;
  margin: 8px 0;
}



/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
	font-weight: bold;
	color: #;
	font-size: 18px;
	font-family: Arial Narrow;
}

table.hours {
	border-collapse: collapse;
	margin: 10px;	
	font-size: 110%;
	color: #fff;
	background: transparent;
}

td.first,th.first {
	border-left: 0px;
	margin: 5px 0 0 0;
	width: 100px;
	height: 30px;
	padding: 2px 0 0 0;
}

tr.app {
	height: 40px;
}

tr.testimonials {
	border-bottom: 1px solid #eee;
}

td.source {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}

td.text {
	padding: 10px;
	color: #a1a1a1;
	font-size: 16px;
}

/* end - table */

/* form elements */
form {
	margin:0px; padding: 0 0px;
	background: none;
	border: 0px solid #E0DBC9; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 0.80em Arial Narrow;
	color:#26368a;
	background: #ebeaea;
	width: 160px;
	letter-spacing: 0.5px;
}
textarea {
	width:220px;
	padding:2px;
	font: normal 0.80em Arial Narrow;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#26368a;
	background: #ebeaea;	
	letter-spacing: 0.5px;
}
input[type="button"],input[type="submit"] { 
	font: bolder 11px Arial; 
	margin: 4px 0px 0 0;
	color: #525151;
	background: #FFF url(images/submitBg.gif) no-repeat;
	border: none;
	text-align: center;
	float: right;
	width: 150px; height: 25px;
	padding-top: 0px;
}

select {
border: 1px solid #ccc;
padding: 2px;
color: #666;
width: 80px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 900px;	
	padding: 0; 	
	border-bottom: 2px solid #FFF;
	background: #fff;	
	display: inline;
	margin: 15px 0 0 0;
}
#header {
	width: 900px;
	position: relative;
	height: 73px;
	background: #FFF url(images/headerbg.jpg) repeat-x;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 27px Arial, Sans-serif;
	letter-spacing: 0px;
	color: #444;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 20px;	
}
#header h1#logo-text span {
	color: #444;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 16px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #444;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 58px; left: 25px;		
}

/* header text */
#header #topright {
	position: absolute;
	top: 10px; right: 10px;	
	color: #888;
	font: normal 11px Arial Narrow;
	text-transform: uppercase;		
	text-align: right;
}


.number {font-size:24px; color: #26368a; padding-top: 5px;}
.location {color: #26368a; padding-top: 2px;}


/* Banner */
#banner {
		margin:0 auto;
		width:620px;
	}
	
#bannerimage {
	float:left;
	width:380px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #000;
	height: 250px;
	margin: 0 0 20px 0;
}

#headline {
	float:right;
	width:238px; height: 250px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #444;	
	margin: 0 0 20px 0;
}

#headline p {
	padding: 10px 10px 5px 20px;
	font: bold 24px/22px Arial Narrow;
	color: #111; 
	line-height: 28px;
	text-transform: uppercase;
 }

#headline p.source {
 	color: #26368a; 
	padding: 0 10px 0px 22px;
	font: bold 20px/19px Arial Narrow;
	letter-spacing: -1.0px;
	line-height: 23px;
}


/* Navigation */
#nav {
	position: relative;
	clear: both;	
	padding: 0;		
	width: 900px;
	margin: 0 auto;	
	height: 52px;
}

#nav ul {
	position: absolute;
	list-style: none;
	text-transform: uppercase;
	padding: 0;	margin: 0;	
	right: 0; bottom: 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;		
}
#nav ul li a {
	width: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0 18px; 
	color: #888;
	font: bold 14px/25px Arial Narrow;
	text-transform: none;
	text-decoration: none;		
	text-align: center;
	background: url(images/navBg.gif) no-repeat;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/navBg.gif) no-repeat;
	color: #26368a;
}
#nav ul li#current a {	
	background: none;
	color: #888;	
	border-bottom: 2px solid #26368a;
	background: url(images/navBg.gif) no-repeat;
}

#nav ul li#unique a,
#nav ul li#unique a:hover,
#nav ul li#unique a:active
 {	
	background: none;	
}


/* Main Column */
#main {
	float: right;
	width: 69%;
	padding: 0; margin: 0 10px 100px 0;
	display: inline;	
}

#main p {
	margin-top: 0px;
}
	
#main h1 {
	margin-top: 10px;
	font: bold 1.7em Arial Narrow;
	color: #001F65; 
	letter-spacing: -0.5px;
	padding: 5px 0 5px 0px; 		
	text-transform: uppercase;
	font-weight: bolder;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

.grey {
font: bolder 1.3em Arial Narrow; 
color: #444; 
letter-spacing: -0.3px;
border-bottom: 1px solid #ccc;
text-align: left;
margin: 5px 0 10px 0; padding: 2px;
text-transform: uppercase;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 230px;
	padding: 0px; 
	margin: 0 0 0 15px;		
	display: inline; 
	border-right: 0px solid #ddd;
	border-top: 8px solid #26368a;
}	
#sidebar h1 {
	margin-top: 30px;
	padding: 0px 3px; 
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #26368a;
	text-align: right; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 4px 50px 0; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #eee;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 0px 0 0px 0px;
	margin: 0 2px;		
	text-align: right;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #111;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #26368a;	
}

#sidebar ul.sidemenu li#current a {
	color: #26368a;
}


/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 900px;
	padding: 5px 0 0 0;
	text-align: center;	
	border-top: 1px dashed #ccc;	
}

#footer-bottom  a {
	color: #777;
	font-size: 85%;
}

#footer-bottom a:hover {
	color: #26368a;
	text-decoration: none;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }





.jsvalidation{
display:block; 
font-size: 13px; 
margin-left: 0px; 
color: orange; 
background:transparent; 
text-align: right; 
font-weight: bold;
margin-bottom: 10px;
}

