/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.1
date:		10/31/09
author:		Clayton Pukitis
email:		clayton at capitolmedia dot com
website:	http://www.kptrace.com
history:	N/A

-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Verdana, Sans-Serif, Lucida Grande, Lucida Sans;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background: #fff;
	margin-top: -15px;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	word-spacing: .05em;
}

p {
	margin-bottom: 1em;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
}

li {
}

li ul, li ol {
}

ul, ol, blockquote, code {
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

div.sIFR_Content a.Edit{
	margin-top: -30px;
}

h1 {
	margin: 10px 0;
	font-size: 22px;
	color: #D9563A;
	font-family: Times New Roman;
}

h2 {
	color: #D9563A;
	margin: 10px 0;
	font-size: 13px;
	line-height: 20px;
}

h3 {
	font-size: 1.6em;
	margin-bottom: .7em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .8em;
}

h5 {
	font-size: 1.0em;    
	margin-bottom: 0;
	color: #D9563A;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

img {
	border: none;
}

img.pngfix {
	behavior: url(pngHack.htc);
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #555555;
	color: #000000;
}

a:hover {
	color: #D9563A;
}



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 1em;
}


/* Header
-----------------------------------------------------------------------------*/

#Header{
	background: #fff url(../images/headerBG.jpg) top left no-repeat;
	height: 70px;
	position: relative;
	top: -15px;
}
	
img#Logo { 
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

div#Primary{
	height: 27px;
	background: #749c97;
	margin: auto;
	text-align: center;
	width: 835px;
	position: relative;
	left: -7px;
	top: 14px;
	z-index: 100;
}

div#Primary a{
	padding-left: 20px;
	padding-right: 15px;
	line-height: 27px;
	text-align: center;
	border-left: 1px solid #d77c5c;
	color: #fff;
	margin-right: 6px;
	font-size: 12px;
}

div#Primary a:first-child{
	border-left: none;
}

div#Primary a, div#Primary a:active, div#Primary a:visited{
	text-decoration: none;
	color: #fff;
}

div#Primary a:hover{
	color: #000;
}

/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	color: #666;
}

div#Ancestors a {
	color: #666;
	text-decoration: none;
}
div#Ancestors a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Canvas
-----------------------------------------------------------------------------*/
div#siteContainer{
	float: left;
	width: 919px;
}

div#Wrapper{
	width: 919px;
	background: #fff url(../images/wrapperBG.jpg) top left repeat-y;
}

.Constrictor{
	width: 814px;
	margin: 0 auto;
	margin-left: 55px;
	_width: 914px;
	_margin-left: 25px;
}

.Title{
	color: #D9563A;
	margin: 10px 0;
	width: 285px;
	font-size: 13px;
	line-height: 20px;
}

div#Page{
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 905px;
}

div#centerHompage{
	position: relative;
	left: -20px;
}

div#centerHompage div.sIFR_Content h1{
	text-align: center;
	margin: 0 auto;
}

/* Left Column
-----------------------------------------------------------------------------*/

div#Left{
	float: left;
	margin-right: 35px;
	color: #000;
	font-size: 11px;
	margin-left: 25px;
	position: relative;
	top: -40px;
}

#subLeft ul{
	margin: 10px 0;
	margin-left: 25px;
	list-style: disk inside;
	list-style-image:  url("../images/list-dot.jpg");
}

#subLeft ul li{
	margin-bottom: 3px;	
}

#subLeft.block {
	padding-bottom: 10px;
}

#Table {
	border: none;
	width: 600px;
	text-align: left;
}

#Table td {
	padding: 5px 10px;
	border: none;
	text-align: left;
}

/* - - - - - - - - - - - Secondary Navigation - - - - - - - - - - - */

#Secondary{
	width: 120px;
	margin-left: 10px;
	margin-top: 20px;
}

#Secondary #Title{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	width: 120px;
}

#Secondary a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #000;
	line-height: 35px;
	letter-spacing: .04em;
	white-space:nowrap;
}

