/****************************************************************/
/*	Design: 	AFirst											*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	1.00											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 75%;
  background-image: url(images/collegewithlawn1.jpg);
  background-repeat: no-repeat;
  background-position: top center;  
  background-attachment: fixed;
  margin: 0 auto;
  padding: 0;
  color: #4b4b4b;
  text-decoration: none;
 }

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
    {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #4b4b4b;
    }

/********************************/
/*	Main Header					*/
/********************************/

#header
{
	background-color: white;
	color: white ;
	height: 100px;
	width: 750px;
	padding-right: 5px;
	padding-top: 2px;
	padding-left: 2px;
	border-bottom: solid #cccccc 1px;
}
h1
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 0px 0px;
	color: #4b4b4b;
	font-size : 1.1em;
}
h2
{
	padding: 0px;
	color : #4b4b4b;
	font-size: 1.1em;
}
h3
{
	padding: 0px;
	color : #4b4b4b;
	font-size: 1.1em;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
	background-color: #ffffff;
	color: #4b4b4b;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 530px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
    text-decoration: none;
	
}

#content h2
{
	color :#4b4b4b;
	font-size: 1.2em;
}
h3
{
	padding: 0px;
	color : #4b4b4b;
	font-size: 1.0em;
}
h4
{
	padding: 0px;
	color : #4b4b4b;
	font-size: .8em;
}
img
{
float: right; margin:0px 0px 0px 0px; padding: 3px; background:#ffffff; border:0px solid #d0d0d0;
}
img.a
{
float: left; margin:0px 0px 0px 200px; padding: 3px; background:#ffffff; border:0px solid #d0d0d0;
}
#quote
{
	font-family: Bradley Hand ITC;
	color : #006600;
	font-weight: bolder;
	font-size: 1.2em
}
#bold
{
	font-family: Verdana, Geneva, Arial;
	color : #4b4b4b;;
	font-weight: bolder;
	font-size: 1.0em
}
#highl
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif ;
	color : #3333CC;
	font-weight: bolder;
	font-size: 1.0em
}


/****************************/
/*	Sidebar and Navigation 	*/
/****************************/

#navigation
{
	clear: both;
	float: right;
	width: 140px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color:  #006600;
	background-color: #5D7553;
	border: solid #c4c4c4 1px;
}
#sub-navigation
{
	clear: both;
	float: right;
	width: 140px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color:  #006600;
	font-size: 0.9em;
	background-color: #5D7553;
	border: solid #c4c4c4 1px;
}

.infobar
{
	color : #FFFFFF;
	clear: both;
	float: right;
	width: 140px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	font-size: 0.9em;
	background-color : #5D7553;
	border: solid #c4c4c4 1px;
}

.infobar-title
{
	color : #FFFFFF;
	background-color : #5D7553;
	border-bottom: 1px dashed  #4b4b4b;
	
}
a:visited 
{ 
color : #99CC33;
}
a:active
{ 
color : #99CC33;
}
a:link
{ 
color : #99CC33;
}
a:hover
{ 
color : black;
background-color : #ffffff;
}

#navigation-header
{
	border-bottom: 1px dashed  #4b4b4b;
	color: #FFFFFF;
	background-color :#5D7553;
	font-size: 0.9em;
}

#subnavigation-header
{
	border-bottom: 1px dashed  #4b4b4b;
	color: #FFFFFF;
	background-color: #5D7553;
	font-size: 0.9em;
}

#navigation p
{
	color : #FFFFFF;
	font-size: 0.9em;
	background-color : #5D7553;
}

#sub-navigation p
{
	font-size: 0.9em;

}


#navigation li p
{
	font-size: 0.9em;
}

#navigation ul li
{
	list-style-type: none;
	text-decoration: none;
	font-size: 0.9em;
}	
	
#navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#FFFFFF;
	background-color: #5D7553;
}

#sub-navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#FFFFFF;
	background-color: #5D7553;
}

#navigation a:hover
{
	font-weight : bold;
	text-transform : none;
	list-style-type: none;
	text-decoration : none;
	color :  #4b4b4b;
	background-color : #ffffff;
}

#sub-navigation a:hover
{
	font-weight : bold;
	text-transform : none;
	list-style-type: none;
	text-decoration: none;
	color :  #4b4b4b;
	background-color : #ffffff;
}

/********************************/
/* Footer						*/
/********************************/

#footer
{
	clear: both;
	text-align: center;
	padding-bottom: 3px;
	font-size: 0.8em;
	margin: 5px;
	border: solid #c4c4c4 1px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-transform : none;
	color : #006600;
	background-color : #ffffff;
}
ul
{
	font-size: 1.2em;
	color: #4b4b4b;
	padding: 2px;
}

 

