body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	line-height:1.5em;
	background:#f5f5f5 url(../pix/body_bg.png) top left repeat-x;
	}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-shadow: 0px 1px 1px #fff;
	}

h1 {
	font-style:italic;
	font-size:250%;
	line-height:1.25em;
	}

h1, h2 {
	color:#333;
	}

h2 {
	font-size:125%;
	font-weight:bold;
	padding-top:1.25em;
	}

#rightContent h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.25em;
	border-top:1px dotted #d8d8d8;
	text-transform: uppercase;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	padding-top:.75em;
	}

dl {
	margin:0;
	padding:0;
	}

dt {
	margin:0;
	padding:0;
	}

dd {
	margin:0;
	padding:0;
	padding-bottom:20px;
	}

td {
	padding:0 10px;
	margin:0;
	}

a:link, a:active, a:visited {
	color:#333;
	}

a:hover {
	color:#666666;
	}

		/****************************************************
		
		Overall Form Styles
		
		****************************************************/
		
		.cssform {
			width: 100%;
			margin-bottom: 35px;
			border: none;
		}
		
		.cssform fieldset {
			margin:0 0 5px 0;
			padding-left: 140px; /*width of left column containing the label elements*/
			float: left;
			clear: left;
			width: 100%;
			border: none;
		}
		
		.cssform fieldset label {
			display: block;
			margin: 0;
			margin-left: -140px; /*width of left column*/
			width: 120px; /*width of labels. Should be smaller than left column to create some right margin*/
			float: left;
			padding: 4px 0;
			text-align: left;
		
		}
		
		.cssform fieldset input[type="text"],
		.cssform fieldset input[type="password"],
		.cssform fieldset input[type="email"],
		.cssform fieldset input[type="tel"],
		.cssform fieldset input[type="number"],
		.cssform fieldset textarea {
			width: 210px;
			padding: 3px;
			border: 2px solid #efefef;
			color: #333;
		}
		
		.cssform fieldset input:focus,
		.cssform fieldset textarea:focus {
			background: #fff;
		}
		
		.cssform .error,
		.cssform .warn {
			margin-left:10px;
			padding:0;
			display: inline;
		}

		#inf_spamstopper.warn {
			display: block;
			width: 100%;
			margin-left: 0;
			font-style: italic;
		}
		
		.error {
			margin:0;
			margin-bottom: 20px;
			display: block;
			width: 100%;
		}

		/****************************************************
		
		Form Overrides
		
		****************************************************/

		.noFormat {
			margin: 0;
			padding: 0;
			float: none;
			display: inline;
			text-align: left;
			padding: 0;
		}

/* STRUCTURE STYLES */

#backgroundContainer {
	}

.pageContainer {
	width:960px;
	margin:0 auto;
	background:transparent;
	clear:both;
	}

#header {
	margin:0 auto;
	text-align:center;
	background:#2f2f2f;
	}

#header .right {
	display:inline-block; 
	/*background:#000; */
	width:450px; 
	padding:15px; 
	float:right; 
	filter:alpha(opacity=60); 
	-moz-opacity:.60; 
	opacity:.60;
	}

#leftContent {
	width:685px;
	float:left;
	}

#leftContent .left {
	width:48%;
	float: left;
	text-align: left;
}

#leftContent .right {
	width:48%;
	float: right;
	text-align: left;
}

#rightContent {
	width:169px;
	float:right;
	border-left:1px dotted #d8d8d8;
	padding-left:20px;
	font-size:85%;
	line-height:normal;
	color:#666666;
	}

.subCol-left {
	width:46%;
	text-align:center;
	float:left;
	}

.subCol-right {
	width:46%;
	text-align:center;
	float:right;
	padding-left:4%;
	border-left:1px solid #ccc;
	}

.subCol-left h2, .subCol-right h2 {
	margin:0;
	padding:0;
	}

/* END STRUCTURE STYLES */
/* NAV STYLES */

