@charset "utf-8";
/* CSS Document */

/* Main Defaults --------------------------------------------------------------------------------------  */
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#2B2A28;
	line-height:140%;
	background:#C9A0DC;
}

#container {
	border:1px solid #333;
	width:800px;
	margin:30px auto 0 auto;
	background:#fefffc url(/images/faux.gif) repeat-y;
}

#bgImage {
	background:url(/images/orchid.jpg) left -100px no-repeat;
	overflow:hidden;
	width:100%;
	
}

.hr {
	background:#E0D8D6;
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin:0 0 10px 0;
}

.clearLeft {
	clear:left;
}

.clearBoth {
	clear:both;
}

h1, h2, h3, h4 {
	line-height:120%;
}

h1 {
	font-size:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 8px 0;
	color:#FFF;
}

h2 {
	font-size:16px;
	margin:0;
	font-weight:bold;
	color:#87BE3F;
}

h3 {
	font-size:14px;
	margin:0;
	color:#2B2A28;
}

h4 {
	font-size:12px;
	margin:0;
	color:#2B2A28;
}

/* Left Column - Image and Navigation --------------------------------------------------------------------------------------  */ 

#colL {
	float:left;
	width:275px;
	padding:265px 0 0 0;
}

#headerText {
	text-align:left;
	background:#b2d986;
	margin:10px 10px 0px 10px;
	padding:10px;
	font-size:11px;
	color:#585144;
}

#headerImage h1 {
	color:#FFFFFF;
}

#nav {
	text-align:left;	
	padding:10px 0 0 0;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

#nav ul {
	margin:0 0 0 0;
	padding:0;
}

#nav li {
	padding:5px 5px 5px 15px;
	width:177px;
	height:19px;
	line-height:19px;
	color:#000;
	background:#B87333;
	margin:0 10px 5px 10px;
	list-style:none;
}

/* Right Column  ----------------------------------------- */

#colR {
	float:left;
	width:525px;
}

/* Top Header Bar - Site Name and Top Bar -------------------------------------------------------------------------------------- */


#header {
	background:#B87333  url(images/hands.gif) right top no-repeat;
	padding:35px 10px 20px 20px;
	color:#FFF;
}

#header p {
	margin:0;
	text-align:justify;
	font-weight:bold;
	font-size:13px;
	line-height:120%;
}

/* Main Content  -------------------------------------------------------------------------------------- */

#mainContent {
	padding:10px;
}

/* Footer -------------------------------------------------------------------------------------- */

#footer {
	width:785px;
	margin:0 auto 0 auto;
	padding:5px 15px 5px 0;
	text-align:right;	
}

/* Links  --------------------------------------------------------------------------------------  */

#mainContent p a {
	text-decoration:underline;
	color:#7F7057;
}

#mainContent p a:hover {
	text-decoration:none;
	color:#7F7057;
}

#nav a {
	text-decoration:none;
	color:#FFF;
} 

#nav a:hover {
	text-decoration:none;
	color:#DFD0C3;
} 

#footer a {
	text-decoration:underline;
	color:#333;
}

#footer a:hover {
	text-decoration:none;
	color:#333;
}
