html {
	height: 101%;	
}

body 	{
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
	background-color: #000;
	background-image: url(../images/bg.png);
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FFF;
}

body, p, th, td {
	color: #FFF;
	text-align: left;
}

a		{
	text-decoration:none;
	color: #993300;
	font-weight: bold;
	outline: none;
}

a:hover	{
	text-decoration:underline;	
}

h1, h2, h3, h4, h5, h6	{
	font-weight:normal;
	color: #993300;
}

h1	{
	font-size:180%;
	text-align: left;
}

h2	{ 
	font-size:150%;	
}

h3	{ 
	font-size:135%;
}

h4	{ 
	font-size:120%;	
}

h5	{ 
	font-size:110%;	
}

h6	{ 
	font-size:180%;	
}

img	{ border:0;	}



/*  **************************************************  */
/*  Design Elements                 */

#pageWrapper {
	margin:0px auto;
	margin-top: 20px;
	padding:0;
	width:960px;
	background-color: #000;
	border: 1px solid #666;
}

#pageWrapper #mastHead	{
	margin:0;
	padding:0;
	height: 125px;
}

#pageWrapper #mastHead #logo	{
	margin: 0px;
	padding: 0 0 0 5px;
	float: left;
}

#pageWrapper #globalNav	{
	margin-left: 13px;
	margin-right: 13px;
	padding: 7px;
	clear: both;
	background-color: #000;
	background-image:url(../images/nav-bg.png);
	background-repeat: repeat-x;
	color: #FFF;
}

#pageWrapper #globalNav	a	{
	font-weight:normal;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.2em;
	color: #fff;
	text-decoration:none;
}

#pageWrapper #globalNav	a:visited	{
	font-weight:normal;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.2em;
	color: #fff;
	text-decoration:none;
}

#pageWrapper #globalNav	a:hover	{
	font-weight:normal;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.2em;
	color: #999; 
	text-decoration:none;
}

#pageWrapper #mainBody	{
	margin: 0px;
	padding:1em;
	height: auto;
}

#pageWrapper #footer {
	text-align: center;
	margin: 5px;
	padding: 5px;
	
}

#pageWrapper #colophon {
	padding: 25px;
	color:#fff;
	font-size: 0.9em;
	text-align: center;
	clear: both;
}

#pageWrapper #colophon a {
	background-color: #0F0F0F;
	color: #fff;
}

.center {
	margin: 0 auto;
	text-align:center;
}

#credit {
	text-align:center;	
	color: #fff;
	clear: both;
}

#credit a {
	color: #fff;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color: #FBEDE3 !important; 
 }
 
 #recaptcha_table {
   border-color: #3e5f2d !important; 
 }
 
 #recaptcha_response_field {
   border-color: #3e5f2d !important; 
   background-color:#FBEDE3 !important; 
 }

#contactForm {
	margin: 0 auto;
}

.frontText {
	font-size: 15px;	
}

.portfolio table {
	width: 950px;
	margin: auto;
	text-align: center;
}

.portfolio td {
	/*height: 220px !important;	*/
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
}

.portfolioPic td {
	margin: auto;
	text-align: center !important;
	padding-top: 20px;
}

#FlashID {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#images {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#images td {
	text-align: center;
}

.testimonialLeft {
	float: left;
	width: 440px;
	margin-top: 15px;
	padding: 5px 10px 5px 10px;
	background-color: #222;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.testimonialRight {
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	width: 440px;
	padding: 10px;
	background-color: #222;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.testimonialFull {
	margin-top: 15px !important;
	width: 914px;
	padding: 10px;
	background-color: #222;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	clear: both;
}

p.introduction:first-letter {
	font-size : 300%;
	line-height: .75em;
	font-weight : bold;
	float : left;
	width : 1em;
	margin-right: 3px;
}

