﻿body {
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 77%;
	color					: #4E1659;
	background-image		: url(../images/background.jpg);
	background-repeat		: no-repeat;
	background-position		: center top;
	margin					: 0px;
	padding 				: 0px;
	margin-top 				: 10px;
}
#container{
	width					: 750px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
}

#header{
	height 					: 145px;
	width 					: 750px;
	display 				: block;
	background-image		: url(../images/header_center.gif);
	background-repeat		: repeat-x;
	background-position		: center top;
}

*html #header
{
	margin-bottom			: -25px;
}

#header ul 
{
	height					: 33px;
	list-style 				: none;
	margin 					: 0px;
	padding 				: 0px;
	float					: right;
	margin-top				: -25px;
	clear					: both;
}

*html #header ul
{
	margin-top			: 25px;
}

#header ul li
{
	display					: inline;	
	background-image		: url(../images/header_left_border.gif);
	background-position		: left top;
	background-repeat		: no-repeat;	
}

#header ul li a
{
	color					: #FFFFFF;
	font-weight				: bold;
	text-decoration			: none;
	padding-left			: 23px;
	padding-right			: 10px;
}

#header ul li a:hover
{
	color					: #C29BC2;
}


#img_header_left
{
	float					: left;	
}

#img_header_right{
	float					: right;
}

#div_header_right{
	height					: 170px;
}

#div_header_right img{
	float					: right;
	margin-top				: 12px;
	border					: none;
}

#mainContent
{
	background-image		: url(../images/watermark.gif);
	background-position		: bottom right;
	background-repeat		: no-repeat;	
	
	margin-top				: 0px;

	float					: left;
	width					: 530px;
	min-height				: 350px;

	

}

*html #mainContent{
	height					: 350px;
	width					: 530px;
	margin-top				: 0px;
}

/* LEFT NAVIGATION */

ul#leftNav{
	float					: left;
	width 					: 200px;
	display 				: block;
	list-style				: none;
	margin 					: 0px;
	padding 				: 0px;
	min-height				: 350px;
	background-color		: #EAE8EA;
	margin-right			: 15px;
}

*html ul#leftNav{
	height					: 350px;
}

ul#leftNav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
}
ul#leftNav li.header{
	text-transform 			: uppercase;
	background-color 		: #4E1659;
	color 					: #FFFFFF;
	padding 				: 3px;
	padding-left			: 14px;
	font-weight 			: bold;
}
ul#leftNav li a {
	width 					: 185px;
	display 				: block;
	padding-left 			: 15px;
	padding-top				: 5px;
	padding-bottom			: 5px;
	color 					: #4E1659;
	text-decoration 		: none;
}

ul#leftNav li a:hover {
	background-color		: #4E1659;
	color 					: #FFFFFF;
}

/* FOOTER */

#footer{
	clear 					: both;
	width 					: 750px;
	height 					: 20px;
	margin-top 				: 10px;
	color 					: #9E9E9E;
	font-size 				: 80%;
}
#footer a{
	color 					: #9E9E9E;
}
#footer a:hover{
	color 					: #9E9E9E;
}
#footer .dv,#footer .dv a{
	color 					: #9E9E9E;
}
#footer .dv a:hover{
	color 					: #9E9E9E;
}

#footer_right_menu
{
	float					: right;
	display 				: block;
	list-style				: none;	
	margin-top				: 0px;
}

#footer_right_menu li
{
	display 				: inline;
	list-style				: none;	
}

#footer_right_menu li a
{
	color					: #4E1659;
	text-decoration			: none;
	padding-right			: 7px;
	padding-left			: 7px;
	border-right			: 1px solid #4E1659;
}

.clear {
	clear: both;
	display:block;
	height:40px;
}

.labError{
	color: #FF0000;
}


h4,h3
{
	margin-bottom:0px;
}

.tableContactUs td
{
	vertical-align:top;
}

.tableContactUs input
{
	width:200px;
}

.tableContactUs textarea
{
	width:200px;
}

.address{
	border 				: 1px solid #4E1659;
	padding 			: 5px;
	float 				: right;
	margin-left 		: 10px;
	margin-bottom 		: 10px;
	background-color 	: #EAE8EA;
	display 			: block;
	width 				: 150px;
}
.address a{
	text-decoration 	: none;
	background-image	: url(../Images/arrow.gif);
	background-repeat	: no-repeat;
	background-position	: left;
	padding-left 		: 10px;
	color 				: #4E1659;
}
.address a:hover{
	text-decoration 	: underline;
}

a{
	color 				: #4E1659;
}

.logo{
	border				: 0px none;
	margin-bottom 		: 10px;
}
.tableContactUs{
	border		: 1px solid #4E1659;
	
}
.trHeader{
	border-bottom		: 3px solid #4E1659;
	background-color 	: #EAE8EA;

}
.trHightlight td{
	background-color 	: #f2f2f2;
}
.submitBtn{
	float:right;
	width:170px !important;
	height 		: 30px;
}.strap{
	color				: #FFFFFF;
	font-size 			: 125%;
	margin-top			: 65px;
	font-weight 		: bold;
}


.photoBox{
	width 				: 200px;
	float				: right;
	margin-left 		: 10px;
}

.staffPhoto{
	border 				: 1px solid #4E1659;
	padding				: 3px;
}
