/* IE & FF Fix */
* {margin:0; padding:0;}

html, body {
	margin:10px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:#dcdcdc;
}

a:link {
	color:#666666; text-decoration:none;
}

a:visited {
	color:#666666; text-decoration:none;
}

a:hover {
	color:#FFF; background:#666; text-decoration:none;
}

a:active {
	color:#666666; text-decoration:none;
}

.orangeTxt {color:#ff9933}
.greenTxt {color:#99cc66}
	
p {
	margin:0; 
	padding:1.0em 0 0; 
	line-height:145%;
}

h2 {
	font-size:18px;
	background:url(images/general/arrowTtl.gif) no-repeat left center;
	padding-left:20px;
}

#page-container {
	width:797px;
	margin:auto;
	background-image:url(images/general/main-bg.jpg);
}

#header {
	height:245px;
}

#columA {
	float:left;
	width:252px;
	padding:5px 10px 5px 31px;
}

#columA ul {
	padding:10px;
	margin:10px 0 0 0;
	padding-left:20px;
	list-style:none;
	border:1px dotted #CCC;
	width:205px;
}

#columA li {
	padding:2px;
}

#columB {
	float:left;
	width:410px;
	padding:5px 55px 5px 30px;
	background-image:url(images/general/sidename.jpg);
	background-repeat:no-repeat;
	background-position:97% 50%;
}

#columB img {
	float:right;
	padding-left:10px;
}

#columB ul {
	padding:10px;
	padding-left:25px;
	list-style:square;
}

#columB li {
	padding:2px;
}

#columB #galleryImgs img {float:left; padding:8px;}

#footer {
	clear:both;
	height:101px;
	background-image:url(images/general/footer.jpg);
	background-repeat:no-repeat;
}

#footerLogos {
	height:64px;
	background:url(images/general/footer-logos.jpg) center no-repeat #dcdcdc;
	padding:5px;
}

#lowerNav {
	float:left;
	margin-top:45px;
	margin-left:30px;
}

#lowerNav li{
	border-left:1px solid #999; list-style:none; display:inline; padding:0 4px 0 7px;
}

#lowerNav li.first{
	border-left:none; list-style:none; display:inline; padding:0 4px 0 7px;
}

#ourLink {
	margin-top:45px;
	margin-right:30px;
	float:right;
}

/* AJAX Gallery */

.highslide {

	cursor: url(gallery/graphics/zoomin.cur), pointer;

    outline: none;

}

.highslide img {



}

.highslide:hover img {



}



.highslide-image {



}

.highslide-image-blur {

}

.highslide-caption {

    display: none;

    



    border-top: none;

    font-family: Verdana, Helvetica;

    font-size: 10pt;

    padding: 5px;

    background-color: white;

}

.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-move {

    cursor: move;

}



.highslide-overlay {

	display: none;

}

/* Controlbar example */

.controlbar {	

	margin-left: 60px;

	background: url(gallery/graphics/controlbar2.gif);

	width: 210px;

	height: 32px;

}

.controlbar a {	

	display: block;

	float: left;

	margin: 0 0 0 5px;

	height: 30px;

	width: 42px;

}



/* Necessary for functionality */

.highslide-display-block {

    display: block;

}

.highslide-display-none {

    display: none;

}

