@charset "UTF-8";
/* CSS Document */

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
}

ol, ul {
	list-style: none;
}


/* Global Styles */

*{
	margin: 0;
}

html, body {
	height: 100%;
}

#head {
	top: 122px;
	background: url(/images/bg.gif) repeat-x scroll 100% 100%;
	text-align:center;
}

body {
	text-align: center;
	margin:0 auto;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

div#container {
  text-align:left;
  width:760px;
  margin:0 auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#87657d;
	text-transform:uppercase; 
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#87657d;
	text-transform:uppercase; 
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5a2049;
	font-weight:bold;
}

/*

hr.hr1 {
	width: 85%;
	text-align: left;
	margin: 0 auto 0 0;
	height: 1px;
	color:#9b8796;
	background-color:#9b8796;
	border:0 none
} 
*/

a {
  text-decoration:none;
}


/* Header */

#header {
	background: url(/images/header.jpg) top left no-repeat;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	
        height:100px;
	text-align:right;
	text-transform: uppercase;
	font-size: 11px;
	color: #5a2049;
	padding-left: 200px;	
}

#header ul li {
	color: #5a2049;
	display: inline;
        line-height: 22px;
}
#header ul li.seperator{
        margin:0 5px 0 5px;
}
#header ul li a {
	color:#5a2049;
	font-style:normal;
	font-weight:bold;
}

#header li a:hover {
	border-bottom:4px solid #a29061;	
}

#header ul, #header ol{
  margin:65px 0 0;
  padding:0 0 0 0;
  list-style-type:none;
  float:right;
  color:#5a2049;
  position:relative;
  text-decoration:none;
  display:inline;
}

#header .current {
	border-bottom: 4px solid #a29061;
        font-weight:600;
}

/* Header image section */

#headimage {
	height:auto;
	position:relative;
}

/* Content section */

#content {
	position:relative;
	width: 760px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	}

#content .nav {
	width:230px;
	float:left;
	overflow:hidden;
	padding-top: 29px;
	position:relative;
	line-height: 25px;
	}
	
	
	
#content .line {	
	border-bottom: 4px solid #9b8796;
	margin-bottom:2px;
	padding:0 0 1px;
	font-weight:bold;
	}
	
#content ul li ul li {
	border-bottom:1px solid #9b8796;
	margin-bottom:3px;
	padding:0 0 3px;
	}	

#content .main {
	width: 500px;
	float: right;
	overflow:hidden;
	padding-top: 35px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	line-height:16px;
	}
	
#content .main ul li {
	line-height: 20px;
        display:list-item;
	}
#content .main ul {
    padding:0 0 0 30px;
    list-style-type:circle;
  }


#content .main h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#73596c;
	}
	
#content .mainhome {
	width: 690px;
	float: right;
	overflow:hidden;
	padding-top: 35px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	line-height:16px;
	}
	
#content .mainhome ul li {
	line-height: 20px;
        display:list-item;
	}
#content .mainhome ul {
    padding:0 0 0 30px;
    list-style-type:circle;
  }


#content .mainhome h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#73596c;
	}
	
	
#content .subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #9b8796;
	border-bottom:1px solid #9b8796;
	margin-bottom:3px;
	padding:0 0 3px;
	}

#content a {
	color:#9b8796;
	display:inline;
	font-style:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:bolder;

}

#content a:hover {
	color:#5a2049;
}

#content ul {
list-style-type:circle;
}

/*footer*/

#footerContainer {
	background: url(/images/footer.gif) repeat-x scroll left top;
	width: 100%;
	clear: both;
	margin-top:100px;
	float: left;
	}
	
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 80px 0px 0px;
	color:#aeadad;
	font-family:Arial, Helvetica, sans-serif;
		}
	
#footer a {
	color: #73596c;
	text-decoration: none;
	}
	
#footer p {
	font-size: 12px;

	padding-left:370px;

	font-size:9px;
	padding-bottom:5px;

	}
