@charset "utf-8";
/* --------------- Global Items --------------------------*/
* {
	margin:0;
	padding:0;
	border: 0;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
/* ----------------Main Layout ---------------------------*/
body {
	font: 100%/1.5em "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(img/global/body-bg-tile.jpg);
}
#wrapper {
	width: 100%;
	min-width:760px;
	max-width:1100px;
	margin:0px auto;
}
#header {
	width:100%;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFB17B;
	/*min-height: 100px;*/
	float: left;
	background-color: #E6E0CA;
	background-image: url(img/global/header-rt-bg.jpg);
	background-position: right top;
}
#columnWrapper {
	width:100%;
	background-color:#F4F2E9;
	overflow:auto;
	clear: both;
	background-image: url(img/global/left-content-bg.jpg);
	background-repeat: repeat-y;
}
#columnOne {
	width:200px;
	background-color:#F1EEE5;
	float:left;
	background-image: url(img/global/left-content-bg.jpg);
	background-repeat: repeat-y;
}
#columnTwo {
	margin:0 200px 0 200px;
	padding:1px 20px;
	color:#333333;
}
#columnThree {
	width:200px;
	float:right;
	background-color:#F4F2E9;
	height:250px;
}

/* -----------------HTML Elements -----------------------*/

/* ----------The Header --------------*/
#header h1 {
	text-align:right;
	line-height:1em; /*to remove white gap in IE7*/
	background-image: url(img/global/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
}
#header img {
	float: right;
}
#headerMenu {
	float: left;
	clear: left;
}
#headerMenu li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
}
#header a:link, #header a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-right: 10px;
}
#header a:hover, #nav a:focus, #nav a:active {
	text-decoration: underline;
}

#header li.currentMenu a {
	text-decoration: underline;
}

/*  ------------------- Column 1 Styling -----------------------*/
#topicMenu {
	margin-top: 10px;
}
#topicMenu p {
	margin: 0px 10px;
	padding-bottom: 5px;
}
#topicMenu a:link, #topicMenu a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #BFB17B;
}
#topicMenu a:hover, #topicMenu a:focus, #topicMenu a:active {
	background-color: #BFB17B;
	border: 1px solid #FFFFFF;
}
#topicMenu p.currentTopic a:link {
	background-color: #E6E0CA;
	}

/* -----------Column 2 - Main Content Section ---------------*/
#contentMenu {
	width: 100%;
}
#contentMenu li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
}

#content {
/*nothing now*/
}
#content p {
	margin: 5px 0 10px 0px;
	font-size: 90%;
	line-height: 1.3em;
}
#content h4 {
	display: inline;
}
#contentMenu a:link, #contentMenu a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-right: 10px;
}
#contentMenu a:hover, #contentMenu a:focus, #contentMenu a:active {
	text-decoration: underline;
}

#contentMenu li.current a {
	text-decoration: underline;
}

#content h2 {
	font-size: 140%;
	margin-top: 5px;
	}
#columnTwo img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #D3C9A5;
	float: left;
}

/* -----------------------Column 3 Items ----------------*/
.round-col-box {
	width: 190px;
	background-image: url(img/global/sidbox-rnd-btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 20px 2px;
}
.round-col-box h3 {
	margin: 0;
	padding: 4px 8px 4px 10px;
	font-size: 110%;
	color: #2b6A55;
	background-color: #FFFFFF;
	background-image: url(img/global/sidebox-rnd-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.round-col-box p {
	margin: 5px 15px 15px 15px;
	font-size: 85%;
	line-height: 1.3em;
	padding-bottom: 10px;
}

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

#footer {
	background-color: #E6E0CA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3C9A5;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0px;
}
#footer p {
	text-align: center;
	font-size: 80%;
	;
	margin: 0px 10px;
	}
	
	/* ---------------Google Ad Box Styles ----------------------*/
#columnOne #ad120x600 {
	width: 160px;
	margin: 20px 0 20px 20px;
}
