/*************** WRAPS BODY ***************/
html, body {
	text-align : center;
	min-width : 990px;
	margin-top: 0px;
	/*-ms-behavior: url(csshover3.htc);*/
	height:auto;
	/* overflow:inherit; */ 
	/* background-color:#EFF4DE; */ 
}

#wrapper {
	position:relative;
	width: 990px;
	min-height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}

#wrap {
	position: relative;
	text-align: left;
	width: 990px;
	height:auto;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

.top {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:10px;
	background-color:#B4B4B4;
}

/* END */

/*************** HEADER AND MENU ***************/

#head {
	position:relative;
	left:0px;
	text-align:center;
	background-color:#fff;
	height:196px;
}

#head a {
	position:relative;
	color:#000000;
}

#head .bottom {
	position:absolute;
	width:100%;
	top:105px;
	left:0px;
	height:27px;
	background-color:#C49A9F;
}

#head img {
	position:relative;
	top:22px;
}
#logo {
	position:absolute;
	width:100%;
	top:20px;
	left:0px;
z-index:1;
	
}

#navcontainer ul
{
	display: inline; 
	position: absolute;
	list-style:none;
	left:0px;
	margin-top:175px;
	margin-left:0px;
	width:990px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;	
	z-index:2;
	text-align:center;
}

#navcontainer ul li 
{ 
width:524px;	
float:left;
}
#navcontainer ul li.linew 
{
width:233px;
float:left;
}

#head ul {
	position:relative;
	left:0px;
	margin-top:20px;
	margin-left:0px;
	width:990px;
	list-style:none;
	display:inline;
	border-top:1px solid;
	border-bottom:1px solid;
	padding-top:20px;
	padding-bottom:18px;
	padding-left:0px;
	padding-right:0px;	
	font-family:Arial;
	font-size:16px;
	color:#fff;
	font-weight:bold;

}

#head ul li {
	width:110px;
	padding-bottom:5px;
	padding-top:5px;
	border-left:1px #CCCCCC dotted;
	float:left;
	margin-left:10px;
}

#head ul li.first {
	margin-left:18px;
	padding-left:0px !important;
}

#head ul li.last {

	right:18px;
	border-right:1px #CCCCCC dotted;
}

#head ul li.active {
	background-color:#D0D0D0;
}

#head ul li.active a {
	color:black;	
}
/* END */



/**************** HOMEPAGE CONTENT *****************************/
#row1 {
	position:relative;
	width:990px;
	height:300px;	
}

#row1 div.col {
	position:relative;
	float:left;
	height:300px;

}

#row1 div.first {

}

#row1 div.last {
	background:#D0D0D0;
	padding:30px;
	height:240px;
	width:596px;
left:10px;
}

span.homeheading {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

p.homecontent {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	white-space:nowrap;
	line-height:1.0em !important;
	height:240px;
	overflow:visible;
}

#row2 {
	position:relative;
	top:10px;
	height:240px;
	width:990px;
}

#row2 div.col {
	position:relative;
	float:left;
	height:228px;
	width:322px;
	margin-left:12px;
	background-color:#E8E8E8;
}

#row2 div.first {
	margin-left:0px;
}

#row2 div.col ul {
	position:relative;
	top:-5px;
	left:-17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
}

#row2 div.col ul li {
	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:13px;
}

div.fronttitle {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:0px;
	background-color:#B4B4B4;
	color:#fff;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	font-family:arial;
}

div.fronttitle a {
	color:#fff;	
}

#homeabout {
	position:relative;
	height:230px;
	width:600px;
	overflow:hidden;
}
/* END */





/************** SUB PAGE CONTENT ***************/
#left {
	position:relative;
	float:left;
	width:490px;
	height:540px;
}
#leftWide {
	position:relative;
	float:left;
	width:980px;
	height:540px;
}
#right {
	float:left;
	position:relative;
	padding:20px;
	margin-left:10px;
	width:450px;
	height:500px;
	background-color:#fff;
	overflow-y:auto;
}

#artmenu {
	position:relative;
	float:left;
	padding-top:30px;
	padding-left:30px;
	width:250px;
	height:510px;
	background-color:#B4B4B4;
}

a.artmenu {
	text-decoration:none;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFF;
	padding-top:8px;
}

a.artmenu:hover {
	text-decoration:underline;
}

#article {
	float:left;
	position:relative;
	padding:20px;
	margin-left:10px;
	width:590px;
	height:500px;
	background-color:#fff;
	overflow-y:auto;
}

td.subhead {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

td.text {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}


span.pageheading {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

p.pagecontent {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
p.pagecontentindex {
	padding:5px;
	margin-left:15px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1.1em !important;
	margin-right:10px;
	margin-bottom:-20px;

}

.logotext
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}


p.faq {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

span.question {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;

}

span.answer {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

.form {
	color:#000;
}
/* END */





/*************** FOOTER ***************/
#foot {
	position:relative;
	margin-top:10px;
	padding-top:7px;
	border-top:1px solid #F1E7E8;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#foot a {
	color:#000000;	
}

#foot img {
	border:none;	
}

#foot ul {
	list-style:none;
	display:inline;
}

#foot ul li {
	float:left;
	padding-left:20px;	
}

#foot ul li.first {
	padding-left:0px !important;
}
#foot ul li.last2 {
	padding-right:0px !important;
	float:right;
}
#foot ul li.last {
	padding-left:0px;
	
}
/* END */





/********************* GALLERY *****************************/
#gallery {
	background-color:#fff;
	width: 990px;
	height: 540px;
	overflow-y:auto;
}

ul.gallery { padding-left:0px; padding-top:0px; list-style: none; }
ul.gallery li { display: inline; padding:3px; }
ul.gallery img { border:none; }
ul.gallery a:hover img { color: #000; }
ul.gallery a:hover { color: #000; }

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 400px;
	background-color: #000;
}
	
	
.thumbnail {
	padding: 7px;
	border: 1px solid #318D6E;
	float: left;
	margin-right: 3px;
	margin-bottom: 15px;
}

	
/* END */




/*************** GENERIC CLASSES ***************/
.clearer {
	clear:both;
}

#middle {
	position:relative;
	clear:both;
	height:auto;
}

.linktitle
{
color:#05509A;
}

.vlarge {
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
line-height:20px;
}

.large2 {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:5px;
}

.large {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:5px;
}
.link {
	color:#000000;
	text-decoration:none;	
}

.link:hover {
	text-decoration:underline;	
}

.title {
	margin-top:25px;
	padding-left:25px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.thimage {
	float:right;
	padding-top:15px;
	
}

#login {
	
	margin-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
/* END */