#selectorArrow {
	float: left;
	width: 6px;
	height: 35px;
	margin-left: -6px;
	position: relative;
	_position: absolute;
	left: -5px;
	background: transparent url(../images/orangeArrow.jpg) center left no-repeat;
}

/* Right Column
-----------------------------------------------------------------------------*/

#Right{
	float: left;
	width: 590px;
	_width: 620px;
	position: relative;
	top: -40px;
}

#subLeft{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 330px;
}

#subRight{
	margin-top: 10px;
	float: left;
}

#subRightLogo{
	margin-top: 50px;
	float: left;
	text-align: center;
	width: 250px;
	_width: 220px;
}

div#popOut{
	position: absolute;
	margin-top: 25px;
	margin-left: 9px;
	z-index: 100;
	text-align: right;
	font-size: 10px;
}

div#popOut a #enlarge{
	text-decoration: underline;
	position: relative;
	top: -3px;
}

div#popOut a{
	text-decoration: none;
	color: #fff;
}

/* Homepage
-----------------------------------------------------------------------------*/

#homeHeader {
	background: transparent url(../images/homeHeader.png) top left no-repeat;
	background: none\9;
	height: 70px;
	height: 20px\9;
	margin-top: -15px;
	margin-top: 0\9;
}

#homeWrapper {
	width: 919px;
	background: transparent url(../images/homeWrapper.png) top left repeat-y;
	background: #fff\9;
	*height: auto;
	padding-bottom: 5px;
}

#homeWrapper .Constrictor {
	padding-top: 20px;
	background: #fff\9;
}

.homeWrapper {
	
}

#homeLeft{
	float: left;
	margin-right: 35px;
	color: #000;
	font-size: 11px;
	margin-top: -40px;
	margin-top: 0\9;
}

#homeRight {
	float: left;
	width: 590px;
	margin-top: -40px;
	margin-top: 0\9;
}

#Banner {
	width: 576px;
	min-height: 237px;
	margin-bottom: 10px;
	position: relative;
}

* html #Banner {
	height: 237px;
}

#homeFooter {
	height: 70px;
	width: 919px;
	background: transparent url(../images/homeFooter.png) no-repeat bottom left;
	background: none\9;
	margin-bottom: 20px;
	height: 10px\9;
}

#homeFooter #copyright{
	position: relative;
	float: left;
	margin-left: 100px;
	color: #333;
	font-size: 10px;
	margin-top: 30px;
	_margin-top: 10px;
	margin-top: 10px\9;
}

#homeFooter #copyright a{
	color: #696A6C;
}

#Promotion {
	margin-left: 18px;
}

#Promotion p{
	width: 130px;
}

#Promotion p a, #Promotion p a:link{
	width: 130px;
	color: #D9563A;
	text-decoration: underline;
}

#Promotion p a:hover{
	width: 130px;
	color: #D9563A;
	text-decoration: none;
}

#homeText {
	color: #386D97;
	line-height: 18px;
	font-family: arial;
	font-size: 11px;
	width: 570px;
}

#logos {
	text-align: right;
	position: relative;
	top: 15px;
	right: 20px;
}

#LogoBlock {
	background: url(../site/homeLogo.jpg) no-repeat 0 0;
	display: block;
	padding: 255px 35px 10px;
	margin: 0;
}

#LogoBlock p {
	color: #666;
	line-height: 14px;
}

#LogoBlock a {
	color: #D9563A;
	text-align: right;
}

#logoBottom {
	background: url(../site/homeLogo.jpg) no-repeat 0 -790px;
	display: block;
	height: 40px;
	width: 100%;
}

/* Contact
-----------------------------------------------------------------------------*/

.contactWrapper{
	min-height: 470px;
}

#contactMid {
	width: 225px;
	float: left;
	border-left: 1px solid #666;
	min-height: 400px;
	padding-left: 20px;
	margin-left: 50px;
}

