﻿/* full height */
html, body {
	height: 100%;
}

/* main body */
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: black;
	background-image: url('bg.jpg');
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #627F21;
}

/* form padding */
form {
	margin:0;
	padding:0;
}

div {
	padding: 0px;
	margin: 0px;
}

.customBGRepeat {
	width: 990px;
	margin: auto;	
	background-image: url('bg_repeat.gif');
	background-repeat:repeat-y;
	background-position: top center;
	background-color: white;
}

.customBodyTop {
	width: 990px;
	margin: auto;	
	background-image: url('bg_page.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-color: transparent;
}

.customBodyBottom {
	width: 990px;
	height: 50px;
	margin: auto;
	background-image: url('bg_pagebottom.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-color: white;
}

.customFooter {
	color:#D4DFA7;
	font-size:0.8em;
	margin:auto;
	width:915px;
}

.customCowHead {
	width: 153px;
	height: 194px;
	background-image: url('cowhead2.gif');
	background-repeat:no-repeat;
	float: left;
}

.customLogo {
	width: 274px;
	height: 55px;
	background-image: url('logo.gif');
	background-repeat:no-repeat;
	position: relative;
	top: 40px;
	float:left;
}

.customLogoLink {
	width: 274px; 
	height: 55px; 
	display: block;
}

.customSearch {
	float:right;
	height:40px;
	position:relative;
	top:52px;
	width:200px;
}

.customNavHolder {
	float:left;
	height:33px;
	position:relative;
	top:43px;
	width:664px;
}

.customSiteAction {
	float:right;
	height:33px;
	position:relative;
	top:43px;
	width:100px;
}

.customWelcome {
	float:right;
	height:17px;
	position:relative;
	top:50px;
}

.customWelcome a, .customWelcome a:link, .customWelcome a:active {
	color: #008940;
	text-decoration: underline;
}

.customWelcome a:hover {
	text-decoration: none;
}

.customClear {
	clear: both;
}

.customMain {
	width: 900px;
	margin: auto;
	min-height: 400px;
	height:auto !important;
	height:400px;
}



/* top nav */
#customNav {
	height: 33px; 

	font-size: 1em; 
}

#customNav a:hover {
	text-decoration: none;
}

/* top menu nav text color */
.customTopNavItem {
	color:white;
	height:33px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
}

.customTopNavItem img {
	left:-5px;
	position:relative;
}

/* top menu items */
.customTopNavItem a{
	display:block;
	white-space:nowrap;
	line-height:30px;
	padding:0px 10px 0px;
}

/* top menu selected item */
.customTopNavSelected{
	color: white;
	height:33px;	
	font-weight: bold;
	background-repeat:repeat-x;
}

/* top menu mouse over */
.customTopNavHover {
	background-repeat:repeat-x;
	background-image:url('nav_hover.gif');
	color: black;	
}

/* top menu fly outs */
.customTopNavFlyOut {
	margin:0px 0px;
	background: #D9D8D8;
	border: 1px silver solid;
	background-color:gray;
}

/* top menu fly out bg */
.customTopNavFlyOutItem {
	background-color: #F5F5F5;
}

/* top menu fly out links */
.customTopNavFlyOut a {
	display:block;
	*width:120px;
	min-width:120px;
	color: #222222;
	padding:4px 8px 4px 8px;
}

/* top menu fly out hover */
.customTopNavFlyOutHover {
	background-color: white;
}

/* top menu fly out hover link */
.customTopNavFlyOutHover a {
	color: #222222;
}

#zz2_CurrentNav_SkipLink {
	display: none;
}


/*
-----------------------------------------------------------------------------
  Overrides for out of the box moss css
-----------------------------------------------------------------------------
*/

.splashLinkArea {
	border: none;
}

.ms-pagebreadcrumb, .ms-pagebreadcrumb a {
	/*color:#0D2D84;*/
	font-weight:bold;
	text-decoration:none;
}

.bullet {
}

/* top bar hover fonts */
.ms-consoletoolbar .ms-SPLink a:link, .ms-consoletoolbar .ms-SPLink a:visited, .ms-consoletoolbar .ms-SPLink a:hover  {
	color: black;
}

/* top bar fonts */
.ms-SPLink a:link, .ms-SPLink a:visited  {
	color: black;
}

/* top bar fonts */
.ms-SPLink a:hover {
	color: black;
	text-decoration: underline;
}

/* top bar link color */
.ms-globallinks, .ms-globallinks a {
	color:black;
}

/* header bar link hover */
.ms-SpLinkButtonInActive, .ms-SpLinkButtonActive {
	border: 1px none transparent;
	margin: 0px;
	background: transparent;
}

.ms-SpLinkButtonInActive img, .ms-SpLinkButtonActive img {
	vertical-align: top;
}

/* site action fonts */
.ms-siteaction, .ms-siteaction a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

/* site actions font weight */
.ms-siteactionsmenu div div div a {
	font-weight: normal;
}

/* site action arrow */
.ms-siteactionsmenu div div div img {
	/*display: none;*/
}

/* site action bg and button */
.ms-siteactionsmenu div div div {
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	padding: 7px 2px 5px 6px;
	height: 21px;
}

/* site action link hover */
.ms-siteactionsmenu div div div a:hover, .ms-siteactionsmenu div div div.ms-siteactionsmenuhover a:hover,  .ms-siteactionsmenu div div div.ms-siteactionsmenuhover a {
	text-decoration: none;
	color: black;
}

