/*globals*/

html * { margin: 0; padding: 0;	}
.border { border: 1px solid red;}
.no-border { border: 0;}
.no-padding { padding: 0; margin: 0; border: 0;}
.margin { margin-left: 15px;}
	
body {  
  width:798px;
  height: auto;
  font: small 'Arial' sans-serif;
  color: black;
  background-color: rgb(135,135,136);
  background-image:url('images/background.gif');
  background-position:top center;
  margin:0 auto;
  background-repeat:repeat-y;
   z-index: 0;
}

body div { /*adjusts the disappearing bottom link underline in IE */
  width: 770px;
  padding-bottom: 1px;
}

body span { /*adjusts the disappearing bottom link underline in IE */
	padding-bottom: 1px;
}

/*links etc.*/

#container {
  width: 770px;
  position: relative;
	z-index: 0;
	 }
	 
#bodybox {
  position: relative;
  width: 770px;
  padding:0;
  background-color: white;
  height:1100px;
  margin:0 auto; 
}

#contentbox {
    background: url('images/topblueback.gif');
    background-color:white;
    background-repeat: repeat-x; 
    position:relative;
	top:2px;
}

#logo {
  height: 44px;
  width: 770px;
  position: relative;
  top:10px;
  left:10px;
  background: transparent;
}
#adboxes {
  margin-left:18px;
  height: 180px;
  width: 770px;
}


div.adbox {
  background: url('images/sq_promo_back.gif') no-repeat;
  height: 180px;
  width: 170px;
}
img.adimg {
  position:relative;
  top:13px;
  left:14px;
}
img.desc {
  margin:10px;
}

a, a:link {
  color: red;
  text-decoration: none;
	background: transparent;
	}

a:active {
}

a:visited {
}

a:hover {
  text-decoration: underline;
  color: red;
}

td {
	border: solid gray 1px;
}
#nav {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	list-style: none;
	height: 50px;
	width: 770px;
	text-align: center;
}

#nav a {
	display: block;
	height: 100%;
	width: auto;
	text-align: center;
	position:relative;
	top:7px;
	text-decoration: none;
	padding: 0px;

	vertical-align: middle;
	color:white;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
	height: 20px;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	border-top: 0px;
	position: relative;
	background: white;
}

#nav li ul li a:hover { background: orange;color: white;}	
#nav a span { display: none;}	
	
#nav li.menuitem {
  border: solid 1px;
  border-color:green;
  margin-right: 2px;
  margin-left: 2px;
  height: 28px;
  background: url('images/navbutback.gif');
  position: relative;
  top: 18px;
  width: 100px;
}

#nav li.menuitem:hover {
    background: url('images/navbutback_hover.gif');

}	

#nav ul li {
  border: 1px solid #969696;
  border-top: 0;
}
	
#nav li ul { /* second-level lists */
	position: absolute;
	text-align: center;
	display: block;
	width: 115px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right: 0;
	z-index: 1001;
}

#nav li ul li { 
	display: block;
	width: 115px;
	padding: auto;
	height: 20px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: -10px;
	top: 32px;
}


/*general lists*/

ul { 
list-style-position: inherit;
margin-left: 0px; 
padding-left: 10px; 
list-style: disc; 
vertical-align: middle; 
height: 100%;
}

ol {
list-style-type: decimal; 
margin-left: 0px; 
padding-left: 10px; 
vertical-align: middle; 
height: 100%;
list-style-position: outside;
margin-top:8px;
margin-bottom:8px;
}

ol li {
margin-left:25px;
}

li { 
margin-bottom: -2px; 
padding: 0px;
color:blue;
}

li.none { 
margin: 0px; 
padding: 0px;
list-style:none;
}


.no-indent {
list-style-position: inside;
font-size: small;
list-style-type: circle;
}

ul.alpha {overflow: auto;}

ul.alpha li {
display: block;
padding-right: 5px;
width: auto;
float: left;
}

.descriptionbox {
  margin:18px; 
  width:724px;
  height:200px;
}

.bordered {
border:solid gray 1px;
padding:5px;
}

/*Headings and Text */

h1, h2, h3 { font-weight: bold;text-align: left;}
h1, h2, h3, h4, h5 {  font-family: 'Verdana', 'Lucida Grande', 'Verdana', sans-serif;}

h1 {
  font-family:Georgia;
  font-size: 18px;
  margin:0 5px 0px 5px;
}

h1.white {
  font-family:Georgia;
  font-size: 18px;
  color:white;
  margin:0 5px 0px 5px;
}

h2 {
  font-size: 13px;
  text-align: left;
  margin:0 3px 10px 3px;
}

h3 {
  font-size: 11px;
  margin: 0 5px 5px 5px;
	font-style: normal;
	}

h4 {
  font-size:x-small;
  font-weight: normal;
  margin: 0 5px 0px 5px;
  letter-spacing: -0.1en;
}

h5 {
  font-size: xx-small;
  font-weight: normal;
  margin: 0 5px 0px 5px;
  letter-spacing: -0.1en;
}

/*paragraphs */

p {
  font-size: small;
  text-align: left;
	margin: 10px;
	margin-left: 30px;
}
/*floats and alignment*/

.float-l { float: left; }
.float-r { float: right;}
.center { margin: 0 auto;}
.c { text-align: center;}
.right {text-align: right;}
.block {display: block;}

/*hovers in IE*/
a.home:hover {background-image: url('images/navbutback_hover.gif') 0px 0px transparent no-repeat;}
a.compare {background-image: url('images/navbutback.gif') 0px 0px transparent no-repeat;}
a.compare:hover {background-image: url('images/navbutback_hover.gif') 0px 0px transparent no-repeat;}
a.contact {background-image: url('images/navbutback.gif') 0px 0px transparent no-repeat;}
a.contact:hover {background-image: url('images/navbutback_hover.gif') 0px 0px transparent no-repeat;}
a.faqs {background-image: url('images/navbutback.gif') 0px 0px transparent no-repeat;}
a.faqs:hover {background-image: url('images/navbutback_hover.gif') 0px 0px transparent no-repeat;}

/*size modifiers*/

.two-third {
width: 58.5%;
}

.fifty {
  width: 48.5%;
}

.third {
  width: 25.1%;
  margin-right: 4px;
}

.section {
  width: 70%;
}	

.all {
  width: 99.6%;
}

.almost-all {
width: 89%;
}

.hide {
  display: none;
}
