/*-----------Globals-----------*/

body {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: "calibri", Garamond, 'Comic Sans';
	font-size: 14px;
	color: #565759;
	background-color: /*#efefef;*/ #333;
}

p {
	margin-top:-20px;
	margin-bottom: 40px;	
}

a {
	text-decoration: none;
	/*color: #1f4f82;*/
	color: #e27000;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

dt {
	margin-bottom: 5px;	
	font-style: italic;
}

dd {
	margin-bottom: 10px;
}

a:hover {
	text-decoration: underline;	
}



h3 {
	color: #24280A;	
}

ul {
	margin-top: -10px;	
}

#wrapper { /*Contain and center content*/
	width: 980px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	box-shadow: 0px 0px 50px 2px #1d1d1d;
}

/*-----------Header-----------*/

#branding {		/*Logo Div*/
	
	background-color: #FFFFFF;
	margin-bottom: 5px;
	height: 69px;
}


#branding a { /*Hide H1 text and set logo as background*/
	display: block;
	width: 980px;
	height: 69px;
	background-image: url(../imgs/aptlogo.jpg); /*Logo image*/
	background-repeat: no-repeat; 
	text-indent: -9999px;
}
#subBranding {
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
}
#subBranding h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1d1d1d;
	margin-left: 35px;
	font-style:italic;
}

#subBranding h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1d1d1d;
	margin-left: 100px;
	font-style:italic;
}

/*-----------Navigvation Bar-----------*/

#siteNav {			/*Navigation Bar div ID*/
	height: 50px;
	margin: 0px;
	width: 630px;
	z-index: 99;
	position: relative;
	padding: 0px;
	top: -50px;
	left: 700px;
	/* left: 405px;*/
	/*background-color: #565759;*/
}
#siteNav .navbar {	/*Navigation Bar UL Class*/
	margin: 0px;
	padding: 0px;
	height: 50px;
	position: absolute;
	width: 630px;
}
.navbar a { 		/*Navigation Bar Links*/
	color: #393939;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.navbar li {		/*Navigation Bar List Items*/
	/*background-color: #565759;*/
	text-align: center;
	float: left;
	width: 120px;
	list-style-type: none;
	color: #FFF;
	height: auto;
	line-height: 50px;
	margin-right: 10px;
}

.navbar li:hover  {	/*Navigation Bar List Items hover effect*/
	/*background-color: #7D8C38;	*/
}

.navbar a:hover {	/*Navigation Bar Link hover effect*/

	text-decoration: underline;
}

		.subnav {		/*Sub-Navigation UL: aka ".navbar li ul"*/
			display: none;
			height: auto;
			margin: -10px;
			padding: 0;
		}
		
		
		.navbar li:hover .subnav {	/*Displays subnav when hovering over appropiet navbar list item*/
			display: block; 
		}
		.subnav li{		/*differentiates background color of subnav*/
			width: 168px;
			background-color: #FFF;
			height: 20px;
			line-height: 20px;
			padding-top: 10px;
			text-align: left;
			padding-left: 15px;
			border-right: 1px solid #747474;
			border-left: 1px solid #747474;
			/*z-index: 99;*/
		}
			.lastSubItem{
				padding-bottom: 10px;	
			}
		
		.subnav a {		/*differentiates subnav link text*/
			text-transform: capitalize;
			font-size: 16px;
			font-weight: normal;
			font-family: "calibri", Garamond, 'Comic Sans';
		}
		
		.subnav li:hover { /*cancels background color change when hovering*/
			background-color: #FFF;
		}
		
		.subnav a:hover { /*colors the link in subnav when hovering*/
			color: #393939;	
			text-decoration: underline;
		}
		
#siteNav .selected {
	/*background-color: #7D8C38;	*/
}

#siteNav #home {
	margin-left: 10px;	
}

/*-----------Divider-----------*/

#location {
	width: auto;
	height: 30px;
	color: #fff;
	font-size: 16px;
	/*background-color: #838383;*/
	  /* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, top, from(#7a7a7a), color-stop(0.1, #aeaeae), to(#aeaeae));

  	/* Safari 5.1+, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #7a7a7a, #aeaeae 10%, #aeaeae);

  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #7a7a7a, #aeaeae 10%, #aeaeae);

  	/* IE 10 */
  	background: -ms-linear-gradient(top, #7a7a7a, #aeaeae 10%, #aeaeae);

  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #7a7a7a, #aeaeae 10%, #aeaeae);
	position: relative;
	top: -40px;
	padding-left: 20px;
	line-height: 30px;
}

