@charset "utf-8";
/* 
Job:				    Orange Blossoms.
Author:				    Ben Lovecek.
Company:			    Sauce Design, http://www.saucedesign.com.au
Email:				    ben@saucedesign.com.au
Last Edit / By:		    1.12.10 / Ben Lovecek.
*************************************************************************
Related CSS Files:	interface.css, navigation.css
*/

#content h1 {
	color: #786b64;
	font-size: 160%;
	}

#content h2 {
	color: #7a8106;
	font-size: 130%;
	font-style: italic;
	}

.quote {
	color: #8d9444;
	font-weight: bold;
}

#contentNoNav p {
	line-height: 24px;
	}

#contentNoNav h1 {
	color: #786b64;
	font-size: 160%;
	}

#contentNoNav h2 {
	color: #7a8106;
	font-size: 130%;
	font-style: italic;
	}

#topBot a, #topBot a:link, #topBot a:active, #topBot a:visited {
	color: #b5b5b5;
	text-decoration: none;
	font-size: 60%;
	font-weight: bold;
	margin-right: 50px;
	}

#topBot a:hover {
	color: #c8cb74;
	}

#topTopNav a, #topTopNav a:link, #topTopNav a:active, #topTopNav a:visited {
	color: #b5b5b5;
	text-decoration: none;
	font-size: 60%;
	font-weight: bold;
	margin-right: 50px;
	}

#topTopNav a:hover {
	color: #c8cb74;
	}

#topNav a, #topNav a:link, #topNav a:active, #topNav a:visited  {
	color: #686c37;
	text-decoration: none;
	margin-right: 15px;
	}

#topNav a:hover {
	border-bottom: dotted;
	}

#content a, #content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	color:#060;
	}

#content a:hover {
	text-decoration: underline;
	}

#contentNoNav a, #contentNoNav a:link, #contentNoNav a:active, #contentNoNav a:visited {
	text-decoration: underline;
	color:#060;
	}

#contentNoNav a:hover {
	text-decoration: none;
	}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #282b01;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

.imageBox {
	float: left;
	
	background: #fff;
	border: 1px solid #807675;
	padding: 5px;
	font-size: 75%;
	line-height: 15px;
	margin-bottom: 5px;
	margin-right: 18px;
	}

.imageBox td {
	padding-right: 5px;
}
