/* Design by Bracewell Web Works @ http://www.Bracewell Web Works licensed to Colorado Springs Small Business Development Center */

/* #######################  GENERAL SETTINGS ############################ */
html.body {
	margin: 0;
	font: 14px/18px Arial, Verdana, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background: #FFFFFF;
	padding: 0px;
	font: 14px/18px Arial, Verdana, Helvetica, sans-serif;
}
#pageBkgrd {
	background: #153785 url(../images/BKGpage.jpg) repeat-x;
}
.tdNavBkgrd {
	background: url(../images/menuBKG.jpg) repeat-x;
	height: 33px;
}
.BKGtop {
	background: url(../images/BKGtop.jpg) repeat-x center top;
	height: 137px;
	padding-top: 10px;
}
.BKGmountain {
	background: url(../images/BKGMount.jpg) no-repeat center top;
	height: 155px;
}
.BKGmid {
	background: #153785 url(../images/contentBkgrd.jpg) no-repeat center top;
}

/*  Global Formatting */
h1 {
	font-size:18px;
	line-height: 1em;
	font-weight: 900;
	color: #003399;
}
h2 {
	font-size:16px;
	line-height: 1em;
	font-weight: 900;
	color: #CC6600;
}
h3 {
	font-size:16px;
	line-height: 1em;
	font-weight: 900;
	color: #000099;
}
h4 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
	color: #CC3300;
}
h5 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
}
h6 {
	font-size:14px;
	line-height: 1em;
	font-weight: bold;
}
td {
	font-size: 14px;
}
th {
	font-size: 14px;
}
a {
	color: #000099;
}
a:hover {
	color: #CC6600;
}
a.image, a.image:hover {
	border:0;
}
/* #######################  END GENERAL SETTINGS ############################ */


/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs */	
.pathway {
	font-size: 12px;
	color:#000099;
}
a.pathway:link {
	color:#000099;
}
a.pathway:visited {
	color:#666666;
}
a.pathway:hover {
	color:#000099;
	text-decoration:underline;
}
a.pathway:active {
	color:#000099;
}
/* Mainlevel menu */
.mainlevel {
	height: 15px;
	border: 0px;
}
a.mainlevel {
	display: block;
	color: #000099;
	padding: 0px 0px 0px 5px;
	margin: 0;
	border: 0px;
	text-decoration: none;
}
a.mainlevel:hover {
	color: #000099;
	text-decoration: underline;
}
a.mainlevel:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel {
	height: 18px;
}
a.sublevel {
	display: block;
	color: #000099;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
a.sublevel:hover {
	display: block;
	color: #000099;
	text-decoration: underline;
}
a.sublevel:active {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
/* End Sub Menu */
	
/******** TOP MENU ********/

ul#mainlevel-nav {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style-type: none;
	/*width: 100%;*/
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 15px;
}
ul#mainlevel-nav li {
	display: inline;
}
ul#mainlevel-nav li a {
	width: auto;
	color: #FFFFFF;
	padding: 3px 20px 3px 15px;
	text-decoration: none;
	float: left;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #FFFFFF;
}
ul#mainlevel-nav li a:hover {
	color: #FFCC00;
	text-decoration: none;
	padding: 3px 20px 3px 15px;
}
ul#mainlevel-nav li a:focus {
	color: #FFCC00;
	padding: 3px 20px 3px 15px;
}
/*ul#mainlevel-nav li a:active {
	color: #FFCC00;	
	font-weight: bold;
	padding: 3px 20px 3px 15px;

}*/
ul#mainlevel-nav li.active a {
	color: #FFCC00;
	font-weight: bold;
	padding: 3px 20px 3px 15px;
}
ul#mainlevel-nav li.active a span {
	color: #FFCC00;
	font-weight: bold;
	padding: 3px 20px 3px 15px;
}
/* End Top Menu */
		
/*##################### NAVIGATION SECTION #####################*/	

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 155px;
	padding: 0px;
	margin: 3px 7px 3px 10px;
	border: 1px solid #CCCCCC;
}
table.moduletable th {
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	padding: 0;
	background: url(../images/menuBKG.jpg) repeat-x;
}
table.moduletable td {
	padding: 5px;
}
/* ##################### END STANDARD MODULE TABLE  #################*/
	
