body
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:90%;
	background:#550504 url(../images/bg-maroon-antique.gif);
	color:#333;
	text-align:center;
	padding:0;
	margin:0;
}
h1 {
	font-size:160%;
	font-weight:normal;
	color:#550504;

}
h2 {
	font-size:140%;
	font-weight:bold;
	color:#550504;
}
h3 {
	font-size:120%;
	font-weight:bold;
	color:#550504;
	margin-top:20px;
	padding-top:15px;
	border-top:1px dashed #333;
}

h1, h2, h3 {
	margin:10px 0;
}
p {
	color:#333333;
	margin:15px 0;
}
a {
	text-decoration:underline;
	color:#550504;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
	margin:0;
}
ul {
	list-style-type:square;
	color:#333;	
}

#ribbon {
	margin:10px 0;
}
#doc {
	background:#fff;
	width:970px;
	margin:20px auto;
	padding:0;
}

#hd {
/*	background:#fff url(../images/marquee.jpg) no-repeat;
*/	height:200px;
	text-align:left;
	margin:0;
	padding:0 0 0 0;
}
#logo {
	height:200px;
	width:245px;
}

/*=main navigation
------------------------------------------------*/
#menu {
	list-style-type:none;
	background:#EFC839 url(../images/topgradient.jpg) repeat-x;
	height:35px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	float:left;
}
#menu li a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#550504;
	display:block;
	padding:10px 15px;
}
#menu li a:hover,#menu li a.act {
	text-decoration:none;
	color:#efc839;
	background:#700000 url(../images/actmenugrad.jpg) repeat-x;
}
/*=drop down styling
-----------------------------------------------*/

/*#menu li ul {
	position: absolute;
	float:none;
	list-style:none;
	top: 35;
	padding-left:0;
	margin-left:0;
	display: none;
	background:#990000;
	}
#menu li ul li {
	display:block;
	float:none;
}

#menu li ul li a:hover {
	background:#660000;
}
	
#menu li:hover ul,#menu li.over ul { 
	display: block; 
}*/

#bd {
	line-height:125%;
	padding:10px 0 0 0;
	margin:0;

}
#rtbdimg {
	float:right;
	margin:0 0 0 20px;
}
#ltcolumn,#rtcolumn {
	float:left;
}
#ltcolumn {
	width:620px;
	text-align:left;
	padding:20px 30px;
}
#ltcolumn ul {
	padding:5px 0px 5px 40px;
}
#ltcolumn ul li {
	margin:5px 0;
}

/*=about page lists
-----------------------------------------------*/

.materials {
	width:160px;
	float:left;
}

.left {
	float:left;
	margin:0 10px 5px 0;
}

.right {
	float:right;
	margin:0 0 5px 10px;
}

#rtcolumn {
	width:290px;
	text-align:left;
}
.logos {
	width:270px;
	padding-top:20px;
}
.logos img {
	margin:5px 10px 5px 0;
	float:left;
}
.rttop {
	background:#EFC839 url(../images/gradient.jpg) 0 0 repeat-x;
	width:260px;
	margin:20px 0 0 0;
	padding:3px 0 0 10px;
	min-height:23px;
}
.rttop h2 {
	font-size:90%;
	font-weight:normal;
	color:#550504;
	margin:0;
}
.rtcnt {
	background:#E5E5E5;
	font-size:85%;
	text-align:left;
	color:#000000;
	width:250px;
	padding:10px;
	margin:0 0 20px 0;
}
.rtcnt:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.rtcnt a {
	color:#550504;
	padding:0;
	text-decoration:none;
	border-bottom:1px dotted #550504;
}
.rtcnt a:hover {
	text-decoration:none;
	/*background:#6373C6;*/
	border-bottom:none;
}
.rtcnt ul {
	margin:0 0 0 15px;
	padding:0;
}
.rtcnt p {
	margin:5px 0 10px 0;
}


.clear {
		 clear:both;
} 
/*Special Paragraphs for headers on index page
---------------------------------*/
.special {
	text-align:center;
	font-weight:bold;
	padding:10px 5px;
	color:#fff;
	background:#016db5; /*blue*/
	/*background:#00a13A; green*/
}
/*Image Gallery in a ul tag
---------------------------------*/

.image-gallery {
	margin:0;
	padding:0;

}
.image-gallery img {
	float:left;
	list-style-type:none;
	margin:10px 5px 10px 0;
}

/*Photo Gallery
---------------------------------*/
dl.gallery {
	margin:15px 0;
	padding:15px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
dl.gallery:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;

}
dl.gallery dt {
	margin:0 0 15px 0;
	font-size: 120%;
	color:#990000;
}
dl.gallery dt img {
	float:left;
	margin:0 15px 0 0 ;
	/*padding:0 4px 4px 0;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;*/
	padding-right:10px;
}
dl.gallery dd {
	margin-left:30px;
	font-size:90%;
	line-height:1.5em;
	color:#333;
	}
/*End of Gallery */	

/*Contact Form*/
form {
	border:dotted thin #ccc;
	width:90%;
	padding:5px;
}
form h2{
	margin-top:0;
}

form fieldset p {
	line-height:180%;
}
form fieldset p label {
	width:200px;
	float:left;
}
form fieldset p.excludes label {
	width:100px;
	float:left;
}

#first{
	display:none;
}
/*End of Contact Form*/

#copy {
	background:#C0A062;
	min-height:21px;
	padding:5px 10px 5px 0;
	clear:both;
}
#copy span {
	float:right;
	color:#550504;
	font-size:11px;
}
#copy a {
	color:#550504;
	text-decoration:underline;
}
#copy a:hover {
	text-decoration:none;
}
#ftmenu {
	font-size:80%;
	text-align:center;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0 0 0 10px;
}
#ftmenu li {
	display:inline;
	margin:0 10px;
}
#ftmenu li a {
	text-decoration:underline;
	color:#550504;
}
#ftmenu li a:hover,#ftmenu li a.act {
	text-decoration:none;
}

/*Browser Trickery*/

* html dl.gallery {height:1%;/*IE5 & 6*/}
*:first-child+html dl.gallery {min-height:1px;} /*IE7*/