/***********************************************/
/* TEMPLATE.css                            	   */
/***********************************************/

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

body{
	font-family: "Lucida Grande", "Trebuchet MS", Times, serif;
	line-height: 1.166;
	margin: 0px;
	background-image: url(../img/body-brown-tile.gif);
	background-repeat: repeat;
}

/**************** 	TEXT FORMATTING   	  ***************************/

/*	CHANGES APPEARANCE OF TYPES OF TEXT MULTIPLE TIMES OVER PAGE	*/
/* 	STYLES BEGINNING WITH # CAN ONLY BE USED ONCE (THEORETICALLY) 	*/

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 	LINKS MUST ALWAYS BE DECLARED IN ORDER OF LINK, VISITED, HOVER, ACTIVE 	*/
/*	(THO ACTIVE IS RARELY USED) 											*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
/*	STYLES RELATING TO HEADING TAGS % IS IN RELATION TO BODY OR P TEXT SIZE	*/

h1{
 font-family: "Lucida Grande", "Trebuchet MS", Times, serif;
 font-size: 250%;
 color: #333333;
}

h2{
	font-family: "Lucida Grande", "Trebuchet MS", Times, serif;
	font-size: 150%;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 15px;
	
}

h3{
 font-family: "Lucida Grande", "Trebuchet MS", Times, serif;
 font-size: 100%;
 color: #333333;
}

h4{
 font-family: "Lucida Grande", "Trebuchet MS", Times, serif;
 font-size: 125%;
 font-weight: normal;
 color: #333333;
}

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


/*	ORDERED AND UNORDERED LISTS. 				*/
/* 	ORDERED WILL BE NUMBERED OR ROMAN NUMERALS	*/
/*	UNORDERED CAN HAVE CUSTOMISED BULLETS		*/           

ul{
 list-style-type: square;
}

ol{
 list-style-type: square;
}
td{
	padding: 10px;
}

				

/************************************************/
/*              Layout Divs     				*/
/*												*/
/*	FIVE MAIN DIVS CONTROLLING LAYOUT OF PAGE  	*/
/************************************************/
#container{
	height: auto;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 800px;
	margin-left: -400px;
	margin-right: -400px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 39px;
	background-image: url(../img/body-bg-brown-with-border3p.gif);
	background-position: 50% 0px;
	background-repeat: repeat-y;
}

#masthead{
	margin-left: 20px;
	height: 250px;
	width: 760px;
	background-color: #E8DDC7;
}

#navBar{
	width: 180px;
	margin-left: 30px;
	padding: 0px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#content{
	width: 560px;
	float: right;
	height: auto;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline;
}

#Footer{
	clear: both;
	width: 760px;
	height: 40px;
	font-size: 75%;
	margin: 0px;
	background-color: #E8DDC7;
	position: absolute;
	bottom: -1px;
	left: 20px;
}

/************************************************/

 
/* STYLES BELOW FIT INTO THESE FIVE AREAS 								*/
/* WHEN A STYLE IS NAMED "SIDEBAR P" OR "MAINTEXT A" 					*/
/* THAT CONTROLS STYLE OF THAT TAG WITHIN THE SIDEBAR OR MAINTEXT DIV  	*/


 
      
/************ IN MASTHEAD ****************/

#pageName{
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

#pageLogo{
	background-image: url(..img/logo.gif);
	background-repeat: no-repeat;
	height: 63px;
	width: 74px;
	position: absolute;
	top: 3px;
	left: 370px;
}

#masthead_img{
	width: 760px;
	height: 150px;
	position: absolute;
	top: 70px;
	background-color: #E8DDC7;
}


#globalNav{
	color: #cccccc;
	position: absolute;
	top: 225px;
	padding-left: 16px;
}

#globalNav a:link, #globalNav a:visited {
	color: #333333;
	font-size: 12px;
	padding: 0px 18px 0px 18px;
	font-weight: bold;
	text-decoration: none;
}
#globalNav a:hover {
	color: #333333;
	text-decoration: underline;
}



/************** #NAVBAR STYLES **************/

#sideBar{
	padding: 0px;
	margin: 20px 0px 20px 25px;
	font-size: 75%;
}

#sideBar p{
	padding: 5px 0px 5px 0px;
	color: #333333;
	text-decoration: none;
}
#sideBar a{
	color: #333333;
	text-decoration: underline;
}


/**********	#CONTENT STYLES *****************/

.mainText{
	clear: both;
	padding: 0px 30px 20px 20px;
	font-size: 80%;
	text-align: justify;
}

.mainText p{
	padding: 0px 0px 0px 0px;
}

.maintext a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

.maintext a:hover {
	text-decoration: underline;
}
#bottom_images{
	height: 200px;
	width: 511px;
	margin-left: 20px;
}
#bottom_imagesleft{
	float: left;
	height: 200px;
	width: 250px;
}
#bottom_imagesright{
	float: right;
	height: 200px;
	width: 250px;
}


/************* #Footer styles ***************/


#Footer p{
	margin-top: 15px;
	margin-left: 15px;
}
#Footer a:link, #Footer a:visited {
	color: #333333;
	text-decoration: none;
}
#Footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#getFlashPlayer{
	width: 88px;
	height: 31px;
	position: absolute;
	right: 25px;
	bottom: 3px;
}















/* 	DON'T KNOW IF WE'LL NEED THESE STYLES	*/
/* 	COMMENTED OUT FOR NOW					*/


/*********** #navBar link styles ***********/

/*
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;} 
*/



/*********** .relatedLinks styles ***********/

/*.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
*/
/************* #breadCrumb styles *************/

/*
#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
*/
