@charset "utf-8";
/* CSS Document */
/*-------Property of GLM Design do not copy, reproduce, or distribute without written permission.-------*/

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 11px;
	color: #777777;
	background: #fff;
	}
#clear {
	clear: both;
	}
img {
	border: 1px #999999 solid;
	}
img.floatright {
	float: right;
	margin: 10px 10px 1px 5px;
	}
a {
	color: #0099ff;
	text-decoration: none;
	}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	}
a.current {
	color: #000;
	text-decoration: none;
	}
a:hover.current {
	color: #000;
	}
p {
	margin: 10px 10px 10px 10px;
	line-height: 16px;
	}
span.emph {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	}
/*--h1, h2, h3, h4, h5--*/
h1 {
	display: none;
	}
h2 {
	margin: 8px 5px 0 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #222222;
	letter-spacing: -1px;
	}
h2 span {
	color: #3399CC;
	}
h3 {
	margin: 0;
	padding: 8px 0 8px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-align: left;
	letter-spacing: 0px;
	background: #ededed;
	}
h4 {
	position: relative;
	margin: 10px 0 5px 10px;
	padding-left: 5px;
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: normal;
	letter-spacing: -.5px;
	border-left: 7px #333 solid;
	}
h5 {
	margin: 0;
	padding: 8px 0 8px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	letter-spacing: 0px;
	}
/*--GENERAL STYLES--*/
#header-container {
	width: 100%;
	height: 100px;
	}
#header {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	width: 767px;
	height: 77px;
	background: url(../images/bckgrnd-header.jpg) left no-repeat;
	}
#flash-container {
	width: 100%;
	height: 245px;
	background: url(../images/bckgrnd-art-container.jpg) repeat-x;
	}
#flash {
	position: relative;
	margin: 0 auto;
	width: 797px;
	height: 245px;
	background: url(../images/bckgrnd-art.png);
	}
#content {
	position: relative;
	margin: 0 auto;
	width: 767px;
	}
#left {
	float: left;
	width: 190px;
	}
#right {
	float: right;
	margin: 10px 0 0 0;
	width: 560px;
	border: 1px #999999 solid;
	}
#right img {
	margin: 10px 10px 5px 10px;
	}
#right p {
	letter-spacing: 1px;
	}
#right ul {
	margin: 15px 0 10px 0;
	padding: 0 0 0 30px;
	font-size: 11px;
	letter-spacing: 1px;
	list-style: none;
	}
#right ul li {
	margin: 10px 0;
	padding: 0 0 0 20px;
	background: url(../images/bullet-arrow.png) top left no-repeat;
	background-position: 0 4px;
	}
#footer {
	padding: 15px 0 20px 0;
	text-align: center;
	border-top: 3px #999999 double;
	}
/*--SPECIFIC STYLES--*/
#box {
	width: 190px;
	margin: 10px 0;
	border: 1px #999999 solid;
	}
#box p {
	margin: 5px 15px;
	}
#box ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
	list-style: none;
	}
#box ul li {
	margin: 3px 0;
	padding-left: 20px;
	background: url(../images/bullet-arrow.png) center left no-repeat;
	}
#box.right {
	float: right;
	margin: 10px 0;
	width: 560px;
	}
#box.right img {
	float: left;
	margin: 10px;
	}
#contact-us-now {
	width: 190px;
	margin: 10px 10px 10px 0;
	text-align: right;
	border: 1px #999999 solid;
	background: url(../images/dial.png) left no-repeat;
	background-position: -197px -30px;
	}
#contact-us-now p {
	margin: 10px 0 10px 0;
	}
/*--TOP LINKS--*/
#toplinks {
	float: right;
	margin: 30px 0;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 13px;
	}
#toplinks ul {
	margin: 0;
	padding: 0;
	}
#toplinks ul li {
	display: inline;
	padding: 0 15px;
	border-right: 1px #666666 dotted;
	}
#toplinks ul li.no-left-padding {
	padding-left: 0;
	}
#toplinks ul li.last {
	padding-right: -15px;
	border-right: none;
	}
/*--CONTACT FORM--*/
form {
	margin: 5px 15px 10px 10px;
	padding: 10px 0 0 0;
	border-top: 3px #222222 solid;
	}
table {
	width: 100%;
	color: #333333;
	}
table td {
	padding: 2px 0;
	background: #f3f3f3;
	}
table th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	background: #000;
	}
table th p {
	margin: 0;
	padding: 3px;
	text-align: left;
	}
form textarea#comments {
	width: 300px;
	}
form label {
	padding: 0 0 0 5px;
	}
form input {
	margin: 2px 0;
	}
form input#submit {
	display: block;
	margin: 5px 0 0 0;
	}
form textarea#comment {
	width: 300px;
	}