/*
ZenTips.com stylesheet
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*
Page Formatting -------------------------------------------------- */

body  {
	margin:0;
	padding:0;
	font-family: verdana, arial, times, georgia, sans-serif;
	background: #333;
	text-align:center;
	font-size: 8pt;
}

#wrapper { 
	width:760px;
	background:#fff;
	margin-left:auto;   
	margin-right:auto;
	text-align:left;  
	border-top:3px solid #59BF3F;
	border-left:2px solid #666;
	border-right:2px solid #666;
}

#top {
	background:url(/images/header.jpg) no-repeat;
	height:104px;
}

#top_banner {
	padding-left: 280px;
	padding-top: 20px;
}

.left_col {
	width: 150px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	font-size: 8pt;
}

.center_col {
	width: 440px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

.right_col {
	width: 150px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	font-size: 8pt;
}

.post {
	background-color:#f8f8f8;
	padding:10px;
	padding-top:1px;
	display:block;
}

.sidepost {
	border:1px solid #ccc;
	width: 150px;
	padding:5px;
	padding-top:0;
	margin-bottom:10px;
}

.links {
	font-size: 8pt;
	text-align:right;
}

#footer {
	border-top:1px solid #c4c4c4;
	text-align:center;
	width:100%;
	clear:both;
	padding-bottom:1px;
}

/*
Top Navigation --------------------------------------------------- */

#nav {
	text-align:center;
	background:url(/images/navbutton.gif) repeat-x;
	height:30px;
	padding-top:8px;
	font-size: 8pt;
}

#nav a  {
	padding:0 11px;
	color:#000;
	margin-left:-6px;
}

#nav a:hover {
	padding:8px 11px 8px 11px; 
	background:url(/images/navbarhover.gif) repeat-x;
	text-decoration:none;
}	

/*
Text & Paragraphs -------------------------------------------------- */

h1 {
	color:#59BF3F;
	font-weight:bold;
	font-size:32px;
	text-transform:uppercase;
	font-family:Century Gothic;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.post h2 {
	color:#59BF3F;
	font-weight:bold;
	font-size: 26px;
	text-transform:uppercase;
	font-family:Century Gothic;
	margin-bottom: 10px;
	margin-top: 5px;
}

h4 {
	margin-top:5px;
	font-size:17px;
	font-family:georgia, arial, georgia, times, sans-serif;
	border-bottom:1px solid #c4c4c4;
	font-weight:normal;
	text-align: left;
	margin-bottom: 5px;
}

p {
	font-size:8pt;
	line-height: 10pt;
	color: #000;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

p.msg {
	font-size:8pt;
	line-height: 10pt;
	color:#f00;
	font-weight: bold;
}

/*
Lists -------------------------------------------------------------- */

.sidepost ul {
	/*margin-left:-40px !important;*/
	list-style:none;
	margin-bottom: 0px;
}	

.sidepost ol {
	margin-left: 25px;
}

.sidepost li {
	margin-bottom: 4px;
}

.post ul {
	margin-left:20px;
}

.post li {
	margin-bottom: 4px;
}
	
/*
Tables ------------------------------------------------------------- */

table {
	margin-bottom: 10px;
}

td {
	
}

/*
Forms -------------------------------------------------------------- */

select {
	font-size: 8pt;
}

input.addtip {
	width: 160px;
	border: 1px solid #ccc;
}

select.addtip {
	width: 160px;
	height: 18px;
	border: 1px solid #ccc;
}

input.addtip_small {
	width: 100px;
	border: 1px solid #ccc;
}

textarea.addtip {
	width: 360px;
	height: 80px;
	border: 1px solid #ccc;
}

input.button {
	border: 1px outset #000;
	background-color: #59BF3F;
	color: #fff;
}

input.contactform {
	border: 1px solid #ccc;
}

textarea.contactform {
	width: 250px;
	height: 80px;
	border: 1px solid #ccc;
}

/*
Images ------------------------------------------------------------- */

img {
	border:0;
}

img.left {
	float:left;
	padding:4px;
	background:#fff;
	margin-right:8px;
	border:1px solid #c4c4c4;
}

img.right {
	padding:3px;
	margin-left:8px;
	border:1px solid #c4c4c4;
}

img.left:hover {
	border:1px solid #5FD63E;
}

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

a {
	color:#49a031;
	text-decoration:none;
}

a:hover {
	color:#f00;
	text-decoration:underline;
}