/*
	CSS Document for Prather & Harlan A/C
	© 2014 Legacy Learning Solutions, LLC - www.legacylearningsolutions.net
*/
/*Reset all default settings*/
html, body, div, p, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*Beginning of Site Styling*/
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color:#333;
	background: #f1f1f1;
	margin: 10px;
}

p
{
	padding: 10px;
	line-height: normal;
}

h1
{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
}

strong
{
	font-weight: bold;
}

/*Start of Form Elements*/
input, textarea, select
{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

label
{
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
}

textarea:focus, input:focus
{
	border: 1px #ff7022 solid;
}

.submit
{
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color: #f9f9f9;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: block;
	color: #444;
	font-size: 15px;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	margin-left: 110px;
}

.submit:hover
{
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}

.submit:active
{
	position:relative;
	top:1px;
}
/*End of Form Elements*/
/*Error Message for Contact Form*/

#error
{
	padding: 10px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	background:	#888;
	border: #ff7022 2px solid;
	color: #FFFFFF;
	display: table;
}

.errtext 
{
	padding-left: 5px;
	font-size: medium;
	color: #990000;
	font-weight: bold;
}

.phlogo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vanpic
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

.aslogo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 25px;
}

.copy
{
	float: right;
	text-align: right;
	padding: 10px;
	color: #fff;
	font-size: 13px;
}

.ac
{
	text-decoration: none;
	color: #fff;
}

.apic
{
	float: left;
	/*margin-right: 5px;*/
}

.list ul
{
	list-style-type: disc;
	padding-left: 20px;
}


.list li ul
{
	list-style-type: circle;
}


#divtitle
{
	display: table;
	height: inherit;
	margin: 0 auto;	
}

#wrapper
{
    margin: 0 auto;
    width: 1000px;
	background: #fff;
}

#header
{
    float: left;
    height: 250px;
    width: 1000px;
	background-image: url(../img/logo/phlogo.png);
	background-position: left top;
	background-size: 309px 100px;
	background-repeat: no-repeat;
}

#navigation
{
    float: left;
    height: auto;
    width: 1000px;
}

		#navmenu
		{
			border-top: 2px solid #ffa715;
			border-bottom: 2px solid #fe001a;
			list-style: none;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		#navmenu li
		{
			position: relative;
			display: inline;
			background: #fff;
		}
		
		#navmenu a
		{
			display: inline-block;
			padding: 10px;
			background: #fff;
		}

		#navmenu a.navcp
		{
			display: inline-block;
			padding: 10px;
			background: #ff7022;
			color: #fff;
			text-decoration: underline;
		}

		#navmenu ul
		{
			position: absolute;
			/*top:100%; Uncommenting this makes the dropdowns work in IE7 but looks a little worse in all other browsers. Your call. */
			left: -9999px;
			margin: 0;
			padding: 0;
			text-align: left;
			background: #fff;
		}
		
		#navmenu ul li
		{
			display: block;
		}
		
		#navmenu li:hover ul
		{
			left: 0;
		}
		
		#navmenu li:hover a
		{
			text-decoration: underline;
			background: #f1f1f1;
		}
		
		#navmenu li:hover a.navcp
		{
			text-decoration: underline;
			background: #ff7022;
		}
		
		#navmenu li:hover ul a
		{
			text-decoration: none;
			background: none;
		}
		
		#navmenu li:hover ul a:hover
		{
			text-decoration: underline;
			background: #f1f1f1;
		}
		
		#navmenu ul a
		{
			white-space: nowrap;
			display: block;
			border-bottom: 1px solid #ccc;
		}
		
		#navmenu a
		{
			color: #ff7022;
			text-decoration: none;
			font-weight: bold;
		}
		
		#navmenu a:hover
		{
			text-decoration: underline;
			background: #ff9155;
		}

#leftpanel
{
	float: left;
	width: 700px;
	height: auto;
}

#rightpanel
{
	text-align: center;
	float: right;
	width: 300px;
	height: auto;
}

#page
{
	float: left;
	width: auto;
	height: auto;
	/*padding: 10px;*/
}

#content
{
    float: left;
    width: auto;
	height: auto;
}

#conform
{
	float: left;
	width: 538px;
	height: auto;
}

#vid
{
	float: left;
	width: 418px;
	height: auto;
}

#footer
{
    height: 50px;
    width: 1000px;
	background-image: url(../img/site/ft.png);
	background-repeat: repeat;
    clear: both;
}
