@charset "UTF-8";
html, body/* CSS Document */

 {
	background-color: #1A1A1A;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
}

#wrapper {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
#wrapper2 {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #1A1A1A;
	background-image: url(../images/background.jpg);
	height: 35%;
	margin-top: 0px;
}

.header {
	height: 125px;
	width: 950px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #666666;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;
}
.header a {
	font-size: 16px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.header a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}

.content {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #666666;
	width: 950px;
	vertical-align: top;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.content p {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-left: 21px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.content  h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.content  h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding-left: 21px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 21px;
}
.content  a {
	color: #CCCCFF;
	text-decoration: none;
}

.content2 {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #666666;
	width: 950px;
	vertical-align: top;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headshot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.content2 p {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-left: 21px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.content2  h1 {
	font-size: 26px;
	color: #CCCCCC;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content2  h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding-left: 21px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 21px;
}
.content2  a {
	color: #CCCCFF;
	text-decoration: none;
}
.content2 a:hover {
	color: #000000;
	text-decoration: none;
}


.footer {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	vertical-align: 50%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	width: 100%;
	padding-bottom: 80px;
	background-color: #1A1A1A;
}
.footer p {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 170px;
}
.footer a {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer  a:hover {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.emphasis {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.float {
	float: right;
	width: 500px;
}
.phone {
	float: right;
}
.float2 {
	float: right;
	width: auto;
}
.main {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contact {
	margin-right: 100px;
}
.bigger {
	font-size: 24px;
	color: #000000;
}
