@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
	}
body  {
	font-family:  Helvetica, Verdana, sans-serif;
	line-height:1.5;
	background: #cbcdb6;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #292929;
}

h1 {
	font-family: Georgia, Times, serif;
	margin:0.5em 0 0.5em;
	line-height:1.2;
}
h2 {
	font: 20px Georgia, Times, serif;
	color: #412a22;
	margin:0.5em 0 0.5em;
	line-height:1.2;
}
h3 {
	font: 16px Georgia, Times, serif;
	font-variant: small-caps;
	color: #ad2330;
	margin:0 0 0.5em;
	line-height:1.2;
	letter-spacing:0.33em;
}

h4 {
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing:0.33em;
}


a {
	font-weight: bold; 
	text-decoration: none; 
	color: #bf2f38;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #bf2f38;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #b9121b;
}

/**************************************************************/	
 #container {  
	width: 925px;
	background: white;
	margin: 0 auto; 
	border: 3px solid white;
	text-align: left; 
} 

 #header {   
	background: #e7dcaf url(images/head_bck.jpg) no-repeat 1px 1px;  
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; 
	padding:0; 
} 

#navBar {
	float: left;
	width: 100%;
	background: #bF2f38;
	border-top: 3px solid white;
	border-bottom: 7px solid #cc541f;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#navBar ul{
	margin:0;
	padding:0;
	list-style: none;
}

#navBar li{
	display: inline;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	letter-spacing:0.33em;
}

#navBar a{
float: left;
display: block;
font-weight: bold;
color: white;
margin: 0 ; 
padding: 5px 10px;
text-decoration: none;
background-color: #bf2f38; 
border-right: 2px solid white;
}

#navBar a:hover{
background-color: #b9121b; 
}
#navBar a:active{
background-color: #d96f35; 
}

#navBar .current a{ /*currently selected tab*/
background-color: #cc541f; 
border-color: white; }


#sidebar1 {
	display: inline;
 	margin: 10px;
 	padding: 0px;
 	width: 200px;
 	float: right;
}
#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.sideNavlist {
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.sideNavlist li {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
}
.sideNavlist a {
	display: block;
	text-decoration: none;
	padding: 0.25em;
	margin: 0;
}
.sideNavlist li a:hover {
	background: #eee;
	padding: 0.25em;
	margin: 0;
}
.sideNavlist .currently a {
	color: #2b2b2b;
	background: #eee;
	margin: 0;
}

.sideNavSub {
	position: relative;
	padding: 0;
	margin: 0;
}
.sideNavSub li {
	font-family: Georgia, Times, serif;
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	border:none;

}
.sideNavSub a {
	display: block;
	color: #2b2b2b;
}
.sideNavSub a:hover {
	text-decoration: underline;
}
#mainContent {
	float: left;
 	margin: 10px;
 	padding: 0px;
 	width: 675px;
 	display: inline;
	position: relative;
	border-right: 1px solid #eee;                                                                                                                 
} 
#mainContent h2 {
	padding-right: 15px;
}
#mainContent p  {
	font-size: 13px;
	padding-top: 5px;
 	padding-bottom: 5px;
 	padding-right: 30px;
	margin:0;
 }
 
#mainContent ul {
	font-size: 13px;
 	padding:0 0 0 2em;
	list-style:square;
 }
#mainContent ol {
	font-size: 13px;
 	padding:0 0 0 2.5em
 }
#mainContent li {
 	margin:0 0 0.5em
 	padding-right:5px;
 }
 
.bigNumbers {
 	font-family: Garamond, "Times New Roman", Georgia, Times, serif;
 	font-size: 1.25em;
 	font-weight: 900;
 	color: #b9121b;
 	padding-right: 5px;
 	padding-left: 5px;
 }
 /**************************************************************
 for pages without sidebars
 **************************************************************/
 #singleColcontain {
 	width: 925px;
	background: #d9d4c1;
	margin: 0 auto; 
	border: 3px solid white;
	text-align: left; 

 }
 #imageContainer {
 	float: left;
 	display: inline;
 	width:100%;
 	background: white;
 	margin: 0;
 	padding: 0;
 	border-top: 3px solid white;
 	border-bottom: 3px solid white;
 }
 #singleCol {
	margin:0;
	padding: 10px 0 0 0;
	padding-left: 10px;
	background: #d9d4c1;                                                                                                                    
	float:left;                                                                                                                    
	width:550px;
}
#singleColimage {
	float: right;
	display: inline;
	width: 337px;
	padding: 0;
	margin: 0;
	border-left: 3px solid white;
}
#singleCol p  {
	font-size: 13px;
	padding-top: 5px;
 	padding-bottom: 10px;
 	padding-right: 15px;
	margin:0;
 }
 
 #singleCol ul {
 	padding:0 0 0 2em;
	list-style:square;
 }
 #singleCol ol {
 	padding:0 0 0 2.5em
 }
 #singleCol li {
 	margin:0 0 0.5em
 }
 
 .lrgPgh {
 	font-size: 1em;
 }
 /**************************************************************
portfolio boxes
**************************************************************/
.box {
  width : 619px;
  height : 9em;
  text-align : center;
  list-style-type : none;
}
 
.box li {
  margin : 0 2px;
  border : 1px solid #ccc;
  width : 200px;
  height : auto;
  background : #ffffea;
  float : left; 
  display : inline;
}
.box li a {
	display: block;
	width : 194px;
  	padding : 2px 3px;
  	background: #ffffea;
}
.box li a:hover {
	background:#eee; 
} 

 
 #footer {  
	color: white; 
	font-size: 10px; 
	font-weight: bold;
	padding: 0 10px; 	
	background:#412a22;
	border-top: 3px solid white;
} 
 #footer p {
	margin: 0; 	padding: 10px 0; }

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