/*-----------Main Content-----------*/


#mainContent {
	margin-top: 90px;
	min-height: 300px;
	width: 600px;
	float: left;
	padding:10px;
}

#mainContent h2{
	color: #cb2026;
	margin-bottom: 30px;
}

#mainContent h3 {
	margin-top: 0px;
		margin-bottom: 30px;
	}
	
#mainContent ul{
	margin-top: -20px;
}

	#mainContent li {
		margin-bottom: 10px;
	}

#mainContent #cols {
	width: 100%;

}

	#cols h3 {
		clear: both;
		margin-top: -15px;
	}
	
	#cols h2 {
		clear: both;
	}


#mainContent .col1 {
	width: 280px;
	float: left;
}



#mainContent .col2 {
	width: 290px; 
	float: right;
}

	.col2 h3 {
		margin-bottom: 30px;
	}
	

	#mainContentHome { /*Home page content*/
		width: 550px;
		float: left;
		padding-left: 30px;
		padding-top: 10px;
	}
	
		#mainContentHome p {
			font-size: 16px;
		}
		
		#mainContentHome h3{
			font-size: 17px;
			margin-bottom: 35px;
		}
		
		#mainContent p em {
			font-weight: bold;
			font-style: normal; 
		}
		
		#mainContent ul {
			margin-bottom: 25px;
		}
	
	#secondaryContentHome {
		width: 290px;
		margin-left: 80px;
		float: left;	
		padding-right: 30px;
	}
		
		#secondaryContentHome ul {
			list-style: none;	
		}
		
		#secondaryContentHome li {
			margin-top: 30px;	
		}
		
		#secondaryContentHome #contact{
			margin: 10px;	
		}
		
		#secondaryContentHome h2{
			color: #F0750F;
		}
		
		#vms{
			margin-top: 50px;
		}
	
#leftNavBar {
	margin-top: 80px;
	margin-right: 19px;
	width: 130px;
	float: left;
	/*background-color: #E6EDBC;	*/
	padding: 10px;
	border-right: 1px solid #5e5e5e;
	/*border-radius: 5px;			*/
}

	#leftNavBar ul{
		margin-top: 0px;
		list-style: none;
		text-align: center;	
	}
	
	#leftNavBar li{
		height:30px;
		margin-top: 20px;	
		margin-left: -35px;
		padding: 10px;
	}
	
	#leftNavBar a{
		color: #333;
		text-transform: capitalize;
		font-weight: normal;
	}
	
	#leftNavBar a:hover{
		/*color: #7D8C38;*/
		text-decoration: underline;
	}
	
	#leftNavBar .selected{
		color: #333;	
		font-weight: bold;
	}

