/* SQS styles */
html
{
	height: 100%;
}

body
{
	font-family:'Comic Sans', 'Comic Sans MS', cursive;
	height: 100%;
}

#website_content
{
	margin: 12px 0px 0px 6px;
	padding: 5px;
	background-color: #FFF;
	float: left;
	width: 525px;
}

#website_sidebar
{
	font-size: 14px;
	color: #666;
	margin:12px 5px 0px 10px;
	width: 200px;
	float: right;
	background-color: #FFF;
	border: 1px solid #CCC;
	overflow: hidden;
}

#website_sidebar .spacer
{
	color: #FFF;
	font-weight: bold;
	background-color: #98ccc8;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

#website_sidebar .website_sidebar_item
{
	padding: 10px;
}

/* Navigation Styles */

#website_nav {
}

#website_nav ul {
	height:27px;
	display:block;
}

#website_nav li {
	list-style:none;
	float:left;
	border-right:1px solid #963;
}

#website_nav li a {
/*	height: 17px; */
	color:#FFF;
	display:block;
	text-decoration:none;
	padding:5px 10px;
}

#website_nav li a:hover {
}	

#website_nav li a.current {
	font-weight:bold;
}

/* Top Level Navigation */

#nav1 {
	background:#ccb198;
	border-top:1px solid #963;
	border-bottom:1px solid #963;
}

#nav1 li {
}

#nav1 li a {
	font-size: 12px;
}

#nav1 li a:hover {
	background:#963;
}	

#nav1 li a.current {
	font-size: 11px;
}

#website_nav_login
{
}

/* Secondary Level Navigation */

#nav2 {
	background:#b28b65;
	border-bottom:1px solid #ccb198;
}

#nav2 li {
}

#nav2 li a {
	font-size: 10px;
}

#nav2 li a:hover {
	background:#963;
}	

#nav2 li a.current {
}


/* lists */

.website_list_item
{
	background-color: #E0E0E0;
	padding: 5px;
	margin-bottom: 10px;
}

.website_list_item .title
{
	font-size: 12px;
	border-bottom: 1px solid #999;
}

.website_list_item .description, .website_list_item .content
{
	padding: 10px;
	color: #666;
	font-size: 11px;
}

/* blogs */

.website_blog_post
{
	background-color: #E0E0E0;
	padding: 5px;
	margin-bottom: 10px;
}

.website_blog_post .title
{
}

.website_blog_post .date
{
	color: #999;
	font-size: 10px;
	border-bottom: 1px solid #999;
}

.website_blog_post .description, .website_blog_post .content
{
	padding: 10px;
	color: #666;
	font-size: 12px;
}

.website_blog_comment .comment
{
}

.website_blog_comment .title
{
	border-bottom: 1px solid #999;
}

.website_blog_comment .comment
{
	font-size: 12px;
	padding: 10px 0px;
}

.website_blog_comment .add_comment
{
	padding: 5px;
	background-color: #E0E0E0;
}

table.sqs_table
{
	border: 2px solid #000000;
	width: 100%;
}

table.sqs_table tr th
{
	padding: 3px;
	border: 1px solid #000000;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

table.sqs_table tr td
{
	padding: 3px;
	border: 1px solid #000000;
	color: #666666;
	font-size: 11px;
}
