/* Style Sheet */
@import url("master.css");

/**************************************************

	id containers

**************************************************/
#header
{
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:220px;
	background-color:#003058;
	margin:0 auto 0 auto;
}

#content
{
	width:100%;
	background-color:#fff;
	margin:0 auto 0 auto;
}

#headerImage
{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	margin-top:30px;
	width:532px;
	height:130px;
}

#headerMap
{
	background-image:url(../images/map.png);
	background-repeat:no-repeat;
	margin-top:55px;
	width:198px;
	height:75px;
}

#footer
{
	width:100%;
	height:50px;
	background-color:#49453C;
	margin:0 auto 0 auto;
}

#pdf
{
	background-image:url(../images/pdf_icon.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:75px;
	margin-top:95px;
}

/**************************************************

	class containers

**************************************************/
.center
{
	width:800px;
	margin:0 auto 0 auto;	
	padding: 20px 0 20px 0;
}

.columnLeft
{
	width:549px;
	float:left;
}

.columnRight
{
	width:209px;
	float:left;
}

.headerStyle
{
	border-left:dotted 1px #264262;
	height:180px;
	padding-left:20px;
	margin:auto 0 auto 0;
}

.footerStyle
{
	padding-left:20px;	
}

.contentStyleLeft
{
	border-left:dotted 1px #8b806d;
	border-right:dotted 1px #8b806d;
	padding:20px;
	width:530px;
}

.contentStyleRight
{
	width:199px;
	padding-left:20px;
}

/**************************************************

	text

**************************************************/
.footerText
{
	color:#CCE8F3;
	font-size:10px;
}

.bodyText
{
	color:#49453C;
	font-size:12px;
	line-height:22px;
	margin-bottom:12px;
}

.sectionText
{
	color:#c3953f;
	font-weight:bold;
	font-size:20px;
	margin-top:14px;
	line-height:22px;
	margin-bottom:10px;
}

.bodyHighlight
{
	font-weight:bold;
	color:#c3953f;
}

.bodyBold
{
	font-weight:bold;
}

.bodyUL
{
	list-style:disc;
	list-style-position:inside;
	list-style-type:disc;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.pdfText
{
	font-size:10px;
	line-height:12px;
	margin-left:38px;
	padding-top:5px;
}

/**************************************************

	navigation

**************************************************/
#menu 
{
  padding:0;
  margin-left:-3px;
  width:0;
  cursor:pointer;
}

#menu li 
{
  list-style-type:none;
  margin:0 0 1px 0;

display:block;
  width:200px;
  border:1px solid #fff;
  font-size:11px;
  text-align:left;
  text-decoration:none;
  background:#fff; 
  color:#49453C; 
  padding:0px 4px 0px 4px;
}

#menu a, #menu a:visited 
{
  display:block;
  width:200px;
  border:1px solid #fff;
  font-size:11px;
  text-align:left;
  text-decoration:none;
  background:#fff; 
  color:#49453C; 
  padding:2px 4px 2px 4px;
}

#menu a:hover 
{
  background:#BDB8B1;
  color:#FFF;
}

#submenu 
{
  padding:0;
  margin-left:18px;
  width:0;
  /*cursor:pointer;*/
}

#submenu li 
{
list-style-type:none;
  margin:0 0 1px 0;
}

#submenu a, #submenu a:visited 
{
  display:block;
  width:100px;
  border:1px solid #fff;
  font-size:11px;
  text-align:left;
  text-decoration:none;
  background:#fff; 
  color:#49453C; 
  padding:2px 4px 2px 4px;
}

#submenu a:hover 
{
  background:#BDB8B1;
  color:#FFF;
}

.footer a, a:visited 
{
	text-decoration:none;
	color:#CCE8F3;
}

.footer a:hover
{
	text-decoration:underline;
	color:#CCE8F3;
}

.footer a.underline-link, a.underline-link:visited 
{
	text-decoration:none;
	color:#CCE8F3;
}

.footer a.underline-link:hover
{
	text-decoration:underline;
	color:#CCE8F3;
}

.link a, a:visited
{
	text-decoration:underline;
	color:#c3953f;	
}

/**************************************************

	section images

**************************************************/
.image
{
	margin-top:-3px;
	margin-bottom:10px;	
}