
body, div, p, ul, ol, li, dd, dt, h1, h2, h3, h4, h5, h6, table, tr, td, th, img, form, fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

A {
	text-decoration: none;
}

body, html {
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 25px;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
}

#content {
	padding: 25px 65px;
	background-color: #181818;
	text-align: left;
}
#footer {
	clear: both;
	margin: 30px 0;
	color: #888;
	font-size: 11px;
	text-align: left;
}


#secondary-navigation {
	list-style: none;
	margin-bottom: 50px;
}
#secondary-navigation li {
	padding-bottom: 1px;
	background: url(images/dotted_hrule.gif) repeat-x bottom left;
}
#secondary-navigation li a {
	display: block;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background-color: #181818; /* IE7 only lets you click on the text, unless you set the background */
	width: 180px; /* IE6 only lets you click on the text, unless you set the background and width */
}
/*#secondary-navigation li a:hover {
	padding-right: 10px;
	width: 170px; /* IE6 only lets you click on the text, unless you set the background and width 
}*/
#secondary-navigation li.first a {
	/* there is no room for the top padding, so this compensates */
	margin-top: -10px;
}
#secondary-navigation li.active a {
	color: #948671;
}


#footer a.gs-logo {
	float: right;
}
#footer .navigation {
	float: right;
	margin-right: 15px;
	font-weight: bold;
}
#footer .navigation a {
	text-decoration: none;	
}
#footer .navigation a:hover {
	text-decoration: underline;	
}

ul {
	list-style-type: none;	
}
ul.bullets{
	list-style-type: disc;
}

ul.bullets li{
	margin-left: 20px;
}

ul.months {
	list-style: none;
}
ul.months li {
	margin: 2px 0;
}
ul.months li.first,
ul.months li.active {
	margin: 7px 0;
}
ul.months li a {
	font-weight: bold;
	text-decoration: none;
}
ul.months li a:hover {
	text-decoration: underline;
}
ul.months li.active a {
	padding: 1px 3px;
	color: #948671;
	border: 1px solid #948671;
}


div.two-column div.left-column {
	float: left;
	width: 630px;
}
div.two-column div.right-column {
	float: right;
	width: 180px;
}

/* should be called almost-even... right col is 40px wider */
div.two-column-even div.left-column {
	float: left;
	width: 370px;
	/*margin-right: 460px; /* 410px for right col + 50px padding leaves us with 370px for this col */
}
div.two-column-even div.right-column {
	float: right;
	width: 410px;
}

/* should be called almost-even... right col is 25px wider */
#contact-us div.two-column-even div.right-column {
	float: right;
	width: 415px;
}
#contact-us div.two-column-even div.left-column {
	float: left;
	width: 390px;
	/*margin-right: 440px; /* 415px for right col + 25px padding leaves us with 390px for this col */
}

/* this page really is even... */
#wrapper.services div.two-column-even div.left-column {
	float: left;
	padding-right: 20px;
	width: 395px;
}
#wrapper.services div.two-column-even div.right-column {
	float: right;
	padding-right: 20px;
	width: 395px;
}

/* this page really is even...and narrow */
#wrapper.about div.two-column-even div.left-column {
	float: left;
	padding: 0 10px;
	width: 222px;
}
#wrapper.about div.two-column-even div.right-column {
	float: left;
	margin-left: 19px;
	padding: 0 10px;
	width: 222px;
}
#wrapper.about div.two-column-even div.active {
	background-color: #323232;
}


