/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
	- Contact Layout
*/



/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../img/green-texture-bg.jpg) top left repeat;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
	clear: left;
}

.floatright {
	float: right;
	clear: right;
}

p.floatright {
	margin-right: 280px;
	width: 200px;
	display: inline;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Typography

--------------------------------------------------------------------------------------- */

p, ul, ol {
	font-size: 11px;
	line-height: 18px;
	margin: 0 225px 12px 55px;
	color: #333;
}

p.note {
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	margin-right: 260px;
	color: #666;
}

ul, ol {
	margin-left: 73px;
}

ul li, ol li {
	margin-bottom: 5px;
}

ul.workshops {
	list-style: none;
	margin-left: 55px;
}

ul.workshops li {
	margin-bottom: 9px;
	border-top: dotted 1px #80a10a;
	padding-top: 9px;
	font-weight: bold;
	color: #5f2d61;
	font-size: 12px;
	line-height: 16px;
	text-indent: -7px;
}

/*

ul.workshops li:before {
	content: "\201C";  

	display: inline; 

}

ul.workshops li:after {
	content: "\201D";  

	display: inline; 

}

*/



h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #5f2d61;
	font-size: 20px;
	line-height: 22px;
	background: url(../img/h2-underline.jpg) bottom right no-repeat;
	margin: 0 225px 9px 55px;
	padding: 0 0 4px 0;
}

h3 {
	font-weight: bold;
	color: #5f2d61;
	font-size: 13px;
	line-height: 18px;
	margin: 0 225px 2px 55px;
	border-bottom: dotted 1px #80a10a;
	padding-bottom: 2px;
}

h3.workshops {
	font-size: 12px;
	line-height: 16px;
	text-indent: -7px;
	margin-top: 18px;
}

a, a:link, a:active {
	color: #5f2d61;
}

a:visited {
	color: #9e7f9f;
}

a:hover {
	color: #80a10a;
}

a.lonelink {
	background: url(../img/lonelink-icon.jpg) top left no-repeat;
	padding-left: 20px;
	font-size: 12px;
}

/* Header Layout

--------------------------------------------------------------------------------------- */

h1 {
	background: url(../img/wisechoice-header.jpg) top left no-repeat;
	width: 780px;
	height: 203px;
}

h1 span {
	visibility: hidden;
}

h1 img {
	display: none;
}

#navcontainer {
	width: 780px;
	height: 59px;
	background: url(../img/wisechoice-nav.jpg) top left no-repeat;
	padding: 1px 0 0 0;
}







/* Middle Layout

--------------------------------------------------------------------------------------- */

#content {
	width: 780px;
	background: url(../img/body-stretch.jpg) top left repeat-y;
}

#bamboo {
	width: 760px;
	margin: 0 0 0 10px;
	background: url(../img/bamboo.jpg) bottom right no-repeat;
	padding: 1px 0 20px 0;
}

#bamboo.height {
	height: 350px;
}

div.rightcol  {
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 17px 0 0 0;
	text-align: left;
}

div.rightcol p  {
	margin: 0 12px 12px 10px;
	color: #333;
}

div.rightcol h3  {
	margin: 6px 12px 10px 10px;
	border-bottom: dotted 1px #80a10a;
	padding-bottom: 2px;
}

div.cols  {
	width: 268px;
	float: left;
	margin: 0;
	padding: 0;
}

div.cols ul {
	list-style: disc;
	margin-right: 0;
	margin-top: 0;
}

div.cols li {
	margin-bottom: 2px;
	border-top: none;
	padding-top: 9px;
	font-size: 12px;
	line-height: 16px;
	font-size: 11px;
}

div.cols h3  {
	margin-right: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: dotted 1px #80a10a;
}

p.news {
	float: right;
	display: inline;
	margin: 30px 1px 0 0;
	width: 200px;
	height: 64px;
	background: url(../img/news-bg.jpg) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 17px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}

p.news a, p.news a:link, p.news a:active, p.news a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

p.news a:hover {
	text-decoration: underline;
}



/* Footer Layout

--------------------------------------------------------------------------------------- */

address {
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	font-style: normal;
	text-align: center;
	width: 780px;
	height: 28px;
	padding: 12px 0 0 0;
	background: url(../img/wisechoice-footer.jpg) top left no-repeat;
}

address a, address a:link, address a:visited, address a:active {
	color: #f9f3d7;
}



/* CONTACT FORM */

.required {
	color: #990000;
}

.tip {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-left: 180px;
}

#contact p {
	margin-bottom: 8px;
}

#contact p label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 10px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	display: inline;
	width: auto;
	padding-right: 5px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 11px;
}

#realname, #ADDRESS, #ADDRESS2, #email {
	width: 250px;
}

#CITY, #ZIP {
	width: 175px;
}

#PHONE, #FAX {
	width: 100px;
}

#STATE {
	width: 35px;
}

#ZIP {
	width: 75px;
}

#MESSAGE {
	width: 400px;
}

#contact fieldset {
	width: 250px;
	margin-left: 100px;
	padding: 0 0 5px 0;
	border: solid 1px #ccc;
}

#contact fieldset legend {
	color: #000;
	padding: 2px;
	margin: 4px;
}

p.referral label {
	width: auto;
	margin: 2px 6px 0 0;
}

p.submit {
	margin: 8px 0 0 0;
}

p.submit input {
	font-weight: bold;
	font-size: 14px;
	margin-left: 100px;
	width: 80px;
}

/* ------------ YouTube Video Area ------------ */

#youtube-video-area {
	width:468px;
	margin:10px 0 20px 50px!Important;
}

/* ------------- Offer ------------------ */

.offer {
	float:right;
	width:165px;
	height:278px;
	background-image:url(../img/offer-bkgrd.jpg);
	background-position: left top;
	clear:both;
	display:inline;
	margin:30px 25px 0 0;
}

.offer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	margin:7px;
	padding:7px;
	border:none;
	background:none;
	background-color:#83a25c;
}

.offer p {
	font-family: Arial, Helvetica, sans-serif;
	margin:10px;
	padding:0;
}



