﻿/*====================================================================
' Reset
====================================================================*/

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/*====================================================================
' Grid
====================================================================*/

#cms-site-container {
	background: url(../../Image/Admin/cms-site-background.png) repeat-y left top;
	margin: 0 auto;
	width: 950px;
}

body {
	margin: 0;
}

div.cms-content-container, div.cms-sidebar-container, div.span-24 {
	float: left;
	margin-right: 10px;
}

div.cms-sidebar-container {
	width: 190px;
}

div.cms-content-container {
	width: 710px;
}

.span-24, div.span-24 {
	width: 950px;
}

hr {
	background: #ddd;
	border: none;
	clear: both;
	color: #ddd;	
	float: none;
	height: .1em;
	margin: 0 0 1.45em;
	width: 100%;
}

.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .container {
	display: block;
}

.clear {
	clear: both;
}

/*====================================================================
' Typography
====================================================================*/

body {
	font-size: 75%;
	color: #222;
	background: #ededed;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	color: #333;
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	color: #f27d00;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.75em;	
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
	color: #f27d00;
}

a {
	color: #2f4d00;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.last, div.last {
	margin-right: 0;
}

/*====================================================================
' Top Navigation
====================================================================*/

#cms-top-navigation {
	padding: 10px 0 0 0;
	margin: 0;
	height: 2.2em;
	text-align: right;
	display: block;
	background: url(../../Image/Admin/cms-top-navigation-background.png) left bottom no-repeat #ededed;
}

#cms-top-navigation li {
	display: inline;
	padding: 0 8px;
	margin: 0;
	border-right: 1px solid #ccc;
}

#cms-top-navigation li.last {
	border-right: 0px;
}

/*====================================================================
' Logo
====================================================================*/

#cms-logo {
	width: 942px;
	height: 87px;
}

#cms-logo img {
	margin: 0 0 0 4px;
	width: 942px;
	height: 87px;
}

/*====================================================================
' Primary & Secondary Navigation
====================================================================*/
#cms-primary-navigation, #cms-secondary-navigation {
	margin: 0 4px 0 4px;
	padding: 0;
}

#cms-primary-navigation {
	width: 942px;
	height: 36px;
	background: url(../../Image/Admin/cms-navigation.png) repeat-x;
	z-index: 10000;
}

#cms-secondary-navigation {
	margin: 10px 4px 10px 4px;
	width: 942px;
	height: 18px;
	z-index: 9999;
}

/*====================================================================
' Tabs
====================================================================*/
.cms-tabs {
	width: 100%;
	background-image: url(../../Image/Admin/cms-tab-background.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 10px 0 0 0;
}

.default-col-containerBox {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../../Image/Admin/bkgrd-grad.jpg) repeat-x bottom right #fff;
}

#footer {
	display: block;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background: url(../../Image/Admin/cms-footer-background.png) left top no-repeat #ececec;
}

.spacing {
	padding: 20px 20px 20px 20px;
}

.content {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.h1-text {
	float: left;
	width: 750px;
	padding-bottom: 10px;
}

.h1-text h1 {
	padding: 0;
	margin: 0;
}

.h1-button {
	float: right;
}

/*====================================================================
' Buttons
====================================================================*/

/* Red Button */
a.redbtn:link, a.redbtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/red_button.gif');
	border: 1px solid #732b29;
}

a.redbtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/red_button_hover.gif');
}

a.redbtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Green Button */
a.greenbtn:link, a.greenbtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/green_button.gif');
	border: 1px solid #4c7329;
}

a.greenbtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/green_button_hover.gif');
}

a.greenbtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Large Green Button */
a.lgreenbtn:link, a.lgreenbtn:visited {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/green_button.gif');
	border: 1px solid #4c7329;
}

a.lgreenbtn:hover {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/green_button_hover.gif');
}

a.lgreenbtn:active {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Blue Button */
a.bluebtn:link, a.bluebtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/blue_button.gif');
	border: 1px solid #369;
}

a.bluebtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/blue_button_hover.gif');
}

a.bluebtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Blue Button */
a.lbluebtn:link, a.lbluebtn:visited {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/blue_button.gif');
	border: 1px solid #369;
}

a.lbluebtn:hover {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/blue_button_hover.gif');
}

a.lbluebtn:active {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Yellow Button */
a.yellowbtn:link, a.yellowbtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/yellow_button.gif');
	border: 1px solid #73670a;
}

a.yellowbtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/yellow_button_hover.gif');
}

a.yellowbtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Survey Button */
a.surveybtn:link, a.surveybtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/Admin/Button/red_button.gif');
	border: 1px solid #732b29;
}

a.surveybtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/Admin/Button/red_button_hover.gif');
}

a.surveybtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
}

/*====================================================================
' CMS Forms
====================================================================*/

div.cms-form-container div.cms-group-container {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	padding-left: 10px; /*width of left column containing the label elements*/
	background-color: #f9f9f9;
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
	height: 1%;
}

div.cms-form-container div.cms-field-container {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	padding-left: 120px; /*width of left column containing the label elements*/
	border-top: 1px dashed #d6d6d6;
	height: 1%;
}

div.cms-form-container div.cms-full-field-container {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #d6d6d6;
	height: 1%;
}

div.cms-form-container div.cms-buttons {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #d6d6d6;
	height: 1%;
	text-align: center;
}

div.cms-form-container div.cms-first {
	border-top-width: 0;
}

div.cms-form-container div.cms-field-container label.cms-field-title {
	font-weight: bold;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

div.cms-form-container div.cms-field-container div.cms-field {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}

div.cms-form-container span.cms-req {
	color: Red;
}

div.cms-form-container .cms-sfield {
	width: 128px;
}

div.cms-form-container .cms-mfield {
	width: 256px;
}

div.cms-form-container .cms-lfield {
	width: 512px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix {
	margin-left: 3px;
}

/*====================================================================
' CMS Tools
====================================================================*/

.cms-toolcontainer {
}

.cms-toolfield {
	float: left;
}

/*====================================================================
' CMS Gallery
====================================================================*/

.cms-gallerycontainer img {
	margin: 5px;
	padding: 10px;
	background-color: #e5e5e5;
	width: 150px;
	height: 100px;
}

/*====================================================================
' Tabs
====================================================================*/
.cms-tabs {
	width: 100%;
	background-image: url(../../Image/Admin/cms-tab-background.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 10px 0 0 0;
}

div.cms-content-container, div.cms-sidebar-container {
	float: left;
	margin-right: 10px;
}

div.cms-sidebar-container {
	width: 190px;
}

div.cms-content-container {
	width: 710px;
}

.panel {
	padding: 20px;
	border: dashed 1px #d6d6d6;
	background: #f5f5f5;
}

.pageMessage {
	border: 1px solid #ffb500;
	padding: 10px;
	background: #ffeec6;
	margin-bottom: 20px;
	font-weight: bold;
}


.box{border:1px solid #ccc; margin:10px 0; background:#fff url('../../Image/Admin/bkgrd-grad.jpg') repeat-x bottom right}
.box ul{padding:10px !important; list-style:none !important; margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}
.box li{display:inline; vertical-align:middle}

