/* Sets all Defaults to 0 */

* { 
	margin:0; 
	padding:0;
}

html, body {
	height: 100%;
}

body {
	background-color: #840000;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#menu {
	z-index: 1;
	float: left;
	height: 35px;
	width: 1000px;
}

.clear {
	clear: both;
}

/* Home Page ////////////////////////////////////////////////////////// */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 62.50em;
	text-align: left;
}

#head {
	width: 62.50em;
	height: 7.5em;
	background-image: url(../images/headlogo.jpg);
	display: block;
}

#head img {
	position: absolute;
	z-index: 2;
	margin-left: 54em;
}

#upper {
	margin-top: 3em;
	height: 18em;	
}

#upper img {
	float: left;
	margin-left: 2.5em;
}

#upper .right {
	width: 460px;
	margin-left: 30em;	
}

#bodyarea{
	background-repeat: no-repeat;
	width: 62.50em;
	height: 15em;
}

#bodyarea .left {
	position: relative;
	float: left;
	width: 500px;
	margin-left: 2.1em;
	margin-top: -.8em;
	clear: left;
	z-index: 1000;
}

#bodyarea .right {
	float:  right;
	width: 400px;
	margin-top:  -.8em;
}


/* Secondary Page ////////////////////////////////////////////////////////// */

#icontainer {
	width: 62.50em;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -200px;
	text-align: left;
	position: relative;
}

#sec_left {
	width: 950px;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 1em;
	background-color: #ffffff;
	padding:  1em;
	border: 2px solid #000;
}

#sec_left h1 {
	color: #5d0202;
	font: 1.2em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: .4em;
}

#sec_left p {
	color: #000000;
	font: normal .85em/1.5em Georgia, "Times New Roman", Times, serif;
	max-width: 62.50em;
}

#sec_left b {
	color: #5d0202;
	font: normal 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
}

img.people {
	float: right; 
	margin-left: 2em;
	display: block;	
}

/* Typography ////////////////////////////////////////////////////////// */

h1 {
	color: #d7d4ba;
	font: 1em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

h3 {
	color: #d7d4ba;
	font: 1em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	
}
p {
	color:  #ffffff;
	font: normal .75em/1.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 1.7em;
}

a:link {
	color: #840000;
	text-decoration: underline;
}
a:visited {
	color: #840000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #d7d4ba;
	text-decoration: underline;
}

.tan {
	color: #d7d4ba;
}

table.color {
	margin-left: 4em;
}

#color td {
	padding: 3px;
	text-align: center;
	color: #000000;
	font: normal .85em/1.5em Georgia, "Times New Roman", Times, serif;
}

#grout th {
	font-weight: normal;
	font-size: 14px;
	color: #d7d4ba;
	background-color: #840000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#grout td {
	color: #000000;
	background-color: #d7d4ba;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b6121b;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#grout tbody tr:hover td {                
	color: #ffffff;
	background-color: #951313;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}


#grout{
	font: normal .85em/1.5em Georgia, "Times New Roman", Times, serif;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #b6121b;
	margin:20px;}

td.hicol {
	background-color: #951313;
}

#patterns {
	margin-left: 4em;
}
#patterns th {
	text-align: center;
	color: #840000;
}
#patterns td {
	font: normal .75em/1.3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000000;
	padding-bottom: 1em;
}

#advantages tr {
	text-align: left;
	color: #951212;
}
#advantages td {
	font: normal .85em/1.5em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #000000;
	padding-bottom: 1em;
}

#advantages td b {
	color: #951212;
}

#crumb {
	color: #840000;
	font: normal .7em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#crumb a:link {
	color: #840000;
	text-decoration: none;
}

#crumb a:visited {
	color: #840000;
	text-decoration: none;
}

#crumb a:hover {
	color: #000000;
	text-decoration: underline;
}


h4 {
	margin-bottom: .35em;
	color: #000000;
	background-color: #d7d4ba;
	max-width: 880px;
	padding: 7px;
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
	cursor: pointer;
	}
					
.post-textfaq p {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
}

.redback {
	padding: 3px;
	background-color: #840000;
	color: #ffffff;
	width: 450px;
	text-align: center;
	display: block;
}

a.white:link {
	color: #ffffff;
	text-decoration: underline;
}
a.white:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.white:hover {
	color: #ffffff;
	text-decoration: none;
}

a.faqs:link {
	color: #840000;
	font-size: .9em;
	text-decoration: underline;
}
a.faqs:visited {
	color: #840000;
	text-decoration: underline;
}
a.faqs:hover {
	color: #000000;
	text-decoration: none;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 200px;
	clear: both;
}



#ifooter {
	height: 200px;
	width: 100%;
	min-width: 1000px;
	background-color: #5d0606;
	background-image: url(../images/insideback.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt top;
	position: relative;
}


#ifootercontainer {
	width: 1000px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0em 1.7em;
	margin-bottom: 0;
	padding-top: 1.7em;
	
	
}

#footer {
	width: 62.50em;
	height: 124px;
	color: #d7d4ba;
	text-align: left;
	margin-top: .4em;
	
}

#footer_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}


#footer_left {
	margin: 0px;
	padding: 60px 0px 0px 60px;
	float: left;
	width: 37em;
	font: .75em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #d7d4ba;
}

#footer_left a { 
	color: #ffffff;
	text-decoration: none;
}

#footer_left a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_right {
	margin: 0px;
	padding: .75em 0 0 4em;
	float: left;
	font: .75em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer_right #right a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer_right #right a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer_right #right a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer_right #right a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer_right #right {
	margin: 0px;
	padding: 2em 0px 0px;
	float: left;
	line-height: 16px;
}

#footer_right #col1 {
	width: 10.5em;
	float: left;
} 
#footer_right #col2 {
	width: 8em;
	float: left;
} 
#footer_right #col3 {
	width: 2em;
	float: left;
} 


img.login {
	padding-bottom: 1em;
}



