@charset "utf-8";
/* CSS Document */

/*
Blue blends...
E1DFF4
1B3850
295C7F
487695
E1DFF4

Bright blue text/hr:29ABE2
Bright orange:f3be17

*/


*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	margin:0px 0px 40px 0px;
}

h1{
	color:#f3be17;
	font-size:28px;
	text-align:left;
	letter-spacing:-1px;
}

h2, h2 a{
	color:#ffffff;
	font-size:18px;
	text-align:left;
	letter-spacing:-1px;
}

h2 a{
	color:#ffffff;
}

h2 a:hover{
	color:#f3be17;
}


h2 span{
	color:#f3be17;
	font-size:150%;
}

h3{
	color:#ffffff;
	font-size:16px;
	text-align:left;
}

h3 span{
	color:#ffffff;
	font-size:16px;
	text-align:left;
}

p{
	font-size: 13px;
	color:#ffffff;
	margin:2px 0px 5px 0px;
	line-height:20px;
}

.hr{
	color:#29ABE2;
	height:1px;
	background-color:#29ABE2;
	margin:25px 0px;
	padding:0px;
	overflow:hidden;
}

a img{
	border:none;
}

a{
	color:#f3be17;
	font-weight:bold;
	text-decoration:none;
}
a:link{
}
a:visited{
}
a:hover{
	color:#ffffff;
}
a:active{
}

a.button{
	background-color:#1e3546;
	border:1px solid #f3be17;
	padding:3px;
	color:#f3be17;
	font-size:14px;
	font-weight:bold;
}

.button{
	background-color:#1e3546;
	border:1px solid #f3be17;
	padding:3px;
	color:#f3be17;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

a:link.button{
}

a:visited.button{
}

a:hover.button{
	color:#ffffff;
}

a:active.button{
}

#container
{
	width:980px;
	margin:20px auto;
	background-color:#295C7F;
}

#header
{
	background-image:url(images/topBg.jpg);
	background-repeat:repeat-x;
}
#logo
{
	float:left;
	width:960px;
	height:85px;
	padding:10px;
	background-image:url(images/overlay.png);
	background-repeat:no-repeat;
}

#content
{
	background-image:url(images/bottomBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px 40px 10px 40px;
	background-color:#295C7F;
}

body#content
{
	background-image:none;
/*	background-position:bottom;
	background-repeat:repeat-x;*/
	padding:0px 40px 40px 40px;
}

.trio{
	float:left;
	width:30%;
	margin:0px 35px 10px 0px;
/*	border:solid 1px #ffffff;*/
	text-align:center;
}

#footer
{
	background-color:#1e3546;
	padding:10px;
	margin:0px 0px 20px 0px;
}

#footer p { color:#29ABE2; }
.darkHead
{
	background-color:#1e3546;
	padding:15px;
	text-align:right;
}

#underNav{
	text-align:center;
}

#underNav ul{
}

#underNav li{
	display:inline;
	font-size:13px;
}
#underNav a{
	color:#29ABE2;
}
#underNav a:link{
}
#underNav a:visited{
}
#underNav a:hover{
	color:#ffffff;
}
#underNav a:active{
}


#phone{
	position:fixed;
	bottom:-100px;
	left:-100px;
}


ul{
}

li{
	margin-left:15px;
	color:#ffffff;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #FFFFFF;
}
.highslide:hover img {
	border: 2px solid #f3be17;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-caption p{
	color:#000000;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	display:none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	display:none;
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