#rightNavBar {
	float: left;
	width: 180px;
	margin-top: 80px;
}

	#rightNavBar ul{
		list-style: none;	
		margin-top: 0px;
	}
	
	#rightNavBar li{
		height:40px;
		margin-top: 20px;
		text-align: center;
		font-weight: bold;
			
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#rightNavBar a{
		color: #565759;
		text-transform: capitalize;
	}
	
	#rightNavBar a:hover{
		color: #1f4f82;
		text-decoration: underline;
	}
	
	#contact a{
		display: block;
		width: 130px;
		height: 30px;
		line-height: 30px;
		background-color: #F0750F;
		color: #FFF;
		font-weight: bold;
		border-radius: 5px;
		text-align: center;
		box-shadow: 1px 1px 3px #24280A;
	}
	
	#contact {
		height:50px;
		margin-bottom: 50px;	
	}
	
	#contact a:hover {
		color: #FFF;
		text-decoration: none;	
	}
	
	#applyNow {
		border-top: solid 1px #999;
		border-bottom: solid 1px #999;	
	}
	
	/*--Home Page--*/
		#welcomeHeader {
			background-image: url(../imgs/headers/sunset.jpg);
			background-repeat: no-repeat;	
			height: 245px;
			margin-bottom: 50px;
		}
	/*--Nav1--*/
		#nav1OVHeader {
			background-image: url(../imgs/headers/HeaderImageExample.jpg);
			background-repeat: no-repeat;	
			height: 150px;
		}
		
		#nav1OVHeader h2{
			text-indent: -9999px;	
		}
		
	/*--About Us--*/
	
			/*-- Overview --*/
	
		#clients{
			width: 300px;
			margin: 0 auto;
		}
		
		#clients ul {
			list-style: none;
		}
		
		#clients a {
			display: block;
		}
		
			
			/*-- Management--*/
		
		#managers div {
				margin-top: 40px;
	
		}
		#managers h3{
			display: inline-block;
			width: 400px;
			font-size: 20px;
			padding-bottom: 5px;
			border-bottom: ridge 3px #ff9000;
			margin-bottom: 25px;
		}
		
		#managers p {
			margin-bottom: 30px;
		}
		
		#managers ul {
			margin-bottom: 30px;	
		}
		
		.portrait {
			display: block;
			width: 200px;
			height: 150px;
			background-repeat: no-repeat;
		}
		
		
		
		.top {
			display: block;
			width: 30px;
			height: 30px;
			text-indent: -9999px;
			background-image: url(../imgs/up_arrow.png);
			background-repeat: no-repeat;					
		}
	
		#teamMembersNav {
			margin-top: 70px;	
		}
		
		#teamMembersNav a {
			color: #1f1f1f;
		}
		
		#teamMembersNav dl {
			text-align: right;
			margin-right: 10px;
		}
		
			#teamMembersNav dt {
				margin-bottom: 5px;
			}
			
			#teamMembersNav dd {
				margin-bottom: 20px;
			}
	
		#aboutUsOVHeader {
			background-image: url(../imgs/headers/entrepreneur-593377_edited.jpg);
			background-repeat: no-repeat;
			height: 150px;		
		}
		
		#aboutUsOVHeader h2 {
			text-indent: -9999px;	
		}
		
		#contactUsHeader {
			background-image: url(../imgs/headers/asdf-142411_1280.jpg);
			background-repeat: no-repeat;
			height: 150px;		
		}
		
		#contactUsHeader h2 {
			text-indent: -9999px;	
		}
		
			#custInfo {
				width: 225px;
				float: left;
			}
				#custInfo label {
					display: inline-block;
					width: 70px;
				}
				
				#custInfo input {
					display: inline-block;
					margin-left: 20px;
					margin-bottom: 10px;
				}
			
			#companyInfo {
				width: 225px;
				float: right;
			}
			
				#companyInfo label {
					display: inline-block;
					width: 150px;
				}
				
				#companyInfo input {
					display: inline-block;
					margin-left: 20px;
					margin-bottom: 20px;
				}
			
			#message{
				clear: both;
				width: 500px;	
				margin: 0 auto;
			}
			
			#formButtons {
				padding-top: 30px;
				width: 400px;
				margin: 0 auto;
			}
			
				#formButtons input {
					width: 80px;
					height: 40px;
					line-height: 40px;
					border: none;
					box-shadow: 0px 0px 3px 2px #999;
				}
			
				#formButtons #submit {
					float: left;
				}
				
				#formButtons #reset {
					float: right;	
				}
			
			#submissionResults {
					text-align: center;	
				}
			
			#submissionError{
				width: 395px;
				height: 364px;
				background-image: url(../imgs/Red_Exclamation_03.jpg);
				background-repeat: no-repeat;	
				margin: 0 auto;				
			}
				
			
			#submissionGood {
				width: 395px;
				height: 364px;
				background-image: url(../imgs/Green_Check_Button_03.jpg);
				background-repeat: no-repeat;
				margin: 0 auto;	
			}

		#careerHeader {
			background-image: url(../imgs/headers/HeaderImageExample.jpg);
			background-repeat: no-repeat;
			height: 150px;				
		}
		
			#careerHeader h2{
				text-indent: -9999px;
			}
			
		#managementHeader {
			background-image: url(../imgs/headers/cooperate-458652_1280.jpg);
			background-repeat: no-repeat;
			height: 150px;
		}
		
			#managementHeader h2{
				text-indent: -9999px;
			}
			
		#legalHeader {
			background-image: url(../imgs/headers/legalHeader.jpg);
			background-repeat: no-repeat;
			height: 150px;
		}
		
			#legalHeader h2{
				text-indent: -9999px;
			}
			
			#generated{
				text-indent: -9999px;
			}
			
/*-----------Footer-----------*/

#footer {
	clear: both;
	text-align: left;
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 150px;
	line-height: 150px;
	padding-left: 40px;
}

	#footer a {
		color: #999;
		margin-left: 20px;
		font-weight: normal;
	}