body {
	margin:0 auto;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {

}
.highslide:hover img {

}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#page-wrapper {
	width:813px;
	margin:0 auto;
}

#header {
	width:813px;
	height:123px;
	background:url(../images/header.jpg);
}

#under-header {
	height:26px;
	background:url(../images/under_header.jpg);
}

.phone-num {
	padding:3px 15px 0 0;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}

#main-content-wrapper {	
	width:783px;
	background:#012e62;
	float:left;
	padding:15px;
}

#home-content-top {
	width:568px;
	height:249px;
	background:url(../images/home_content_top.jpg);
}

#home-content-top-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:250px;
	padding:60px 0 0 15px;
}


#content-right {
	width:568px;
	float:right;
	padding:15px;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.insidelist {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;	
	margin-left: 2px;
	padding-left: 0;
	list-style: none;
}

.insidelist li {
	padding-left: 10px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}


#home-bottom-bg {
	width:257px;
	background:url(../images/home_bottom_bg.jpg) no-repeat top left;
}

#nav-wrapper {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	float:left;
	width:175px;
}

#nav-wrapper a{
	color:white;
}


#nav-wrapper ul{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:white;
	margin:0;
	padding:0;
	border:white solid 1px;
}

#nav-wrapper ul li{
	list-style:none;
	padding:3px 10px;
	border-bottom:white solid 1px;
}

#nav-wrapper ul li a{
	font-weight:bold;
	color:white;
	text-decoration:none;
}

#above-footer {
	width:813px;
	float:left;
	height:18px;
/*	background:url(../images/above_footer.jpg);*/
	background:#F9CA00;
}

#footer-left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	padding:15px;
	background:#012e62;
	color:white;
	width:512px;
}

#footer-left a{
	color:white;
	text-decoration:none;
}


#footer-right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	padding:15px;
	background:#012e62;
	color:white;
	text-align:right;
}

.heading {
	font-size:14px;
	color:#012e62;
}


