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

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

ul, li, p { font-size: .95em;}
table { border:1px solid #eee;font-size:.85em;margin:0px auto;}
thead { background-color: #eee;}
td, th {padding:5px;border-bottom:1px solid #eee;}
td {text-align:left;}
.table-caption { margin:0px auto;font-size:.8em;color:#333;text-align:center;}
.table-and-caption {margin:30px auto;}
/********	PAGE CONTAINER ID'S		**********/

/*	page border div */
#page_top {
	width: 951px;
	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: 951px;
	margin: 0px auto;
	padding:0;
	text-align:center;
	background:url('/images/interior/page-mid.gif') top left repeat-y ;
}

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

/* footer (under page_bottom) */
#footer {
	margin:10px auto;
	text-align: center;
	color: #ccc;
	font-size: .6em;
}
/* 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 2px 0;
	width:925px;
	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 ul li a:hover {
	color: #000;
	background-position: 0 1px;
}
#main_nav ul li a.active {background-position:0 1px;}
#main_nav a {
	border-left:1px solid #ccc;
}
.no_border{
	border:0px !important;
}
/* page copy (has background, contains copy and sidebar) */
#page_copy {
	
	width:925px;
	/*min-height:300px; /*not required for ie6 */
	overflow:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url('../../images/interior/inside_border2.gif') 2px 0px repeat-y;
	
}
#page_copy .full-width {
	/* Pages without sidebar */
	padding:10px 35px;
	text-align:left;
	line-height:1.5em;

}
#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;
	line-height:19px;
}
#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;
}

#sub-nav {
	list-style-type: none;
	float:right;
	margin-right:60px;
	margin-top:30px;
	text-align:left;
}
#sub-nav li {
	display:inline;
	float:left;
	padding:5px 15px;
}
#sub-nav li a {
	color:#B7B7B7;
}
#sub-nav li a:hover {
	color:#00AEF2;
}
#sub-nav li.current a{
	color:#000;;
}



/****	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;
	
}
#right_col a:hover {
	text-decoration:underline;
}
#tagline {
	float:right;
	margin:-45px 25px 0 0;
	text-align:left;
}
/****** 	CLASSES		*******/

.logo {
	text-align: left;
	margin: 0px 40px;
}
.feature {
	margin-top:25px;
}
.left-content {
	margin: 30px 0;
}
.quote {
	background-color:#eef3f6;
	color:#5b5b5b;
	margin-left:25px;
	margin-right:25px;
	padding:10px;
}
.quote-source {
	/* Put the source in a span within <p class="quote">*/
	color:#aaa;
	display:block;
	text-align:right;
	font-size:.8em;
	margin-right:35px;
	padding-top:10px;
	
}
.directions {
	text-align:left;
	margin-left:10px;
	font-size:.85em;
}
.directions ul{
	padding-left:10px;
}
.contact_info {
	list-style-type:none;
	text-align:left;
	width:100%;
	margin-left:0px;
}
.normal_list {
	list-style-type:disc;
	line-height:100%;
}
/* break the body into two columns temporarily */
.row {
	/* if you need to keep lcol and rcol content in line and separated wrap each pair of lcol and rcol in this */
	clear:both;
	width:850px;
}
.lcol{
	float:left;
	text-align:right;
	width:360px;
}
.rcol {
	float:right;
	text-align:left;
	width:450px;
	
}
.clear {
	clear:both;
} 
/**** 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;}

.poc {
	/* for poc button on meru & talari pages */
	margin-top: -5px;
}

