/***********************************************/
/* Electronic Resources  */
/* Created by Bill Wells 2007*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	/*color: #316AC5;*/
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	body: 900px;
}


a:visited, a:hover {
	/*color: #006699;*/
	text-decoration: underline;
}



a:link {color: #0000FF;}
a:visited {color: #FF0000;}
a:hover {color: #00FF00;}
a:active {color: 0000ff;}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 900px;
	position: absolute;
	height: 50px;
	background-color:#ffffff;
	background-image: url(../images/elec_resources.png);
	background-repeat:no-repeat;
	left: -1px;
	top: 45px;
}


#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	float: right;
}


/************* addbar styles **************/

#topaddbar{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	position: absolute;
	left: 738px;
	top: 58px;
	height: 26px;
	width: 136px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


#topaddbar a:link {color: #000000;}
#topaddbar a:visited {color: #FF0000;}
#topaddbar a:hover {color: #99FF66;}
#topaddbar a:active {color: 0000ff;}

#topaddbar a {
	font-size: 70%;
	padding: 0px 4px 0px 0px; 
	text-decoration: underline;
	}
	
#addbar2{
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	position: absolute;
	left: 699px;
	top: 28px;
	height: 26px;
	width: 148px;
}

#addbar2 a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
	text-decoration: underline;
	}
	
/************* /addbar styles **************/


	/* -- Header Content Block -- */
#header-content {
	width: 514px;
	float: left;
	padding: 15px 35px 0 15px;
	font-family: palatino, georgia, serif;
	position: absolute;
	top: 110px;
	height: 300px;
	left: 48px;
	font-size: 15px;
	font-family: bold "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}


#header-content tr{
	height: 22px;
}

#header-content h3 {
	float: left;
	font-weight: normal;
}

#header-content h2 {
	float: left;
	font-weight: normal;
	
}
	/* -- Header Photo -- */
	
#header-photo {
	position: absolute;
	border: solid 5px #ccccc;
	border-width: 5px 0 0 5px;
	left: 650px;
	top: 120px;
	height: 132px;
	width: 131px;

	background-image: url(../images/sun_image.jpg);
	background-repeat:no-repeat;
}

	
#page-body {
	clear: both;
}

/* -- Main Content -- */
#main-content {
	float: left;
	position: absolute;
	left: 53px;
	top: 532px;
	height: 192px;
	width: 854px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

#cells {
	float: left;
	position: absolute;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	top: 442px;
	left: 51px;
	width: 858px;
	height: 67px;
}

/* -- /Main Content -- */
	
	/* -- Cells -- */
/*#cells {
	float: left;
	position: absolute;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}
/* -- /Cells -- */
	

	/* -- Img-based headers -- */
.content-title {
	display: block;
	position: absolute;
	top: -25px;
	left: 15px;
	width: 200px;
	height: 25px;
	text-indent: -9000px;
	z-index: 10;
}
/************* BreadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	position: absolute;
	left: 181px;
	top: 61px;
}
 /* /BreadCrumb styles */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 510px;
	top: 619px;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** Wrapper (for sidebar styles ***********/

#wrapper {
	background-color:#CCCCCC;
	border:outset;
	outline-color:#000099;
	float: right;
	position: absolute;
	}
/*********** /Wrapper******/ 	


/*********** Sidebar styles ***********/
#sidebar{
	position: absolute;
	float: right;
	margin: 0px;
	padding: 10px;
	border-top: solid 5px;
	border-bottom: 5px solid;
	font-size: 90%;
	float: right;
	display: block;
	background: #CCCCCC;
	width: 263px;
	height: 81px;
	left: 612px;
	top: 275px;
	
}
#sidebar h2 {
	font-size: 14px;
}
#sidebar h3{
	font-size: 16px;
	padding: 10px 0px 2px 10px;
}

#sidebar a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sidebar a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
/* -- /Sidebar -- */

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

	/* -- Footer -- */
#footer {
	clear: left;
	padding-top: 10px;
	position: absolute;
	width: 859px;
	border: solid 1px #fff;
	left: 47px;
	top: 3100px;
	float: left;
	height: 59px;
}
#footer .wrapper1 {
	background: url(
	border-left: solid 3px #ccc;
}
#footer .wrapper2 {
	background: url;
	border-right: solid 5px #ccc;
}
#footer .wrapper3 {
	background: url;
	border-bottom: solid 4px #ccc;
	overflow: auto;
	width: 100%;
}

#footer .title2 {
	position: absolute;
	top: 30px;
	right: -160px;
	width: 531px;
	height: 79px;
	background: url;
	float: left;
	font-weight: normal;
	font-size: 15px;
	font-family: bold "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

#footer ul {
	float: right;
	padding: 15px 15px 15px 25px;
}
#footer li {
	font-size: 11px;
	text-transform: uppercase;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0 6px 0 12px;
	border-left: solid 1px #ccc;
}

#asulogo {
	position: absolute;
	background-image: url(../images/BlkLogo1.png);
	background-repeat:no-repeat;
	float: right;
	left: 778px;
	top: 2034px;
	width: 112px;
	height: 39px;
}