h1 {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: bold;
}
h2 {
	margin: 10px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #948671;
	color: #948671;
	font-size: 13px;
	font-weight: bold;
}
h2.first {
	clear: both;
	margin: 0px;
}
h2.page-rule {
	clear: both;
	margin-top: 25px;
}
h2.spacer {
	margin-top: 50px;
}
h3 {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

h3.selected{
	border: 1px solid #948671;
	color: #948671;
	padding: 3px;
}

p {
	margin: 0 0 10px 0;
}

p.last {
	margin-bottom: 0;
}
p.pushy {
	margin-bottom: 20px;
}
p.byline {
	margin: 5px 0;
	color: #666;
}
p.subhead {
	font-size: 18px;
}
p.strong {
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;
}
p.input {
	margin: 0 0 15px 0;
}
p.right {
	text-align: right;
}
p.quote {
	margin: 0 0 0 7px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
}
p.quote span {
	margin-left: -7px;
}
p.attribution {
	margin: 10px 0 0 7px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
}
p.link {
	text-align: right;
}
p.link a {
	text-decoration: underline;
}
p.page-rule {
	margin: 30px 0;
	padding-bottom: 30px;
	background: url(images/dotted_hrule.gif) repeat-x bottom left;
}
p.narrow {
	margin-left: 20px;
	width: 455px;
}

.faded{
	color: #666;	
}

.underline{
	text-decoration: underline;
}


span.label {
	color: #666;
}


a {
	color: #fff;
}
a:hover {
	color: #beb5a9;
}
a.rss {
	float: right;
	padding-left: 16px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	background: url(images/rss.png) no-repeat center left;
}

.layout {
	zoom: 1;
}		
.layout:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


div.insert {
	margin-top: 35px;
	padding: 15px 15px 20px 10px;
	background-color: #000;
}
div.insert img {
	float: right;
}
div.insert h3 {
	margin-top: 0;
}
div.insert a {
	text-decoration: underline;
}


div.insert-right {
	float: right;
	margin: 0 0 15px 15px;
	width: 180px;
}


div.article {
	margin: 15px 0;
	padding-bottom: 16px;
	background: url(images/dotted_hrule.gif) repeat-x bottom left;
}
div.article p.link {
	margin-bottom: 0;
}
div.article p.link a {
	padding-left: 22px;
	background: url(images/link-icon.png) no-repeat center left;
}


#wrapper.home h2 {
	margin: 10px 0;
}
#wrapper.home div.article {
	padding-bottom: 1px;
	margin: 5px 0;
}
#wrapper.home div.article h3 {
	margin: 5px 0;
}


#wrapper.services h3 {
	margin: 5px 0;
}
#wrapper.services h2 {
	margin: 10px 0;
}
#wrapper.services div.service-row {
	background: url(images/dotted_hrule.gif) repeat-x bottom left;
}
#wrapper.services div.service-item {
	float: left;
	width: 195px;
	padding-bottom: 5px;
}
#wrapper.services div.service-item h3 {
	margin: 5px 0 0 0;
}
#wrapper.services div.service-item h3 a {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #fff;
}
#wrapper.services div.service-item a {
	font-size: 11px;
	color: #666;
}


label {
	float: left;
	padding-top: 3px;
	width: 66px;
}
.long-label label {
	width: 96px;
}
.long-label input.text {
	width: 295px
}
span.req-indicator {
	color: #007cb2;
}
input.text,
textarea,
select {
	color: #666;
	margin: 0 3px 0 0;
	padding: 1px;
	width: 275px;
}
select {
	margin: 0 3px 0 0;
	width: 279px; /* I don't know why selects are 4px narrower than inputs... */
}
textarea {
	height: 145px;
}
input.checkbox {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
label.checkbox {
	width: 365px;
}
.invalid{
	border: 2px solid #900;
	background-color: #cfdde6;
}

.admininvalid{
	border: 2px solid #900;
}

input.submit {
	margin: 0;
	padding: 5px 10px;
	width: 115px;
	background-color: #989898;
	border-color: #c0ccce #494949 #494949 #c0ccce;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.error {
	background: #cfdde6 url(images/error.png) no-repeat 10px;
	border: 2px solid #900;
	color: #000;
	font-size: 12px;
	margin: 10px 0;	
	padding: 10px 10px 10px 43px; /* image is 23px + 10px padding on each side of image */
}

#errors {
	margin: 15px 0;
	padding: 10px 10px 10px 43px; /* image is 23px + 10px padding on each side of image */
	border: 2px solid #900;
	background: #cfdde6 url(images/error.png) no-repeat 10px 10px;
	font-size: 12px;
	color: #000;
}
#errors h3 {
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
}
#errors ul {
	list-style-position: inside;
}

