@charset "UTF-8";
table {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
a.normal:link {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #7D81BE;
	text-decoration: underline;
}
a.normal:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.normal:visited {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #7D81BE;
	text-decoration: none;
}
body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
.color {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #7D81BE;
}
.white {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

#LinkText2 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #9177b6;	
	font-size:12px;
	font-weight:100;
	
}
#LinkText3 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;	
	font-size:10px;
	font-weight:100;
	
}
#TableText {
	font-family:Tahoma, Geneva, sans-serif;
	color: #666;
	font-size:12px;
	font-weight:100;
	padding-left:10px;
}
#TableText2 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size:12px;
	font-weight:100;
	padding-left:10px;
	
}




#wrapper {
	margin:0 auto;
	width:807px;
}

#contactform {
	width:807px;
	margin:00px;
	padding:5px;
	font-size:14px;
	font-style:normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#FFF;
}

#label { 
	float:left;
	width:100px;
	text-align:right;
}

input, textarea {
	width:400px;
	padding:4px;
	margin:0px 0px 15px 0px;
	
}

input.submit {
	width:100px;
	margin-left:380px;
}

p.error {
	color: #639;
	text-transform:uppercase;
}

p.sent {
	color:#9177b6;
}





/** THIS IS THE DROP DOWN MENU 2  **/


#navMenu {
	vertical-align:middle;
	text-align:center;
}

#navMenu ul {
	text-align:center;
	margin:0;
	padding:0;
	line-height:30px;
	
}

#navMenu li {
	text-align:center;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;	
	float:left;
	background: #EEE;
	border-left:#666;	
	border-right: inset thin #CCC;
	z-index:30;
}

/** THIS IS WHERE YOU CHANGE THE FONT SIZE OF YOUR MENU  **/

#navMenu ul li a{
	text-align:center;
	font-family: Tahoma, Verdana;
	font-size:11px;
	text-decoration:none;
	height:30px;	
	display:block;	
}



#navMenu ul ul { 
	position: absolute;
	visibility:hidden;
	top:30px;
}


#navMenu ul li:hover {
	visibility:visible;
	background: #c3afdf;
	color:#FFF;
}


#navMenu ul li:hover a{
	visibility:visible;
}


#navMenu ul li:hover ul {
	visibility:visible;	
	background: #c3afdf;
	color:#FFF;

}

#navMenu ul li ul li:hover {
	visibility:visible;	
	background:#c3afdf;
	color:#FFF;
}



#navMenu li.noBorder {
	min-width: 175.5px;
	max-width:200px;	
	background-color: #ececec;	
	color:#FFF;
}
#navMenu li.wBorder {
	min-width: 175.5px;
	max-width:200px;	
	background-color: #ececec;	
	color:#FFF;
	border-bottom: inset thin;
}




#navMenu li.Main {
	min-width: 175.5px;
	max-width:200px;
	background-color: #ececec;
}


/** END OF DROP DOWN MENU 2  **/


/** THIS IS THE JSLIDER PORTION **/

#container {
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:888px;
}

#prev {
	position:absolute;
	top:45px;
	left:0px;
	z-index:10;
}

#next {
	position:absolute;
	top:45px;
	right:0px;
	z-index:10;
}


.slider {
	width:888px;
	height:150px;
	border: #999 1px;
}

/** END OF JSLIDER PORTION **/

/** THIS IS THE PHOTO GALLERY 1 **/

#container1 {
	position:relative;
	margin-left:134px;
	margin-right:0px;
	margin-top:0px;
	width:560px;
}

#prev1 {
	position:absolute;
	top:180px;
	left:0px;
	z-index:10;
}

#next1 {
	position:absolute;
	top:180px;
	right:0px;
	z-index:10;
}


.slider1 {
	width:560px;
	height:400px;
	border: #999 1px;
}

/** END OF PHOTO GALLERY 1 **/


/** THIS IS THE PHOTO GALLERY 2 **/

#container2 {
	position:relative;
	margin-left:134px;
	margin-right:0px;
	margin-top:0px;
	width:560px;
}

#prev2 {
	position:absolute;
	top:180px;
	left:0px;
	z-index:10;
}

#next2 {
	position:absolute;
	top:180px;
	right:0px;
	z-index:10;
}


.slider2 {
	width:560px;
	height:400px;
	border: #999 1px;
}

/** END OF PHOTO GALLERY 2 **/


/** THIS IS THE PHOTO GALLERY 3 **/

#container3 {
	position:relative;
	margin-left:134px;
	margin-right:0px;
	margin-top:0px;
	width:560px;
}

#prev3 {
	position:absolute;
	top:180px;
	left:0px;
	z-index:10;
}

#next3 {
	position:absolute;
	top:180px;
	right:0px;
	z-index:10;
}


.slider3 {
	width:560px;
	height:400px;
	border: #999 1px;
}

/** END OF PHOTO GALLERY 3 **/



