/* CSS Document */

html	{height:100%;}

body {
	margin:0px;
	padding:0;
	font-family: Arial,Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	background-color:#77100b;
}



img	{border:none;}

a:link	{color:#77100b}
a:visited	{color:#77100b}
a:hover	{color:#77100b}

#globalWrapper {
	position:relative;
	width:100%;
	}
	
#headerWrapper {
	position:relative;
	width:100%;
	height:133px;
	background-color:#adaeb0;
	}
	
#headerHolder {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}	
	
#headerImage {
	position:relative;
	padding-top:65px;
	width:149px;
	float:left;
}


#contentWrapper {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#b52018;
	top:18px;
	}

	
#images {
	position:relative;
	width:269px;
	margin:0 0 0 0;
	float:left;
	background-color:#b52018;
	}
	

#text {
	position:relative;
	float:left;
	width:400px;
	margin:0 0 0 0px;
	padding:0 0 60px 29px;
	line-height: 16px;
	background-color:#FFFFFF;
	}

#textleft {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size:11px;
	line-height: 16px;
	background-color: #b52018;
	}

.smallreturn {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
}

.smallreturn a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 12px;
	color: #77100b;
	font-weight: 400;
	font-size: 9px;
}

.smallreturn a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 12px;
	color: #77100b;
	font-size: 9px;
}



/**********************************************************
Edit the #text p margins to effect the spacing of the text borders
**********************************************************/
#text p{
	margin: 20px 20px 15px 0px;
}



/********************************************************************/
#text ul{
	margin: 0px 0px 0px 0px;
}
#text ul li{
	padding-bottom:15px;
}
/*********************************************************************/	



#text h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #77100b;
	font-size: 16px;
	padding-top: 10px;
}

#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #77100b;
	font-size: 14px;
	padding-top: 5px;
}

.text-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #77100b;
}



#footer {
	position:relative;
	width:100%;
	height:120px;
	background-color:#adaeb0;
	margin:0px 0 60px 0;/* EDIT this to make the minimum amount of space below the gray bar bigger or smaller*/
}

#footerImage {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	}
	
#credits {
	position:relative;
	width:700px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	color:#FFFFFF;
}

#nav {
	position:relative;
	width:285px;
	margin:0 0 0 415px;
	padding:0;
	top:75px;
	}
	
#nav ul { list-style:none; float:left; left:50px;}
#nav ul li { float:left;padding-right:20px;}
