
.noCSS { display: none; }

body, input, textarea, .mceContentBody {
	font-family: "Palatino Linotype", Book Antiqua, Palatino, "Hoefler Text", Georgia, serif;
	font-size: 14px;
	}

.mceContentBody {
	}

a, img {
	border: 0;
	}

h1, h2, h3, h4, h5 {
	padding: 0 0 0.7em 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	}

h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

div.hr {
	margin: 1.8em 0 1.5em 0;
	height: 1px;
	border-top: 1px dashed #AEAEA4;
	}

hr { display: none; }

ul, ol {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	}

	ul.standard, ol.standard {
		padding: 0;
		margin: 0 0 1em 0;
		list-style: circle;
		}

	ul.standard li, ol.standard li {
		margin-left: 1.5em;
		}

	ul.client-list {
		list-style: circle;
		}

		ul.client-list li {
			font-size: 13px;
			line-height: 18px;
			margin: 2px 15px;
			padding: 0 0 0 2px;
			}

blockquote {
	background-color: #55C3BD;
	margin: 1em 0 0 0;
	padding: 1.8em;
	border: 1px solid #439995;
	}

div.column2 {
	float: left;
	width: 48%;
	margin-right: 2%;
	}

div.column3 {
	float: left;
	width: 30%;
	margin-right: 2%;
	}

.imgFloatLeft, .imgFloatRight, .photoFrame {
	padding: 2px;
	border: 1px solid #D30D45;
	}

.imgFloatLeft, .imgFloatLeftNoFrame, .photoFrameLeft {
	float: left;
	margin: 0 2em 2em 0;
	}

.imgFloatRight, .imgFloatRightNoFrame, .photoFrameRight {
	float: right;
	margin: 0 0 2em 2em;
	}

.topHeader {
	margin-top: 0;
	padding-top: 0;
	}

.noBottomMargin {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.photoFrameLeft, .photoFrameRight {
	font-size: 11px;
	color: #999;
	text-align: right;
	font-weight: normal;
	}

.photoFrameLeft img, .photoFrameRight img {
	padding: 2px;
	border: 1px solid #D30D45;
	margin: 0 0 5px 0;
	}

.largeText {
	font-size: 17px;
	line-height: 24px;
	}

.smallText {
	font-size: 12px;
	line-height: 16px;
	}

.wallpaperLeft {
	float: left;
	margin-right: 20px;
	}

.wallpaperRight {
	float: left;
	font-size: 13px;
	line-height: 18px;
	}

a, a:active, a:visited, a:hover {
	color: #B88A2F;
	font-weight: normal;
	text-decoration: underline;
	}

	a:hover {
		color: #584216;
		}



#mainMenu a, #mainMenu a:active, #mainMenu a:visited, #mainMenu a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ACA47C;
	}

	#mainMenu a:hover {
		color: #000;
		}

	#mainMenu a.mainMenuActive, #mainMenu a.mainMenuActive:active, #mainMenu a.mainMenuActive:visited, #mainMenu a.mainMenuActive:hover {
		color: #000;
		text-decoration: none;
		}



#projectMenu {
	color: #FFF;
	}

	#projectMenu h4 {
		color: #DBDBCD;
		font-size: 12px;
		/* font-family: Verdana, Arial, Helvetica, sans-serif; */
		line-height: 14px;
		font-weight: bold;
		padding: 0 0 0.4em 0;
		}

	#projectMenu li {
		font-size: 14px;
		padding: 0 10px 0 16px;
		margin-bottom: 0.1em;
		background: transparent url(/img/v3/bullet.gif) 0.3em 0.5em no-repeat;
		}

#projectMenu a, #projectMenu a:active, #projectMenu a:visited, #projectMenu a:hover {
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	}

	#projectMenu a:hover {
		text-decoration: underline;
		color: #FFF;
		}

	#projectMenu a.active, #projectMenu a.active:active, #projectMenu a.active:visited, #projectMenu a.active:hover {
		color: #FFF;
		font-weight: bold;
		text-decoration: underline;
		}

		#projectMenu a.active:hover {
			text-decoration: underline;
			color: #FFF;
			}


a.external {
	background: transparent url(/img/v3/popup.gif) no-repeat scroll right center;
	padding-right: 14px;
	}

div.pagination {
	text-align: center;
	padding: 10px 0 60px 0;
	}

a.currentPage, a.otherPage {
	background: #EEE none repeat scroll top left;
	border: 1px solid #E9E9E9;
	margin: 0px 2px;
	padding: 3px 9px;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	}

	a.currentPage {
		background: #BBB none repeat scroll top left;
		border: 1px solid #BBB;
		color: #FFF;
		}

	a.otherPage:hover {
		background: #FFF none repeat scroll top left;
		border: 1px solid #DDD;
		color: #000;		
		}


#breadcrumbs {
	padding-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	color: #84806C;
	}



/*  CLEARFIX  */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
