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

html, body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:16pt;
	margin:0;
	height: 100%
}

#wrapper 
{
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -4em; 
} 

#logo {
text-align:center;
margin-top:57px;
}
#nav {
text-align:center;
margin-top:46px;
}

#page 
{
	width:800px;
	padding:0 0 0 0;
	background-color:#FFFFFF;
}
#top 
{
	height:100px;
	background-image:url(../images/topbg.gif);
	background-repeat:no-repeat;
	margin-bottom:-10px;
	}

#flash 
{
	margin-left:0;
	position:relative;
	z-index:4;
}
/*#flcontent  --- moved to page headers ---
{
	text-align:center;
	margin-top:20px;
}*/
#bar 
{
	width:800px;
	height:11px;
	background-image:url(../images/bar.gif);
	background-repeat:repeat-y;
}
#lower {
	background-image:url(../images/rightcolumnbottom.jpg);
	background-position:210px bottom;
	background-repeat:no-repeat;
}
#leftcol 
{
	width:208px;
	margin-top:0px;
	float:left;
}
#rightcol {
	margin-left:2px;
	float:right;
	width:520px;
	padding-bottom:50px;
	padding-right:0px;
}
#contact {
	float:right;
	width:400px;
}
.contactform {
	font-size:11px;

}
	
.inset {
	padding-left:25px;
	padding-top:25px;
	padding-right:25px;
}
.clearer {
	clear:both;
}
.white {
	color:#fff;
}
.small {
	font-size:10px;
}
.italic {
	font-style:italic;
}
.plain {
	text-decoration:none;
}
.noborder {
	border:none;
}
.center {
	text-align:center;
}
.compress {
	margin:0;
	padding:0;
}
.bold {
	font-weight:bold;
}

#rightcol h1 { 
	font-size:16pt;
	font-weight:normal;
	color:#0f3348; /* dark teal */
	margin-top:25px;
	margin-right: 10px;
	border-bottom:2px solid #c07d2d; /* orange */
}

#rightcol h2 {
	font-size:9pt;
	font-weight:bold;
	color:#868686;
	margin:0;
	padding:0;
	padding-left:16pt;
}

#rightcol h3 {
	font-size:11pt;
	font-weight:bold;
	color:#1a2642; /* navy blue */
	margin:1em;
	padding:0;
	padding-left:4pt;
}

#rightcol h4 {
	font-size:13px;
	font-weight:bold;
	color:#1a2642; /* navy blue */
	border-bottom:1px solid #C6E040;
}

#leftcol h5 { /* used in the left column at the bottom for the address */
	font-size:13px;
	line-height:16px;
	color:#c6e040; /* lime green */
}

#rightcol p, #rightcol th, #rightcol td {
	padding:0;
	padding-right:0px;
	margin:2px 0px 20px 0px;
}
#rightcol ul {
	margin:1em 1em 1em 0;
	list-style-position:outside;
	padding-left:20px;
}
#rightcol ul li {
	font-size:10pt;
	line-height:14pt;
	color:#0f3348; /* dark teal */
}

#rightcol a:link, #rightcol a:visited {
	color:#3e4a5f; /* dark blue */
	font-weight:bold;
}
#rightcol a:hover , #rightcol a:active {
	color:#1b5b7f; /* dark teal */
}
/* BUTTONS */
#leftcol a {
	color:#ffffff;
	display:block;
	font-size:11px;
	padding:0 0;
	text-align:center;
	text-decoration:none;
	width:70px;
}
li.orange, .orange span.date, a.orange {
	background:#A46B29 none repeat scroll 0 0;
}
#leftcol ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#leftcol ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
#leftcol li {
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	float:left;
	margin-left:0px;
}

/* FOOTER */

/*.footer, .push { --- moved to page headers ---
    height: 7.5em; 
} */

#bottom {
	height:13px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#3e4a5f;
}
#footer 
{
	height:20px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:11.5px;
	font-weight:normal;
	text-align:center;
	letter-spacing: 0.3px;
	line-height: 12px;
}

/*#footer p {
	margin:0;
	padding:0;;
}*/

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
	border-bottom:1px dotted #c6e040; /* lime green */
	color:#fff;
}

/* High Slide CSS */
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #417374;
}
.highslide:hover img {
	border: 2px solid #729998;
}
.highslide-wrapper {
	background: #b0cacb;
}
.highslide-image {
	border: 10px solid #729998;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
    border: 5px solid #729998;
    border-top: none;
    padding: 5px;
    background-color: #7c1e03;
}
.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(../images/highslide/loader.white.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: black;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../images/highslide/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;
}
