/* global.css
 * CSS for elements that exist on two or more pages
 * Josh Mast, HIVEHAUS Design (josh@hivehaus.com)
 */

/*
 * Global element defaults
 */

BODY {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: verdana, lucida grande, lucida sans unicode, helvetica, sans-serif;
	background: url(../g/background-2.jpg) top center repeat-y;
	color: #3F3F3F;
	font-size: 8pt;
}

a:link {
	color: #006084;
}

a:visited {
	color: #006084;
}

a:hover {
	color: #2E9AC2;
}

p {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
	padding: 0px;
	color: #006084;
	margin: 2em 0px 0px 0px;
	font-variant: small-caps;
}

h3 {
	font-size: 11pt;
        color: #006084;
        font-variant: small-caps;

}

h4 {

}


.clear {
	clear: both;
	height: 1px; /* grah */
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}

.hide {
	display: none;
}

div#content div.subdivision {
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 10px 0px;
}

div#content p.beginning-paragraph {
	font-size: 10pt;
}

div#container div.bottomshadow {
	width: 100%;
	height: 15px;
	background: url(../g/bottom-shadow-1.png) top left no-repeat;
}



div#container {
	margin: 0px auto auto auto;
	width: 764px;
	text-align: left;
}

div#container div#top {
	width: 100%;
	height: 50px;
	position: relative;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	background: url('../g/zerolag-gradient-2.png');
	background-position: 0px -10px;
}

div#popcontainer div#top {
        position: relative;
        padding: 20px 0px 0px 0px;
        margin: 0px;
        font-size: 0px;
        line-height: 0px;
}


div#container div#logo {
	width: 342px;
	height: 36px;
	margin: 0px 0px 0px 10px;
	background: url(../g/zerolag-logo.png) no-repeat;
}

div#container div#logo a {
	width: 342px;
	height: 36px;
	border-width: 0px;
	display: block;
}

div#container div#logo h1 {
	display: none;
}

div#container div#buttons {
	width: 100%;
	height: 40px;
	background: url(../g/zerolag-buttons.png) no-repeat;
	margin: 1px 0px 0px 0px;
}

/* First Tier Navigation Bar */

ul#nav {
	width: 100%;
	height: 41px;
	background: url(../g/zerolag-buttons.png) no-repeat;
	padding: 0px;
	position: relative;
	margin: 1px 0px 0px 0px;
}

ul#nav li {
	list-style: none;
	position: absolute;
}

ul#nav li, ul#nav a {
	height: 41px;
	display: block;
}

ul#nav span {
	display: none;
	padding: 0px;
	font-size: 0px;
}


#b1 {
	left: 0px;
	width: 152px;
}

#b1a {
	left: 0px;
	width: 152px;
	background: #006084 url(../g/zerolag-buttons.png) 0px -82px no-repeat;
}

#b2 {
	left: 153px;
	width: 152px;
}

#b2a {
	left: 153px;
	width: 152px;
	background: #006084 url(../g/zerolag-buttons.png) -153px -82px no-repeat;
}

#b3 {
	left: 306px;
	width: 152px;
}

#b3a {
	left: 306px;
	width: 152px;
	background: #006084 url(../g/zerolag-buttons.png) -306px -82px no-repeat;
}

#b4 {
	left: 459px;
	width: 152px;
}

#b4a {
	left: 459px;
	width: 152px;
	background: #006084 url(../g/zerolag-buttons.png) -459px -82px no-repeat;
}

#b5 {
	left: 612px;
	width: 152px;
}

#b5a {
	left: 612px;
	width: 152px;
	background: #006084 url(../g/zerolag-buttons.png) -612px -82px no-repeat;
}

#b1 a:hover {
	background: #006084 url(../g/zerolag-buttons.png) 0px -41px no-repeat;
}

#b2 a:hover {
	background: #006084 url(../g/zerolag-buttons.png) -153px -41px no-repeat;
}

#b3 a:hover {
	background: #006084 url(../g/zerolag-buttons.png) -306px -41px no-repeat;
}

#b4 a:hover {
	background: #006084 url(../g/zerolag-buttons.png) -459px -41px no-repeat;
}

#b5 a:hover {
	background: #006084 url(../g/zerolag-buttons.png) -612px -41px no-repeat;
}

/* Second Tier navigation bar */

ul#subnav {
	width: 257px;
	height: 19px;
	background: url(../g/zerolag-secondary-buttons.png) top left no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

ul#subnav li {
	list-style-type: none;
}

ul#subnav li a {
}

ul#subnav li a#sn1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 71px;
	height: 19px;
}

