/* COLORS

cornflower blue: #006990 (replaced w/yellow)
dark blue: 004660
yellow: e6e037
lilac: #b593b2
lighter lilac: #cdb5cb
ochre: #C60
dk purple: 544a60
purple: 5e5467

END COLORS */


/* begin universal */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #5e5467;
	padding: 0;
}

#pattern {
	background: url("../site-gfx/lavbgptn.gif");
	margin: 0;
	height: 100%;
	width:100%;
}

#wrapper {
	background: white;
	width: 700px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 75px 0 75px;
	top: 38px;
	position: relative;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
	min-height: 550px;
}

.left {
	position:relative;
	left: -75px;
	float: left;
	top: -28px;
}

#masthead {
	position:relative;
	height: 50px;
	text-align: left;
	font-size: 24px;
	left: -75px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #544a60;
	top: 11px;
	width: 820px;
	
}

 #nameFloat {
	position: relative;
	left: -128px;
	top: 8px;
	float: left;
}
/* end numbers */

/* nav */

#nav {
	background: #e6e037;
	 position: relative;
	 margin: 40px auto 20px;
	padding: 10px;
	height: 22px;
	z-index: 1;
	width: 830px;
	left: -75px !important;
	left: 0;
}

/*
#nav {
	background: #e6e037;
	 position: relative;
	 margin: 40px 0 20px 0;
	padding: 10px;
	height: 22px;
	width: 830px;
	left: -75px;
}
*/

/* end nav */

 a {
	border:0;
	background: transparent;
	text-decoration:none;
	color: #544a60;
	}
	
a:hover {
	border: 0;
	background: #e6e037;
	text-decoration: none;
	color: #544a60;
}
#footer a {
	border: 0;
	background: #544a60;
	text-decoration: none;
	color: white;
}

a img, a:hover img {
	background: none;
}

 #footer a:hover {
	background: #e6e037;
	color: #544a60;
}

#masthead img {
	border: none;
}

.dr {
	position: relative;
	margin-top: 85px;
	margin-bottom: -50px;
	left: 190px;
}


#content {
	position:relative;
	width:700px;
	margin: 0 auto;
	line-height: 1.1em;
}

#content img {
	border: 1px solid #cccccc;
	}
#content a:hover img {
	border: 1px solid #e6e037;
	}	
	
	
#content img.no-border {
	border: 1px solid white;
}

.no-border {
	border: none;
}

h1 {
	font: italic normal 20px/22px Georgia, Times, serif;
	margin: 15px 0px;
	padding-bottom: 5px;
	color: #544a60;
	text-align:right;
}

/*
#name, #name a {
	text-align: left;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #544a60;
} */

#masthead a:hover {
	color: #5e5467;
}

#masthead span, #mainFoot span, .images span  {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 10px;
}


h3 {
	color: #544a60;
	font-weight: normal;
	font-size: 14px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-size: 12px;
	font:"Verdana, Arial, Helvetica, sans-serif" normal normal 12px;
}

.clear {
	clear: both;
}
/* ul {
	margin:0;
	padding:0;	
	display: block;
} */

input {
	margin: 0 0 0 5px;
}
/* footer */

#mainFoot {
	background:  #e6e037 url('../site-gfx/bg-half.gif') bottom left repeat-x;
	height: 300px;
}

#mainFoot #left {
	float: left;
	padding: 0 14px;
	width: 165px;
	position: relative;
}

#mainFoot #center {
	float: left;
	border-left: 1px dotted #544a60;
	width: 730px;
}

#footer {
	background-color: #544a60;
	padding: 10px 15px;
	margin: 0 auto;
	width: 820px;
	position: relative;
	/* bottom: -34px; */
	left: -75px;
	font-size: 9px;
	letter-spacing: .1em;
	color: white;
	font-size: 9px;
	letter-spacing: .1em;
	clear: both;
	bottom: -35px;
	clear: both;

}

.transparent {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#footer span {
	position: relative;
	right: 0;
	float: right;
	text-transform: uppercase;
}

.small {
	font-size: 9px;
	letter-spacing: .1em;
}

/* main thumbs */

#name {
	bottom: 55px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 20px;
	position: relative;
	behavior: url(/Scripts/iepngfix.htc) 
}

.images {
	width:800px; 
	margin: 0 auto;
	padding: 40px 0 40px 200px !important;
	padding: 40px 0 40px 0;
	height: 240px;
	text-align: center;
}



.images ul {
	list-style:none;
	width: 600px;
}

.images li {

display: block;
width:85px;height:85px;overflow:hidden;float: left;margin:10px 10px;
border: 1px solid white;
	
}



.png { 
	behavior: url(/Scripts/iepngfix.htc) 
}

#footer.home {
	background-color: #544a60;
	padding: 20px 10px 5px 10px;
	margin:10px auto 30px auto;
	width: 650px;
	left: 0;
	font-size: 9px;
	letter-spacing: .1em;
	color: white;
	font-size: 9px;
	letter-spacing: .1em;
	clear: both;
	height: 50px;
	
}

#footer.home span {
	right: -170px;
}

#navHome {
	background: #e6e037;
	 margin: 0 auto;
	padding: 10px;
	height: 22px;
	width: 650px;
}

.images a, .images a:hover, 
img a:hover {
	background: none;
}

.images img {
	opacity: 0.5 
}
.images img:hover {
	opacity: 1;
}

/* ----------- Main MenuBar ----- */
.Main {
	font-size: 12px;

}

.Main >  li {
	padding-right: 25px;
	float: left;
	list-style-type: none;
	margin-left: -15px;
}

.Main li li {
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: -26px;
}

.Main li li a {
	border-left: 3px solid #e6e037;
	margin-left: -3px;
	padding-left: 3px;
}

.Main li li a:hover {
	border-left: 3px solid #544a60;
}

/****** form ****/

form {
	border-top: 1px dotted #544a60;
}
