@charset "UTF-8";
/* CSS Document */

BODY {
margin: 0;
padding: 0;
height: 100%;
background-image: url('../images/bg.gif');
background-position: center;
background-repeat: repeat-y;
}

img {
border-style: none;
}

#container{
background-color: #ffffff;
}

#header{
width: 980px;
height: 205px;
margin: auto;
background-image: url("../images/header-full.jpg");
background-repeat: no-repeat;
}

#headerNav{
float: right;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#nav{
position: relative;
top: 145px;
right: 30px;
font-family: "Comic Sans MS";
}

/* -------------------- Green Button ---------------------*/
#nav a.green {
	background: transparent url('../images/green-right.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.green span {
    background: transparent url('../images/green-left.jpg') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

#nav a.green:hover {
    background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}

#nav a.green:hover span {
    background-position: bottom left;
    color: #00264b;
	/*padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav a.green:active {
	background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}


#nav a.green:active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav #green a.green-active {
	background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}


#nav #green a.green-active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav a.green-active {
	background: transparent url('../images/green-right.jpg') no-repeat scroll bottom right;
	color: #00264b;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.green-active span {
    background: transparent url('../images/green-left.jpg') no-repeat bottom left;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 


/* -------------------- Orange Button ---------------------*/
#nav a.orange {
	background: transparent url('../images/orange-right.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.orange span {
    background: transparent url('../images/orange-left.jpg') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

#nav a.orange:hover {
    background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}

#nav a.orange:hover span {
    background-position: bottom left;
    color: #00264b;
	/*padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav a.orange:active {
	background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}


#nav a.orange:active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
} 

#nav a.orange-active {
	background: transparent url('../images/orange-right.jpg') no-repeat scroll bottom right;
	color: #00264b;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.orange-active span {
    background: transparent url('../images/orange-left.jpg') no-repeat bottom left;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

/* -------------------- Maroon Button ---------------------*/
#nav a.maroon {
	background: transparent url('../images/maroon-right.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.maroon span {
    background: transparent url('../images/maroon-left.jpg') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

#nav a.maroon:hover {
    background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}

#nav a.maroon:hover span {
    background-position: bottom left;
    color: #00264b;
	/*padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav a.maroon:active {
	background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}


#nav a.maroon:active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
} 

#nav a.maroon-active {
	background: transparent url('../images/maroon-right.jpg') no-repeat scroll bottom right;
	color: #00264b;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.maroon-active span {
    background: transparent url('../images/maroon-left.jpg') no-repeat bottom left;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

/* -------------------- Blue Button ---------------------*/
#nav a.blue {
	background: transparent url('../images/blue-right.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.blue span {
    background: transparent url('../images/blue-left.jpg') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

#nav a.blue:hover {
    background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}

#nav a.blue:hover span {
    background-position: bottom left;
    color: #00264b;
	/*padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav a.blue:active {
	background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}


#nav a.blue:active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
} 

#nav a.blue-active {
	background: transparent url('../images/blue-right.jpg') no-repeat scroll bottom right;
	color: #00264b;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.blue-active span {
    background: transparent url('../images/blue-left.jpg') no-repeat bottom left;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

/* -------------------- Purple Button ---------------------*/
#nav a.purple {
	background: transparent url('../images/purple-right.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.purple span {
    background: transparent url('../images/purple-left.jpg') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

#nav a.purple:hover {
    background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}

#nav a.purple:hover span {
    background-position: bottom left;
    color: #00264b;
	/*padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav a.purple:active {
	background-position: bottom right;
    color: #00264b;
    outline: none; /* hide dotted outline in Firefox */
}


#nav a.purple:active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
} 

#nav a.purple-active {
	background: transparent url('../images/purple-right.jpg') no-repeat scroll bottom right;
	color: #00264b;
	display: block;
	float: right;
	font: normal 14px "Comic Sans MS", sans-serif;
	height: 30px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav a.purple-active span {
    background: transparent url('../images/purple-left.jpg') no-repeat bottom left;
    display: block;
    line-height: 30px;
    padding: 0px 0 0px 21px;
} 

