@CHARSET "ISO-8859-1";
/* CSS Document for RJ Communications
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url('../images/header-bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 30px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #993434;
	font-weight: bold;
}

p {
	line-height: 1.3em;
	margin: 5px 0 5px 0;
	padding: 0;
}

ul {
	margin: 10px 0 10px 35px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
ol {margin-left:15px;}
/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 150px;
	padding: 2px;
	margin: 5px 0 7px 0;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
label.float_label {
	display: block;
	float: left;
	width: 200px;
	font-size: 10px;
	padding-left: 5px;
}
.tan-lt-border {
	background: #f5f1e8;
	padding: 10px;
	border: 1px solid #eae7e0;
}

.tan-dk-border {
	background: #f5f1e8;
	padding: 10px;
	border: 1px solid #fcb64e;
}

.big {
	font-size: 14px;
}

.gray {
	color: #999
}
.hilite {color:#784f12;border-bottom:1px solid #fcb64e; padding:1px; margin-top:3px;}
.required {font-weight:bold; color:red;}
.error {color:red;}
div.error_container { display: none; margin-bottom:20px; background-color:#fdddee; padding:10px; border:1px solid #e12d8e; float:right; width:300px; }
div.error_container label {float:none; width:auto; display:inline;}
/* Container ============================ */
#container {
	width: 960px;
	padding: 0 5px;
	margin: 0 auto;
}

#header {
	border-bottom: 2px solid #e7e7e7;
}

span#tagline {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 14px;
	display: block;
	padding-top: 12px;
	padding-left: 15px;
}

a#logo {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

a#top-contact {
	float: right;
	margin-right: 25px;
	color: #fff;
	text-decoration: none;
	width: 120px;
	height: 55px;
	background: url('../images/contact-bg.gif') 0 0 no-repeat;
	text-align: center;
	font-size: 16.5px;
	font-weight: bold;
	padding-top: 7px;
	margin-top: 17px;
}
a#top-contact:hover {
	color: #fcb040;
}


/* Content ============================= */
#content {
	padding: 10px 10px 20px 10px;
	text-align: justify;
}
#column1 {
	width: 350px;
	float: left;
	margin-right: 20px;
}
#column2 {
	width: 300px;
	float: left;
	margin-right: 20px;
	padding-top: 5px;
}
#column3 {
	width: 250px;
	float: left;
	font-size: 11px;
}

/* Footer ============================== */
#footer {
	text-align: center;
	border-top: 2px solid #e7e7e7;
	padding: 10px 0;
	font-size: 12px;
	color: #5f5f5f;
	font-family: Arial, Helvetica, sans-serif;
}

/* Quote =============================== */
#estimateform label {width:185px; display: block; float:left;}
#quote form {width:600px;}
#quote fieldset {margin-bottom:20px; border:1px solid #ccc; padding:10px;}
#quote legend {font-size:14px; font-weight:bold;}