/* Start of CMSMS style sheet 'debug_global' */
@charset "utf-8";
/**********************************************
  Noble Studios
  Client: 	High Desert Micro Imaging
  Author: 	Roy Lindauer
  Contact: 	roy@noblestudios.com
  Date: 	10/13/07
**********************************************/

/*
  We clear the padding and margins of most block elements 
  to remove common formatting glitches/errors and issues across 
  modern browsers
*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
:focus
{
  -moz-outline-style: none;
}

/**********************************************
  Structure & Layout
**********************************************/
#container{
	margin:0 auto;
	text-align:center;
	width:900px;
	position:relative;
	}
#footer{
	clear:both;
	text-align:center;
	height:200px;
	background:url(images/footer.gif) repeat-x #ffffff top;
	position:relative;
	}
#header{
	height:110px;
	position:relative;
	text-align:left;
	}
#billboard{
	height:320px;
	position:relative;
	clear:both;
	margin-top:10px;
	text-align:left;
	z-index:10;
	}
#billboard_content{
	position:absolute;
	left:408px;
	top:76px;
	right:40px;
	bottom:20px;
	overflow:hidden;
	z-index:20;
	}
#billboard_img{
	width:403px;
	position:absolute;
	left:5px;
	height:320px;
	z-index:15;
	}
#page{
	text-align:left;
	}
#home_page{
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	background:url(images/page.gif) no-repeat bottom;
	text-align:left;
	}
.col1{
	width:290px;
	margin:0 5px;
	float:left;
	overflow:hidden;
	}
.col2{
	width:290px;
	margin:0 5px;
	float:left;
	overflow:hidden;
	}
.col3{
	width:290px;
	margin:0 5px;
	float:left;
	overflow:hidden;
	}
#newsflash{
	/*background:url(images/newsflash.gif) no-repeat;*/
	height:50px;
	/*width:860px;*/
	text-align:left;
	overflow:hidden;
	}
#newsflash_top {
        width: 900px;
        height: 6px;
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
        background: url(images/newsflash_top.jpg) no-repeat;
}
#newsflash_middle {
        width: 880px;
        background: url(images/newsflash_middle.jpg) repeat-y;
        padding: 0 20px;
}
#newsflash_bottom {
        width: 900px;
        height: 6px;
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
        background: url(images/newsflash_bottom.jpg) no-repeat;
}
.header_contact{
	display:block;
	position:absolute;
	top:24px;
	right:37px;
	background:url(images/icon_q.gif) no-repeat left;
	padding:4px 0px 4px 25px;
	}
#main_nav{
	position:absolute;
	right:2px;
	bottom:10px;
	}
#main_content{
	float:left;
	border-right:1px solid #c0c4c0;
	padding:0 20px;
	margin:30px 0;
	width:549px;
        overflow:hidden;
	}
#sidebar{
	float:right;
	padding:0 15px;
	margin:30px 0;
	width:280px;
	}
/**********************************************
  Fonts & Colors
**********************************************/
body{
	font:normal 75% "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#575757;
	background:url(images/background.gif) repeat-x #ffffff;
	}
h1#logo{
	text-indent:-9999px;
	height:100px;
	width:300px;
	background:url(images/logo.gif) no-repeat;
	}
h1#logo a{
	display:block;
	height:100px;
	width:300px;
	}
#main_content h2{
	color:#1b1b1b;
	font:normal 1.5em Arial, Helvetica, sans-serif;
	letter-spacing:-.6px;
	margin:0 0 20px 0;
	}
#sidebar h2{
	color:#1b1b1b;
	font-weight:bold;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
	margin:0 0 10px 0;
	}
#sidebar h3{
	color:#1b1b1b;
	font-weight:bold;
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
	margin:0 0 10px 0;
	}
#main_content h3{
	color:#1b1b1b;
	font-weight:bold;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
h4{}
h5{}
h6{}
#page p{
	line-height:1.5em;
	margin:0 0 10px 0;
	}
#sidebar p{
	padding:0 5px;
	}
em,i{}
strong,b{}
blockquote{}
ul{}
li{}

