/* CSS Document */
*{
padding:0px;
margin:0px;
}


body{
background-image:url(../images/bg.gif);
background-repeat:repeat;
background-color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-top:0px;
margin-top:0px;
line-height:16px

}

table.main{
border:#fff 3px solid;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
-opera-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
text-align:left;
background-color:#FFFFFF;
}

table.header{
background-image:url(../images/header.gif);
background-repeat:no-repeat;
}

td.nav{
background-image:url(../images/nav_bg.gif);
background-repeat:no-repeat;
text-align:left;

}

.super{
 	vertical-align: 33%;
    font-size:.66em;
}

td.border_right{
border-right: 1px solid #999999;

}

td.border_bottom{
border-bottom: 1px solid #999999;

}

td.border_three{
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;

}
td.border_top{
border-top: 1px solid #999999;

}

td.border_all{
border: 1px solid #999999;

}

tr.titlebg{
background-image:url(../images/title_bg.gif);
background-repeat:repeat-x;
}

td.box_green_top{
background-image:url(../images/box_green_top.gif);
background-repeat:no-repeat;
}

td.box_blue_top{
background-image:url(../images/box_blue_top.gif);
background-repeat:no-repeat;
}

td.box_red_top{
background-image:url(../images/box_red_top.gif);
background-repeat:no-repeat;
}
td.box_body{
background-image:url(../images/box_body.gif);
background-repeat:repeat-y;
padding-top:4px;
padding-left:10px;
padding-right:15px;
}
td.box_bottom{
background-image:url(../images/box_bottom.gif);
background-repeat:no-repeat;
}



tr.titlebg_green{
background-image:url(../images/title_bg_green.gif);
background-repeat:repeat-x;
}

tr.list_bg{
background-image:url(../images/list_arrow.gif);
background-repeat:no-repeat;
}

table.compare td {
border-width: 0px 1px 1px 0px;
border-style: solid solid solid solid;
border-color: #cccccc #cccccc #cccccc #cccccc;
-moz-border-radius: 0px 0px 0px 0px;
padding-top:2px;
padding-bottom:2px;
}

h1{
font-size:16px;
color:#000000;
padding-bottom:10px;
padding-top:8px;
padding-left:0px;
padding-right:0px;
margin:0px;
}



#bold ul li{
list-style-type:disc;
font-size:12px;
font-weight:bold;
color:#000000;
margin-left:20px;

}

#regular ul li{
list-style-type:disc;
font-size:12px;
color:#000000;
margin-left:20px;

}

input.button{
font-size:12px;
font-weight:bold;
background-color:#ffffff;
background-image:url(../images/button_bg.gif);
background-repeat:repeat-x;
border-top:#999999 2px solid;
border-bottom:#333333 2px solid;
border-left:#999999 2px solid;
border-right:#333333 2px solid;
cursor:pointer;

}

.titles{

font-size:16px;
font-weight:bold;
color:#000000;
text-align:center;


}

.titles_left{
font-size:14px;
font-weight:bold;
color:#000000;
text-align:left;
}


.list{
font-size:12px;
color:#000000;
text-decoration:none;
padding-left:19px;
}

.formNames{
font-size:12px;
color:#000000;
text-decoration:none;
padding-right:4px;
}

.text_red{
font-size:12px;
color:#990000;
text-decoration:none;
}
.text_grey_italic {
color: #666666;
font-style: italic;
}

.text_black_big{
font-size:14px;
color:#000000;
text-decoration:none;
font-weight:bold;
}

.text_green{
font-size:14px;
font-weight:bold;
color:#336600;
text-decoration:none;
}

h1.header_green{
font-size:14px;
font-weight:bold;
color:#336600;
text-decoration:none;
padding:0px;
margin:0px;

}

h2.subhead{
font-size:12px;
font-weight:bold;
color:#666666;
text-decoration:none;
padding:0px;
margin:0px;

}


.text_blue{
font-size:13px;
font-weight:bold;
color:#003366;
line-height:1.25;
text-decoration:none;
}

.text_red_big{
font-size:13px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

.text_white{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.text_black_regbold{
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.text_blue_regbold{
font-size:12px;
font-weight:bold;
color:#000066;
text-decoration:none;
}

.text_blue_big{
font-size:14px;
font-weight:bold;
color:#000066;
text-decoration:none;
}

.text_red_regbold{
font-size:12px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

p{
padding-top:3px;
padding-bottom:3px;
}

.text_black{
font-size:12px;
color:#000000;
text-decoration:none;
}

a{
color:#003366;
text-decoration:none;

}

a:hover{
color:#000000;
text-decoration:underline;

}


a.content_link{
color:#003366;
text-decoration:underline;

}

a.content_link:hover{
color:#000000;
text-decoration:none;

}



a.blacklink{
color:#000000;
text-decoration:none;

}

a.blacklink:hover{
color:#990000;
text-decoration:underline;

}

td.borderbottom{
border-bottom: 1px solid #333333;
}

input {

font-size:12px;
background:#FFFFFF;
margin-bottom:2px;
margin-top:2px;
border:#999999 1px solid;

}
select {

font-size:12px;
background:#FFFFFF;
margin-bottom:2px;
margin-top:2px;
border:#999999 1px solid;

}

textarea {
font-size:12px;
background:#FFFFFF;
margin-bottom:2px;
margin-top:2px;
border:#999999 1px solid;
}


/*Menu CSS --- Menu CSS --- Menu CSS --- Menu CSS --- Menu CSS --- Menu CSS --- Menu CSS --- */


#container {

	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:200px;

}



#nav {
	float: left;

	list-style: none;
	/*background-image:url(images/blue_bar.gif); background-repeat:repeat-x;*/

	/*line hight is the main height of the nav bar */
	line-height: 2.3;
	font-weight: bold;
	padding: 0px 0px 0px 0px;

}


#nav ul {
	float: left;

	list-style: none;
	background:#FFFFFF;
	/*line height is height of menu items */
	line-height: 2;
	font-weight: bold;
	padding: 0px;
	border:#999999 solid;
	border-width: 1px 0px;
	margin: 0px 0px 1em 0px;
}



#nav a {
	display: block;
	/* width of the link area in main area */
	width: 130px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	

}

#nav a:hover {
display: block;
	color:#006633;

}

#nav a.no_second {
	display: block;
	color: #333333;
	padding-left:25px;
	font-weight:normal;
	
}


#nav a.has_second {
	background: url(http://www.logicbright.com/images/on_13x13_greyboxed.gif);
	background-repeat:no-repeat;
	background-position:right;
	color: #333333;
	padding-left:25px;
	display: block;
	/*has secondary menus attached to it*/

}

#nav li {
	float: left;
	padding: 0px;
	/*spacing of primary menus*/
	width: 100px;
	
	
	
}

#nav li ul {
	position: absolute;
	left: -1000px;
	height: auto;
	width: 140px;
	/*this is the width and look of the main pulldowns*/
	font-weight: normal;
	border:#999999 1px solid;
	margin: 0px;
}


#nav li li {
/*background width controlling width of highlight*/
	padding-right: 10px;
	width: 130px;
	
}

#nav li ul a {
	width: 130px;
	/*position of background menu*/
}

#nav li ul ul {
	margin: -17px 0px 0px 140px;
	/*The positions the secondary menu*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -1000px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background:#AAF7FF;

}

#nav li.menu_bar:hover{

	background:none;

}

