/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.0
date:		[August 4, 2008]
author:		[Kris Erhardt]
email:		[kris@capitolmedia.com]
website:	[http://www.capitolmedia.com]
history:	[/css/default.css]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #513513 url(../site/bg_body.gif) repeat 50% 0;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #513513;
	word-spacing: 0;
	letter-spacing: 0;
}

h1 {
	font-size: 20px;
	line-height: 1.2em;
	margin:0;
	padding-top: 0;
}

h2 {
	font-size: 1.8em;  
	line-height: 1.2em;  
}

h3 {
	font-size: 1.6em;
	line-height: 1.2em;  
}

h4 {
	font-size: 1.4em; 
	line-height: 1.2em;     
}

h5 {
	font-size: 1.2em;  
	line-height: 1.2em;    
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: green; 
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: green;
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Lucida Sans, Verdana, Arial, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 3px;
}

td {
	padding: 3px;
}


/* 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: 20px;
}

.Float-Right {
	float: right;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrap {
	margin: 0 auto;
	width: 760px;
	position: relative;
	background: #fff;
}

div#canvas {
	background: url(/site/fade.jpg) repeat-x top right;
}

div#canvas img {
	float: right;
	padding: 0 0 5px 20px;
}

div#links {
	padding-right: 15px;
}

div#links img {
	float: right;
	margin-right: 1px;
	padding:0;
}

div#canvas div.padding {
	padding: 15px 50px 35px 50px;
}

div#canvas div.padding p {
	line-height: 16px;
}

div#canvas li {
	line-height: 16px;
}

div#home {
	padding: 15px;
	margin-left: 44px;
	text-align: right;
	position: relative;
} 

div#home h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
	color: #000;
} 

div#home h2 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-bottom: 50px
} 

div#home p {
	line-height: 16px;
}
ul.testimonials {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.testimonials li {
	vertical-align: middle;
	height: 100px;
	line-height: 16px;
}

ul.testimonials li img {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

ul.testimonials p {
	
}

p#Ancestors, p#Ancestors a {
	font-size: .9em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
}

P#Ancestors A:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.left {
	margin-left: 283px;
}

div#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 283px;
	background: url(/site/left_fade.jpg) no-repeat right top;
	text-align: center;
	font-size: 12px;
}

div#left div.homepadding {
	padding:10px;
}

div#left div.homepadding p {
	font-size:11px;
	line-height: 13px;
}


div#left h5 {
	text-transform: uppercase;
	font-size: 12px;
}

ul#Secondary {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#Secondary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

ul#Secondary li a {
	display: block;
	float:left;
	width: 240px;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	background: #ccc;
	text-indent: 5px;
}

ul#Secondary li a.Active {
	background: #000;
	color: #fff;
}

ul#Secondary li a:hover {
	background: red;
	color: #fff;
}

ul#Secondary li.hover > a:first-child {
	background: red;
}

ul#Secondary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 180px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #666;
}

ul#Secondary li ul li {
	border-top: 1px solid #666;
}

ul#Secondary li ul li a {
	/* make second level menu items more narrow and allow 1px height for li border */
	height: 29px;
	line-height: 29px;
	width: 180px;
	font-weight: normal;
}

ul#Secondary li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 0;
	left: 240px;
}


.green {
	color: green;
	font-size: 14px;
}

/* Header
-----------------------------------------------------------------------------*/

div#header {
	margin: 0 auto;
	width: 760px;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 150px;
	background: url(../site/Header.jpg) no-repeat;
}
	
img#Logo { 
}

div#System {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	margin: 0;
	width: 360px;
	height: 30px;
}

ul.Menu {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 33px;
	background:#ccc;
	width: 100%;
}

ul.Menu li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

ul.Menu li a {
	display: block;
	float:left;
	width: 152px;
	height: 33px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	color: #513513;
	background:  url(../site/button.jpg) no-repeat;
	text-indent: 5px;
}

ul.Menu li a:hover {
	color: #513513;
	background-image: url(../site/button_hover.jpg);
}

ul.Menu li a.Active {
	background: #000;
	color: #fff;
}

ul.Menu li.hover > a:first-child {
}

ul.Menu li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 180px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #666;
}

ul.Menu li ul li {
	border-top: 1px solid #666;
}

ul.Menu li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	height: 29px;
	line-height: 29px;
	width: 180px;
	font-weight: normal;
}

ul.Menu li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 30px;
	left: 0;
}

a.watchVideo {
	background: #513513;
	color: #fff;
	display: block;
	font-weight: bold;
	border: 3px double #fff;
	padding: 3px;
	width: 100px;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/

div#footer {
	margin: 0 auto;
	width: 760px;
	text-align: center;
}

p#Copyright {
	color: #fff;
}

p#Copyright a {
	color: #fff;
}


/*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-size: 12px;
	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: 240px;
	padding: 10px;
	background: #DEDEDE;
}

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: 10px;
	right: 10px;
	width: 220px;
	line-height: 1.6em;
}

div.Note {
	padding: 5px 5px 5px 35px;
	background: #F3E5A1 url(/admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 0;
	border: none;
}

legend { 
}

div.LabelInput {
	margin-bottom: 7px;
	clear: both;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 18em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #666;
}

select {
	width: 17.7em;
}

textarea {
	height: 7em;
}

label {
	line-height: 2em;
	width: 8em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 0 1em 8em; /* 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;
}


/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/

.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;
}


/* 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;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalContainer {
	background: #000;
}
.ModalTitle {
	padding: 10px;
	font-size: 2em;
}
.ModalMessage {
	padding: 10px;
}
.ModalClose {
	position: relative;
}
.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}
.ModalClose a:hover {
}


/* 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;
}


/* Moognify
-----------------------------------------------------------------------------*/

a.Moognify {
	display: block;
}

.moognifyBorder {
	background: #fff;
}

/* JavaScript Debug Log
-----------------------------------------------------------------------------*/

div#Debug { 
	display: none;
	height: 200px; 
	overflow: auto; 
	padding: 1em; 
	background: #000;
	color: green;
}


/* Homepage
-----------------------------------------------------------------------------*/


/* Your template
-----------------------------------------------------------------------------*/