body { 
	font-family: arial, helvetica; 
	text-align: center;
	}
#wrap {
	width: 920px; 
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
/* colors */
#d6dGrey { color: #73695f; }
#d6dMaroon { color: #a00000; }

/* general styles*/
.italics { font-style:italic;}
.small { 	clear: both;
	padding: 15px 0;
	text-align: center;
	font-size: 10px;
	color: #73695f;}

/* header area */
#header {
	height: 60px;
	margin-top: 20px;
	}
#busName {
	width: 240px;
	height: 30px;
	float: left;
	background: #fff url('images/double6logo.jpg') top right no-repeat;
	}
#busName h2 { display: none; }
	
/* top Navigation */
#topNav {
	margin-left: 280px;
	}
#topNav ul { margin: 0; padding: 5px 0 0 0; }
#topNav li { display: inline; margin: 0 16px 0 0; padding: 0 16px 0 0 ; }
#topNav a:link, #topNav a:visited, #topNav a:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #73695f;
	}
#topNav a:hover { color: #a00000; }
#topNav li.current a:link, #topNav li.current a:visited, #topNav li.current a:hover, .menuGroup li.current a:link, .menuGroup li.current a:hover, .menuGroup li.current a:visited {
	font-weight: bold;
	color: #a00000;
	}

/* left column and navigation */
#leftColumn {
	width: 240px;
	float: left;
	margin: 0 10px 0 0;
	}
#leftColumn h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	}
.portfolioGroup ul, .menuGroup ul{
	margin: 10px 0 25px 0;
	padding: 0;
	}
.menuGroup ul { margin-top: 0; }
.portfolioGroup li, .menuGroup li {
	margin: 0 0 0 35px;
	padding: 4px 0 6px 0;
	list-style-type: none;
	text-align: right;
	font-size: 13px;
	line-height: 1.4em;
	}
.portfolioGroup a:link, .portfolioGroup a:hover, .portfolioGroup a:visited, .menuGroup a:link, .menuGroup a:hover, .menuGroup a:visited {
	text-decoration: none;
	color: #73695f;
	}
.portfolioGroup a:hover, .menuGroup a:hover { color: #a00000; }
.portfolioGroup li.current a:link, .menuGroup li.current a:link { font-weight: bold; color: #a00000; }
.seeMore { 
	margin: 4px 0 12px 0;
	text-align: right; 
	}
.seeMore img {
	border: none;
	}

/* content styles */
#content {	
	margin-top: 0;
	padding: 0 0px 10px 280px;
	}
#content h1 { 
	margin-top: 0; 
	padding-top: 0; 
	font-size: 150%; 
	}
#content h2 { 
	margin-top: 0; 
	padding-top: 0; 
	font-size: 120%; 
	}
#content p { 
	margin-right: 100px;
	font-size: 16px; 
	color: #73695f; 
	line-height: 1.5em;
	}
#content p.wide { 
	margin-right: 0px;
	}

/* home page content */
.homeImageGroup {
	margin-bottom: 15px;
	}
.homeImageGroup img {
	border: none;
	}
	
/* client area styles */
.clientLoginForm { padding: 25px 0; }
.clientLogoutForm { 
	margin-right: 100px;
	text-align: right;
	}
.transferInstructions {  }
.transferFiles ul {  }

/* footer */
#footer {
	clear: both;
	padding: 15px 0;
	text-align: center;
	font-size: 10px;
	color: #73695f;
	}
	
