/* Barry Dabb Common CSS */
*
{
	margin: 0;
	padding: 0;
}



body
{
	
	padding: 0;
	font-size: 1em;
	text-align: center;
	background-color: #f6f5f1;
}

.clear
{
	clear: both;
	height: 0px;
}

.

/* #######################################################
Top Bar
####################################################### */
body div#topbar
{
	
	width: 100%;
	
}
/* #######################################################
---/ End Top Bar
####################################################### */
.toptxt {
	text-align: right;
	color: #fff;
	background: #b9b6b4;
	padding: 4px 20px;
	font-weight: bold;
	font: italic 1.2em "Times New Roman", Times, serif; 
}




/* #######################################################
Container
####################################################### */
#container
{
	margin: 15px auto;
	padding: 0;
	width: 935px;
}
/* #######################################################
---/ End Container
####################################################### */








/* #######################################################
Navigation Container
####################################################### */
#container .navigationContainer
{
	clear: both;
	margin: 3px 0 0 0;
	padding: 0;
	height: 55px;
	text-align: left;
}
/* #######################################################
---/ End Navigation Container
####################################################### */




/* #######################################################
Navigation
####################################################### */

#container .navigationContainer .navigation
{
	
	margin: 24px 0 0 0;
	padding: 0;	
}

#container .navigationContainer .navigation ul
{
	list-style: none;	
}

#container .navigationContainer .navigation li
{
	margin: 0 0 0 26px;
	padding: 12px 0 0 0;
	width: 156px;
	display: inline;
	float: left;
	font: bold 1.2em "Times New Roman", Times, serif;
	color: #8f8f8f;
	border-top: solid 2px #b9b6b4;
}

#container .navigationContainer .navigation li a,
#container .navigationContainer .navigation li a:link,
#container .navigationContainer .navigation li a:active,
#container .navigationContainer .navigation li a:visited
{
	color: #8f8f8f;
	text-decoration: none;
	width: 156px;
}

#container .navigationContainer .navigation li a:hover
{
	color: #807873;
	padding: 12px 0 0 0;
	border-top: solid 2px #807873;	
}

#container .navigationContainer .navigation .active
{
	margin: 0 0 0 26px;
	padding: 12px 0 0 0;
	width: 156px;
	display: inline;
	float: left;
	font: normal 1.2em "Times New Roman", Times, serif;
	font-weight: bold;
	color: #373431;
	border-top: solid 2px #373431;
}

#container .navigationContainer .navigation .active a,
#container .navigationContainer .navigation .active a:link,
#container .navigationContainer .navigation .active a:active,
#container .navigationContainer .navigation .active a:visited
{
	color: #373431;
}
/* #######################################################
---/ End Navigation
####################################################### */





/* #######################################################
Footer
####################################################### */
#container .footer
{
	clear: both;
	margin: 20px 0 20px 0;
	text-align: left;
	font: normal .75em "Times New Roman", Times, serif;
	color: #807873;
}

#container .footer a
{
	
	color: #e97004;
	text-decoration: none;
}

#container .footer a:hover
{
	
	color: #e97004;
	text-decoration: underline;
}
/* #######################################################
---/ End Footer
####################################################### */



/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator
{
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator
####################################################### */





/*######################################################
About Content
##################################################### */
#container .aboutContent
{
	margin: 40px 0 0 0;
	text-align: left;
}
/*######################################################
---/ End About Content
##################################################### */






/* #####################################################
Description 
###################################################### */
#container .aboutContent .description
{
	float: left;
	width: 450px;
}

#container .aboutContent .description h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 4.5em "Times New Roman", Times, serif;
	color: #807873;
	font-style: italic;
}

#container .aboutContent .description .highlight
{
	font-weight: bold;
	border-bottom: solid 2px #e97004;
}

#container .aboutContent .description .highlight2
{
	font-weight: bold;
	border-bottom: solid 2px #e97004;
	font: italic .6em "Times New Roman", Times, serif;
}

#container .aboutContent .description .highlight3
{
	font-weight: bold;
	border-bottom: solid 2px #e97004;
	font: italic .4em "Times New Roman", Times, serif;
}

#container .aboutContent .description p
{
	margin: 20px 0 20px 0;
	font: normal 0.88em trebuchet ms,"Times New Roman", Times, serif;
	line-height: 1.5em;
}

#container .aboutContent .description .intro
{
	margin: 20px 0 20px 0;
	font: italic 0.88em trebuchet ms,"Times New Roman", Times, serif;
	line-height: 1.5em;
}

#container .aboutContent .description a,
#container .aboutContent .description a:link,
#container .aboutContent .description a:active,
#container .aboutContent .description a:visited
{
	font-style: normal;
	color: #e97004;
	text-decoration: none;
}

#container .aboutContent .description a:hover
{
	text-decoration: underline;
}
/*######################################################
---/ End Description
##################################################### */






/* #####################################################
Image 
###################################################### */
#container .aboutContent .image
{
	float: right;
	margin: 25px 0 0 0;
	border:1px solid #807873;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

.txtimg{
float:left;
padding : 0px 7px;
border: none;
}

/* form elements */
form {
	margin: 2px 1px;
	padding: 5px 8px;  
	border: 1px solid #000;
        width: 450px;
}

form h1{
        font-size: 2em;
        margin: .5em 0em;;
}

form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 5px 0 ;
	margin: 5px 10px;	
	color: #9D6D37;
}
.noborder{
	border: none;
	padding:0px;
}


label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 1px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 2px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

/* ............................... */

/*######################################################
---/ End Description
##################################################### */
