@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FCDEEB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#footer #footer-about a {
	color: #FFFFCC;
}
#header  {
	background-image: url(images/header-bk.jpg);
	height: 198px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	background-image: url(images/fg-logo.jpg);
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFCCFF;
	font-family: "Edwardian Script ITC";
	font-size: 200%;
	letter-spacing: 1px;
}
#header #logo h1 {
	padding-top: 110px;
	text-align: right;
	font-weight: normal;
}
#full {
	background-image: url(images/full-bk.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 950px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#top-navigation {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 120px;
}
#copy li {
	padding-bottom: 5px;
	color: #996600;
}
#container #top-navigation li {
	display: inline;
	padding-right: 20px;
	text-transform: uppercase;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#full #container #top-navigation a {
	color: #333333;
	text-decoration: none;
}
#full #container #top-navigation a:hover {
	color: #999999;
	text-decoration: none;
}
#mainContent  {
	margin: 0 0 0 250px;
	text-align: center;
} 
#full #container #mainContent h1 {
	font-family: "Edwardian Script ITC";
	font-style: normal;
	color: #000000;
	text-align: left;
	font-size: 3.5em;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	height: 300px;
}
#container #sidebar1 li {
	color: #666666;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: 2px;
	font-size: 80%;
	line-height: 24px;
	padding-left: 5px;
	margin-left: 5px;
}
#full #container #sidebar1 a {
	color: #666666;
	text-decoration: none;
}
#full #container #sidebar1 a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer #footer-about h1 {
	font-family: "Edwardian Script ITC";
	font-size: 3em;
	font-weight: normal;
}
#footer-about {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	padding-top: 20px;
}
#footer  {
	background-color: #333333;
	height: 280px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainAlternate {
	margin: 0 0 0 250px;
	text-align: left;
}
#full #container #mainAlternate h1 {
	font-family: "Edwardian Script ITC";
	font-style: normal;
	color: #000000;
	text-align: left;
	font-size: 3.5em;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#testimonial {
	border: thin solid #FFFFFF;
	padding: 10px;
	width: 500px;
	margin-bottom: 10px;
}
#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 90%;
	line-height: 18px;
}
.right-just {
	text-align: right;
}
.credits {
	font-size: 80%;
	color: #999999;
}
.testimonial {
	padding: 10px;
	width: 500px;
	margin-bottom: 10px;
	background-image: url(images/testimonial-bk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.testimonial-2 {
	border: thin solid #FFFFFF;
	padding: 10px;
	width: 500px;
	margin-bottom: 10px;
	background-image: url(images/testimonial-bk.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#copy a {
	color: #663300;
	text-decoration: none;
}
#copy a:hover {
	color: #663300;
	text-decoration: underline;
}
#contact {
	font-size: 90%;
	width: 420px;
	border: thin dashed #CCCCCC;
	padding-right: 20px;
	padding-left: 30px;
	height: 400px;
	margin-left: 100px;
}
.contact-right {
	float: left;
	margin: 0px;
}
.contact-left {
	width: 200px;
	float: left;
}
.button {
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 60px;
	border: none;
}

.button:hover {
	background-image: url(images/submit-over.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 60px;
	border: none;
}
.venues {
	padding: 10px;
	width: 500px;
	margin-bottom: 10px;
	background-image: url(images/testimonial-bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#mainFlash {
	margin: 0 0 0 210px;
	text-align: center;
}
.publications {
	width: 160px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.pub_tag {
	font-size: 70%;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}
.publicationsTV {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 75px;
}
.publicationsPushCenter {
	width: 125px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 75px;
}
.okiana   {
	text-align: right;
	color: #333333;
}
.credits a {
	color: #999999;
	text-decoration: none;
}
