html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
img {
	border-style: none;
}


/*
	background: #cc0000 url(images/body-bg.jpg) repeat-x top;
	z-index: -100;

*/	
	
body {
	background: #2e3645;

  color: #2a2d2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}


p.serif {
	font-color: #6982B5;
}


h1 {
	color: #3E527B;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font:italic bold 24px/30px arial, sans-serif;
    
	/*font-size: 24px;*/
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 1px;
}
h2 {
	color: #6982B5;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
/*	border-bottom: 1px solid #939FB7;    */
	padding-bottom: 5px;
}
a,  a:link {
	color: #6982B5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #196ECC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #46526A;
	text-decoration: underline;
}
a:focus {
	color: #13399D;
}
a:active {
	color: #13399D;
}
#outerWrapper {
	margin: 0 auto 20px;
	text-align: left;
	width: 960px;
	background: #fff url(images/00_content-bg.jpg) repeat-y left 13px;
}
#outerWrapper #header {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 10px;
	height: 200px;
	background: url(images/00_header-bg.jpg) no-repeat left top;
}
#outerWrapper #topNavigation {
	height: 30px;
	padding: 0px 0px 0px 30px;
	background: url(images/navbg.png) repeat-x center;
	margin-right: 20px;
	margin-left: 20px;
}


#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	/*----changes right side bar height 1px----*/
	padding: 0px 0px 10px;
	width: 180px;
}

#outerWrapper #header_contact {
	position: absolute;
	left: 90px;
	top: 115px;
	z-index: 1;
	width: 250px;
	text-align: left;	
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
	}
	
#outerWrapper #header_phone {
	position: absolute;
	left: 110px;
	top: 138px;
	z-index: 1;
	width: 180px;
	text-align: left;
	color: #ffffff;
	font: bold 16px Arial, Helvetica, sans-serif;
	}
	
	
#outerWrapper #header_map {
	position: absolute;
	left: 140px;
	top: 160px;
	z-index: 1;
	width: 180px;
	text-align: left;
	color: #ffffff;
	font: bold 16px Arial, Helvetica, sans-serif;
	}
	
	
	
/*------------------------------------------------------*/
/*-----------------begin paper wrapper------------------*/


#outerWrapper #contentWrapper #content {
/*	background: #d3d3d3;  */
	background: url(images/00_paper_02.jpg) repeat-y;
	margin: 0 180px;
	padding: 5px 15px 5px 15px;
}

#outerWrapper #contentWrapper #cap {
/*	background: #d3d3d3;  */
	background: url(images/00_paper_01.jpg) no-repeat top;
	margin:  0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
#outerWrapper #contentWrapper #toe {
/*	background: #d3d3d3;  */
	background: url(images/00_paper_03.jpg) no-repeat bottom;
	margin:  0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}


/*------------------end paper wrapper-------------------*/
/*------------------------------------------------------*/

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	padding: 10px 30px 0px;
	background: url(images/00_footer-bg.jpg) no-repeat left top;
	height: 75px;
	color: #FFFFFF;
	text-align: center;
}
#leftColumnContent {
	/*----changes left side bar height 1px----*/
	padding: 0px 0px 10px;
	width: 180px;
}
#outerWrapper #contentWrapper {
	padding-right: 20px;
	padding-left: 20px;

}



/*------------------------------------------------------*/
/*---------begin left and right column layouts----------*/
	

#leftColumn1 ul, #rightColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
}
#leftColumn1 ul li, #rightColumn1 ul li {
	list-style: none;
	display: inline;
}#leftColumn1 ul li a, #rightColumn1 ul li a {
	display: block;
	padding: 4px 4px 4px 10px;
	background: url(images/li-dot.gif) no-repeat left top;
	border-bottom: 1px solid #E0E0E0;
}
#leftColumn1  ul li a:hover,#rightColumn1 ul li a:hover {
	background: #F0F1F4 url(images/li-dot.gif) no-repeat left top;
	text-decoration: none;
}


/*----------end left and right column layouts-----------*/
/*------------------------------------------------------*/







.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content ul li {
	margin-bottom: 5px;
}
#content blockquote {
	border-left: 5px solid #BAC2D1;
	margin-left: 15px;
	background: #ECEEF2;
	padding: 5px 10px;
	margin-right: 15px;
}

#content blockquote blockquote {
	background: #F8F9FA;
}

.special-text {
	color: #6982B5;
	font-weight: bold;
	text-decoration: none;
}	


.sidebar_header {
	background: #ffffff url(images/00_sidebar_header.jpg) no-repeat center top;

	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}
.sidebar_top {
	background: #ffffff url(images/00_sidebar_top.jpg) repeat-x center top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px;
	border-bottom: 2px solid #000000;
}

.sidebarlt {
	background: #EBEDF1;
	padding: 6px;
	border: 1px solid #C6CCD9;
}
.sidebardk {
	color: #FFFFFF;
	background: #7786A4;
	border: 1px solid #556481;
	padding: 6px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}


#content_header {
/*	background: #ffffff url(images/09_gallery_top.jpg) repeat-x center top; */
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px;
	border-bottom: 2px solid #ff0000;
}
#gallery_header {
	background: #ffffff url(images/09_gallery_top.jpg) repeat-x center top;
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px;
	border-top: 2px solid #666666;
}
#gallery_sub {
	background: #cccccc;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
#gallery_photo {
	background: #ffffff/* url(images/00_sidebar_top.jpg) repeat-x center top;*/
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 5px;
/*	border-bottom: 1px solid #666666;*/
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
}
#credit {
	text-align: center;
	background: #2E3645;
	color: #576682;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #576682;
}

