@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #83E1FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#pagecontent { /* container positioning */
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: repeat-y;
	width: 826px;
	text-align: left;
	position: relative;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 10px;
}
#header {
	background: #000000;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 0px;
	background: url(../../imagesjune08/gatewayv13n01.jpg) no-repeat;
	height: 518px;
	background-color: #000000;
}

#mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer {
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
text-align: center;}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 519px;
	background-color: #000000;
}

#verticalbar {
	float: left; /* since this element is floated, a width must be given */
	width: 1px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#apDiv0 {
	position: absolute;
	width: 100px;
	left: 276px;
	top: 470px;
	background-color: #242429;
	height: 125px;
	padding-bottom: 5px;
}

#apDiv1 {
	position: absolute;
	width: 100px;
	left: 149px;
	top: 470px;
	background-color: #242429;
	height: 125px;
	padding-bottom: 5px;
}

#apDiv2 {
	position: absolute;
	width: 100px;
	left: 402px;
	top: 470px;
	background-color: #242429;
	height: 125px;
	padding-bottom: 5px;
}

#apDiv3 {
	position: absolute;
	width: 100px;
	left: 529px;
	top: 470px;
	background-color: #242429;
	height: 125px;
	padding-bottom: 5px;
}
#apDiv4 {
	position: absolute;
	width: 100px;
	left: 650px;
	top: 470px;
	background-color: #242429;
	height: 125px;
	padding-bottom: 5px;
}
#apDiv5 {
	position: absolute;
	width: 600px;
	left: 180px;
	top: 100px;
	height: 125px;
	padding-bottom: 5px;
}
#apDiv6 {
	position: absolute;
	width: 200px;
	left: 560px;
	top: 200px;
	background-color: #242429;
	height: 155px;
	padding-bottom: 5px;
}
/*

http://rafael.adm.br/css_browser_selector/

.[os].[browser] .mylink { font-weight: bold; } -> without space between .[os] and .[browser]
Available OS Codes [os]:

win - Microsoft Windows
linux - Linux (x11 and linux)
mac - Mac OS

Available Browser Codes [browser]:

ie - Internet Explorer (All versions)
ie8 - Internet Explorer 8.x
ie7 - Internet Explorer 7.x
ie6 - Internet Explorer 6.x
ie5 - Internet Explorer 5.x
gecko - Mozilla, Firefox (all versions), Camino
ff2 - Firefox 2
ff3 - Firefox 3
opera - Opera (All versions)
opera8 - Opera 8.x
opera9 - Opera 9.x
konqueror - Konqueror
webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira*/
