﻿/*
	Light Pink:		fffcdf
	Dark Pink:		EA84B5
	Green:			73C267
*/
img { border: none; }
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #444;
	line-height: 1.3em;	
	margin: 0;
	background: #fff url('images/site_bg.gif') 0 0 repeat-x;
}
a { color: #73C267; text-decoration: none; font-weight: bold;}
a.minilink { color: #EA84B5; }
hr { border: 0;
color: #73C267;
background-color: #73C267;
height: 1px;
width: 100%;
text-align: left;}

h1 { font-size: 20px; font-family: Georgia; }
h1 span { display: block; }
h1 span a { padding-top: 4px; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica, Sans-Serif; }
h2 { font-size: 13px; font-family: Georgia; color: #EA84B5;}
h2 a { display: block; font-weight: normal; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size:10px; }
h3 { font-family: Georgia; font-size: 13px; padding: 0; margin:0; text-align: right; }

.site_wrapper {
	width: 980px;
	margin: 0 auto;	
	height: 100%;
	overflow: auto;
}
.header {
	height: 123px; 
	overflow: auto;
}
.logo_holder {
	background: url('images/logo.gif') 50% 50% no-repeat;
	float:right;
	width: 345px;
	text-align: right;
	padding: 40px 15px 0 0;
	font-size: 11px;
	margin: 0;
	color: #73C267;
}
.welcome { text-indent: -999px; overflow: hidden; width:190px; height: 22px; margin-bottom: 15px; display: block; background: url(images/welcome.png) 0 0 no-repeat; }
.left_holder {
	float:left;
	width: 590px;
	height: 100%;
	overflow: auto;
}
.left_holder ul {
	margin: 10px 0 0 10px;
	padding: 0;
	float:left;
	list-style: none;
}
.left_holder ul li {
	padding-left: 16px;
	line-height: 25px;
	color: #73C267;
	background: url('images/carrot_g.gif') 0 50% no-repeat;
}
.left_holder ul li.oddoneout {
	background-image: url('images/carrot_p.gif');
}
.left_holder ul li span {
	color: #EA84B5;
}
.left_holder ul li span a{ 
	font-size: 10px; 
	font-weight: normal;
}
.left_holder img {
	border: solid 1px #73C267;
	margin:10px 0 10px 10px;
	float:left;
}
.left_holder img.oddoneout {
	border-color: #EA84B5;
}

.sidemenu {
	margin: 0;
	list-style: none;
	width: 140px;
	float:left;
	padding:0;
}
.sidemenu li {
	color: #fffcdf;
	text-align: right;
	padding:3px;
}
.sidemenu li a {
	font-weight: normal;
	color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
}
.left_menu {
	float: left; 
	width: 180px; 
}
.left_menu img {
	margin: 0 20px 20px 20px;
}
.center_content {
	float: left; 
	width: 570px; 
	padding: 0 20px;
}
.right_col {
	float: right; 
	width: 180px;
	text-align: center;
}
.right_col img {
	margin-bottom: 20px;
}
.website {
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 10px;
}
.ticked {
	list-style: none;
}
.ticked li {
	background: url('images/tick.gif') 0 50% no-repeat;
	padding-left: 13px;
}

.footer 
{
	clear: both;
margin: 30px 0;
border-top:solid 1px #EA84B5;
padding: 10px;
font-size: 11px;
color: #EA84B5;
}

.testimonials p {
	font-style: italic;
	padding: 10px 0;
}
.testimonials span {
	display: block;
	text-align: right;
	font-family: Georgia;
	color: #777;
	font-style: normal;
}

.menu
{
	width: 180px; 
	background: #fff url(images/right_top.png) 0 0 no-repeat;
}
.menu div 	
{
	height: 100%;
	overflow: auto;	
	padding: 10px 20px;
	background: transparent url(images/right_bot.gif) 0 100% no-repeat;
}
.left_menu .menu 
{
	background-image: url(images/left_top.png)
}
.left_menu .menu div 
{
	background-image: url(images/left_bot.gif)
}
.right_col .menu 
{
	margin-top: 60px;
}
.right_col .sidemenu li, .right_col h3
{
	text-align: left;
}
.ads 
{
	 float: right;
	 text-align: center;
}
a.social { display: block; background: url(images/facebook.png) 100% 0 no-repeat; text-align:left; color: #3B5998; text-decoration: underline; font-weight: normal; margin: 40px 10px; height:32px; line-height:32px; }
a.social:hover { text-decoration: none; }