.formerrors{
	color: #900 !important;
	font-weight: bold;
	padding-top: 10px;

}

.asterisk {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #007cb2;
	font-size: 18px;
	font-weight: bold;
	line-height: 1px;
	position: relative;
	top: 4px;		
}
.smallasterisk{
	color:#D8A315;
	font-size:12px;
	font-weight: bold;
	margin: 2px 3px 0 0;
}

.none{
	display: none;
}

.pointer{
	cursor: pointer;
}



/**
 * News css
 */
.article-edit {
	/*
	clear: right;
    padding: 20px;
    */
    background-color: #eff1f1;
	padding: 20px;
	position: absolute;	
	top: 100px;
	width: 600px;
}
.article-edit textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
    width: 100%;    	
}
.article-edit .date input {
    width: 35px;
}
.buttons {
    clear: both;
    text-align: right;
}
.article-edit iframe{
	margin: 5px;
}

.collapsed {
    display: none;
}

h4{
	color: #181818;
}

.article-edit select{
	margin: 0;
	width: 60px;	
}

.cancel{
	color: #639CCE;
	font-weight: bold;
}

.article-edit div {
    margin: 5px;
    color: #444;
}

input.primaryBU {
	background-color: #639cce;
	border-color: #c0ccce rgb(73, 73, 73) rgb(73, 73, 73) rgb(192, 204, 206);
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0pt;
	padding: 5px 10px;
	cursor: pointer;
}

.fullwidth{
	margin: 5px;
	padding: 2px;
	width: 90%;	
}

.halfwidth{
	float: left;
	margin: 5px 10px 5px 0;
	padding: 2px;
	
	width: 45%;
}

/**
 * New Article Container
 */
#article_new {
    background: transparent;
    padding-top: 0;
}
#article_new .edit-link {
	font-size: 14px;
	font-weight: bold;
}
#article_new .edit-link span {
	float: left;
	font-size: 20px;
	margin: -4px 5px 0 0;
}

.edit-link, .remove-link, .archive-link, .unarchive-link{
	color: #007CB0;
}


.clear{
	clear: both;
}

/**
 * Rich text editor
 */
div.contentToolbar {
	padding: 2px;
	background-color: #e7eaea;
}
div.contentToolbar a {
	float: left;
	width: 24px;
	height: 21px;
	margin-right: 4px;
	padding-top: 3px;
	border-color: #fff #a8b2b4 #a8b2b4 #fff;
	border-width: 1px;
	border-style: solid;
	background-color: #fafbfb;
	color: #639cce;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
div.contentToolbar a.toolbarBold {
	font-weight: bold;
}
div.contentToolbar a.toolbarItalic {
	font-style: italic;
}
div.contentToolbar a.toolbarUnderline {
	text-decoration: underline;
}
div.contentToolbar a.toolbarList {
	background: #fafbfb url(images/list_button.jpg) no-repeat center center;
}
div.contentToolbar a.toolbarLink {
	text-decoration: underline;
}
iframe.editableContent {
	width: 100%;
	height: 150px;
}

/* 
 * Popup
 */
div.popup{
	background: #F9F9F9;	
	border: 3px solid #DDD;
	color: #666;
	padding: 20px;
	position: absolute;
	width: 225px;	
}
div.popup .heading{
	font-size: 16px;
	font-weight: bold;	
}
div.popup .body{
	padding: 10px 0;
}
div.popup .submit{
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 115px;
}
div.popup .cancel{
	margin-right: 10px;
}
.closer{
	background: url(images/collapse-light.png);
	float: right;
	height: 20px;
	margin: -20px -20px 0 0;
	width: 20px;
}