#contactRight {
	width: 225px;
	float: left;
	border-left: 1px solid #666;
	min-height: 400px;
	padding-left: 20px;
}

/* News
-----------------------------------------------------------------------------*/

.newsWrapper{
	min-height: 640px;
}

#newsMid {
	width: 590px;
	float: left;
	min-height: 400px;
	margin-right: 5px;
	margin-left: -10px;
	_margin-left: -30px
}

#newsRight {
	width: 280px;
	height: 569px;
	background: url(../images/newsRightBG.jpg) no-repeat top left;
	float: left;
	min-height: 400px;
	padding-left: 20px;
	margin-left: 20px;
	_margin-left: -0;
}

#newsRight .Block {
	position: relative;
	top: 140px;
	left: 10px;
	width: 225px;
}

/* Footer
-----------------------------------------------------------------------------*/

#Footer{
	height: 70px;
	width: 919px;
	background: #fff url(../images/footerBG.jpg) no-repeat bottom left;
	margin-bottom: 20px;
}

div#Footer a{
	color: #C5C6C8;
}

#Footer #copyright{
	position: relative;
	float: left;
	margin-left: 100px;
	color: #333;
	font-size: 10px;
	top: 30px;
}

#Footer #copyright a{
	color: #696A6C;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

#pageSelect{
	position: relative;
	top: 35px;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}

.Title a.Edit {
	top: -20px;
}

.Editable {
	background: #ffcc00 !important;
}

/* Page Comments (Edit Mode) */

div.adminComments {
	margin: 20px;
	padding: 10px;
	display: block;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.adminComments p {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.pending {
	background: #F3E5A1;
	border: 1px solid #FFCC00;
}
div.approved {
	background: #cbe2a6;
	border: 1px solid #a0c45b;
}

div.deleted {
	background: #e8918d;
	border: 1px solid #ee6061;
}

div.adminComments p.Status {
	text-transform: capitalize;
	padding-left: 20px;
	display: block;
	line-height: 20px;
	font-weight: bold;
}

div.pending p.Status {
	background: url(/admin/comment_edit.png) no-repeat 0 center;
	color: #68541a;
}

div.approved p.Status {
	background: url(/admin/comment_add.png) no-repeat 0 center;
	color: #51662f;
}

div.deleted p.Status {
	background: url(/admin/comment_delete.png) no-repeat 0 center;
	color: #6a2b2d;
}

a.buttonApprove {
	background: url(/admin/button_publish.png) no-repeat center center;
	height: 30px;
	width: 103px;
	display: block;
	text-indent: -2000px;
	float: left;
}

a.buttonDelete {
	background: url(/admin/button_delete.png) no-repeat center center;
	height: 30px;
	width: 97px;
	display: block;
	text-indent: -2000px;
	float: left;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0000ff;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	height: 25px;
	width: 190px;
	font-size: 14px;
	color: #000;
	padding-top: 4px;
	border: 1px solid #000;
	font-family: Arial, Lucida Sans, Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalPop {
}

.modalContainer{
}

.modalBox{
	background: transparent;
	width: 400px;
	height: 420px;
	position: relative;
}

.modalTitle {
}

.modalMessage {
}

.modalClose{
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../images/button_close.png) top right no-repeat;
}


/* JavaScript Tabbed Content Panels
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}


/*Homepage Specific
-----------------------------------------------------------------------------*/
div#homepageText p{
	font-size: 12px;
	color: #696A6C;
	width: 400px;
	margin: auto;
	margin-top: 20px;
	line-height: 16px;
}

div#Search{
	margin: 10px auto;
	width: 389px;
	height: 70px;
	background: #DBDBDB;
	display: block;	
}

div#searchLogo{
	float: left;
}

div#searchBox{
	float: left;
	text-align: center;
	margin: 0 5px;
	margin-top: 17px;
}

div#searchButton{
	float: left;
	margin-top: 17px;
	margin-left: 5px;
}
