


/* Global Reset
------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

* {
	margin: 0;
	padding: 0;
}

/* Layout
------------------------------------------------------------------------------*/

body {
	font: .75em Verdana, sans-serif;
	color: #545454;
	position: relative;
	background: url(../images/blue_bg.jpg) top center repeat;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 824px;
	background: url(../images/main_bg.jpg) top center repeat;
}

/* homepage columns */
body#home .left_col {
	width: 498px;
	float: left;
}
body#home .right_col {
	width: 234px;
	float: right;
}

/* interior columns */
body#interior .left_col {
	width: 234px;
	float: left;
}
body#interior .right_col {
	width: 498px;
	float: right;
}

/* Header
------------------------------------------------------------------------------*/

#header {
	margin: 0 auto;
	padding: 38px 56px 0 56px;
	height: 105px;
	width: 760px;
	background: url(../images/header.jpg) top left no-repeat;
}

/* logo */
a.logo, a.logo:visited, a.logo:hover {
	margin: 0;
	padding: 0;
	width: 166px;
	height: 91px;
	display: block;
	float: left;
	background: url(../images/logo.jpg) top left no-repeat;
}

/* Top Navigation Rules
------------------------------------------------------------------------------*/

.topNav { 
	height: 194px;
	background: url(../images/servers.jpg) bottom left no-repeat;
	border: solid #fff;
	border-width: 0 1px;
	z-index : 10;
}

.topNav ul {
	margin-left: 0;
	list-style: none;
	padding: 0 21px;
	height: 29px;
	width: 780px;
	list-style : none;
	background: url(../images/nav_backing.jpg) top left repeat-x #000;
	border: solid #fff;
	border-width: 1px 0;
	display : block;
	float : left;
	position : relative;
}

.topNav ul li {
	margin : 0;
	padding : 0;
	width : auto;
	border : none;
	background : none;
	display : block;
	position : relative;
	float : left;
}

.topNav ul li a {
	padding: 5px 10px 0 10px;
	height: 24px;
	display: block;
	color: #fff;
	font-size: 90%;
	background: url(../images/nav_divides.jpg) bottom right no-repeat;
}
.topNav ul li a:visited, .topNav ul li a:hover {
	color: #fff;
}

/* Rules for topNav selected links */

.topNav ul li.selected a {
	color: #000 !important;
	background: url(../images/nav_selected.jpg) top left repeat-x #96c2da !important;
}
.topNav ul li.selected ul li a, .topNav ul li ul li.selected a {
	background: #30596F !important;
	color: #fff !important;
}
.topNav ul li.selected ul li a:hover, .topNav ul li ul li.selected a:hover { color: #fff !important; background: #999 !important; }

/* These rules are the default settings for all levels of sub-navigation */

.topNav ul li ul {
	margin : 0;
	padding : 0;
	width : 128px;
	display : block;
	background : none;
	border: 0;
	border-top: 1px solid #fff;
	position: absolute;
	top : 29px;
	left : 0;
	clear : both;
}
.topNav ul li ul li {  color : #fff; height: auto; padding : 0; border-bottom : 1px #999 solid; }
.topNav ul li ul li a { width : 128px; padding-bottom: 3px; color : #fff; background : #30596F; height: auto; text-align : left; display: block; }
.topNav ul li ul li a:hover { color: #fff; background: #999; }

/* "hover" links expand to reveal children when hovered over but can also go to an href when clicked */

.topNav li li a.hover { width : 128px; text-align : left; }


/* side navigation on left side of interior pages */
.sideNav ul {
	margin-left: 0;
	list-style: none;
}
.sideNav ul li {
	margin: 0;
	padding: 0 0 2px 0;
	background: url(../images/section_divide.gif) bottom left repeat-x;
}
.sideNav ul li a, .sideNav ul li a:visited, .sideNav ul li a:hover {
	margin: 0;
	padding: 4px 0;
	height: 1%; /* ie6 fix */
	display: block;
}
.sideNav ul li.selected a {
	margin: 0;
	padding: 4px 0;
	height: 1%; /* ie6 fix */
	display: block;
	background: url(../images/side_selected.jpg) top right repeat-y;
}

/* Content
------------------------------------------------------------------------------*/

#content {
	width: 762px;
	padding: 20px 31px;
	clear: both;
	float: left;
}

/* industry news and featured products container */
.news_and_products {
/*	padding-top: 5px;
	width: 762px;
	clear: both;
	float: left; */
}

/* collapsing text boxes */
h4.headline {
	margin: 0;
	padding: 5px 10px 10px 10px;
	width: 478px;
	font-weight: bold;
	background: url(../images/plus.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
}
h4.open { background: url(../images/minus.jpg) top left no-repeat; }
.headlineBody {
	padding: 10px;
	width : auto;
	background : url(../images/collapsingTextBody.gif) bottom left no-repeat;
	display : block;
}

/* contact form */
form {
	margin-bottom: 20px;
	padding: 10px 19px;
	float: left;
	background: #ececec;
	border: 1px solid #CFCFCF;
}
form ul {
	margin-left: 0;
	list-style: none;
}
form ul, form p, form h1, form h2, form h3, form h4 {
	float: left;
	width: 100%;
}
form li {
	padding: 4px 0;
	width: 458px;
	float: left;
}
form label {	
	padding: 3px 20px 0 0;
	width: 160px;
	text-align: left;
	float: left;
}
form input {
	padding: 3px;
	float: left;
	border: 1px solid #BFBFBF;
}
form textarea {
	margin-top: 5px;
	padding: 3px;
	height: 120px;
	float: left;
	border: 1px solid #BFBFBF;
}
form select {
	padding: 3px;
	border: 1px solid #BFBFBF;
}
form option {
	padding-right: 8px;
}
form input.button {
	width: auto;
	margin-right: 3px;
	padding: 1px 3px;
	background: url(../images/form_button.jpg) bottom left no-repeat #fff;
	cursor: pointer;
	float: left;
}
form span.asterik {
	padding-top: 5px;
	float: right;
}
form label.error {
	margin: 4px 0;
	padding: 3px 5px 3px 30px;
	width: 421px;
	text-align: left;
	float: left;
	color: #fff;
	background: url(../images/error.gif) 7px 50% no-repeat #eb4747;
	border: 1px solid #b83535;
}
/* form widths */
form .full {
	width: 450px;
}
form .three_quarter {
	width: 315px;
}
form .half {
	width: 215px;
}
form .fourth {
	width: 115px;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	margin-left: 31px;
	width: 762px;
	padding: 20px 0;
	font-size: 90%;
	clear: both;
	background: url(../images/section_divide.gif) top left repeat-x;
}

/* Common
------------------------------------------------------------------------------*/

p, ul, dl {
	margin-bottom: 15px;
	line-height: 160%;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	line-height: 160%;
	text-transform: uppercase;
	color: #3D6B8C;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

ul {
	margin-left: 15px;
	list-style: circle;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a, input {
	outline: none;
}

a { text-decoration: none; color: #3a6e8f;  }
a:visited { text-decoration: none; color: #2a4e61; }
a:hover { text-decoration: underline; color: #3a6e8f; }

.amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}
.hide {
	display: none;
}
.left { float: left; margin: 0 15px 5px 0; }
.right {	float: right; margin: 0 0 5px 15px; }
.clear { clear: both; }
