/* DEFAULT HTML STYLES */

* 
{
	margin: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif !important;
}

body 
{
	background: #fff url("images/bg.png") repeat-x;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 20px 0;
}

p { margin: 0 0 10px 0; }

a {	color: #337ab6; font-weight: bold; text-decoration: none; }

a:hover { color: #163f62; font-weight: bold; }

h1 { margin: 4px 0; font-size: 22px; color: #163f62; }
h2 { margin: 4px 0; font-size: 18px; color: #163f62; padding-bottom: 6px;}
h3 { margin: 4px 0; font-size: 14px; color: #163f62; padding-bottom: 3px;}
h4 { margin: 4px 0; font-size: 12px; color: #000; }
h5 { margin: 4px 0; font-size: 11px; color: #666; font-weight: normal; }

ul { padding: 4px 24px 14px 24px; list-style: square; } 
ul ul { padding: 2px 24px; }
li { padding: 2px; }

address { padding-bottom: 5px; }

/* OTHER CLASSES */

.tableChart, .tableChart td 
{
	border: 1px solid #ccc;
}

/* LAYOUT ID STYLES */
#main
{
	margin: 0 auto;
	width: 778px;
	padding-bottom: 30px;
}

#header
{
	height: 70px;
	padding: 0 10px;
	width: 762px;

}

#menu
{
	height: 41px;
	background: url("images/bodyTop.png") no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}

#content
{
	background: url("images/bodyMid.png") repeat-y;
	color: #0c1218;
	position: relative;
	padding-top: 2px;
}

#footer
{
	height: 29px;
	background: url("images/bodyFooter.png") no-repeat;
	font-size: 11px;
	line-height: 27px;
	padding-left: 16px;
}

#sections 
{
	background: #fff;
	width: 762px;
	margin: 0 auto;
	border: 1px solid #febe10;
	/*border: 1px solid #0c1218;*/
}

/* CONTENT CLASSES */

.headerLeft
{
	width: 300px;
	float: left;
	padding: 0;
}

.headerRight
{
	width: 411px;
	float: right;
	padding: 10px 6px 4px 4px;
	text-align: right;

}

.headerMenu
{
	padding: 8px 0;
	color: #000;
}

.contentBanner
{
	width: 764px;
	margin: 0 auto 3px auto;
	color: #fff;
}

.sectionBreadCrumbs
{
	width: 746px;
	height: 20px;
	/*background: #bbb;*/
	background: #febe10;
	line-height: 18px;
	border-bottom: 1px solid #0c1218;
	padding: 2px 8px 0 8px;
	margin: 0px auto;
	color: #fff;
	font-weight: bold;

}

.sectionColumns 
{
	background: url("images/sectionColumns.png") repeat-y;
	width: 760px;
	margin: 8px 0;
}

.sectionLeft
{
	width: 202px;
	float: left;
	padding: 4px 11px;
}

.sectionRight
{
	width: 514px;
	float: right;
	padding: 4px 11px; 

}

.sectionWide
{
	padding: 11px;
}

.sectionColumnsReverse
{
	background: url("images/sectionColumnsReverse.png") repeat-y;
	width: 760px;
	margin: 8px 0;
}

.sectionLeftReverse
{
	width: 514px;
	float: left;
	padding: 4px 11px;
}

.sectionRightReverse
{
	width: 202px;
	float: right;
	padding: 4px 11px;

}

.breadSub
{
	color: #163f62;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.breadSub:hover
{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.breadCurrent
{
	color: #0c1218;
	font-weight: bold;
	font-size: 14px;
}

.breadDivider
{
	color: #163f62;
	font-weight: bold;
	font-size: 12px;
	padding: 0 6px;
}

.breakVertRight
{
	height: 1px;
	background: #999;
	margin: 12px 0;
}

.breakVertFull
{
	height: 1px;
	background: #999;
	margin: 0 8px;
}

#footer a 
{
	color: #febe10;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear 
{
	clear: both;
}

/* SIDE BOX STYLES */

.blueBox {

}

.blueTop
{
	background: url("images/blueTop.png") no-repeat;
	width: 202px;
	height: 8px;
}

.blueBody
{
	background: url("images/blueBody.png") repeat-y;
	width: 178px;
	color: #fff;
	padding: 1px 12px 5px 12px;
}

.blueBot
{
	background: url("images/blueBot.png") no-repeat;
	width: 202px;
	height: 8px;
	margin-bottom: 6px;
}

.blueBody h3 {
	color: #febe10;
}

.blueBody p {
	width: 178px;
}
	

/* SEARCH STYLES */


.sf_searchBox
{
	color: #000;
}

.sf_searchText
{
	border: 1px solid black;
	padding: 2px;
	width: 100px;
	font-size: 11px;
	margin-left: 4px;
}

.sf_searchSubmit
{
	border: 1px solid black;
	background-color: #febe10;
	margin: 0 0 0 2px;
	font-size: 11px;
	padding: 1px;
}

.searchResults
{
	border-bottom: 1px solid #ccc;
}

.searchResults dt
{ 
	padding: 8px 0 2px 0;
	border-top: 1px solid #ccc;
}

.searchResults dd 
{
	padding: 4px 0 2px 20px;
}

.searchResults dd em
{
	display: none;
}


/* BLOG STYLES */

.sf_singlePost {

}

.sf_postTitle
{
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 0 0 6px 0 !important;
	text-transform: uppercase;
}

.sf_postListing li 
{
	margin: 0 0 12px 0 !important;	
}

.sf_postDate {
	font-size: 11px !important;
}

.sf_postAuthor, .sf_readMore, .sf_postComments, .sf_postCategory, .sf_postTags
{
	display: none;
}

.sf_postContent 
{
	font-size: 12px;
	text-align: justify;
}

.sf_back
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 !important;
	margin-bottom: 12px !important;
}


/* PHOTO GALLERY STYLES */

.sf_photoListLightbox 
{
	font-size: 12px !important;
}

.sf_photoListLightbox li 
{
	text-align: center;
	padding: 5px 10px !important;
	margin: 0px !important;
}

/* DOCUMENT LIBRARY STYLES */

.sf_libraryList li
{
	margin: 0 0 8px 0 !important;
}
.sf_libraryList dt
{
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 0 0 6px 0 !important; 
}

.sf_libraryList dd
{
	padding: 0 0 4px 20px !important;
	font-size: 11px !important;
}

/* LIST STYLES */

.sf_expandableList
{
	list-style-type: none;
}

.sf_listTitle
{
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0 0 10px 0 !important; 
}

.sf_controlListItems
{
	display: none;
}

.sf_listItemTitleexp
{
	
}

.sf_listItemBody 
{
	padding: 10px;
	margin: 0px !important;
}

/* EVENT STYLES */

.sf_eventTitle {
	margin: 4px 0 !important; 
	font-size: 14px !important; 
	color: #163f62; 
	padding-bottom: 3px;
	font-weight: bold !important;
}

/* NEWSLETTER FORM */

.sf_newsletterSubscriptionForm
{
	margin: 10px 20px 10px 15px !important;
	font-size: 11px !important;	
}

.sf_subscribeTxt
{
	border: 1px solid black;
	padding: 2px;
	width: 160px;
	font-size: 11px;
}

.sf_subscribeBtn
{
	border: 1px solid black;
	background-color: #febe10;
	font-size: 11px;
	padding: 1px;
	float: right;
}

.sf_emailValidation
{
	text-align: center;
}

/* ACCORDION STYLE */

#accordion .toggler {
	padding: 8px 12px 0px 12px;
	cursor: pointer;
	background: #fff url("/images/barHome.png") no-repeat;
	color: #fff !important;
	line-height: 17px;
	height: 27px;
	margin: 0;
}

#accordion .toggler:hover {
	color: #febe10 !important;
	background: #fff url("/images/barHome-o.png") no-repeat;
}

#accordion .element {
	margin: 3px;
}

#accordion .element .text {
	padding: 5px 10px;
}

#accordion .element .text p {
	margin: 0 0 5px 0;
}

/* BODY ELEMENTS */

.itemBox {
	border: 1px solid #bbb;
	padding: 8px 12px;
	margin-bottom: 8px;
}

.timeline {
	border-top: 1px solid #bbb;
}
.timeline td {
	border-bottom: 1px solid #bbb;
	padding: 6px 4px 4px 4px;
}

.input150 {
	border: 1px solid black;
	padding: 2px;
	width: 150px;
	font-size: 11px;
}

.input300 {
	border: 1px solid black;
	padding: 2px;
	width: 300px;
	font-size: 11px;
}

.whosUsingTable td {
	padding: 4px;
	border-bottom: 1px solid #bbb;
}
.whosUsingTable ul {
	padding: 2px 2px 2px 14px;

}

.v5form {
	padding: 10px 10px 0 10px;
}

.v5formSide {
	padding: 0 15px;
}

.boxHome {
	padding-bottom: 6px;
	position: relative;
	left: -1px;
}

.quote {
	padding: 0 15px 6px 15px;
	color: #333;
}

.quoteName {
	padding: 0 0 6px 30px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.execPhoto {
	float:left;
	margin-left:5px;
	padding: 0 14px 4px 0;
	
}

.imgLeft {
	padding: 4px 10px 4px 0;
	float: left;
}
.imgRight {
	padding: 4px 0 4px 10px;
	float: right;
}

.formValidation {
	color: #febe10 !important;
	font-size: 11px;
	padding: 2px 0 0 10px;
}

.formValidationW {
	font-size: 11px;
	padding: 2px 0 0 10px;
}


.v5DemoFormTable {
	margin: 0 7px;
}

.newsletterFormTable {
	margin-left: 7px;
}

.sf_photoListLightbox .sf_image {
	margin-left: 18px !important;
}

.news_date {
	margin: 0 0 5px;
	padding: 0;
	color: #666;
	font-size: 11px;
}

.news_item {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.news_Desc {
	margin: 0 0 4px;
}

.news_logo{
	padding: 4px 0;
}

/* HACKS THAT SHOULD BE FIXED */
/* hides h2 above blog archives */
.sectionLeft h2 {
	display: none;
}

.sf_postBookmark {
	padding-top: 10px;
}

ol.sf_photoListLightbox li, ol.sf_listAndPage li {
	height: auto !important;
}

.sf_postBookmark {
	padding-top: 10px !important;
}

.RadMenu_YangarooBlue .link .text { padding: 0 19px !important; }