#newsflash .newsflash_content{
	color:#1b1b1b;
	font-size:.9em;
	padding-top:1px;
	display:block;
	/*float:left;*/
	}
#newsflash .newsflash_title{
	font-size:1em;
	padding-top:1px;
	display:block;
	float:left;
	width:120px;
	color:#1b1b1b;
font-weight:bold;
	}
	
#billboard h2{
	color:#000000;
	font:bold 18pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding:0 0 5px 0;
	letter-spacing:-.8px;
	}
#billboard p{
	color:#000000;
	font:bold 9pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding:5px 0;
	text-align:justify;
	}
.col1 h2, .col2 h2, .col3 h2{
	background:url(images/third_column_title.gif) no-repeat;
	padding:2px 15px 0 15px;
	height:28px;
	width:260px;
	color:#ffffff;
	font:normal 1.4em "Trebuchet MS", Helvetica, Arial, sans-serif;
	overflow:hidden;
	}
.col1 p, .col2 p, .col3 p{
	padding:5px 15px;
	}
	
a, a:visited{
	color:#077cff;
	text-decoration:none;
	font-weight:bold;
	}
a:hover, a:active{
	color:#0944c8;
	text-decoration:underline;
	font-weight:bold;
	}
.header_contact a, .header_contact a:visited{
	color:#a31212;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
.header_contact a:hover, .header_contact a:active{
	color:#610b0b;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
	
#main_nav ul{
	list-style:none;
	}
#main_nav ul li{
	display:inline;
	float:left;
	text-align:center;
	}
#main_nav ul li a, #main_nav ul li a:visited{
	color:#ffa31f;
	text-decoration:none;
	font-size:1.2em;
	padding:6px 0 0 0;
	width:100px;
	height:24px;
	display:block;
	background:url(images/menu_off.gif) no-repeat;
	margin:0 1px;
	text-align:center;
	}
#main_nav ul li a.last{
	margin-right:0;
	}
#main_nav ul li a:hover, #main_nav ul li a:active{
	background:url(images/menu_over.gif) no-repeat;
	}
body#home a#menu_Home,
body#Services a#menu_Services,
body#Company a#menu_Company,
body#Support a#menu_Support {
	background:url(images/menu_on.gif) no-repeat;
	color:#ffffff;
	}
.sidebar_menu{
	list-style:none;
	margin:10px 0 30px 0;
	}
.sidebar_menu li{
	display:inline;
	}
.sidebar_menu li a, .sidebar_menu li a:visited{
	display:block;
	padding:6px 0 0 20px;
	width:260px;
	height:24px;
	background:url(images/sidebar_menu_back.gif) no-repeat;
	color:#ffffff;
	text-decoration:none;
	}
.sidebar_menu li a:hover, .sidebar_menu li a:active{
	background:url(images/sidebar_menu_over.gif) no-repeat;
	color:#ffffff;
	text-decoration:none;
	}
#footer{
padding-top:30px;
}
#footer p{
line-height:1.5em;
padding:5px 0;
}
.breadcrumbs{}

#main_content ul{ margin:10px 20px; }
#main_content ul li{ padding:3px; line-height:1.5em;}
/**************************************
  Clear for floated elements
**************************************/
/* Clear fix for floated elements */
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
  Contact Form
*/
.contactform{

}
.contactform fieldset {border:none;}
.contactform fieldset legend {font-weight: bold; font-size:1.2em;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #f00;}
.error_message{ display:block; background:#f2e6b4; border:1px solid #ff0000; padding:5px; color:#ff0000; font-weight:bold; }
.error_message ul{ list-style:none; margin:0; padding:0; }
.error_message ul li{ padding:5px; color:#000000; }
#home, #Services, #Company, #Support {
        margin:0;
}
#header h1, p{
        margin:0;
}
span.newsflash_content p{
        margin:0;
}
#billboard_content h2{
        margin:0;
}
div.col1 h2{
        margin:0;
}
div.col2 h2{
        margin:0;
}
div.col3 h2{
        margin:0;
}
.subscribeform table {
        border-spacing: 0;
}
.subscribeform input[type=text] {
        width: 150px;
        margin-left: 10px;
}
.required {
        color: red;
}
/* End of 'debug_global' */

