@charset "UTF-8";
/* CSS Document */

/* Colors
	Dark Grey: 		252525
	Medium Grey:	555555
	Medium Lt Grey:	898989
	Light Grey:		CCCCCC
*/

* {
	margin:0;
	padding:0;
	}
	
body {
	background-image:url(../images/bkgd01.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#252525;
	}
	
a:link, a:visited {
	color:#252525;
	text-decoration:none;
	border-bottom:dotted 1px #252525;
	}
	
a:hover {
	color:#555555;
	border-bottom:dotted 1px #555555;
	}
	
#mContainer {
	width:825px;
	height:100%;
	margin:0 auto;
	}
	
	#header {
		width:825px;
		height:125px;
		background-color:#636363;
		border-bottom:solid 1px #000000;
		border-right:solid 1px #000000;
		border-left:solid 1px #000000;
		background-image:url(../images/headerbkgd.jpg);
		background-repeat:no-repeat;
		}
		
		#header img {
			padding:0;
			margin:0;
			}
	
	#mNavigation {
		background-color:#CCCCCC;
		width:825px;
		height:30px;
		padding:5px 0 0 0;
		border-right:solid 1px #000000;
		border-left:solid 1px #000000;
		}
		
		ul.mNav {
			list-style:none;
			background-color:#252525;
			}
			
			ul.mNav li {
				display:inline;
				line-height:30px;
				}
								
				ul.mNav li a {
					font-size:11px;
					text-transform:uppercase;
					text-decoration:none;
					color:#FFFFFF;
					letter-spacing:2px;
					padding-right:15px;
					padding-left:20px;
					border:none;
					}
										
					ul.mNav li a.current {
						background-color:#CCCCCC;
						color:#252525;
						padding:10px 0;
						padding-left:20px;
						padding-right:15px;
						}
					
					ul.mNav li a:hover {
						background-color:#CCCCCC;
						color:#252525;
						padding:10px 0;
						padding-left:20px;
						padding-right:15px;
						border:none;
						}
							
	#contentContainer {
		width:825px;
		height:725px; /* Change to auto and make overflow:hidden for pages that don't contain ForegroundBox */
		background-color:#CCCCCC;
		border-right:solid 1px #000000;
		border-left:solid 1px #000000;
		/* overflow:hidden; */
		}
		
		#contentContainer.noBtmSpan {
			height:auto; 
			overflow:hidden;
			}

				
		#frontPageTopSpan {
			width:825px;
			padding:25px 0 0 0;
			}
			
		#fullPage {
			width:825px;
			padding:25px 0 10px 0;
			background-image:url(../images/hdrBkgd.jpg);
			background-repeat:no-repeat;
			background-position:0 50px;
			}
				
			p.hdr {
				font-size:31px;
				font-style:italic;
				color:#898989;
				text-shadow:#000000 1px 1px 1px;
				padding:0 0 0 55px;
				}
				
			p.leadin {
				font-weight:normal;
				font-size:14px;
				padding:5px 0 0 100px;
				letter-spacing:1px;
				color:#252525;
				}
				
			p.fullPage {
				font-size:11px;
				padding:15px 55px 0 55px;
				line-height:20px;
				}
				
			p.galleryIntro {
				font-style:italic;
				text-align:center;
				font-size:10px;
				padding:10px 0 5px 0;
				}	
.leftHome {
	float:left;
	width:250px;
	}
	 
	.leftHome h1 {
		font-size:18px;
		text-align:center;
		letter-spacing:2px;
		line-height:26px;
		padding:0 0 0 15px;
		}
	
	.leftHome p {
		font-size:18px;
		line-height:20px;
		padding:15px 5px 0 15px ;
		
		}
		
		.leftHome p.centeredText {
			text-align:center;
			padding:5px 0 0 0;
			}
			
.left {
	float:left;
	width:260px;
	}
	 	
	.left p {
		font-size:11px;
		line-height:20px;
		padding-left:55px ;
		text-align:justify;
		}
		
		.left p.contactPage {
			font-size:12px;
			padding-bottom:15px;
			}
			
		.left p.contactPageEmph {
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
			padding-bottom:5px;
			}
					
	table {
		margin:0 auto;
		padding:0;
		border:none;
		}
	
	.left ul.testiList {
		list-style:none;
		text-align:right;
		}
		
		.left ul.testiList li {
			font-size:10px;
			padding:0 0 2px 0;
			}
			
			.left ul.testiList li.testLinkDescripCurrent {
				padding:0 0 25px 0;
				}
			
			.left ul.testiList li a.testCurrent {
				text-transform:uppercase;
				font-size:12px;
				color:#252525;
				text-decoration:none;
				letter-spacing:1px;
				}
				
				.left ul.testiList li a.testCurrent:hover {
					color:#252525;
					}

			.left ul.testiList li.testLinkDescrip {
				padding:0 0 25px 0;
				color:#898989;
				}
			
			.left ul.testiList li a {
				text-transform:uppercase;
				font-size:12px;
				color:#898989;
				text-decoration:none;
				letter-spacing:1px;
				border:none;
				}
				
				.left ul.testiList li a:hover {
					color:#252525;
					}

