/* ----------------- UMOD ----------------- */
/* ------  background: #ccc;  ----- */
body {
	margin: 0;
	background: #fff;
	padding: 0;	
	color: #000;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

/* ----------------- UMOD ----------------- */
html>body {
	font-size: small;
}


/* ----------------- Element rules ----------------- */
/*  font-family: tahoma, verdana, sans-serif;  

'franklin gothic demi', verdana, sans-serif
*/
/* ----------------- UMOD ----------------- */
h1, h2, h3, h4, h5, h6, p, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
}

h1 {
    color: #fff;    
}

p {
    padding: 0 0 6px 0;
}

ul {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

p.spacer {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
	background:transparent;
	padding: 0 0 0 0;
}

p.bottom_shadow {
	clear: both;
	float: none;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(images/footer-bar.gif) bottom center no-repeat;
	padding: 0 0 0 0;
	margin: 0 auto 15px auto;
}

.redbold {
    color: #a60023;
    font-weight: bold;
}

/* ----------------- Rules that apply to all pages ----------------- */

#wrapper {
    position: relative;
    width: 988px;
    padding: 0 10px 0 10px;
    margin: 0 auto 0 auto;
	background: #fff url(images/fullwidthbg.gif) repeat-y;
}

#header {
	position: relative;
	color: #fff;
	height: 152px;
	width: 988px;
	background: #fff url(images/header_01_home.jpg) no-repeat;
}

#header p {
	paddin:0;
	margin: 0;
	font-weight: bold;
	display:block;
	position: absolute;
}


#nav {
	float:none;
	clear: both;
	width: 988px;
	background-color: #726253;
	overflow: hidden;
	color: #fff;
}

#nav li {
	border-right: 1px solid #ffffff;
	float:left;
}

#nav a {
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	display:block;
	padding-left:17px;
	padding-right:19px;
	padding-top:8px;
	padding-bottom:8px;
}

#nav a:hover {
	background: #ada290;
}

#left {
    width: 215px;
    background-color: #fff;
    float:left;
}
/******** font-size: .9em;  */
#left p {
    margin-top: 30px;
    margin-left:20px;
    margin-right: 10px;
    font-size: 1.0em;
    color: #a60023;
}

#left ul {
    font-size: .9em;
    margin-left:20px;
    margin-right: 10px;
	list-style: disc;
	padding-left: 1em;
}

#left ul li{
	padding-top: 5px;
}

#content {
	display: inline;
	float: left;
	overflow: hidden;
	width: 555px;
	height: 366px;
	overflow:hidden;
	background-color: #4667a2;	
	background-image: url(images/cont_bg_home_01.jpg);
}

/*********       font-size: 1.1em; */
#content p {
    padding-top: 15px;
    margin-left:20px;
    margin-right: 10px;
    font-size: 1.2em;
    color: #fff;
}

#content h1 {
    margin-top: 30px;
    margin-left:20px;
    margin-right: 10px;
    font-size: 1.6em;
    color: #fff;
}

#right {
	display: inline;
	float: left;
	overflow: hidden;
	width: 218px;
	background: #fff;
	height: 100%;
	margin-top: 30px;
}

#right p {
	padding: 0 0 7px 0;
	font-size: .9em;
	margin-left: 10px;
	margin-right: 5px;
}

#right a {
    font-weight: bold;
	text-decoration: none;
	color: #2a559a;
}

#right a:hover {
    text-decoration: underline;
}





/* -- url(images/footer-bar.gif) bottom center no-repeat; --*/
#footer {
	color: #fff;
	clear: both;
	float:none;
	text-align: right;
	margin-top: -1px;
	padding: 100px 0 10px 0;
	background-color: #726253;
}

/* ----------------- Rules that apply only to Some Pages ----------------- */




/* ----------------- Rules that apply only to Some Classes ----------------- */

#footer p.copyright {
	padding: 0 10px 0 0;
	font-size: .82em;
}

