/*------------------------------------------------------------*
**  stylesheet
**------------------------------------------------------------*/

body {
	background: #fff url(img/background/nostalgic_blue.jpg); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
}
   
acronym { cursor: help; border-bottom: 1px dashed #999; }

a { text-decoration: none; color: #ba3535;  }

a:hover { border-bottom: 1px dashed #450c0c; color: #450c0c; }

.blank a {
   color: #000000;
}

li a {
   color: #000;
}

p {
   text-indent: 0em;
}

.inside {
   font-size: 0.95em;
   padding-left: 0px;
   list-style: inside;
}

ol.inside {
/*   font-size: .95em;
   padding-left: 0px;*/
   list-style: decimal inside;
}

ol.inside ol {
   padding-left: 30px;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	

#container {
	margin: 0 auto;
	/*width: 850px;*/ /*old working width*/  
  width: 85%;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		

#header {
  /*background: #450c0c url(img/1-header_right.png) no-repeat 100% 0;*/
  /*background: #454B1B url(img/1-header_right.png) no-repeat 100% 0;*/
  background: #ffffff;
  
  /*background-size: 98%;*/ /*old working width*/
  background-size: 850px ;
  background-position: left center;
	border-bottom: 4px solid #fff;
  border-top: 5px solid #fff;
/*	padding: 25px 30px;*/
  padding: 25px 15px 25px 15px;
  text-indent: 55px;
}	

#header h1 { 	
	margin: 0px 0px 0px 35px;
	color: #000;
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
}	

#header h2 { 	
	margin: 0px 0px 0px 35px;
	color: #000;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #ffffff; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
}

#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}		

#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: #ffffff;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
}

#nav li a:hover { background-color: #000; }

#nav li a.on { background-color: #c60202; color: #ffffff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 285px; /*old working width*/
  /*width: 34%;*/
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
}

#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
#sidebar div img {
   border: 1px solid #000000;
   border-radius: 10px;
   box-shadow: 0 3px 3px 0;
}

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/

#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #000; 
	margin: 0 10px 0 0; 
	cursor: default;
}

#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
   padding: 10px;
}
   
table.contact {
   font-size: 1em;
   text-align: left;
/*   border: 1px solid #000;*/
}
 
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#content {
	float: left;
	/*width: 550px;*/ /*old working width*/
  width: 64%;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
}
   
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }	

article p {
   margin-left: auto;
   margin-right: 10px;
   text-indent: 1.5em;
   text-align: justify; /*change this to left or center*/
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
    /*background: #454B1B url(img/1-header_right.png) no-repeat 100% 0;*/
    background: #ffffff;
   background-size: 65%;
   background-position: left center;
/*	padding: 25px 30px;*/
   padding: 25px 15px 25px 15px;

/*	background: #450c0c url(img/footer_right1.gif) no-repeat 100% 0;*/
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }

#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
