
body {
	margin: 40px 0px 20px 0px;
	font-family: 'Arial', sans-serif;
	background-color: #A9C1DA;
	font-size: 12pt;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

img {
	border: 0px;
}

a {
	color: #E06D04;
	text-decoration: underline;
}

a:hover {
	color: #FC9A41;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

em {
	font-weight: bold;
	font-style: normal;
}


ul {
	margin: 0px 5px 10px 5px;
	list-style-type: circle;
}


dt {
	font-weight: bold;
}


dd {
	margin-bottom: 8px;
}


span.creativeNucleusFont {
	font-family: 'Arial Black', sans-serif;
	font-size: 85%;
}

span.small_font {
	font-size: 75%;
}

div#pageContainer {
	width: 1000px;
	text-align: left;
}


div#pageHeader {
	width: 100%;
	height: 199px;
	border-bottom: 1px solid #404040;
}


div#headerBannerTop {
	background-image: url('../images/header/top.png');
	height: 32px;
}


div#headerBanner {
	background-image: url('../images/header/header-orange_mid.jpg');
	text-align: right;
	padding-right: 80px;
	padding-top: 18px;
	color: #6E580B;
	font-size: 16px;
	line-height: 2.1;
	height: 178px;
}


div#headerBanner a {
	text-decoration: none;
	color: #6E580B;
}


div#pageHeaderLinks {
	width: 500px;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 25px;
	line-height: 35px;
	padding: 5px 10px 5px 0px;
}

div#pageHeaderLinks a {
	text-decoration: none;
	color: #ffffff;
}

div#pageHeaderLinks a:hover {
	color: #ffff00;
}

div#pageMenuBar {
	font-weight: bold;
	width: 100%;
	background-color: #684419;
	color: #ffffff;
	border-bottom: 1px solid #404040;
	text-align: center;
	padding: 8px 0px 8px 0px;
	line-height: 140%;
}

div#pageMenuBar a {
	color: #ffffff;
	text-decoration: none;
}

div#pageMenuBar a:hover {
	color: #ffff00;
}

div#pageMenuBar2 {
	font-weight: bold;
	width: 100%;
	background-color: #36230C;
	color: #ffffff;
	border-bottom: 1px solid #404040;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

div#pageMenuBar2 a {
	color: #ffffff;
	text-decoration: none;
}

div#pageMenuBar2 a:hover {
	color: #ffff00;
}

div#banner {
	text-align: center;
	padding-bottom: 40px;
}

div#pageBody {
	width: 100%;
	background-color: #ffffff;
	padding: 40px 0px 20px 0px;
}

div#pageFooter {
	width: 100%;
	text-align: center;
	border-top: 1px solid #c0b080;
}

div#pageFooter a {
	text-decoration: none;
	color: #000000;
}

div#pageFooter a:hover {
	color: #403800;
}

div#pageFooterText {
	background-color: #FDDC24;
	color: #000000;
	padding: 10px;
}

div#footerBottom {
	background-image: url('../images/header/bottom.png');
	height: 32px;
}

div.pageMarginBoth {
	padding: 0px 45px 0px 45px;
}

div.pageMarginLeft {
	padding: 0px 0px 0px 45px;
}


div.pageMarginRight {
	padding: 0px 45px 0px 0px;
}


div.boxout {
	margin-bottom: 20px;
}

div.boxoutTitleBar {
	background-position: 0% 0px;
	background-repeat: no-repeat;
	background-image: url('../images/boxout/top.png');
	height: 32px;
}

div.boxoutTitleBarText {
	font-weight: bold;
	font-size: 18px;
	padding: 6px 15px 6px 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}


div.boxoutBackground {
	background-color: #ffffff;
	padding: 15px 15px 5px 15px;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: #c0aa70;
}


div.boxoutContent {
}


div.boxoutFooter {
	background-position: 100% 0px;
	background-repeat: no-repeat;
	background-image: url('../images/boxout/bottom.png');
	height: 32px;
}


h1 {
	margin: 0px 0px 15px 0px;
	font-size: 155%;
	font-weight: bold;
	color: #F67807;
}

h2 {
	margin: 0px 0px 15px 0px;
	font-size: 125%;
	color: #E06D04;
}

h3 {
	margin: 0px 0px 15px 0px;
	font-size: 115%;
	color: #935925;
}

img.portfolio_wide {
	display: block;
	text-align: center;
	padding: 4px;
	margin: 10px 0px 10px 0px;
	border: 2px solid #f0f0f0;
}

a.tag {
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	color: #0000ff;
}

a.tag:hover {
	border-style: solid;
}


a.selected_tag {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}


div.contact_form {
	width: 475px;
	border: 1px solid #808080;
	padding: 15px;
	background-color: #f0f4ff;
}

td.form_field {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

td.form_answer {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

input.readonly, textarea.readonly {
	background-color: #d0d0d0;
}


div.article_intro {
	border: 1px solid #808080;
	padding: 15px;
	background-color: #f0f0f0;
	margin-bottom: 15px;
}


p.article_subheading {
	font-weight: bold;
	font-size: 125%;
}


p.article_text {
}


table.article_table {
	text-align: center;
	border-collapse: collapse;
}


table.article_table th, table.article_table td {
	border: 1px solid #808080;
	padding: 2px;
}

span.article_citation {
	font-size: 65%;
}


/* Hacks */

.clearHack:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearHack {height: 1%;}
/* End hide from IE-mac */
