/* CSS Document */
/*

COLORS
---------------------
Blue:   #E4EBF9;
Green:  #BDC885;
Orange: #B5421B;
Grey:   #333;

*/
body {
	margin: 0;
	background: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
img,{
border:1px solid #BDC885;
}
.formfields {
	background-color: #333;
	font-size:10px;
	color:#FFFFFF;
	border: 1px dotted #BDC885;
	margin-left:5px;
}
.formsubmit {
	background-color: #333;
	font-size:10px;
	color:#FFFFFF;
	padding: 0px 10px 0px 10px;
}
#formdiv {
	text-align:right;
	margin-right: 150px;
	}

.orangeBar {
	width: 100%;
	
	background-color: #B5421B;
	color: #333;
	
}
#monthleft {
	float:left;
	width: 240px;
}
#monthright {
	float:left;
	width: 240px;
	
}
#link {
	float:left;
	width: 480px;
	height:100px;
	text-align:right;
}



#wrapper {
	margin: auto;
	width: 750px;
}
#branding {
	background: url(../i/branding.jpg) no-repeat;
	height: 150px;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 750px;
	text-indent: -19999px;
}
#footer {
	
	margin-top: 20px;
	padding: 0;
	width: 750px;
	vertical-align:bottom;
}
#Menu li
{
float: right;
margin: 0 0.15em;

} 
#Menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#left {
	float: left;	
	width: 150px;
}
#left {
	float: left;	
	width: 150px;
}
#center {
	margin-left: 20px;
	float: left;
	width: 480px;
	margin-top: 0px;
}
#right {
	margin-left: 18px;
	margin-top: 30px;
	float: left;
	width: 80px;
}
#photoholder {
  
  background:#333 url('../i/loading.jpg') 50% 50% no-repeat;
}
#photoholder1 {
  
  background:#333 url('../i/loading.jpg') 50% 50% no-repeat;
}
#photoholder2 {
  
  background:#333 url('../i/loading.jpg') 50% 50% no-repeat;
}
#photoholder3 {
  
  background:#333 url('../i/loading.jpg') 50% 50% no-repeat;
}
#photoholder4 {
  
  background:#333 url('../i/loading.jpg') 50% 50% no-repeat;
}
#thephoto {
 
}

/*=== LINKS ===*/
a.link1:link, a.link1:visited, a.link1:active {
	color: #BDC885;
	text-decoration: none;
}
a.link1:hover {
	color: #B5421B;
	text-decoration: none;
}
a:link,a:visited,a:active {
	color: #B5421B;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	background-color: #333;
	text-decoration: none;
}
/*====*/

h3
{
	font-size				:				18px;
	margin-top				:				0px;
	margin-bottom			: 				0px;
	width					:				430px;
}
.space
{
	width					:				430px;
	margin-left				:				350px;
	height					:				120px;
}
.clearboth {
	clear: both;
	vertical-align:bottom;
}

