html {	
	padding: 0;
	margin:0;
	width: 100%;
	height: 100%;
}

body {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin:0;
}

#window1group, #window2group, #window3group {
z-index:50;
}

.windowwrapper1 {
position: relative;
background: url(images/upperrightfade.png) right top no-repeat !important;
background: url() right top no-repeat;
} 

.windowwrapper2 {
background: url(images/lowerleftfade.png) left bottom no-repeat !important;
background: url() left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}

.windowwrapper3 {
position: relative;
background: url(images/shadow.png) bottom right !important;
background: url(images/shadow.gif) bottom right;
}

.windowwrapper4 {
position: relative;
left: -8px;
top: -8px;
}

a {
	color: #222;
}
a:hover {
	color: #000;
	background-color: #fff;
}

#title{
	margin:0.7em;
}

#title a{
	display:none;
}

#title h1 {
	font-size: 2em;
}

#window1, #window2, #window3 {
	color:#000;
	border: 4px solid #fff;
	overflow: hidden;
}

#content {
	margin: 0;
	padding:0;
	font-size: 0.9em;
	overflow: auto;
}

#content p {
	margin: 0 0.3em 0.4em 0.3em;
	clear: both;
}

#media {
	margin: 0;
	padding: 0;
}

#window1title, #window2title, #window3title {
position: relative;
letter-spacing: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin:0px;
	padding:0px;
	height: 1.3em;
	overflow: hidden;
	width:100%;
	color:#222;
	background-color:#fff;
	font-size:0.8em;
}

.currentlink {
	color: #744562;
	background-color: #c19fb4;
}

.currentlink:hover {
	color: #744562;
	background-color: #d5b6c9;
}

.previouslink {
	color: #457466;
	background-color: #a5c6bd;
}

.previouslink:hover {
	color: #457466;
	background-color: #b6d5cc;
}


.imglink a {
	background: transparent;
}

.imglink:hover {
	background: transparent;
}

.imglink img {
	margin: 7px;
	border: 0px solid transparent;
}

.imglink:hover img {
	margin: 3px;
	
	border: 4px solid #fff;
}

.imglink:hover {
	color: red;
}



#menu {
}

#menu ul {
	line-height: 1.3em;
	font-size: 0.9em;
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#menu li {
	display: block;
	width: 100%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#menu h3 {
	display: block;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding:0;
	text-align: center;
	font-size: 1em;
	width:100%;
}

#menu a {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.menuHome {
	background-color:#454b74;
	color: #b6bad5;
}

.menuHome:hover {
	background-color:#b6bad5;
	color: #454b74;
}

.menuCurrent {
	text-align: center;
	background-color:#744562;
	color: #d5b6c9;
}

.menuCurrent:hover {
	background-color:#d5b6c9;
	color: #744562;
}

.menuPrevious {
	background-color:#457466;
	color: #b6d5cc;
}

.menuPrevious:hover {
	background-color:#b6d5cc;
	color: #457466;
}
.menuContact {
	background-color:#746e45;
	color: #d5d1b6;
}

.menuContact:hover {
	background-color:#d5d1b6;
	color: #746e45;
}

.title {
	margin: 0.3em 0 0 0;
	font-size: 2em;
	font-weight: 800;
}

.titleHome {
	color: #454B74;
}

.titleCurrent {
	color: #744562;
}

.titlePrevious {
	color: #457466;
}

.titleContact {
	color: #746E45;
}

#home #current #previous #contact{
	margin:0;
	padding:0;
}

.formleft {
	float: left;
	width: 6em;
	padding: 0;
	margin: 0.5em;
	text-align: right;
	clear: both;
	}
	
.formright {
	float: left;
	width: 12.5em ;
 	background: #fff;
	border: 2px solid #746e45;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
	text-align: left;
	}
	
.formright2 {
	float: left;
	text-align: left;
}
	
.form {
	width: 12em;
 	background: #fff;
	color: #000;
	border: 0px;
	padding: 2px;
	margin: 0px;
	}

.submit {
	background-color: #746e45;
	margin: 0.5em 0 1em 0;
	color: #fff;
	}	

textarea, input{
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	overflow: auto;
}
	/* Clearfix */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


