/* CSS Document */


BODY{
	background-color : #ffffff;
}


A:link {color : #524191}

A:visited {color : #999999}

A:active {color : #999999}

.home{ 
	font-family:"arial";
	font-size:10px;
	line-height:10px;
	color:#666666;
	float: right;
	text-transform:uppercase;
	}


.menu{ 
	font-family:"georgia";
	font-size:10px;
	color:#666666;
	line-height:19px;
	padding:5px 5px 5px 6px;
	border-top: 1px solid #999999;
	text-decoration: none;
	}

.h1{ 
	font-family:"georgia";
	font-size:18px;
	color:#524191;
	line-height:19px;
	padding:5px 5px 5px 15px;
	letter-spacing : -1px;
	}
	
.h2{ 
	font-family:"georgia";
	font-size:18px;
	color:#524191;
	line-height:19px;
	padding:5px 5px 5px 0px;
	letter-spacing : -1px;
	}
	
.s1{ 
	font-family:"georgia";
	font-size:12px;
	color:#524191;
	line-height:13px;
	padding:10px 5px 5px 15px;
	letter-spacing : -.01em;
	font-weight: bold;
	border-bottom: 1px dotted;
	}
	
	
.s1form{ 
	font-family:"georgia";
	font-size:14px;
	color:#524191;
	margin-left: 0px;
	line-height:13px;
	letter-spacing : -.01em;
	font-weight: bold;
		}
	
.s1formfirst{ 
	font-family:"georgia";
	font-size:12px;
	color:#524191;
	margin-left: 0px;
	line-height:13px;
	padding:15px;
	letter-spacing : -.01em;
	font-weight: bold;
	border-bottom: 1px dotted;
	}
	

.box {
	width:150px;
	float:right;
	margin-left:3px;
	background-color:#fffde3;
	padding:6px;
	font-family:"trebuchet ms";
	font-size:11px;
	line-height:14px;
	color:#666666;
	border-left:1px dotted #666666;
	border-bottom:3px solid #eee;
	}
	
	.homebox {
	width:160px;
	float:right;
	margin-left:10px;
	background-color:#fffde3;
	padding:10px;
	font-family:"trebuchet ms";
	font-size:11px;
	text-transform:uppercase;
	line-height:12px;
	color:#524191;
	border-left:1px dotted #666666;
	border-bottom:1px dotted #666666;
	opacity: 0.80;
	}
	
.bodytext{ 
	font-family:"georgia";
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding:0px 5px 5px 15px;
	}
.btlesslead { 
	font-family:"georgia";
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding:0px 5px 0px 15px;
	margin-top: 6px;
	margin-bottom: 10px;
	}
	
	.calendar{ 
	font-family:"georgia";
	font-size:12px;
	color:#666666;
	line-height:18px;
	padding:0px 5px 5px 14px;
	}
	
.formcat {
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-left: 0px;
	}

	#navlist {
width: 137px;
background-color:#0033FF
}

	#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
border-right:1px solid #666666;
font-family: "trebuchet ms";
text-transform:uppercase;
color:#524191;
font-size: 10px;
}

	#navlist li {
margin: 0;
}

	#navlist a {
display: block;
padding: 8px 4px 4px 6px;
border: none;
background-color: #f2f3f3;
}

#navlist a:link, #navlist a:visited {
color: #666666;
text-decoration: none;
}


#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active, #navlist a:hover, #navlist a:active {
background-color: #f2f3f3;
font-weight: bold;
color: #524191;
}


	#navlist2 {
width: 137px;
}

	#navlist2 ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
border-right:1px solid #666666;
border-bottom:1px dotted #666666;
font-family: "trebuchet ms";
text-transform:uppercase;
color:#524191;
font-size: 10px;
}

	#navlist2 li {
margin: 0;
}

	#navlist2 a {
display: block;
padding: 8px 4px 4px 6px;
border: none;
background-color: #fffde3;
}

#navlist2 a:link, #navlist2 a:visited {
color: #666666;
text-decoration: none;
}


#uberlink2 a:link, #uberlink2 a:visited, #uberlink2 a:hover, #uberlink2 a:active, #navlist2 a:hover, #navlist2 a:active {
background-color: #fffde3;
font-weight: bold;
color: #524191;
}



.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: 0;
}
.highslide img {
	border: 1px #FFFFFF;
	padding: 0;
}
.highslide:hover img {
	border: 1px #FFFFFF;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    font-family: "verdana";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
    text-decoration: none;
	padding: 0px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 0px solid white;
	border-bottom: 0px solid white;
    background-color: black;
    
    padding-left: 0px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 0px 0px 0px 0px;
    color: #999999;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}