/* Snowbomb Default Page Style Sheet v1.0
 * Chris Hardy: August 18, 2007
 * www.kiwichris.net
 *
 * (c) Snowbomb.com 2007
 */

html { height: 100%; }
body {
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 1.4em;
	background: #2d2d2d url(../images/bg_gradient.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}
/* FIXES */
img {
	display: block;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
a:active {  /* remove firefox link outlines */
	outline: none;
	border: none;
}
a:focus, a img {  /* remove firefox link outlines */
	-moz-outline-style:	none;
	outline: none;
	border: none;
}

/* LINKS */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: blue;
}
a:hover, a:active {
	text-decoration: underline;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
}
#nav .dropdown a:hover, #nav .dropdown a:active {
	color: #ff0000;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
}

/* CONTAINING ELEMENTS */
#page {
	position: relative;
	width: 859px;
	margin: 0 auto;
}
#outerFrame {
	background: url(../images/bg_shadow.png) 0 0 repeat-y;
	padding: 0 4px;
}
#innerFrame {
	background-color: #fff;
	border-top: 4px solid #222;
	width: 851px;
}
#page .outerFrameBottom {
	background: url(../images/bg_footer.png) 0 0 no-repeat;
	width: 859px;
	height: 12px;
}
#content {
	background: url(../images/bg_content.png) 0 0 no-repeat;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	padding: 16px 20px;
}
.sidebar {
	float: left;
	width: 225px;
}
.left {
	padding: 0 20px 0 0;
}
.right {
	padding: 0 0 0 20px;
}
.contentContainer {
	float: left;
	width: 566px;
	padding: 0;
}
/* Footer */
#footer {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	background: #222;
	width: 831px;
	padding: 0 10px;
}
#footer .copyright {
	float: right;
}

/* TweetHead */
#tweethead {
	color: #fff;
	font-size: 10px;
	height: 20px;
	margin: 5px auto;
	position: relative;
	text-align: right;
	width: 851px;
	z-index: 3;
}
#tweethead a img {
	text-decoration: none;
}
#tweethead img {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
#tweethead a:link {
	color: #dcdcdc;
}
#tweethead a:link:hover {
	text-decoration: underline;
}
ul.twitterlist {
	float: right;
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	width: 791px;
}
ul.twitterlist li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

/* HEADER */
#header {
	position: relative;
}
#headerMain {
	background: url(../images/header2.jpg) 0 0 no-repeat;
	width: 851px;
	height: 100px;
}
#header .logoLink {
	float: left;
	font-size: .1em;
	text-indent: -9999px;
	width: 322px;
	height: 100px;
}
#banner {
	float: left;
	border: 2px #fff solid; 
	width: 468px; 
	height: 60px; 
	background-color: #333333;
	font-size: 0px;
	margin: 16px 0 0 30px;
}
#banner a {
	float: left;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;	
	width: 448px; 
	height: 40px;
	padding: 0px;	
}

/* NAV */
#nav {
	float: left;
	line-height: 22px;
	background: #222;
	z-index: 5000;
	width: 839px;
	padding: 0 6px;
}
#nav .nav_element {
	float: left;
	position: relative;
	z-index:		5000;
	background: url(../images/bulletStar.png) center right no-repeat;
	height: 22px;
	padding: 0 25px 0 11px;
}
#nav a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	padding: 0;
}
#nav .element_over, #nav .element_over a, #nav .element_next_over, #nav .first, #nav .last a {
}
/* Drop Downs */
#nav .dropdown {
	display: none;
	position: absolute;
	top: 22px;
	left: 7px;
	z-index: 5000;
	background: #333;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	border-bottom: 5px solid #cc0000;
	width: auto;
	padding: 4px 0;

}
#nav .dropdown_container {
	background: #fcfcfc;
	border: 1px solid #c3c3c3;
	padding: 0 14px 10px 14px;
}
#nav .dropdown_active {
	display:		block;
	z-index: 5000;
}
#nav .dropdown a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background: none;
	white-space: nowrap;
	width: auto;
	padding: 0 10px;
}
/* BreadCrumbs */
#headerBottom {
	float: left;
	width: 831px;
	height: 22px;
	background-color: #e6e6e6;
	border-bottom: solid 1px #c6c6c6;
	padding-left: 10px;
	padding-right: 10px;		
}
#breadcrumbs {
	line-height: 22px;
	float: left;	
	height: 22px;
}

/* Content Widgets */
#RSmenu, #RSsmenu {
	clear: both;
	display: block;
	float: none;
	margin-bottom: 15px;
	width: 100%;
	background: url("../images/menuBottomWide.png") bottom left no-repeat;
	padding-bottom: 6px;
}
.menuHeader {
	width: 174px;
	height: 19px;
	padding: 10px 5px 0px 10px;
	background-image: url(../images/menuHeader.png);
	font-weight: bold;
	color: white;
}
.menuContent {
	width: 179px; 
	padding: 5px 0px 5px 10px;
	background-image: url(../images/menuShadow.png);
	background-repeat: repeat-y;
	height: 100%;
	list-style-image: url(../images/bulletStar.png);	
	text-align:justify;
}
.menuContent ul {
	padding-left: 20px;
	margin: 0px;
}
.menuFooter {
	width: 189px;
	height: 6px;
	background-image: url(../images/menuBottom.png);
	margin-bottom: 10px;
}
.menuHeaderWide {
	width: 205px;
	height: 19px;
	padding: 10px 10px 0px 10px;
	background-image: url(../images/menuHeaderWide.png);
	font-weight: bold;
	color: white;
}
.menuContentWide {
	width: 205px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/menuShadowWide.png);
	background-repeat: repeat-y;
	text-align:left;
}
.menuContentWide h3, .menuContentWide h4 {
	padding: 0 0 0px 0;
}
.menuContentWide ul {
	padding: 0 0 10px 10px;
	margin: 0 10px;
	list-style-image: url(../images/bulletStar.png);
}
.menuFooterWide {
	width: 225px;
	height: 6px;
	background-image: url(../images/menuBottomWide.png);
	margin-bottom: 10px;
	font-size: 1px; /* ie6 */
}




h4
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 0px;
}

ul
{
	list-style-image: url(../images/bulletStar.png);
	margin: 0;
	padding-left: 25px;
}


/* click region in header that takes you to home page */
#goHome
{
	float: left;
	height: 100%;
	width: 350px;
}

.end {
	clear:				both;
	font-size:			.1em;
	line-height:		.1em;
}

/* used to clear div floats for formatting */
.clear
{
	clear: both;
	height: 0px;
}

/* used to hide elements that we only want to
 * show when stylesheet is not being used 
 * (ie mobile device)
 */
.hidden
{
	display: none;
}




