@media Screen {

/*------ BASIC ELEMENTS -----------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: #000000;
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #999999; 
	text-decoration: none;
	}
a:active {
	color: #999999;
	text-decoration: none;
	}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
hr {
	border: 0;
	height: 1px;
	width: 90%;
  }
  
/*------ MAJOR DIV TAGS -----------------------------------------------*/

/* layer one */
#container {
	height: 100%;
	width: 950px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	}
	
#topnav	{
	width: 900px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align: right;
	}

#header {
	position: relative;
	height: 108px;
	width: 950px;
	padding: 0;
	margin: 0;
   font-family: Verdana, Arial;
	font-size: 11px;
	letter-spacing: 1px;
	float: left;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
	
#content {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	}

#homeBanners {
	display: block;
	width: 903px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}

#banners {
	display: block;
	width: 880px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	background: url(footer.png) bottom repeat-x;
	width: 950px;
	height: 54px;
	font-size: 11px;
	color: #8AA3C4;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	}

/*------ CONTENT DIVS FOUND IN CORESPONDING STYLE SHEETS -------------*/


/*------ HEADER NAVIGATION LIST --------------------------------------*/

/*#dropNavi {
	position: relative;
	top: -32px;
	left: 200px;
	z-index: 2;
	}*/

#dropNavi {
	position: absolute;
	top: 76px;
	left: 200px;
	z-index: 10;
	color: #000000;
	}
	
/* ----------- first tier list -------------- */
ul.first {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	float: left;
	}
/* needed for IE */
ul.first a {
	display: block;
	width: auto;
	}

/* lines up the list horizontally */
ul.first li {
	position: relative;
	float: left;
	width: auto;
	padding-right: 5px;
	list-style: none;
	}

/* roll overs for list items if you want them
li:hover, li.sfhover {
	background: #333333;
	}
 */

/* ----------- second tier list --------------*/
ul.drop4, ul.drop6, ul.drop5, ul.drop2 {
	position: absolute;
	top: 12px;
	width: 182px;
	display: none;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 15px;
	z-index: 10;
	}

/* links within the second tier list */
ul.drop4 a, ul.drop6 a, ul.drop5 a, ul.drop2 a {
	position: relative;
	left: 10px;
	top: 5px;
	z-index: 10;
	}

/* second tier list items */
ul.drop4 li, ul.drop6 li, ul.drop5 li, ul.drop2 li {
	display: block;
	width: 182px; /* gives definate dimension to the  drop down */
	padding-bottom: 5px;
	}
	
/* ---- hover revels the second tier list ---*/
/* drop4 */
li:hover ul.drop4, li.sfhover ul.drop4 {
	display: block; /* wont show up without this */
	height: 101px;
	background: url(drop_4.png) top no-repeat;
	}
	
/* drop6 */
li:hover ul.drop6, li.sfhover ul.drop6 {
	display: block; /* wont show up without this */
	height: 140px;
	background: url(drop_6.png) top no-repeat;
	}
	
/* drop5 */
li:hover ul.drop5, li.sfhover ul.drop5 {
	display: block; /* wont show up without this */
	height: 101px;
	background: url(drop_5.png) top no-repeat;
	}
	
/* drop2 */
li:hover ul.drop2, li.sfhover ul.drop2 {
	display: block; /* wont show up without this */
	height: 101px;
	background: url(drop_2.png) top no-repeat;
	}

/*------ FOOTER NAVIGATION --------------------------------------------*/

#foti {
	width: 600px;
	position: relative;
	top: 28px;
	left: 260px;
	padding: 0;
	margin: 0;
	}	
#foti ul {
	padding: 0;
	margin: 0;
	}
#foti li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
/*------ CLASSES ------------------------------------------------------*/

.header {
	padding: 0;
	margin: 0;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
.ban {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	padding-right: 16px;
	}
	
/*------ EXTRA LINK INFORMATION ---------------------------------------*/

/* top navigation link styles */
#topnav a:link {
	color: #333333;  /* Dark Grey */
	font-weight: normal;
	}
#topnav a:visited { 
	color: #333333;
	font-weight: normal;
	}
#topnav a:hover {  /* Medium Grey */
	color: #999999;
	font-weight: normal;
	}
#topnav a:active { 
	color: #999999;
	font-weight: normal;
	}

/* header link styles */

#header a:link {
	color: #C9F3FB; /* Pale Blue */
	font-weight: normal;
	}
#header a:visited { 
	color: #C9F3FB;
	font-weight: normal;
	}
#header a:hover {
	color: #49DDFD; /* Bright Blue */
	font-weight: normal;
	}
#header a:active { 
	color: #C9F3FB;
	font-weight: normal;
	}

/* footer link styles */

#footer a:link, #footer a:visited{
	color: #8AA3C4;  /* Blue Gray */
	font-weight: normal;
	}
#footer a:hover, #footer a:active {
	color: #C9F3FB;  /* Pale Blue */
	font-weight: normal;
	}

}
/*******************************************
To have a seperate set of CSS rules for
printed pages you will need the fallowing.
*******************************************/

@media Print {

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: #000000;
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #999999; 
	text-decoration: none;
	}
a:active {
	color: #999999;
	text-decoration: none;
	}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
hr {
	border: 0;
	height: 1px;
	width: 90%;
  }
  
/*------ MAJOR DIV TAGS -----------------------------------------------*/

#container {
	height: 100%;
	width: 950px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	}
	
#topnav	{
	display: none;
	}
	
#header {
	padding: 0;
	margin: 0;	
	}
	
#dropNavi {
	display: none;
	}

#content {
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
.end {
	display: none;
	}
	
#homeBanners {
	display: block;
	width: 903px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	display: none;
	}
#banners {
	display: none;
	}
}
