/* CSS Document */

body { 
margin:0px auto; padding:0px;
text-align:center;
width: 660px; 

}

#wrapper {
	margin:0 auto;
	width:660px;
	text-align: left;
}

#topnav { 
text-align:right;
width: 660px;
}

#header-logo { 
padding: 0 0 0 0;
width: 660px;

}

#logo { 
text-align:left;
}

.blue-band { 
padding: 15 0 15 0;
}

#three-boxes {
background-image: url('images/box1.jpg');
background-repeat: no-repeat;
background-position: center; 
}

#box-temp {
position: absolute;
float: left;
width: 660px;
background-image: url('images/green-boxes.jpg');
background-repeat: no-repeat;
background-position: center; 
}

#box1 {
display: inline-block;
position: absolute;
float: left;
width: 316px;
height: 150;
background-image: url('images/box1.jpg');
background-repeat: no-repeat;
background-position: center; 
}

#box2 {
width: 216px;
background-image: url('images/box1.jpg');
background-repeat: no-repeat;
background-position: center; 
}
#box3 {
position: absolute;
float: right;
width: 216px;
background-image: url('images/box1.jpg');
background-repeat: no-repeat;
background-position: center; 
}


#topnavlinks a:link {font-family: verdana,arial,helvetica,sans-serif;font-size:12px; font-weight:bold; color:#555; text-decoration:none; }
#topnavlinks a:active {font-family: verdana,arial,helvetica,sans-serif;font-size:12px; font-weight:bold; color:#555; text-decoration:none; }
#topnavlinks a:visited {font-family: verdana,arial,helvetica,sans-serif;font-size:12px; font-weight:bold; color:#666; text-decoration:none; }
#topnavlinks a:hover {font-family: verdana,arial,helvetica,sans-serif;font-size:12px; font-weight:bold; color:#666; text-decoration:underline; }

a.nav:link {font-family: verdana,arial,helvetica,sans-serif;font-size: 1.2em;font-weight: bold;color: #999900;text-decoration : underline;}
a.nav:active {font-family: verdana,arial,helvetica,sans-serif;font-size: 1.2em;font-weight: bold;color: #999900;text-decoration : underline;}
a.nav:visited {font-family: verdana,arial,helvetica,sans-serif;font-size: 1.2em;font-weight: bold;color: #999900;text-decoration : underline;}
a.nav:hover {font-family: verdana,arial,helvetica,sans-serif;font-size: 1.2em;font-weight: bold;color: #999900;text-decoration : none;}

#footernavlinks a:link {font-family: verdana,arial,helvetica,sans-serif;font-size: 0.7em;font-weight: bold;color: #CC6600;text-decoration : underline;}
#footernavlinks a:active {font-family: verdana,arial,helvetica,sans-serif;font-size: 0.7em;font-weight: bold;color: #CC6600;text-decoration : underline;}
#footernavlinks a:visited {font-family: verdana,arial,helvetica,sans-serif;font-size: 0.7em;font-weight: bold;color: #CC6600;text-decoration : underline;}
#footernavlinks a:hover {font-family: verdana,arial,helvetica,sans-serif;font-size: 0.7em;font-weight: bold;color: #CC6600;text-decoration : none;}

#header { 
width: 760px; 
float: left; 
}

#main-holder { 
width: 600px; 
float: left; 
}

#extra { width: 150px; float: right; }
#main { width: 440px; float: right; }
#subnav { width: 150px; float: left; }
#footer { width: 760px; float: left; }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	list-style-image:url(../images/bullet.gif)
}
h1 {font-family:Helvetica, Arial, Verdana, serif;
font-size:1.1em;
color:#FF9900;
}

h2 {font-family:Helvetica, Arial, Verdana, serif;
font-size:0.9em;
color:#DD7700;
}

