/* CSS Document */

body {
	background: #8D8B8B url(/images/solutions/solutions-networking-background.jpg) top center no-repeat; 
/*	background: #8D8B8B url(solutions-mobile-background.jpg) 50% 15px no-repeat;  */
/* height: 100%; */
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size:16px;
	font-weight: bold;
}

div#wrapper  {
 height: 100%;
}

div#main_holder {
 height: 100%;
}


div#header_wrapper {
height: 116px; 
position: absolute; 
z-index: 10;
}


div#page-banner {
	position: relative; 
	top: 116px; 
	background: transparent url(/images/solutions/solutions-networking-banner.jpg) top center no-repeat; 
	margin: 0; 
	width: 960px; 
	height: 240px; 
	z-index: 0;
}



div#main_content  {
 width: 560px;
 margin: 95px 75px 20px 75px;
 border-right: none;
 height: 100%;
}

div#content  {
 width: 560px;
 
}


div#left_content  {
 width: 250px;
 background: #A4A4A4 url('/images/solutions/sidebar-shadow.jpg') left repeat-y;
 margin-right: 0;
 margin-top: 95px;
 height: 100%;
 
}

p.solutionsSidebar {
	color: #FFF;
	font-size: 13px;
	margin-top: 27px; 
	margin-right: 10px;
	margin-bottom: 27px; 
	margin-left: 17px;
	line-height: 120%;
	font-weight: normal;
}

p.solutionsSidebarList {
	color: #FFF;
	font-size: 13px;
	margin-top: 10px; 
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 17px;
	line-height: 120%;
	font-weight: normal;
}


a.solutionsSidebarLink {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;

	}
	
.hrSidebar {
	margin: 5px 0 14px;
    padding: 0;
	height: 1px;
	color: #CCCCCC;
    line-height: 1px;
	border-top: 1px transparent solid;
    width: 100%;
}

#bottom_border {
    background: url(/images/bottom-shadow-solutions.png) repeat-y;
}

div.solutions_menu_active {
	background: url(/images/solutions/menu-active.jpg) repeat-x;
	height: 41px;
	float: left;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}


div.solutions_menu_active a {
	background: url(/images/solutions/menu-active.jpg) repeat-x;
	height: 41px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}

div.solutions_menu_active a span{
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 300%;
}

div.solutions_menu_inactive {
	height: 41px;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

div.solutions_menu_inactive a {
	display: block;
	height: 41px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	border-left: 1px solid #999999;
}

div.solutions_menu_inactive a span{
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 300%;
}



a.bigquestionLink:link { 
	text-decoration: none;
	color: #666666;
}

a.bigquestionLink:visited { 
	text-decoration: none;
	color: #666666;
}

a.bigquestionLink:hover { 
	text-decoration: underline;
	color: #336699;
}

a.bigquestionLink:active { 
	text-decoration: underline;
	color: #336699;
}

p.solutionsSidebar a:link {
	text-decoration: none;
	color: #fff;

}

p.solutionsSidebar a:visited {
	text-decoration: none;
	color: #fff;

}

p.solutionsSidebar a:hover {
	text-decoration: underline;
	color: #fff;
}

p.solutionsSidebar a:active {
	text-decoration: underline;
	color: #fff;
}

p.solutionsSidebarList a:link {
	text-decoration: none;
	color: #fff;

}

p.solutionsSidebarList a:visited {
	text-decoration: none;
	color: #fff;

}

p.solutionsSidebarList a:hover {
	text-decoration: underline;
	color: #fff;
}

p.solutionsSidebarList a:active {
	text-decoration: underline;
	color: #fff;
}

/* Accordian list styles */

div#test-accordion{
    margin: 0px;
/*    border: 1px solid #eee; */
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
  	margin: 0;
	padding: 5px;
  	background: transparent url(/images/solutions/button-closed.png) top repeat-x; 
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	cursor:pointer;
	padding-left: 40px;
	padding-top: 14px;
	height: 31px;
}

div.accordion-toggle-active{
	background: transparent url(/images/solutions/button-open.png) top repeat-x;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #A4A4A4 url('/images/solutions/sidebar-shadow.jpg') left repeat-y;

}

/* FORM styles */


/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: -moz-inline-box;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; 	 } /* Width of labels */
form.cmxform label.cxbox { width: 300px; 	 } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 440px;
/*	font-size: 1.1em; */
	color: #333;
	font: normal 75%;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C1C1C1;
	background: url(/images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
	}




