/* === Resets === */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:101%;line-height:1;text-align:left;font-family:helvetica,arial,sans-serif;/* Change back to inherit for other applications */}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
q:before,q:after,
blockquote:before,blockquote:after{content:"";}
/* === Quick Universal Styles === */
.float_left{float:left;}
.float_right{float:right;}
.clear{clear:both;/* To be used with <br /> tags for floats */}

#wrapper {
	width:1050px;
}
#wrapper {
	width:830px;
}

a {
	font-size:0.8em;
}

#logo_container {
	background:url(../images/main/axiom_head.png) no-repeat #fff;
	height:74px;
}

#header {
	height:93px;
	background:url(../images/main/black-bar_new.jpg) no-repeat -4px bottom #fff;
}

#header{
	background:url(../images/main/black-bar_new.jpg) no-repeat -224px bottom #fff;
}

#black_bar {
	clear:both;
}

#nav {
}

#nav ul li {
	float:left;
}

#nav a {
	height:27px;
	display:block;
	font-size:0;
}

#nav a.home {
	width:115px;
	background:url(../images/main/navigation_r1_c1.jpg) no-repeat;
}

#nav a.level {
	width:133px;
	background:url(../images/nav/nav1_1.jpg) no-repeat;
}

#nav a.level:hover {
	background:url(../images/nav/nav1_2.jpg) no-repeat;
}

#nav a.flow {
	width:102px;
	background:url(../images/nav/nav2_1.jpg) no-repeat;
}

#nav a.flow:hover {
	background:url(../images/nav/nav2_2.jpg) no-repeat;
}

#nav a.valves {
	width:110px;
	background:url(../images/nav/nav3_1.jpg) no-repeat;
}

#nav a.valves:hover {
	background:url(../images/nav/nav3_2.jpg) no-repeat;
}

#nav a.rec_cond { /* Now Data Collection */
	width:160px;
	background:url(../images/nav/nav4_1.jpg) no-repeat;
}

#nav a.rec_cond:hover { /* Now Data Collection */
	background:url(../images/nav/nav4_2.jpg) no-repeat;
}

#nav a.connectivity {
	width:220px;
	background:url(../images/nav/nav5_1_new.jpg) no-repeat;
}

#nav a.connectivity {
	width:220px;
	display:none;
	background:url(../images/nav/nav5_1_new.jpg) no-repeat;
}

#nav a.connectivity:hover {
	background:url(../images/nav/nav5_2_new.jpg) no-repeat;
}

#nav a.misc {
	width:210px;
	background:url(../images/nav/nav6_1.jpg) no-repeat;
}


#nav a.misc:hover {
	background:url(../images/nav/nav6_2.jpg) no-repeat;
}

#left_side {
	width:196px;
	height:642px;
	background:url(../images/main/left-bar.jpg);
	float:left;
}

#sub_nav {
	margin:20px 0 0 30px;
}

#sub_nav li {
	width:130px;
	text-align:center;
	background:#a3b7be;
	border:1px solid #000;
}

#sub_nav li.active {
	background:#d7dfe2;
}

#sub_nav li a {
	color:#000;
	font-size:0.7em;
	text-decoration:none;
}

#sub_nav li:hover {
	background:#d7dfe2;
}

#right_side {
	float:left;
	width:800px;
	padding:24px 0 0 18px;
}
#right_side{width:580px;}

#right_side h1,#right_side h2 {
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 0 12px 0;
}

#right_side h1 {
	font-size:1.1em;
}

#right_side h2 {
	font-size:0.8em;
}

#right_side p {
	font-size:0.8em;
	line-height:1.2em;
}

.sub_columns {
	float:left;
	width:300px
}
.sub_columns {width:230px;}
/* Directory Links! */
#right_side p a{
	font-size:1em;
}