/* Page properties for Home page*/
body 
{
	margin:							0; 
	padding:						0; 
	background-color:		white; 
	font-size:					1.0em; /* 62.5%; */
	font-family:				Arial, Helvetica, sans-serif;
	background-image:		url('./includes/images/bg-revised.gif');
	background-repeat:	repeat-x;
}
	 
/* page hyperlinks*/
 a
  	{
  	color: #000099;  
  	text-decoration:underline;  
  	}
  	a:visited 
 	{
 	color: #000099;  
 	text-decoration:underline;  
 	}

 a:hover 
 	{
 	color:white;   
 	background-color: #000099; 
 	text-decoration:none;
 	}
 a:active 
 	{
 	color: #000099;  
 	text-decoration:none;  
 	}

 /* no borders around images*/
 img
 	{
	border:0;
	}

/* ID that contains div page elements such as side menu and content. */
#container 
{
	position:		relative;
	margin:			0 auto;
	text-align:	left;
	font-size:	1em;
	width: 			975px;
	padding:		0; 
}

/* ID that contains div page elements such as side menu of 325px wide and content. */
#container325 
{
	position:	relative;
	z-index:	1;		
	padding:	0 0 1em 0;
	width:		975px;
	margin:		0 auto; 
}
 
 /*div for search button*/
#container_search 
	{
	 width: 125px;
     float:right;
     color: #fff;
     margin : 0; 
     padding: 0; 
     height: 90px;
     z-index: 200;
    }
	
 /*Id for banner at the top of every web page*/
#banner
	{
	width:100%;
	height: 90px;
	margin: 0;
	padding: 0;
	}

/* ID used for Chattanooga State menu at the top under banner*/
#menu
{
	background-color:	transparent;	
	width:						100%;
	height:						30px;
	margin:						0;
	padding:					5px 0 0 0;
	font-weight:			bold;
	font-family:			Arial, Helvetica, sans-serif;
}
	
/* ID used to designate the hyperlinks in a list inline format for the menu at the located at the top of every page under the banner*/
#menu ul
{ 
	list-style-type:	none;
	padding:					3px 0 0 0;
	margin:						0;
}

#menu  li 
{ 	
	display:					inline;
	margin:  					0; 
}

#menu ul li a:link 
	{
	color: white; 
	text-decoration:none; 
	font-size: 1.0em;   
	padding-right: 1.5em ; 
	letter-spacing: 1px;
	}
	
#menu ul li a 
{
	color: white;	
	text-decoration:none;    
	font-size: 1.0em;  
	padding-right:1.5em; 
	letter-spacing: 1px;
}
	
#menu ul li a:hover 
{ 
	color: #000099; 
	background-color: white;    
	font-size: 1.0em;  
	padding-right:1.5em; 
	letter-spacing: 1px;
}

/* ID used for the content on the links page*/
#content
{
	z-index: 3;
	width: 655px;
	margin-left: 275px;
	font-size: 1.2em; 
	padding-bottom:1.5em;
	padding-left:1.5em;
	margin-top:1.5em;
	letter-spacing: 1px;
	border-left:thin #dd5406 solid;
}
	
/* ID used for the content on the content page*/
#content2 
{
	z-index:				0;
	width:					910px;   
	font-size:			0.8em; 
	letter-spacing: 1px;
}

/* ID used for navigation on left of links page*/
#navigation 
	{
	z-index: 2;
	float: left;
	width: 240px;	
	color:#000099;
	margin:1em 0 0 0;
	padding:0;
	font-size: 1.2em; 
	letter-spacing: 1px;
	font-weight:bold;
	font-family:Georgia;
	}
	
#navigation ul  
	{ 
	list-style-type: none;
	padding:0;
	margin:0;
	}
	
#navigation li a 	
	{ 
	display:block;
	color: #000099;
	font-size: 1em; 
	text-decoration:none;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:1em;
	}

#navigation li a:hover 
	{	
	color: white; 	
	background-color: #000099; 
	}

#navigation a 
	{ 
	color: white;
	font-size: 1em; 
	text-decoration:none;
	}
	
#navigation  a:hover 
	{	
	color: white; 
	background-color: #000099;
	}
	
#navigation img
	{
	border:0;
	}
	
/* ID used for navigation on left of links page using the 325px width*/
#navigation2 
	{
	z-index: 2;
	float: left;
	width: 305px;	
	color:#000099;
	margin:1em 0 0 0;
	padding:0;
	font-weight:bold;
	letter-spacing: 1px;
	font-weight:bold;
	font-family:Georgia;
	font-size: 1.2em;
	}
	
#navigation2 ul  
	{ 
	list-style-type: none;
	margin:0;
	padding:0;
	}
	
#navigation2 li a 
	{ 
	display:block;
	line-height:1.5;
	color: #000099;
	font-weight: normal;
	font-size: 1em; 
	text-decoration:none;
	margin-bottom:1em;
	margin-top:1em;
	}	

#navigation2 a 
	{ 
	color: white;
	font-weight: normal;
	font-size: 1em; 
	text-decoration:none;
	}
	
#navigation2  a:hover 
	{
	color: white; 
	background-color: #000099;
	}

#navigation2 img
	{
	border:0;
	}
	
/* ID used for the footer*/
#footerwrapper
	{
	width:100%;
	margin:1em auto 0 auto;
	background-image: url('./includes/images/navy2.gif');
	background-repeat: repeat-x;
	padding:0;
	clear:both;
	}

#footer 	
	{
/*	width:960px; */
	padding:1em 0 1em 0;
	font-size: 1em;
	color:white;
	margin:1em auto 0 auto;
	clear:both;
        text-align:center;	
	}
#footer a:
{	
	color: white; 
}


#footer a:hover 
	{	
	color: white; 
	background-color: #000099;
	}

#footer option
	{
	background-color: white; color:black; font-weight: bold;  
	}
	
#footer select
	{
	background-color: 
	white;font-family: arial, helvetica,verdana; 
	font-size: 1.2em;
	}

/* textcenter is a class to center text*/
.textcenter
{ 
	text-align: center; 
}
	
.textright
{ 
	text-align: right; 
}

/* header styles  */

h1 
{
	font-family: georgia;
	font-size: 1.4em;
	font-weight: bold;
	color: #dd5406;
}

h2 
{
	font-family: georgia;
	font-size: 1.2em;
	font-weight: bold;
	color: #dd5406;
}
	
h3
{
	font-family: georgia;
	font-size: 1em;
	font-weight: bold;
	color: #dd5406;
}

/* floatingimage is a class for the placement of an image left aligned and text wraps around image */

img.floatingimage 
{ 
	float: left; 
	margin-right:10px;
} 

/* right is a class for the placement of an image right aligned and text wraps around image */
img.right
{ 
	float: right; 
	margin:0 0 0 10px;
	clear: right;
}

/* block is a class to align text left 60px to create a blockquote style*/

p.block
{ 
	margin-top: 0px;
	margin-left: 30px; 
	margin-bottom: auto;
	margin-right: auto;
}



