@charset "UTF-8";
/* Hairport CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/background.png);
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* editable content CSS */

p {
	line-height: 1.4;
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
}

p a:link {
	text-decoration: none;
	color: #336600;
	font-weight: 600;
}

p a:hover {
	color: #666666;
	text-decoration: none;
}

p a:visited {
	text-decoration: none;
	color: #666666;
	}

ul {
	list-style-type: none;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 80px;
}

ul a {
	text-decoration: none;
	color: #006600;
}

li {
	padding-bottom: 6px;
}

ol {
	line-height: 1.3;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul a:link {
	text-decoration: none;
	font-weight: bold;
}

ul a:hover {
	color: #666666;
	text-decoration: none;
}

ol a:link {
	text-decoration: none;
	font-weight: bold;
}

ol a:hover {
	color: #666666;
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: .5px;
	font-weight: bold;
	padding-top: 8px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 4px;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 4px;
}

h3 {
	font-size: 1.1em;
	padding-bottom: 0px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	letter-spacing: .2px;
	color: #999;
	font-size: 1.1em;
	line-height: 1.6;
	padding-top: 8px;
	padding-bottom: 4px;
}

a[href^="mailto"] {
	text-decoration: none;
	color: #666666;
}


/* layout CSS */

#wrapper {
	position: relative;
	width: 940px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

#header_background {
	width: 940px;
	background: url(images/header_background.png);
/*	border: solid #A2B694 1px;
*/}

#header {
	background: url(images/Hairport_header.png) bottom left no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	text-indent: -999em;
	line-height: 130px;
	width: 70%;
}

#header p {
	margin: 0;
	padding: 0;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
}

#header p a {
	text-decoration: none;
/*	color: #006600;
*/}

#header p a:hover {
	text-decoration: none;
/*	color: #FFFFFF;
	background-color: #999999;
*/}

#content {
	position: relative;
	z-index: 0;
	width: 928px;
/*	background: url(images/content_background.png);
*/}


/* footer CSS */
#footer {
	width: 100%;
	background: url(images/Hairport_footer.png) bottom right no-repeat;
	border-top: solid #A2B694 1px;
}

#footer_content {
	padding: 14px 20px 0;
	font-size: 0.9em;
}

#footer_content p {
	color: #000000;
}

#footer_content p a {
	text-decoration: none;
	color: #000000;
}

#footer_content a:hover {
	color: #666666;
	text-decoration: none;
}

#by_line a:visited {
	text-decoration: none;
	color: #666666;
	}

#by_line {
	margin: 0;
	padding: 0;
	width: 940px;
}

#by_line_content {
	padding: 30px 30px 0 0;
	color: #999999;
	font-weight: normal;
	text-align: right;
	font-size: 0.7em;
}

#by_line a {
	text-decoration: none;
	color: #666666;
	}

#by_line a:visited {
	text-decoration: none;
	color: #666666;
	}


/* content area CSS */
#left_column {
	float: left;
	width: 60%;
	padding: 20px 20px 30px;
}

#call_out {
	float: right;
	width: 30%;
	margin: 0 18px 30px 20px;
}

#call_out_content {
	padding: 22px 22px 40px;
 	color: #666666;
	border-right: solid #A2B694 1px;
	border-bottom: solid #A2B694 1px;
	border-left: solid #A2B694 1px;
}

#call_out_content h2{
	color: #666666;
}

#call_out_content h3{
 	color: #666666;
}

#call_out_content h4{
 	color: #666666;
}

#call_out_content a{
 	color: #666666;
	text-decoration: none;
}

#call_out_content a:hover {
	text-decoration: none;
	color: #336633;
}

#call_out_content a:visited {
	text-decoration: none;
	color: #336633;
}

#picture_box {
	float: right;
	width: 300px;
	margin: 36px 8px 20px;
	text-align: right;
}



/* form CSS */

#form {
	width: 55%;
}

.flush {
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-bottom: 10px;
}

.flush li {
	overflow: hidden;
}

.flush li span {
	float: left;
	text-align: left;
	padding-top: 5px;
}

.flush li em {
	float: right;
	text-align: right;
	padding-top: 5px;
}


/* imageand float CSS */
.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 12px 60px 12px 0;
}

img.right {
	margin: 12px 0 12px 60px;
}

.clear {
	clear: both;
}

.clearfloat {
	clear:both;
	height: 0;
	font-size: 1px;
}