/* ------------------ End Nav Buttons ----------------*/



#pageContent{
width: 960px;
margin: auto;
min-height: 400px;
height: auto !important;
height: 400px;
font-family:Arial, Helvetica, sans-serif;
color: #00264b;
padding-top: 20px;
padding-bottom: 40px;
}

#flashContent{
text-align: center;
width: 980px;
margin: auto;
min-height: 450px;
height: auto !important;
height: 450px;
font-family:Arial, Helvetica, sans-serif;
color: #00264b;
padding-top: 10px;
padding-bottom: 20px;
}

#footer{
width: 984px;
height: 40px;
margin: auto;
text-align: center;
background-image: url('../images/footerBg.jpg');
background-repeat: no-repeat;
background-position: center;
background-color: #ffffff;
/*border-left: 1px outset #fff;*/
}

#footerContent{
font-family:Arial, Helvetica, sans-serif;
color: #ffffff;
padding-top: 10px;
}

#serviceNav {
float: left;
width: 380px;
border-right: 1px dotted #00264b;
}

.servicesList {
list-style: none;
font: normal 14px "Comic Sans MS", sans-serif;
line-height: 30px;
/*width: 380px;*/
}

.servicesList a {
color: #4c6781;
text-decoration: none;
padding-bottom: 10px;
}

.servicesList a:hover {
color: #fc7216;
text-decoration: none;
}

.activeService a {
color: #fc7216;
text-decoration: none;
}

#serviceRight {
float: right;
width: 540px;
padding-top: 20px;
padding-left: 20px;
font-size: 14px;
/*border-left: 1px dotted #00264b;*/
margin-bottom: 40px;
}

.serviceRight-L {
float: left;
width: 260px;
}

.serviceRight-R {
float: right;
width: 260px;
}

.service-h1 {
font: normal 18px "Comic Sans MS", sans-serif;
color: #fc7216;
line-height: 30px;
}

#serviceRight a.service {
font: normal 14px "Comic Sans MS", sans-serif;
color: #fc7216;
line-height: 30px;
text-decoration: none;
}

.about-h1 {
font: normal 18px "Comic Sans MS", sans-serif;
color: #7b1447;
line-height: 30px;
}

.contact-h1 {
font: normal 18px "Comic Sans MS", sans-serif;
color: #0080ff;
line-height: 30px;
}

.links-h1 {
font: normal 18px "Comic Sans MS", sans-serif;
color: #8000ff;
line-height: 30px;
}

.links-h1 a {
font: normal 18px "Comic Sans MS", sans-serif;
color: #8000ff;
line-height: 30px;
}

.links a {
font: normal 14px "Comic Sans MS", sans-serif;
color: #8000ff;
line-height: 30px;
}

#aboutLeft {
width: 450px;
float: left;
}

#aboutRight {
width: 450px;
float: right;
}

#contactLeft {
width: 520px;
float: left;
border-right: 1px dotted #00264b;
}

#contactRight {
width: 350px;
float: right;
}

#linksLeft {
width: 520px;
float: left;
/*border-right: 1px dotted #00264b;*/
}

#linksRight {
width: 350px;
float: right;
}

body#service1 a#service1nav,
body#service2 a#service2nav,
body#service3 a#service3nav,
body#service4 a#service4nav,
body#service5 a#service5nav,
body#service6 a#service6nav,
body#service7 a#service7nav,
body#service8 a#service8nav,
body#service9 a#service9nav,
body#service10 a#service10nav,
body#service11 a#service11nav {
color: #fc7216;
}

.small{
font-size:10px;
color: #3a6185;
}

.small a{
text-decoration:none;
color: #3a6185;
}

.small a:hover{
color: #ffffff;
}