@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/template_images/body_bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	margin: 40px 20px 10px 20px;
	padding: 0px;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

html { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: 0px;
	border-top: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#header {
	width: 960px;
	height: 205px;
	text-align: right;
	margin: 0px;
	background-image: url(../images/template_images/header_bg.png);
	background-repeat: no-repeat;
}

#headerpad {
	float: right;
	text-align: right;
	height: 170px;
	padding: 0px;
	margin: 0px;
}

#siteNav {
	clear: both;
	width: 960px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 11px 0px 0px 0px;
	background-image: url(../images/template_images/nav_bg.png);
	background-repeat: no-repeat;
}

#siteNav ul {
	margin: 0px;
	padding: 0px;
}

#siteNav li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

#siteNav a,
#siteNav a:active,
#siteNav a:visited {
	color: #FFFF99;
	text-decoration: none;
	background: none;
}

#siteNav a:hover,
#siteNav a:focus {
	color: #FFF;
	text-decoration: underline;
}

#content {
	float: left;
	width: 640px;
	margin: 10px 10px 10px 0px;
	color: #FFFFFF;
	background: #000 url(../images/template_images/content_image.jpg) no-repeat fixed 50% 30%;
	text-align: left;
}

#one_column_content {
	width: 960px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
	background: #000 url(../images/template_images/content_image.jpg) no-repeat fixed 50% 30%;
	text-align: left;
}

#content p, #content h1, #content h2, #content ol {
	padding: 10px;
}

#one_column_content p, #one_column_content h1, #one_column_content h2, #one_column_content ol {
	padding: 10px;
}

#content a, #one_column_content a {
	text-decoration: none;
	color: #FFFF00;
}

#content a:hover, #one_column_content a:hover {
	text-decoration:underline;
}
#content a:visited, #one_column_content a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.content h1, .content h2, .content h3, .content p {
	background: url(../images/template_images/content_top.png) top left no-repeat;
	margin: 0px 6px 0px 6px;
}

.one_column_content h1, .one_column_content h2, .one_column_content h3, .one_column_content p {
	background: url(../images/template_images/content_top.png) top left no-repeat;
	margin: 0px 6px 0px 6px;
}

#sideBar {
	float: left;
	width: 300px;
	margin: 10px 0px 10px 10px;
	color: #666666;
	text-align: right;
	background-color: #FFFFFF;
}

#sideBar p, #sideBar h1, #sideBar h2, #sideBar h3, #sideBar.img {
	padding: 10px;
}

.emphasis {
	font-size: 130%;
	font-weight: bold;
}

.lessEmphasis {
	font-size: 115%;
	font-weight: bold;
}

.smaller {
	font-size: 85%;
}

.moreEmphasis {
	font-size: 145%;
	font-weight: bold;
}

#footer {
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	font-size: 80%;
	line-height: 140%;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a, 
#footer a:active,
#footer a:visited {
	color: #FFFF00;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}

#footer p {
	line-height: 90%;
	font-size: 90%;
}

.brclear {
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}

.noBulletList {
	list-style-type: none;
	list-style: none;
}

.hrRule {
	line-height: 1px;
	width: 95%;
	height: 1px;
	text-align: center;
}

.teaserClear {clear:both; height: 0px;}

.rightTeaser {
	color: #000;
	width: 88px;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 4px 8px;
	background: url(../rti.jpg) bottom left no-repeat;
	font-size: 80%;
}
.rightTeaser h3 {
	margin: 0px;
	padding: 8px 0px 4px 0px;
	background: url(../rti.jpg) top left no-repeat;
}
.rightTeaser p, .rightTeaser a.more {
	margin: 2px;
	padding: 0px 0px 3px 0px;
	border: 1px solid #000;
	border-width: 0px;
	background: #FFF;
	text-align: center;
}

.rightTeaser a.more {
	display: block;
	text-align: right;
	background: url(../lta.gif) 88px 50% no-repeat;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	color: #FFCC00;
}
.rightTeaser a.more:hover,.rightTeaser a:hover {
	text-decoration:underline;
}
.article {
	width: 550px;
	color: #DDA520;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 15px 3px;
	background: #000 url(../article-bg.jpg) bottom left no-repeat;
	font-size: 110%;
}
.article h3 {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 4px 0px;
	background: #000 url(../article-bg.jpg) top left no-repeat;
	text-align: center;
	font-size: 106%;
}
.article p, .article a.more {
	margin: 0px 0px 0px 0px;
	padding: 2px 16px 3px 16px;
	background: #000 url(../article-bg-bdr.jpg) repeat-y;
	text-align: justify;
}

.rightTeaser a, .rightTeaser a:link, .rightTeaser a:active, .rightTeaser a:visited {
	display: block;
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
}
.article a {
	text-decoration: none;
	color: #FFFF00;
}
.rightTeaser a:hover, .rightTeaser a:focus, .article a:hover, .article a:focus {
	text-decoration:underline;
}
.leftImage {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.centerImage {
	float: none;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 2px;
}
.rightImage {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 8px;
}

#subscribeForm form {
	margin: 20px auto;
	padding: 10px 10px 15px;
	font-size: .9em;
}

#subscribeForm input, #subscribeForm textarea {
	background: #CCC;
	border: 1px solid #FFF;
	padding: 2px;
	color: #000;
	display: block;
	margin-bottom: 7px;
}

.remove {
  background: #FFF;
  border: none;
}

.hide {
	display: none;
}

.frmbutt {
  border-top: 2px solid #111;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 2px solid #111;
  background: #FFF url(assets/sub_butt.jpg) repeat-x;
  padding: 4px;
}

#subscribeForm submit.input, #subscribeForm input.clear, 
#subscribeForm input.recipient, #subscribeForm input.subject, #subscribeForm input.redirect {
	background: none;
	border: none;
	padding: 0px;
}

#subscribeForm.submit, #subscribeForm.clear, #subscribeForm.recipient, #subscribeForm.subject, #subscribeForm.redirect {
	background: none;
	border: none;
	padding: 0px;
}

#subscribeForm input:focus, #subscribeForm textarea:focus {
	background: #333;
	color: #FFFFFF;
	border: 1px solid #CCC;
}

#subscribeForm fieldset {
	border: none;
	padding: 5px 15px 10px;
	border-width: 0px;
	;
}

#subscribeForm label {
	color: #FFF;
	display: block;
}

#subscribeForm legend {
	color: #CCC;
	background: #111;
	font-size: 1.2em;
	padding: 1px 5px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #CCC;
}

#portfolio {
	width: 960px;
	text-align: center;
	padding: 20px 60px 20px 80px;
}

.graphicbox {
	float:left;
	padding:10px 15px 10px 15px;
	border:1px solid #000;
	height: 180px;
	overflow: visible;
	width: 170px;
	margin-bottom:12px;
	position:static;
	z-index:0;
	background:#000;
	font-size: 90%;
}
.graphicbox a {
	text-decoration:none;
	color:#000;
}
.graphicbox a.img {
	border:1px solid #000;
}
.graphicbox a.img:hover {
	border:1px solid #FFFFCC;
}
.graphicbox a:hover, .graphicbox a:focus {
	text-decoration:underline;
    color:#FFFF00;
}
.graphicbox a:visited {
	text-decoration: none;
}