
body {
	margin:0px;
	padding:0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 1.2em;
	text-align: left;
}
/*/*/a{}
body, body p, body li {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body, html>body p, html>body li {
	font-size:small;
}
/* */
a, a:visited {
	color: #9a3434;
}
a:hover  {
	color: #931f1f;
	text-decoration:none;
}

H1 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 200%;
	line-height:1.2em;
	color: #fff;
	font-weight: normal;
	text-align:left;
}
H2 {
	font-size: 115%;
	line-height:1.2em;
	color: #000;
}

h3 { 
	font-weight: bold;
	margin-bottom:-12px;
	font-size: 12px;
	line-height:14px;
}

#logoHome {
	z-index: 2;
	left: 0px;
	top: 0px;
	height:170px;
	background-image:url(../global_images/logo_home.gif); background-repeat: no-repeat;
}
/*container for whole page */
#containerHome {
	width: 1000px;
	background-color: #9a3334;
}
#contentHome{
	background-image:  url(../global_images/bg_gradation.jpg);
	background-repeat: repeat;
	width: 1000px;
	margin: 0px;
	padding:0px;
}
#containerHome H1 {
	position:relative;
	top:-50px;
	text-align:center;
	margin: 0px 140px -40px 140px;
	font-size: 250%;
	font-weight: normal; 
	background-color: #9a3334;
}
#homeCopyBox {
	margin: 30px 50px 40px 0px;
	padding:0px;
	text-align:left;
	color: #9a3434;
	width: 410px;
	font-size: 11px;
	line-height: 16px;
	float:right;
}

/* HOME navigation */
#navContainerHome {
	position: relative;
	top: -90px;
	left:112px;
	height: 22px;
	width:610px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}
#navContainerHome ul {
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #fff;
}

#navContainerHome li, #navContainerHome a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
}
#navContainerHome a:hover {
	text-decoration:none;
	border-bottom: 2px solid #cdbdaa;
	color: #cdbdaa;
	cursor:pointer;
}


/* HOME sub NAV */
#subNavHome {
	margin:10px 0px 5px 25px;
	text-align:left;
	float:left;
	
}


#subNavHome td {
	min-width:160px;
}

#subNavHome a{	
	background: url(../global_images/subNavArc.gif) no-repeat left bottom;
	font-family:  "Times New Roman", sans-serif;
	font-size: 12px;
	color: #9a3434;
	font-weight: bold;
	text-decoration: none;
	height: 34px;
	display:block;
	vertical-align: bottom;	
	
}

#subNavHome a:hover{
	background-image: url(../global_images/subNavArc_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #642020;
}


