/* GLOBAL ELEMENTS */

body, html {
	padding: 0;
	margin: 10px;
	font: 12px 'Lucida Grande', Verdana, sans-serif;
	line-height: 18px;
	background: #dedad8 url('/images/bg.gif');
}
small {
	font-size: 10px;
}
blockquote {
	font-size: 10px;
	border-left: 3px solid #ccc;
	padding-left: 7px;
}
a {
	color: #095081;
	text-decoration: underline;
}
a:hover {
	color: #3680b3;
	text-decoration: underline;
}
a img {
	border: 0;
}

/* FORM */

form {
	padding: 0;
	margin: 0;
}
input, textarea {
	border: 1px solid black;
	padding: 2px;
	font: 13px 'Lucida Grande', Verdana, sans-serif;
}
input[type=text] {
	background: #fff;
	width: 200px;
}
input[type=submit] {
	padding: 7px;
	font-size: 17px;
	font-weight: bold;
}
input:focus, textarea:focus {
	background: #e2f4ff;
}
.bigtxt {
	width: 85%;
	height: 150px;
}

/* GENERAL TABLE STYLE */

table {
	border-collapse: collapse;
	border: 1px solid #000000;
	/*table-layout: fixed;*/
	text-align: center;
	padding: 5px;
}
th {
	background-color: #560c03;
	color: #FFFFFF;
	vertical-align: top;
}
tr, td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.noborder, .noborder td, .noborder tr {
	border: none;
}
table .left {
	text-align: left;
}
table .right {
	text-align: right;
}

/* HEADER */

#header {
	height: 224px;
	width: 840px;
	background: url('/images/header.jpg') no-repeat;
	margin-bottom: 25px;
}
#logo {
	height: 86px;
	width: 492px;
}
#nav {
	padding-top: 104px;
	padding-left: 10px;
	height: 40px;
	color: #fff;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
}
#nav ul li ul li {
	width: 15em;
	border-bottom: 1px dotted #aaa;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #fdfde5;
	border: 1px solid #000;
	width: 15em;
	margin-top: 6px;
}
#nav ul li a {
	color: #fff;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 21px;
}
#nav ul li a:hover {
	color: white;
	text-decoration: none;
}
#nav ul li ul a, #nav ul li ul a:hover {
	color: black;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background: none;
	display: block;
	padding: 8px 4px;
}
#nav ul li ul a:hover {
	color: #e74b17;
	text-decoration: none;
	background: #fdfbd5;
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding: 8px 4px;
}
/*#nav li>ul { 
	top: auto;
	left: auto;
}*/	
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav .btm {
	border: none;
}

/* NEWS */

#news h1 {
	color: #000 !important;
	font-size: 22px !important;
}
#news_comments {
	padding: 7px;
	background: #f1f1f1;
	border-top: 1px solid #a4a4a4;
	color: #666;
	margin-bottom: 23px;
	font-size: 11px;
}
#news_comments a {
	color: #666;
}

/* CURVY CORNERS */

#top {
	height: 8px;
	width: 840px;
	background: url('/images/top.gif') no-repeat;
}
#btm {
	height: 8px;
	width: 840px;
	background: url('/images/btm.gif') no-repeat;
}

/* CONTENT */

#cwrap {
	width: 839px;
	background: #fff;
}
#content {
	padding: 10px 20px 10px 10px;
}
#leftwrap {
	float: left;
	width: 610px;
	/*border: 1px solid red;*/
}
#leftwrap h1 {
	color: #dc4100;
	font-size: 26px;
	letter-spacing: -2px;
	padding: 0 0 6px 0;
	margin: 0;
}
#leftwrap h2 {
	color: #dc4100;
	font-size: 18px;
	letter-spacing: -2px;
	padding: 0 0 6px 0;
	margin: 0;
}
#left {
	padding: 4px 6px 4px 8px;
}
#rightwrap {
	float: right;
	width: 194px;
	/*border-left: 1px dotted #aaa;*/
	/*border: 1px solid blue;*/
}
#right {
	padding: 1px 4px 4px 5px;
	font-size: 11px;
}

/* FOOTER */

#footer {
	text-align: center;
	color: #aaa;
	width: 840px;
	font-size: 11px;
	margin-top: 10px;
}
#footer a {
	color: #aaa;
	text-decoration: underline;
}

/* QUOTE (IMPORT FROM FORUMS) */

.quotetop{
	background: #E4EAF2 url(http://forums.twinskiesnow.com/style_images/ip.boardpr/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 0 auto;
}
