/*RULE AND PARAGRAPH AROUND THE PAGE*/

#para
{
width: 865px;
background: #FFFFFF;
text-align: left;
border-left: solid;
border-right: solid; 
border-bottom:solid;
border-color: #355f8C;
border-width: 4px;		
margin-left:auto;
margin-right:auto;
padding-bottom: 10px;
}

/*TITLE GRADATION*/
#title
{
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../images/blue.jpg);
	background-repeat:repeat-x;
	background-position: top;
	height: 30px;
}

/*FONTS*/
.title
{		
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A57109;
	font-weight: bold;
	text-align:center;
	padding: 40px 0 5px 0;
}

.subTitle
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#A57109;
	font-weight: bold;
	text-align:left;
}	

.highlightBold
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A57109;
	font-weight: bold;
	text-align:left;
	}

.highlightPlain
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A57109;
	font-weight: normal;
	text-align:left;
	}
	
.highlightCenter
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A57109;
	font-weight: bold;
	text-align:center;
	}

/*LEFT MENU CONTAINER*/

#insideLeft
{
	width: 175px;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0;
	display: block;
	background: url(../contact/contact_images/top.jpg) no-repeat top;
	border-left: solid;
	border-right: solid;
	border-color: #EDD89F;
	border-width: 1px;
	/**/
}

/*BOTTOM GRADATION*/
#insideLeftbot
{
	width: 175px;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0;
	display: block;
	height: 57px;
	background: url(../contact/contact_images/bottom.jpg) no-repeat bottom;
	border-left: solid;
	border-right: solid;
	border-color: #EDD89F;
	border-width: 1px;
	/*	*/
}


.photo img
{
border: solid;
border-color: #A57109;
border-width: 3px;
}


/* NAVIGATION */
ul#sideNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom: 1px solid #6f4d0a;
}

#sideNav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #6f4d0a;
	border-bottom: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background: #A57109;
}

#sideNav a:hover {
	font-weight: normal;
	background: #6F4d0a;
}

#sideNav a#featureLink {
	background: #C3860B;
}

/* IE Fixes */

/* remove annoying gaps */
#sideNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #sideNav a {
	height: 1px;
}


/*BULLETS*/	
li.btn{
	list-style: square inside; 
	color:#A57109;
	
	}
	
ul.btn{
	list-style: square inside; 
	margin-top: -5px;
	margin-left: -1px;
	font-size: 15px;
	}