/* site action hover button */
.ms-siteactionsmenu div div div.ms-siteactionsmenuhover {
	background: transparent;
	border: 0px;
	padding: 7px 2px 5px 6px;
	background-repeat:repeat-x;
	background-image:url('nav_hover.gif');
	color: black;
	height: 21px;
}

/* advanced search link */
.ms-sblink a:link, .ms-sblink a:visited {
	/*color: #0d2d84; */
	text-decoration: underline;
}

/* advanced search link */
.ms-sblink a:hover {
	/*color: #0d2d84; */
	text-decoration: none;
}



.search .ms-sbplain {
	background:transparent none repeat scroll 0%;
	border:0pt solid #555555;
	font-family:Arial,Helvetica,sans-serif;
}

#SRSB .ms-sbplain {
	font-size:15px;
	padding-left:4px;
}

.search {
	background:transparent none repeat scroll 0%;
	border:medium none;
	color:#3A4663;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:400;
	padding:0pt;
}
.search td.ms-sbcell {
	border:0px none transparent;
	padding:0px;
}

.search .ms-sbgo {
	background:transparent none repeat scroll 0%;
}

.customSearchContainer {
	background:transparent url("searchbox2.gif") no-repeat scroll left center;
	float:right;
	height:46px;
	width:189px;
}

.ms-sbtable-ex {
	border-collapse:collapse;
}
.ms-sbtable {
	color:#000000;
	font-family:Verdana;
	font-size:0.7em;
	font-style:normal;
	font-weight:normal;
}

.ms-sbLastcell {
	width: inherit;
}

.ms-sbcell .ms-sbplain {
	border:0px solid transparent;
	left:2px;
	position:relative;
	top:3px;
}

.ms-pagebreadcrumb {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


#SRSB .ms-sbscopes {
	display: none;
}

.ms-webpartpagedescription {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
}

td.ms-webpartpagedescription {
	width: 600px;
}

/* hide breadcrumb bg */
.ms-pagebreadcrumb, .ms-pagebreadcrumb a {
	background-color: transparent;
}

.ms-pagebreadcrumb a {
	text-decoration: underline;
}

.ms-pagebreadcrumb a:hover {
	text-decoration: none;
}

/* style for web part top */
.ms-WPTitle {
	border-bottom:1px solid silver;
	/* color: #cf0000; */
}

/* hide web part borders */
.ms-WPBorder {
	border: 0px;
}

/* hide web part borders */
.ms-WPHeader td {
	border-bottom:0px;
}

/* all link colors in body of the site */
.ms-WPBody a:link, .ms-WPBody a:visited, .link-item a:link, .link-item a:visited {
	color: #008940;
	text-decoration: underline;
}

.link-item {
	text-decoration: none;
}

.headertitle, .headertitle a, .headertitle a:link {
	color: #0d2d84;
}

/* link colors need to be overridden */
.menuTopLevel a:link, .menuTopLevel a:visited {
	color:black;
}

/* sub link colors need to be overridden */
.menuSubLevel a:link, .menuSubLevel a:visited {
	color:white;
}

/* underline */
.ms-partline {
	/* background-color:#0d2d84; */
}

/* mini console button font */
.ms-ptabcn, .ms-sctabcn, .ms-ptabcf {
	font-size: 11px;
}

/* mini console button font */
.ms-ptabcn a:link, .ms-ptabcn a:visited, .ms-ptabcnhover a:link, .ms-ptabcnhover a:visited, .ms-sctabcn a:link, .ms-sctabcn a:visited, .ms-sctabcnhover a:link, .ms-sctabcnhover a:visited {
	font-size: 11px;
}

/* mini console button font */
.ms-ptabcf a:link, .ms-ptabcf a:visited, .ms-ptabcfhover a:link, .ms-ptabcfhover a:visited, .ms-sctabcf a:link, .ms-sctabcf a:visited, .ms-sctabcfhover a:link, .ms-sctabcfhover a:visited  {
	font-size: 11px;
}

/* fix some border issues with the editor pannel */
td.ms-titleareaframe, div.ms-titleareaframe, .ms-pagetitleareaframe, .ms-mwspagetitleareaframe, .ms-consoletitleareaframe {
	background-color:white;
	background-image:none;
}

/* fix bg of console title */
.ms-consoletitleareaframebottom {
	background-color:white;
}

/* left hand side margin bg */
.ms-pagemargin {
	background-color:transparent;
	background-image:none;
}

/* line color above editor panel */
.ms-consolemptablerow {
	background-color: transparent;	
}

/* more links */
.ms-vb a, .ms-vb2 a, .ms-GRStatusText a, .ms-vb-user a, .ms-disc a, a.ms-addnew {
	/*color: #0d2d84; */
	text-decoration:underline;
}

/* more links */
.ms-vb a:hover, .ms-vb2 a:hover, .ms-GRStatusText a:hover, .ms-vb-user a:hover, .ms-disc a:hover, a.ms-addnew:hover {
	/*color: #0d2d84; */
	text-decoration:none;
}

/* some buttons that show on the sitemap */
.ms-wikieditouter {
	position:relative;
	right:0px;
	top:0px;
	border:1px solid silver;
	border-right-width:1px;
}

/* form fonts */
.ms-formlabel {
	font-size: .9em;
}

/* form fonts */
.ms-formbody {
	font-size: 1em;
}

.ms-blogrss a {
	color:#003399;
	text-decoration:none;
}
