/* Screen CSS
	Stylesheet for BlueCore Networks
	Author: Robert Aubin, http://robertaubin.com
	Date of Last Change: 11/11/2007
*/

/********* General Site Guidelines *********/
body {
	background:url('../../images/bg-black.gif') top left repeat-x;
	margin: 15px 0px;
	font-size: 1em;
	color: #000;
	font-family: Helvetica, Verdana, Georgia, Arial;
}
h1,h2,h3,h4,h5,h6 {color:#00aeef;font-weight:normal;}
h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.8em;}
h6 {font-size:.7em;}
img{border:none;}
em {font-weight:bold; font-style:italic;}
p {text-align:left;font-size:1em;line-height:1.2em;margin-top:20px;}
a {color:#00aeef;text-decoration:none;}
.hidden {display:none;} /* hidden text for browsers/screenreaders with stylesheets turned off */

/********	PAGE CONTAINER ID'S		**********/

/*	page border div */
#page_top {
	width: 950px;
	height: 31px;
	margin: 0px auto;
	padding:0;
	text-align:center;
	background:url('../../images/page-top.gif') bottom left no-repeat;
}

/* page body div */
#page_body {
	width: 950px;
	margin: 0px auto;
	padding:0;
	text-align:center;
	background:url('../../images/page-mid.gif') top left repeat-y ;
}

/* page bottom div */
#page_bottom {
	clear:both;
	width: 950px;
	height: 261px;
	margin: 0px auto;
	text-align:center;
	background:url('../../images/bg-home.gif') top left no-repeat;
}

/* footer (under page_bottom) */
#footer {
	margin:10px auto;
	text-align: center;
	color: #ccc;
	font-size: .8em;
}
/* Navigation Landing Page only */
/* Adapted from (http://www.alistapart.com/articles/slidingdoors/) */
#main_nav {
	
	padding:0;
	margin:25px auto 0 auto;
	text-align:center;
	background:url('../../images/interior/nav_top_bg.gif') no-repeat 1px 0;
	width:922px;
	height:30px;
}
	
#main_nav ul{
	margin: 0 auto 0px 180px;
	list-style-type: none;
	text-align: center;
	height: 30px;
	font-size:16px;
}
*html #main_nav ul{margin-left:225px;} /*ie 6 only*/

#main_nav ul li { display: inline;float:left;}

#main_nav ul li a
{
display:block;
text-decoration: none;
margin:0px;
padding:0px;
color: #00aeef;
width: 111px;
height: 30px;
}

#main_nav span {display:none;overflow:hidden;} /*hides text within link spans*/
#main_nav ul li.roll_1 a {background: url('../../images/interior/buttons/solutions.gif') no-repeat 0 -30px;}
#main_nav ul li.roll_2 a {background: url('../../images/interior/buttons/services.gif') no-repeat 0 -30px;}
#main_nav ul li.roll_3 a {background: url('../../images/interior/buttons/support.gif') no-repeat 0 -30px;}
#main_nav ul li.roll_4 a {background: url('../../images/interior/buttons/news.gif') no-repeat 0 -30px;}
#main_nav ul li.roll_5 a {background: url('../../images/interior/buttons/about.gif') no-repeat 0 -30px;}
#main_nav a {
	border-left:1px solid #ccc;
}
.no_border{
	border:0px !important;
}
#main_nav ul li a:hover {
	color: #000;
	background-position: 0 1px;
}
#main_nav ul li a.active {background-position:0 1px;}
/* page copy (has background, contains copy and sidebar) */
#page_copy {
	
	width:922px;
	overflow:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url('../../images/interior/inside_border2.gif') 1px 0 repeat-y;
	
}
#mini_nav_top {
	margin-top:25px;
	padding:0;
	width:224px;
	height:11px;
	background:url('../../images/interior/mini_nav_top.gif') bottom left no-repeat;
	
}
#mini_nav {
	width:224px;
	background:url('../../images/interior/mini_nav_bg.gif') top left repeat-y;
	text-align:center;
	margin: 0 auto;
	padding:0;
}
#mini_nav ul {
	margin:0 auto;
	padding:3px;
	text-align:center;
	list-style-type:none;
	
}
#mini_nav li {
	padding-bottom:3px;
}
#mini_nav li a {
	color:#fff;
	font-size:13px;
	margin:0 auto;
	text-align:center;
	display:block;
	width:174px;
	height:19px;
	background:url('../../images/interior/buttons/mini_nav/mini_nav_button.gif') no-repeat 0 -19px;
}
#mini_nav li a:hover,#mini_nav li a.selected {
	color:#000;
	background-position:top left;
}

#mini_nav li a span{display:none;overflow:hidden;}
#mini_nav_bottom {
	margin:0;
	padding:0;
	width:224px;
	height:16px;
	background:url('../../images/interior/mini_nav_bottom.gif') top left no-repeat;
}
/****	Page Columns	******/

#left_col {
	
	float:left;
	margin-left: 15px;
	width:224px;
	
}
#right_col {
	
	float:right;
	text-align:left;
	margin-right:40px;
	margin-top:10px;
	width:550px;
	
}

#tagline {
	float:right;
	margin:-45px 25px 0 0;
	text-align:left;
}
/****** 	CLASSES		*******/

.logo {
	text-align: left;
	margin: 0px 40px;
}
#feature {
	margin-top:25px;
}
#feature-links {
	/* 3 sections at bottom of home page */
	clear:both;
	height:150px;
	margin: 0px auto;
	padding-top:10px;
	width:870px;

}
.feature-block {
	background: #ccc url('/images/block-bg-g.gif') no-repeat top left; /* block-bg.gif to have blocks without gradients */
	display:inline;
	float:left;
	height:140px;
	margin:4px;
	width:280px;
}
.feature-block p {
	color: #000;
	font-size:11px;
	margin:10px;
}
.quote {
	margin-left:25px;
	margin-right:25px;
	padding:10px;
	background-color:#eef3f6;
	color:#5b5b5b;
}
.quote_source {
	display:block;
	text-align:right;
	font-size:.8em;
	margin-right:35px;
	padding-top:10px;
	color:#aaa;
}
.contact_info {
	list-style-type:none;
}
.footer_link {
	float:right;
	margin:100px 35px 0 0;
	color:#666;
	font-size:.8em;
	
}
/**** For contact form ****/
.msg {color: #ff9900;font-weight:bold;border:5px solid #ffc966;padding:20px;width:600px;margin:10px auto;text-align:center;}
.hide {visibility:hidden;}
.show {visibility:visible;}
