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

* {
  margin: 0;
  padding: 0;
}



h1 {
	font-size:20px;
	line-height:35px;
	font-weight:300;
	font-style:normal;
	color:#4b0505;
}

h2 {
	font-size:18px;
	line-height:25px;
	font-weight:300;
	font-style:normal;
	color:#4b0505;
}

h3 {
	color:#4b0505;
	font-weight:bold;
}

img{
	border:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

#wrapper {
	width: 935px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#navStrip {
	float: left;
	width: 280px;
}
#content {
	float: right;
	width: 630px;
}
#footer {
	/*clear: both;*/
	width: 280px;
	height: 40px;
	text-align:center;
	/*text-indent:20px;*/
	font-size:0.8em;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#000000;
}

#docFinder {
	background:url(images/docFinderBG.jpg) no-repeat;
	width:280px;
	height:280px;
}

#docFinder td {
	text-align:center;
}

#docFinderResults {
	/*background-color:#33FF00;*/

	height:170px;
	overflow:hidden;
}

.footer:link, .footer:visited, .footer:hover, .footer:active {
	text-decoration:none;
	color:#333333;
}

.findOutMore {
	padding-bottom:10px;
}
.findOutMore:link, .findOutMore:visited {
	display:block;
	border-top:#CCCCCC 2px solid;
	/*background-color:#CCCCCC;*/
	text-decoration:none;
	color:#666666;
}

.findOutMore:hover, .findOutMore:active {
	background-color:#CCCCCC;
	text-decoration:none;
}
.highslide:link, .highslide:visited {
	text-decoration:none;
	color:#4b0505;
}

.highslide:hover, .highslide:active {
	color:#666666;
}
#nav {
	color:#4b0505;
	list-style-type:none;
	text-align:center;
}

#contacts {
	width:212px;
	font-size:10px;
	line-height:12px;
}

#picStrip {
/*	background-color:red;*/
	height:150px;
	width:500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;		
}

#slidingPanlels {
	
}

ul#nav a:link, ul#nav a:visited {
	display:block;
	line-height:25px;
	text-decoration:none;
	font-size:14px;
	color:#4b0505;
	background-image:url(images/navDots.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

ul#nav li.last a:link, ul#nav li.last a:visited{	
	background-image:none;
	padding-bottom:20px;	
}

ul#nav a:hover, ul#nav a:active {
	color:#860c0c;
}

#homeContent {
	width:630px;
	height:250px;
}

ul.regularList {
	/*padding-left:5px;*/
	padding:5px 0px 5px 25px;
	list-style-type: square;
	list-style-position: outside;
	color:#4b0505;
}

ol.regularList {
	/*padding-left:5px;*/
	padding:5px 0px 5px 25px;
	margin-bottom:20px;
	list-style-type:decimal;
	list-style-position: outside;
	color:#4b0505;
}

dl {
	/*padding-left:5px;*/
	/*padding:5px 0px 5px 25px;*/
	list-style-type: square;
	list-style-position: outside;
	color:#4b0505;
}

dt {
	font-style:italic;
	font-weight:bold;
}

dd {
	padding-left:5px;
}

.floatRight {
	float:right;
	padding:0px 0px 20px 20px;
}
.inline {
	display:inline;
}





/********Highslide CSS**********/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.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: 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 {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    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;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}
/********End Highslide CSS**********/

.highslide-container {
	z-index:10003 !important;
}
.highslide-credits {
	display:none !important; 
}
.highslide-caption {
	color:#333 !important; 
}