/* ##################### CUSTOM MODULE TABLE  #################*/
table.moduletable-ser {
	width: 155px;
	padding: 0px;
	margin: 3px 7px 3px 20px;
}
table.moduletable-ser td {
	padding: 5px;
}
table.moduletable-spon {
	width: 155px;
	padding: 0px;
	margin: 3px 7px 3px 10px;
	border: 1px solid #CCCCCC;
}
table.moduletable-spon th {
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	background: url(../images/menuBKG.jpg) repeat-x;
	vertical-align: middle;
}
table.moduletable-spon td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
/* ##################### END CUSTOM MODULE TABLE  #################*/


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {
	color: #000099;
	padding: 15px 0px 5px;
	font: bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/* content title and links */
.contentpagetitle {
	background-color : White;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px;
}
a.contentpagetitle:hover {
	color: #000;
	border-bottom: 0px dashed #CCCCCC;
	text-decoration: none;
}
/* top box like a category description */
.contentdescription {
	float: right;
	width: 100%;
	margin-right: 10px;
	margin-top: 0px;
}
/* Main Body Text */
.contentpane {
	width: 390px;
	overflow:auto;
	/*height:150px;*/
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 12px;
	font: 14px/18px Arial, Verdana, Helvetica, sans-serif;
}
.contentpaneopen {
	width: 95%;
	/*height:15px;*/
	overflow:auto;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Main Body Text */

/* article rating */
.content_rating {
	font-weight: normal;
	font-size:.8em;
}
.content_vote {
	font-weight: normal;
	font-size: .8em;
}
/* icons */
.buttonheading {
	font-size: 12px;
}
a.pop-up {
	border-bottom: 0;
}
.pop-ups {
	float: right;
}
/* Dates */
.createdate {
	color: #666;
	font-size:.8em;
	font-weight: normal;
}
.modifydate {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.newsfeeddate {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}
/* Dates */

/* Writen by Authors name */
.small {
	color: #666;
}
/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
	font-size: 14px;
	color: #000099;
}
.pagebar {
	font-size: 12px;
}
.pagenav_prev {
	font-size: 14px;
	color: #000099;
}
.pagenav_next {
	font-size: 14px;
	color: #000099;
}
a.pagenav {
	color: #000099;
	border-bottom: 0;
}
a.pagenav:hover {
	color: #000099;
	border-bottom: 0;
}
.pagenavcounter {
	height: 15px;
}
.back_button {
	font-size: 14px;
	height: 15px;
}
/* Read more link */
.readon {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#000099;
	font-weight: bold;
}
/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 14px;
}
table.contenttoc th {
	background: #2F3E57;
	color: White;
}
table.contenttoc td {
	padding: 2px;
}
/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}
/* End Article index  */

/*  component heading */
.componentheading {
	font: bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
	color: #000099;
	padding-top: 15px;
	padding-left: 7px;
	margin: 0px;
}
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	font-weight : bold;
	border-collapse: collapse;
	font-size: 14px;
}
/* Table odd and Even Rows */
.sectiontableentry1 {
	background-color: #FFFFFF;
	font-size: 142px;
	padding:5px;
}
.sectiontableentry2 {
	background-color : #FFF;
	font-size: 14px;
	padding:5px;
}
.sectiontablefooter {
	height: 18px;
}
/* End Sectiontable */

/* Category */
.category {
	color:#333;
}
a.category:link, a.category:visited, a.category:hover {
	height: 15px;
}
/* End category */


/* blogsection */
.blog {
	background-color : #FFFFFF;
	margin: 0px;
}
.blogsection {
	height: 18px;
}
.blog_more {
	height: 18px;
}
.blog_heading {
	height: 18px;
}
/* space from bottom of article */
/*.article_seperator{
	background-color: #FFFFFF;
}*/
span.article_seperator {
	display: block;
	height: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
}
/* End blogsection */

/* Search Form Module*/

.search {
	height: 18px;
	border: none;
}
/* results if not search google */
.searchintro {
	height: 18px;
}
/*Search Form keyword highlight*/
.highlight {
	/*border: 1px dashed #010101;*/
	background: #DDEEFF;
	padding: 0px 2px 0px 2px;
}
/* End Search Form */

/* wrapper title */
.wrapper {
	background-color: #FFFFFF;
}
.FOOTER {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/BKGfooter.jpg) repeat-x;
}
.FOOTER a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;
}
.FOOTER a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.FOOTER a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/
	

/* ##################### FORM SECTION  #####################*/	
form {
	font-size: 14px;
	border: 0px;
	width: 98%;
}
input {
	background-color:#FFFFFF;
	color: #000099;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
.inputbox {
	background: White;
}
.text_area {
	background: White;
}
/* Pull down menu */
.selectbox {
	width: 90%;
}
/* Submit Button */
.button {
	border: 1px solid #999;
	color: White;
	padding: 3px 13px;
	background: url(../images/menuBKG.jpg) repeat-x;
}
/* Contact Email Form */
.contact_email {
	margin: 0px;
	padding: 5px;
}
/* ##################### END FORM SECTION  ##################### */	

/* ###################### TABBED EDITING ###################### */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
}
/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
}
.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
}
.edit-tabs {
	padding: 1em;
	background: none;
}
.tabpadding {
	padding: 1px;
}
.tabheading {
	background-color: #CC0000;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
}
/*Body of the form*/
.adminform {
	background-color : #FFFFFF;
}
/* ###################### End TABBED EDITING ###################### */

