body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.75em;
	background-color: #d9d1b1;

}

html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size:130%;
	color: #330000;
	padding-bottom: 5px;
	padding-top: 0px;
}

h2 {
	font-size:110%;
		color: #330000;

}

a {
 	color:#000000;
	text-decoration:underline;
}

.floatleft {
	float:left;
	padding:8px;
}

.floatright {
	float:right;
	padding:8px;
}


a:hover {
 	color:#374D09;
	text-decoration:none;
}

.photoretouchingdiv {
	margin-left:225px;
	

}



/*Creates the 755 pixel container*/
.containerouter {
	width: 755px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: #ffffff;

	/*background-repeat:repeat-y;*/
}

/*div inside .containerouter to hold content items*/
.containercontent {
	width:99%;
	margin:auto;
	height:auto;
}

.subnav {
	float:left;
	width:200px;
	height:523px;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 10px;
	position: relative;
	background-color: #ffffff;
}

.pageimage {
	float:left;
	width:241px;
	margin-top:30px;
	text-align: center;
	font-size: 0.80em;
	_font-size: 0.75em;
	line-height: 1.5em;
	font-family: "Trebuchet MS";
}

.pagetext {
	float:left;
	width:295px;
	_width:280px;
	padding:0px 0px 10px 0px;
	margin-left:10px;
	font-size:0.8em;
	_font-size:0.7em;
	line-height:1.2em;
	margin-top:30px;
	font-family: "Trebuchet MS";
	background-color: #ffffff;
}

.pagetextbook {
	float:left;
	width:520px;
	_width:500px;
	padding:0px 0px 10px 0px;
	margin-left:20px;
	font-size:0.8em;
	_font-size:0.7em;
	line-height:1.2em;
	margin:30px 0px 20px 0px;
	font-family: "Trebuchet MS";
}

.videoborder {
	background-position: center;
	border: 1px solid #B1A568;
	text-align: center;
	padding: 2px;
	height: 300px;
	width: 400px;
	margin:auto;
}



/*Holds top logo graphic*/
.logo {
	width:755px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-8px;
	background-color:#ffffff;
}

.pagecallout {
	color: #f9efcc;
	background-color: #3B500B;
	float:right;
	margin: 5px 0px 0px 10px;
	padding: 10px;
	width: 215px;
	line-height:17px;
}

.mainright {
	float:right;
	width:465px;
	margin-top: 50px;
	margin-right: 10px;
}

/*Start horizontal main navigation*/
#mainnav {
	background-color: #B1A568;
	font-size: 0.9em;
	width: 755px;
	text-decoration: none;
	color:#330000;
	text-align: center;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top:9px;
}

#mainnav ul, #mainnav li {
	padding-left: 0px;
	margin-left: 4px;
	display: inline;
	list-style-type: none;
}

#mainnav a {
	background-color: #B1A568;
	color: #330000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
	text-align:center;
	margin:auto;
}

#mainnav a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*End main navigation styling*/


.footer {
	padding:10px;
	text-align:center;
	color:#000000;
	font-size:0.8em;
	background-color:#B1A568;
	clear:both;
	font-family: "Trebuchet MS";
}

/*Start sub-navigation menu*/
 #navcontainer { 
 	margin-left: 0px; 
	margin-top:15px;
	font-weight: normal;
 }

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	color: #330000;
	background-color: transparent;
	width: 180px;
	padding: 0px 10px;
	text-decoration: none;
	/*border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;*/
	font-size:0.7em;
	font-family: "Trebuchet MS";
}

#navcontainer a:hover
{
	color: #333333;
	padding: 0px 1px 0px 10px;
	text-decoration: underline;
}

#navcontainer ul ul
{
	margin-left: 15px;
	padding: 0;
}

#navcontainer li li a
{
	display: block;
	color: #333333;
	background-color: transparent;
	width: 120px;
	padding: 0px 10px;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #d5c99a;
	border-left: 1px solid #d5c99a;
	text-decoration: none;
	font-size:0.7em;
}

#navcontainer li li a:hover
{
	display: block;
	color: #333333;
	background-color: #D9D1B1;
	width: 120px;
	padding: 0px 10px;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-decoration: none;
}


/*End sub-navigation menu*/

/*Start client logos styling*/
.logo_arrangement {
	padding-left: 4px;
	margin-left: 0px;
	display: inline;
	list-style-type: none;
	}
/*End client logos styling*/

/*Start contact form styling*/
.formgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f9efcc;
	border: thin solid #999999;
	color: #374D09;
	font-size:12px;
}
/*End contact form styling*/

#contactus {
	width: 215px;
	float:right;
	margin: 17px -2px 10px 10px;
	background-color:#374D09;
	padding:10px;
	line-height:18px;
	color:#FFFFFF;
 }
 
 .aphlogo {
 	margin-top:60px;
 }



/*This controls the active side navigation "on current page" colors*/
body#index .active_index {color: #000000; text-decoration: underline;}
body#testimonial .active_testimonial {color: #000000; text-decoration: underline;}
body#bps .active_bps {color: #000000; text-decoration: underline;}
body#photo-retouching .active_photo_retouching {color: #000000; text-decoration: underline;}
body#about_us .active_about_us {color: #000000; text-decoration: underline;}
body#contact_us .active_contact_us {color: #000000; text-decoration: underline;}


body#videobiographies .active_videobiographies {color: #000000; text-decoration: none; background-color: #D9D1B1;}
body#vps .active_vps {color: #333333; text-decoration: underline; font-weight: bold;}
body#bps .active_bps {color: #333333; text-decoration: underline; font-weight: bold;}

body#book-interviewing .active_book-interviewing {color: #000000; text-decoration: none; background-color: #D9D1B1;}
body#book-graphic-design .active_book-graphic-design {color: #000000; text-decoration: none; background-color: #D9D1B1;}
body#book-personal .active_book-personal {color: #000000; text-decoration: none; background-color: #D9D1B1;}
body#book-photo .active_book-photo {color: #000000; text-decoration: none; background-color: #D9D1B1;}
body#theprocess .active_theprocess {color: #000000; text-decoration: none; background-color: #D9D1B1;}



	

