/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	background: #4E1B17 url(assets/newmainbg.gif) repeat-x fixed;
	font: 62.5%/1.5 Georgia, "Times New Roman", serif;
	color: #000;
	text-align: center;
}

* { margin: 0; padding: 0; }

/* -------------------------------------------------
Global Typography
---------------------------------------------------- */
p, ul {	color: #777; font-size: 1.4em; }

h2 {
	color: #4E1B17;
	font-size: 1.8em;
	line-height: 1.25;
	font-weight: normal;
}

#content ul { margin: 9px 18px 18px 72px; }

/* -------------------------------------------------
Custom Typography
---------------------------------------------------- */
#content h1 {
	color: #4E1B17;
	font: 3.6em Georgia, "Times New Roman", serif;
	letter-spacing: -.02em;
	margin: 18px 0 18px 36px;
	text-transform: capitalize;
}

#content h2 { margin: 18px 0 9px 36px; }
#content p { margin: 9px 0 9px 36px; }

#sidebar p.claim {
	border-bottom: 1px solid #999;
	color: #4E1B17;
	font-size: 1.8em;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 18px;
	padding-bottom: 17px;
}

#sidebar ul { list-style-type: none; }
#footer p {
	color: #fff;
	font: 1.1em/1.5 Arial, sans-serif;
	text-align: left;
}

/* -------------------------------------------------
Classes
---------------------------------------------------- */
.next-p { margin-top: 10px; }
.caps { text-transform: uppercase; }
.italic { font-style: italic; }
.small { font-size: 1.1em; }

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#container {
	background: #fff url(assets/content-bg.gif) repeat-y;
	border: 1px solid #36120E;
	border-width: 0 5px 5px 5px;
	margin: 0 auto;
	padding-bottom: 24px;
	text-align: left;
	width: 751px;
}

#header {
	width: 751px;
	height: 230px;
	padding: 10px 0 20px 0;
	background: #fff url(assets/header.jpg) no-repeat;
	text-align: right;
	
}

#content {
	float: left;
	margin-right: 36px;
	width: 459px;
}


#sidebar {
	float: left;
	margin-right: 0;
	padding-top: 18px;
	width: 225px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 18px 0 36px;
	width: 751px;
}

/* -------------------------------------------------
spanish Layout
---------------------------------------------------- */
#headersp {
	width: 751px;
	height: 230px;
	padding: 10px 0 20px 0;
	background: #fff url(assets/spanishheader.jpg) no-repeat;
	text-align: right;
	
}

#headersp ul li { 
	display: inline;
}

#headersp ul li a {
	font: bold small/100% "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #495B5B;
	margin: 0 15px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
}

#headersp ul li a:hover { 
	color: #4E1B17;
	margin-top: 5px;
	padding: 5px 0 0 0;
	border-top: 5px solid #4E1B17; 
}

#headersp ul li#active a { 
	color: #4E1B17;
	margin-top: 5px;
	padding: 5px 0 0 0;
	border-top: 5px solid #4E1B17; 
}

/* -------------------------------------------------
Main Navigation
---------------------------------------------------- */
#header ul { font: bold 1.2em Arial, sans-serif; margin: 0 24px 0 0; }
#header ul li { display: inline; }

#header ul li a {
	color: #999;
	margin: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover { 
	color: #4E1B17;
	margin-top: 5px;
	padding: 5px 0 0 0;
	border-top: 5px solid #4E1B17; 
}

#header ul li#active a { 
	color: #4E1B17;
	margin-top: 5px;
	padding: 5px 0 0 0;
	border-top: 5px solid #4E1B17; 
}

/* -----------------------------------------------------
Forms
-------------------------------------------------------- */
form { margin-left: 36px; }
form dd { margin-bottom: 18px; }

fieldset {
	background: url(assets/form-bg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	padding: 18px;
}

legend { font-size: 1.8em; }
label { font-size: 1.2em; }
.text { border: 1px solid #999; padding: 2px; width: 250px; }
form select { border: 1px solid #999; padding: 2px; }


/* =Error Notification  */
#alert {
    background: #ffd url(assets/icon_alert.gif) no-repeat 8px 25%;
    border: 1px solid #Fca;
    color: #c33;
    display: none;
    font-size: 1.4em;
    padding: 8px 16px 8px 32px;
	margin: 2em 0 2em 36px;
}

.errMsg { color: #C33; font-size: 1.4em; margin: 4px 0 8px; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }