/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body  { color: #b9b9b9; font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background: #002f43 url("images/bg01.jpg") repeat-x; text-align: center; margin: 0 }

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2  { font-size: 1.4em }

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a  { color: #8ac800 }

a:hover  { text-decoration: none }

strong {
	color: #D7D7D7;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

input  { 
	width: 180px;
	 }

input.text	{
	border-style: inset; 
	background-color: #cf6
	} 

fieldset {
	border: 0pt;
	}

/* Background */

#bg1 {
	background: url(images/bg02.jpg) no-repeat center top;
	
}

#bg2 {
	background: url(images/bg03.jpg) no-repeat center top;
}

#bg3 {
	background: url(images/bg04.jpg) repeat-y center top;
}

#bg4 {
	background: url(images/bg05.gif) no-repeat center top;
}

#bg5 {
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/* Short Background */

#bgShort1 {
	background: url(images/bgShort02.jpg) no-repeat center top;
}

#bgShort2 {
	background: url(images/bgShort03.jpg) no-repeat center top;
}

#bgShort3 {
	background: url(images/bgShort04.jpg) repeat-y center top;
}

#bgShort4 {
	background: url(images/bgShort05.jpg) no-repeat center top;
}

#bgShort5 {
	background: url(images/bgShort06.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 145px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #FFFFFF;
	;
}

#header h1  { font-size: 40px; margin: 0; padding: 70px 0 0 25px; float: left }

#header h1 sup {
	font-weight: normal;
}

#header h2  { 
	font-size: 20px; 
	margin: 0px; 
	padding: 88px 25px 0 0; 
	float: right 
	}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header2 */

#header2 {
	width: 900px;
	height: 88px;
	margin: 0px auto;
}

/* Menu */

#menu {
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 34px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
}

#menu li {
	float: left;
}

#menu a {
	padding-left: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover   { color: #cf6; font-size: 16px; font-weight: bold; text-decoration: none; padding-left: 50px }

/* Search */

#search {
	float: right;
}

#search form {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input.text {
	width: 160px;
	background: none;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AEC38B;
}

#search input.button {
	display: none;
}

/* Login */

#login {
	color: #ffffff;
	font-size: 1.3em;
}

#login form {
	margin: 40px 0px 0px 0px;
	text-align: center;
	width: 350px;
}

#login fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#login form fieldset p { text-align: right; margin: 0; padding: 2px; vertical-align: bottom }
#login input.text {
	width: 180px;
	background: none;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AEC38B;
	font-size: 14pt;
}
#login input.button {
	display: none;
}

/* Password */
.password
	{text-align: left;}
	
.password fieldset
	{border: 0pt;}
	
.password fieldset p
	{text-align: left;
	}
	
.password img {
	padding: 5px 0px 0px 78px;
}

.formtextbox {
	border-style: inset; 
	background-color: #cf6;
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

#page1  { 
	margin: 0 auto; 
	padding: 10px 0 0; 
	width: 846px 
	}

/* Content */

#content {
	float: left;
	width: 583px;
}

#onecol {
	width: 846px;
}

.post {
}

.post .title {
	height: 49px;
	background: url(images/img02.gif) no-repeat;
}

.post .title h1 {
	float: left;
	padding: 12px 0px 12px 24px;
	font-size: 24px;
	color: #cf6
}

.post .title h2 {
	float: left;
	padding: 0px 24px 0px 24px;
	margin: 12px 0px;
	font-size: 24px;
	text-transform: lowercase;
	color: #ffffff;
	clear: left;
}

.post .title h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a:hover {
	color: #8AC800;
}

.post .title p   { color: #343434; font-size: 15px; font-weight: bold; padding: 12px 24px 0 0; float: right }

.post .entry  { 
	font-size: 15px;
	text-align: left; 
	padding: 0px 40px 0px 24px; 
	margin: 12px 0px; 
	clear: left;
	}
	
.post .entry p   { margin: 0px }

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}

.post .meta .credit {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(images/img04.gif) no-repeat left center;
}

.post form  { margin: 12px 0;}

.post form p {
	margin: 12px 0px;
	text-align: left;
	font-size: 1.3em;
}
.post form .msgcontent {
	margin: 12px 0px; 
	float: left;
	width: 400px;
	clear: both;
}

/* Terms of Use */

.term {
}

.term .term_title  { 
	background: url(images/img02.gif) no-repeat; 
	height: 49px; 
}

.term .term_title h1  { 
	color: #cf6; 
	font-size: 24px; 
	font-weight: bold; 
	float: left;
	padding: 15px 0px 0px 0px; 
}

.term .term_title h2  { 
	color: #ffffff; 
	font-size: 24px; 
	float: left 

}

/* Sidebar */

.sidebar_bgtop {
	background: url(images/sidebarbg_top.gif) no-repeat center top;
		
}

.sidebar_bg_title {
	background: url(images/sidebarbg_title.gif) no-repeat center top;
}

.sidebar_bgfill {
	background-image: url("images/sidebarbg_fill.gif");
	background-repeat: repeat-y;
	background-position: center top;
}

.sidebar_bgbottom {
	background: url(images/sidebarbg_bottom.gif) no-repeat center bottom;
}

.sidebar {
	float: right;
	width: 236px;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar li {
	/*background: url(images/img03.gif) no-repeat;*/
	padding: 0px 23px 10px 23px;
	
}

.sidebar li a{
	/*background: url(images/img03.gif) no-repeat;*/
	color: #003333;
	
}

.sidebar li ul {
}

.sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}

.sidebar h2 {
	margin: 0px;
	padding: 7px 0px 10px 0px;
	text-transform: lowercase;
	font-size: 18px;
	color: #000;
	background: url(images/sidebarbg_title_short.gif) no-repeat center top;
}
.sidebar table {
	color: #000;
}

/* Footer */

#footer {
width:955px;
margin: 0px auto -1px auto;  
}

#footer p {
	margin: 0px;
	padding:4px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}

#footer a {
	color: #8097A1;
	text-align: center;
}

#footer .AuthorizeNetSeal a {
	text-align: center;
}