#navcontainer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	background:#4c4c4c url(../pix/nav_bg.png) bottom left repeat-x;
	height:auto;
	width:100%;
	border-top:1px solid #666;
	text-align: center;
	}

#navcontainer ul {
	list-style-type: none;
	text-align: center;
	padding:0;
	width:940px;
	margin:0 auto;
	}

#navcontainer li {
	text-align: center;
	margin:0;
	padding:0;
	display:inline;
	width:auto;
	}

#navcontainer li a:link,
#navcontainer li a:active,
#navcontainer li a:visited {
	text-shadow: -1px -1px 1px rgba(0,0,0,.6);
	color: #ccc;
}

.subLinks a:link,
.subLinks a:active,
.subLinks a:visited {
	color:#666;
}

#navcontainer li a:link,
#navcontainer li a:active,
#navcontainer li a:visited, 
.subLinks a:link,
.subLinks a:active,
.subLinks a:visited {
	padding: 1em;
	margin:0;
	text-decoration: none;
	display:inline-block;
	font-size: .85em;
	text-transform: uppercase;
	text-align: center;
	}

#navcontainer li a:hover, 
.subLinks a:hover {
	color: #fff;
	background:#333;
	}

.subLinks {
	padding:10px 0;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	font-size:85%;
	}	
	
.subLinks a:link,
.subLinks a:active,
.subLinks a:visited {
	border-right-color:#ccc;
	margin:10px 0 20px 0;
	padding:5px 18px;
	line-height:2em;
	display:inline;
	float:none;
	}

#navcontainer a.current:link,
#navcontainer a.current:visited,
#navcontainer a.current:active,
#navcontainer a.current:hover {
	color:#333;
	text-shadow: 0px 1px 1px #fff;
	background: #e5e5e5;
	border:none;
	}
	
/* END NAV STYLES */

/* CONTENT STYLES */

.pad {
	padding:30px;
	}

.button {
	clear:both;
	text-align:right;
	}

.menuExamples {
	padding: 0;
	margin: 0;
	width:100%;
}

.menuExamples td {
	margin: 0;
	padding: 0;
}

.menuExamples img {
	border:1px solid #999;
	padding:5px;
	width:140px;
	}

a img {
	border:none;
	text-decoration:none;
	}

.photoGallery img {
	float:left;
	padding:4px;
	border:2px solid #ccc;
	margin:0 10px 10px 0;
	}

.photo {
	padding:4px;
	border:2px solid #ccc;
	}	

blockquote {
	margin-bottom:3em;
	}

.webLogo {
	display:block;
	margin-top:30px;
	}

.printLogo {
	display:none;
	}

#header {
	 color:#ffffff; 
	 font-family:Georgia, 'Times New Roman', Times, serif; 
	 font-style:italic;
	 }
	
#header a:link,
#header a:active,
#header a:visited {
	 color:#FFFF00; 
	 font-family:Georgia, 'Times New Roman', Times, serif; 
	 font-style:italic;
	 text-decoration: none;
	 }

.message {
	border-bottom:1px dotted #ccc;
	padding-bottom:2em;
	margin-top:2em;
	font-style:italic;
	}
	
.printFriendly {
	background:#f4f4f4;
	padding:.5em;
	border:2px solid #efefef;
	clear:both;
	font-size:85%;
	margin:1em 0;
	}

.printFriendly strong {
	background:url(../pix/print.gif) left center no-repeat;
	padding-left:25px;
	display:inline-block;
	}

.announcement {
	margin:0 -10px -1px -10px; 
	padding:10px; 
	background:#dbdbdb; 
	border:1px solid #ccc; 
}

/* END CONTENT STYLES */

#footer {
	border-top:3px solid #ccc;
	clear:both;
	font-size:85%;
	text-align:center;
	padding:15px 0;
	}

#footer ul {
	list-style:none;
	margin:0;
	padding:10px 0 20px 0;
	line-height:1.5em;
	}

#footer li {
	display:inline;
	padding:0 5px;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color:#666;
	text-decoration:none;
	}

#footer a:hover {
	color:#990000;
	}

/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