.right {
/* floating right content with border (for images and slideshows) */
	float:left;
	width:527px;
	border:solid 10px #252525;
	margin-left:10px;
	}
	
.rightContentFloat {
/* for all right floating content without border */
	float:left;
	width:527px;
	margin-left:10px;
	}
	
	/* Form Styles */
	table.contactForm {
		margin-bottom:25px;
		}
				
		td.inputLabel, td.inputLabelField {
			font-size:12px;
			text-align:right;
			text-transform:uppercase;
			font-weight:bold;
			letter-spacing:1px;
			padding:0 10px 15px 0;
			}
			
			td.inputLabelField {
				vertical-align:top;
				padding-top:5px;
				}
		
		td.inputField {
			padding:0 0 15px 0;
			}
			
			/* Style for input fields */
			.field {
				padding: 0 0 0 15px;
				border:1px solid #000;
				background-color:#898989;
				width:300px;
				height:20px;
				}
				
			.textField {
				padding: 0 0 0 15px;
				border:1px solid #000;
				background-color:#898989;
				width:300px;
				height:190px;
				}
			
			.textFieldDetails {
				padding: 0 0 0 15px;
				border:1px solid #000;
				background-color:#898989;
				width:300px;
				height:100px;
				}
			
			.submit {
				border:none;
				background-color:#252525;
				width:75px;
				height:35px;
				color:#CCC;
				text-transform:uppercase;
				font-size:12px;
				letter-spacing:1px;
				float:right;
				}

	#frontPageBottomSpan {
		display:inline-block;
		background-image:url(../images/woodBkgd.jpg);
		border-top:solid 2px #252525;
		border-bottom:solid 2px #252525;
		width:825px;
		height:auto;
		margin:15px 0;
		padding:0 0 25px 0;
		clear:both;
		}
	
.rightContent {
	clear:both;
	width:545px;
	float:right;
	margin-right:8px;
	padding:10px 0 25px 0; 
	}
	
	.rightContent p {
		font-size:11px;
		line-height:20px;
		}
		
	.rightContent td {
		padding:5px 0;
		}
			
.leftLong {
	float:left;
	width:450px;
	margin:0 0 0 -31px;
	}
	
	.leftLong h1 {
		padding:10px 0 10px 45px;
		text-transform:uppercase;
		font-size:18px;
		letter-spacing:1px;
		color:#252525;
		}

	.ForegroundBox {
		height:auto;
		overflow:hidden;
		box-shadow: 4px 2px 10px #555;
			-moz-box-shadow: 4px 2px 10px #555;
			-webkit-box-shadow: 4px 2px 10px #555;
		}
	
		.ForegroundEffect {
			position:absolute;
			width:0;
			height:0;
			border-top:5px solid transparent;
			border-right:15px solid #000;
			border-bottom:5px solid #000;
			border-left:15px solid transparent;
			font-size:0;
			line-height:0;
			margin:-10px 0 0 0;

			}
		
		.ForegroundMain {
			background-image:url(../images/foregroundBkgd.jpg);
			background-repeat:no-repeat;
			background-color:#252525;
			padding:15px 20px 20px 55px;
			margin:0;
			line-height:26px;
			height:160px;
			border:solid 1px #000;
			}
			
			.ForegroundMain p {
				color:#CCCCCC;
				font-size:16px;
				}
	
.rightShort {
	float:left;
	width:250px;
	padding:50px 0 20px 25px;
	}

	.rightShort h2 {
		font-size:14px;
		padding:10px 0;
		letter-spacing:1px;
		}
	
	.rightShort p {
		font-size:11px;
		color:#252525;
		letter-spacing:.5px;
		}
		
	.rightShort a {
		font-size:11px;
		color:#252525;
		text-transform:uppercase;
		text-decoration:none;
		letter-spacing:.5px;
		border:none;
		}
		
		.rightShort a:hover {
			color:#555555;
			}
		
		.rightShort a.arrowLink {
			background-image:url(../images/arrowBullet.png);
			background-repeat:no-repeat;
			background-position:0 1px;
			padding: 0 0 0 20px;
			}
			
		.rightShort a.arrowLink:hover {
			background-image:url(../images/arrowBulletHover.png);
			background-repeat:no-repeat;
			background-position:0 1px;
			padding: 0 0 0 20px;
			}
			
.rightContent table .gradeCard {
	background-color:#252525;
	color:#FFFFFF;
	padding:5px 0 5px 10px;
	margin:0;
	border:none;
	}

		
#footer {
	background-color:#000;
	height:25px;
	text-align:right;
	width:100%;
	clear:both;
	}
	
	#footer p {
		color:#FFF;
		line-height:25px;
		font-size:10px;
		letter-spacing:1px;
		padding:0 15px 0 0;
		}
		
		
.fontmts { font-family: "Book Antiqua"; font-size: 30px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } h3 { font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Book Antiqua"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 14px; } blockquote { font-family: "Book Antiqua"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px; } pre { font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }		