/* *** ** Start of DefaultWrapper ** *** */
* {margin:0; padding:0;}
ul, li { margin:0 0 0 .5em; padding:0; list-style:url(/images/bullet.jpg); } 
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }
h1 {
	color:#1f1c1a;
	font-size:26px;
	border-bottom:1px solid #1f1c1a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin:0 0 10px;
	padding-bottom:10px;
}
h2 {
	color:#1f1c1a;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin:4px 0;
}
h3 {
	color:#a3966d;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:1em 0 .5em 0;
}
p { line-height:18px; margin:1em 0;}
img { border:none; }
strong { font-weight:bold; color:#000; }
a { text-decoration:none; color:#847a5a; }
a:hover { color:#1f1c1a; }
.required { color:#FF0000; }
.clear { 
	clear:both;    
	height:0;
    font-size: 1px;
    line-height: 0px; 
}
hr { height:1px; background:#1f1c1a; border:none; margin:5px 0;}
.body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #eee8d8 url(/images/bg-repeat.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height:18px;
}
#container {
	width: 914px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;
}
#header a h1 {
	margin: 0;
	padding: 0;
	height: 152px;
	width: 260px;
	float:left;
	cursor:pointer;
	text-indent:-9000px;
	background:url(/images/jacob-rivas-logo.jpg) no-repeat right top;
	border:none;
}
#header #menu {
	float:left;
	width:640px;
	height:48px;
	background:url(/images/menu-bg.jpg) no-repeat;
}
#mainContent {
	clear:both;
	width:890px;
	padding: 0px 0px 0px 20px;
	background: url(/images/sub-bg-repeat.jpg) repeat-y;
}
#sidebar {
	float:left;
	width:200px;
	padding:0px 20px 20px 20px;
	color:#fff;
	background: #1e0404;
}
#sidebar p { margin:0;}
#sidebar #sidecontent {

}
#sidebar #sidecontent ul {
	margin:10px 0 10px 15px;
}
#content {
	width:840px;
	padding:30px;
}
#footerContainer { background:url(/images/sub-footer-bg.jpg) left top no-repeat; padding:10px 0 0; width:890px; }
p#footerNav {
	padding:0;
	margin:0;
	text-align:center;
	color:#a3966d;
	font-size:10px;
}
p#footerNav a { padding:0 2px;}
#footer {
	width:650px;
	float:right;
	padding: 0px;
	/*background: url(/images/footer-left-bg.jpg) repeat-y left;*/
}
#footer #footerContent {
	margin: 0;
	padding: 0px 20px 20px 10px;
}
#disclaimer {
	width: 100%; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 40px 0; /* centers the disclaimer (if outside your container div) */
	padding: 0;
	text-align: left;
}
#disclaimer p {
	width:490px;
	float:right;
	display:block;
	font-size:9px;
	margin:0; 
	padding:0; 
	line-height:17px;
	color:#847a5a;
}
#disclaimer a { color:#978b67; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline;}

/* Mini Contact Form Styling */
#form { }
#form label { display:block; width:55px; height:15px; padding:3px 0; margin:0; }
#form input { width:210px; margin-bottom:5px; height:15px; }
#form input.submit-btn { width:62px; height:26px; margin:5px 70px; text-align:center; display:block; } 
#form textarea { width:210px; height:40px; }/* *** ** End   of DefaultWrapper ** *** */
/* *** ** Start of ContactUsLayout ** *** */
/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline-block;
	color: #CC3333;
	border: 1px solid #CC3333;
	position:relative;
	top:3px;
	left:150px;
	height:18px;
	width:175px;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
/* Large Contact Form Styling */

.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}

.pad_frm_itm { display:block; }
form ol { list-style:none; }
form li { margin:2px 0; padding:8px 0 8px 0; width:500px; height:auto;}
form fieldset { border:none; }
form fieldset label { width:150px; display:block; float:left; font-size:12px; margin:0;padding-top:2px;}
form fieldset input, form fieldset select { width:300px; margin:0;}
form fieldset .checkbox input { width:auto; margin: 0 5px 0 0;}
form fieldset input {display:inline;}
form fieldset textarea { width:85%; margin-bottom:10px;  }
form fieldset select {display:block;}
.msg-label {width:300px;}
.checkbox { font-weight:bold;}


#iagree {
-x-system-font:none;
background-color:#ECECEC;
border:1px solid #031C40;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:4px 0 8px;
padding:5px;
position:absolute;
width:350px;
float:left;
z-index:4000;
}
#iagree .overlay_submit {
-x-system-font:none;
background-color:#FFFFFF;
border:1px solid #999999;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:5px 0 0 0;
padding:4px;
clear:both;
float:left;
}

/* *** ** End   of ContactUsLayout ** *** */