ul#subnav li a#sn1:hover {
	background: transparent url(../g/zerolag-secondary-buttons.png) 0px -19px no-repeat;
}

ul#subnav li a#sn2 {
	position: absolute;
	top: 0px;
	left: 71px;
	width: 61px;
	height: 19px;
}

ul#subnav li a#sn2:hover {
	background: transparent url(../g/zerolag-secondary-buttons.png) -71px -19px no-repeat;
}

ul#subnav li a#sn3 {
	position: absolute;
	top: 0px;
	left: 132px;
	width: 61px;
	height: 19px;
}

ul#subnav li#sn3a {
	position: absolute;
	top: 0px;
	left: 132px;
	width: 61px;
	height: 19px;
	background: transparent url(../g/zerolag-secondary-buttons.png) -132px -38px no-repeat;
}

ul#subnav li a#sn3:hover {
	background: transparent url(../g/zerolag-secondary-buttons.png) -132px -19px no-repeat;
}


ul#subnav li#sn4a {
	position: absolute;
	top: 0px;
	left: 193px;
	width: 63px;
	height: 19px;
	background: transparent url(../g/zerolag-secondary-buttons.png) -193px -38px no-repeat;
}


ul#subnav li a#sn4 {
	position: absolute;
	top: 0px;
	left: 193px;
	width: 63px;
	height: 19px;
}

ul#subnav li a#sn4:hover {
	background: transparent url(../g/zerolag-secondary-buttons.png) -193px -19px no-repeat;
}

ul#subnav li span {
	display: none;
}



/* --- fine print --- */

p.fineprint {
	font-size: 9px;
	color: #acacac;
}

p.fineprint i {
	font-weight: bold;
}


/* --- stupid navtree --- */
div#navtree {
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	margin: 1em 0px 1em 15px;
}

div#navtree a:link, div#navtree a:visited {
	color: #006084;
	text-decoration: none;
}


/* --- Element ground rules --- */
p {
	padding: 0px;
	margin: 1em 0px 1em 0px;
}

h3 {
	font-size: 10pt;
}


#stretch {
	width: 100%;
	height: 5px;
	background-color: #006084;
	line-height: 0px;
	font-size: 0px;
}

div#container div#footer {
	width: 100%;
	text-align: center;
	margin: 2em 0px 2em 0px;
	font-size: 9px;
	color: #aaaaaa;
}

div#container div#footer a:link, div#container div#footer a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

div#container div#footer a:hover {
	color: #004E71;
}



/*
 * 460px long rounded grey box
 *
 */

div.rounded-box-1 {
		width: 460px;
		margin: 15px 0px 0px 15px;
}

div.rounded-box-1 div.top {
		background: url(../g/rounded-top-460px.png) top left no-repeat;
		width: 460px;
		height: 6px;
		line-height: 0px;
		font-size: 0px;
}

div.rounded-box-1 div.content {
		padding: 10px;
		margin: 0px;
		font-size: 10pt;
		background-color: #efefef;
}

div.rounded-box-1 div.bottom {
		background: url(../g/rounded-bottom-460px.png) top left no-repeat;
		width: 460px;
		height: 6px;
		line-height: 0px;
		font-size: 0px;
}


/* --- services > content --- */


div#container div.gray-rightsidebar-270 {
	float: right;
	width: 270px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}

div#container div.gray-rightsidebar-270 div.top {
	background: url(../g/services-sidebar-top.png) top left no-repeat;
	line-height: 0px;
	font-size: 0px;
	height: 16px;
	width: 100%;
}

div#container div.gray-rightsidebar-270 div.bottom {
	background: url(../g/services-sidebar-bottom.png) top left no-repeat;
	line-height: 0px;
	font-size: 0px;
	height: 16px;
	width: 100%;
}

div#container div.left-side-content {
	float: left;
	width: 480px;
}


div#container div.gray-rightsidebar-270 div.category {
	position: relative;
	margin: 0px 0px 3em 0px;
}

div#container div.gray-rightsidebar-270 div.category img {
	float: left;
	margin: 0px 10px 0px 16px;
}

div#container div.gray-rightsidebar-270 div.category ul.options {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 170px;
}

div#container div.gray-rightsidebar-270 div.category ul.options li {
	list-style-type: none;
}

div#container div.gray-rightsidebar-270 div.category ul.options li b {
	color: #006480;
}

div#container div.gray-rightsidebar-270 div.category ul.options h4 {
	padding: 0px;
	margin: 0px 0px 0.6em 0px;
	font-size: 10pt;	
}


