/* 	MAOSC CSS Document
	Created & Copyright (c) Sky Wide Design - 2009 
	COLORS: 	#FF3300 - Red
				#B72602 - Dk red
				#FFFFFF - White
				#000000 - Black
				#CCCCCC - Grey
				#F0F0F0 - Lt. Grey
				#333333 - Lt. Black
				#898989 - Dk. Grey
				#333399 - dusty blue
				#EFECCA - Dust
			
*/

/**remove browser defaults**/
body, p, h1, h2, h3, h4, h5, h6, td, th, ol, ul, li, blockquote  {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;	
}
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#FF3300; /**red**/
	line-height:1.5em;		
}
p {color: #333333;} /**Lt Blk**/
a {
	text-decoration: none;
	font-weight:bold;	
	color: #333399; /**Dusty Blue**/
}
a:hover, a:active {
	text-decoration:underline;
	color: #FF3300; /**red**/
}
ul {
	list-style-type: none;
	font-size: 110%;
	margin-left: 1em;
}
li {
	padding: 0 0 0 5px;
	list-style-position: inside;
}
li.link {
	list-style-position: inherit;
}
li ol li {
	list-style-type: none;
	text-indent: 1em;
}

h1, h2, h3, h4, h5, h6{font-weight: bold;}
h1 {
	color: #FF3300; /**Red**/
	font-size: 150%;
	letter-spacing:.01em;
	padding-bottom: .25em;
}
h2 {
	color: #FF3300; /**Red**/
	font-size: 130%;
	padding-bottom: 1.0em;
}
h3 {
	font-size: 115%;
	padding-bottom: 0.2em;
}
h5 {
	font-size: 120%;
	padding-bottom: 2em;
	color: #FF3300; /**Red**/
}

/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
#container {
	text-align:left;
	margin: 0 auto;
	width: 845px;
	z-index: 2;
	background-color: #FFFFFF; /**White**/
}
#branding{
	padding: 5 0;
	height: 135px;
	width: 100%;
	text-align: center;
	background-image: url(../images/brand_bkgd.png);
	background-repeat: no-repeat;
}
#content{
	width: 100%;
	clear: both;
}


/***********************************************/
/* #branding div       styles               */
/***********************************************/
#branding-logo {
	float: left;  
	padding-bottom:10px;
	z-index: 150;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 25px;
}
#branding-name {
	z-index: 175;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	line-height:1.5em;
}
.brandTxt {
	font-size:165%;
	color: #333399; /**Dusty Blue**/
	td
}


/**********************************************/
/* #content-main div       styles             */
/**********************************************/
#content-main {
	width:50%;
	float:left;
}
#content-links {
	width:70%;
	float:left;
}


/**********************************************/
/* #content-sub div       styles             */
/**********************************************/
#content-sub{
	width:25%;
	float:right;
	font-size: 90%;
	line-height: 1.5em;	
	font-weight:normal;	
}
#content-sub a {
	color: #333399; /**Dusty Blue**/
	text-decoration:underline;
}
#content-sub a:hover, a:active {
	color: #333399; /**Dusty Blue**/
	text-decoration:none;
}
#content-sub ul li { 
	color:#000000;
	background-position: 0.4em;
	padding-left: 0.9em;
	line-height: 2.0em;
	margin: 1em 0;
}
#content-sub .snippet {
	color: #B72602; /**Dk Red**/	
}
/***********************************************/
/* NAVIGATION Layout Divs                      */
/***********************************************/
/*	BASED ON: http://css.maxdesign.com.au/listamatic/vertical08.htm
	Browser support: IE6 +, Netscape 7.1 +, Mozilla 1.4 +, Opera 7.11, Safari 1.0+
	Author: Russ Weakley
Comments: Rollovers can be achieved by converting the a elements within the list to blocks using display: block; and swapping background colors using the a:hover pseudo-class. 
*/
#navcontainer { 
	width:20%;
	float:left;
	line-height: 1.5em;
	padding: 0 30px 10px 0px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	letter-spacing:.1em;
	display: block;
	padding: 8px;
	width: 160px;
	background-color: #FF3300; /*red*/
	border-bottom: 1px solid #B72602; /**Dk red**/
}
#navcontainer a:link, #navlist a:visited {
	color:#333399; /**Dusty Blue**/
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #F78D28;
	color: #FFFFFF; /**White**/
}
/********** IMG styles ************/
/**remove default linked img border in IE**/
img {border-color:#FFFFFF;} /**White**/
a img {text-decoration:none;}


/***********************************************/
/*             Unique PAGE styles              */
/***********************************************/
/* SITEMAP page only */
#content ul li ul a{
	text-decoration:none;
}
/* SITEMAP page only */
#content ul li ul a:hover, a:active{
	text-decoration:underline;
}
/* NEWS pages only */
#flyer {
	background-color: #99CCFF;
	text-align:center;
	line-height: 2.0em;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 150px;
	width: 65%;
	padding-top: 5px;
	padding-left: 7px;
}
.eventTitle {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #EFECCA; /*Dust*/
	font-weight:bold;	 
}
/* CONTACT pages only */
table#links {
	padding-top: 3px;
	padding-bottom: 3px;
}
#links tr td {
	padding: 3px;
	border-bottom-style: groove;
	border-bottom-width: thin;
	height: 10px;
}
/*********COPYRIGHT & SWD CONTENT***********/
#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC; /**Lt. Grey**/
	color: #CCCCCC; /**Lt. Grey**/
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.copyright {
	font-size: 80%;
	text-align:right;
}
.copyright a {color: #A7A37E;} /**taupe**/

/****************STYLES*******************/
.onPage {
	color: #EFECCA; /*Dust*/
	font-weight:bold;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 2px;
}
.emphasis {
	color: #898989; /*Dk Grey*/
	font-weight:bold;
}
.snippet {
	font-size: 85%;
	color: #A7A37E;
}
.black {
	color: #000000; /*Blk*/
}
.kits {
	margin-left: 1em;	
	line-height: 1.7em;
}
.board {line-height: 2.2em;}
.name {color:#CCCCCC;} /**grey**/
.str-address {line-height: 1.2em;}
.phone {font-weight:normal;}
.email {
	text-decoration: underline;
	text-indent: 3px;
}

