/* -----------------------------------------------------------------------*/
/* GLOBAL CSS */
/* -----------------------------------------------------------------------*/
html, body {
	margin: 0px;
	height: 100%;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #7db2ce;
	background-image: url(../images/main_background3.png);
	background-repeat: repeat-x;
	background-position-y: top;
}
#mainWrapper {
	width: 810px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#siteEverGreen {
	margin-top: 25px;	
	width: 810px;
	height:125px;
	margin-bottom: 20px;
}
#logoHolder {
	width: 91px;
	height: 125px;
	behavior: url(lib/css/iepngfix.htc);
	background-image: url(../images/totem_logo.png);
	background-repeat: no-repeat;
	float: left;
}
#nav {
	width: 550px
	height: 100px;
	float: right;
	position: relative;
}
#sticker {
	background-image: url(../images/sticker.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 171px;
	position: absolute;
	top:0px;
	left:0px;	
}
.clearme {
	clear: both;
}
/* -----------------------------------------------------------------------*/
/* DROP DOWN SECTION (SITE MAP) */
/* -----------------------------------------------------------------------*/
#dropSection {
	margin: 0px;
	width: 100%;
	height: 0px;
	background-color: #0B2644;
	background-image: url(../images/dropBkg.png);
	background-position-y: 0px;
	background-repeat: repeat-x;
	border-bottom: black;
	border-bottom: solid;
	border-bottom-width: 5px;
	overflow: hidden;
}
#siteMapButton {
	text-align: center;
	font-size: 11px;
	background-color: black;
	color: white;
	padding: 5px;
	position: relative;
	width: 90px;
	height: auto;
	top: 0px;
	left: 710px;
}
#siteMapContainer {
	padding: 15px;
	width: 810px;
	color: #bdd5e6;
	text-align: left;
	font-size: 12px;
	margin: auto;
	line-height: 17px;
}
#siteMapContainer .title {
	font-weight: bold;
	color: white;
	font-size: 18px;
}
#siteMapContainer a {
	color: #bdd5e6;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
}
#siteMapContainer a:hover {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
.inputStylerSmall {
	border-style: solid;
	border-color: #4c84b1;
	border-width: 2px;
	background-color: #0c3a5b;
	font-size: 10px;
	color: white;
	margin-bottom: 5px;
	padding: 4px;
	width: 200px;
}
.inpHolder {
	float: left;
	margin-right: 10px;
}
.buttonStylerSmall {
	margin-top: 5px;
	border-style: solid;
	border-color: #4c84b1;
	border-width: 2px;
	background-color: #0c3a5b;
	font-size: 12px;
	color: white;
	padding: 3px;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}
.buttonStylerSmall:hover {
	background-color: #4c84b1;
}

/* -- NEW -- */

/*.divideSection {
	left: 0px;
	width: 810px;
	height: 19px;
	clear: both;
}

.divideSection a {
	width: 202px;
	height: 18px;
	float: left;
}*/

.divideSection {
	width: 202px;
	height: auto;
	float: left;
}

.divideSection a {
	margin-bottom: 3px;
	width: 202px;
	height: 18px;
	float: left;
}
/* -----------------------------------------------------------------------*/
/* MAIN BLOCK CONSTRCTOR */
/* -----------------------------------------------------------------------*/
.blockHolder {
	clear: both;
	width: 810px;
	background-color: black;
	margin-bottom: 15px;
}
.contentHolder {
	padding: 20px;
}
.expander {
	clear: both;
	background-color: black;
	height: 20px;
}
.leftContentHolderAlignLeft {
	float: left;
	margin-right: 20px;
}
.rightContentHolderAlignLeft {
	float: right;
}

.rightContentHolderAlignRight {
	float: right;
	margin-left: 20px;
}
.leftContentHolderAlignRight {
	float: left;
}
/* -----------------------------------------------------------------------*/
/* STACK CONSTRCTOR */
/* -----------------------------------------------------------------------*/
.stackInfo {
	margin-top: 20px;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	color: white;
}
/* -----------------------------------------------------------------------*/
/* MAIN CONTENT CONSTRUCTOR */
/* -----------------------------------------------------------------------*/
.imgHolder {
	border-style: solid;
	border-width: 3px;
	border-color: white;
}
/* CONTROLLS MAIN BODY TEXT SIZE LINE HEIGHT ETC: */
.mainTextHolder {
	padding: 10px;
	font-family: Verdana, "Trebuchet MS";
	background-color: #19486a;
	color: white;
	font-size: 12px;
	line-height: 20px;
}
.mainTextHolder a {
	font-family: Verdana, "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #82B6D5;
}
.mainTextHolder a:hover {
	color: white;
	text-decoration: underline;
}
.blockTitle {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-family: Verdana, "Trebuchet MS";
	color: white;
	background: #0a3350;
	font-size: 14px;
	margin-bottom: 10px;
}
/* -----------------------------------------------------------------------*/
/* BUTTON CONSTRUCTOR /*
/* -----------------------------------------------------------------------*/
.buttonHolder {
	border: none;
	border-width: 0px;
	height: 29px;
	width: auto;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}
.buttonHolder a {
	border: none;
	border-width: 0px;
	text-decoration: none;
}
.buttonHolder a:hover	 {
	border: none;
	border-width: 0px;
	text-decoration: none;
}
.buttonLeft {
	behavior: url(lib/css/iepngfix.htc);
	border: none;
	border-width: 0px;
	width: 10px;
	height: 29px;
	float: left;
	background-image: url(../images/buttonLeft.png);
	background-repeat: no-repeat;
}
.buttonIcon {
	border: none;
	border-width: 0px;
	float: left;
	height: 29px;
	width: 21px;
	background-color: #1e547a;
	padding-right: 10px;
}
.buttonMain {
	border: none;
	border-width: 0px;
	float: left;
	background-color: #1e547a;
	color: #92bdf2;
	font-size: 13px;
	height: 22px;
	padding-top: 7px;
	text-decoration: none;
}
.buttonMain:hover {
	color: white;
}
.buttonRight {
	behavior: url(lib/css/iepngfix.htc);
	border: none;
	border-width: 0px;
	width: 11px;
	height: 29px;
	float: left;
	background-image: url(../images/buttonRight.png);
	background-repeat: no-repeat;
}
/* -----------------------------------------------------------------------*/
/* BOTTOM NAV and BLOG/*
/* -----------------------------------------------------------------------*/
#blogLink {
	margin: auto;
	margin-top: 0px;
	width: 810px;
	height: 24px;
	background-color: black;
	position: relative;
	bottom: 0px;
	color: #bdd5e6;
	font-size: 12px;
	
}

.bloglinktext {
	float: left;
	margin-left: 16px;
	margin-top: 4px;
}

.bloglinktext a {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #bdd5e6;
	font-size: 12px;
	text-decoration: none;
}
.bloglinktext a:hover {
	text-decoration: underline;
	color: white;
}

#bottomNav {
	margin: auto;
	margin-top: 30px;
	width: 810px;
	height: 71px;
	background-color: black;
	position: relative;
	bottom: 0px;
	color: #bdd5e6;
	font-size: 10px;
}
.links {
	width: 360px;
	float: left;
	margin: 16px;
	margin-top: 18px;
}
#other {
	float: right;
	margin: 16px;
}
.links a {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #bdd5e6;
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 6px;
	float: left;
}
.bottomLinksDivide {
	margin-left: 1px;
	margin-right: 1px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #bdd5e6;
	font-size: 10px;
	text-decoration: none;
	float: left;
}
.links a:hover {
	text-decoration: underline;
	color: white;
}

.latestUpdate {
	width: 360px;
	float: left;
	margin: 16px;
}
#datestamp {
	background-image: url(../images/bottomNav/datestamp.png);
	width: 55px;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
}
#dayText {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 55px;
	height: 15px;
	text-align: center;
	margin-top: 2px;
}
#monthYearText {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #bdd5e6;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 55px;
	height: 15px;
	text-align: center;
	margin-top: 8px;
}
#updateText {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	margin-left: 15px;
	float: left;
	line-height: 14px;
	width: 280px;
}
#bottmNavdivide {
	background-image: url(../images/bottomNav/divide.png);
	width: 1px;
	height: 48px;
	background-repeat: no-repeat;
	float: left;
	margin:10px;
}
#updateText a {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #bdd5e6;
	font-size: 10px;
	text-decoration: none;
}
#updateText a:hover {
	text-decoration: underline;
	color: white;
}
/* -----------------------------------------------------------------------*/
/* SPLIT BLOCK /*
/* -----------------------------------------------------------------------*/
.splitblockholder {
	width:810px;
	color: white;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.semiblockleft {
	padding: 20px;
	float: left;
	background-color: black;
}
.semicontentholder {
	overflow: hidden;
	float: left;
	font-size: 13px;
	line-height: 20px;
	
}
.semiexpander {
	height: 20px;
	clear: both;
}
/* -----------------------------------------------------------------------*/
/* GLOBAL INNER BUTTON /*
/* -----------------------------------------------------------------------*/
.innerButton {
	width:auto;
	height: 23px;
}
.innerButton a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-color: #4c84b1;
	border-width: 2px;
	background-color: #0c3a5b;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.innerButton a:hover {
	background-color: #4c84b1;
}
/* -----------------------------------------------------------------------*/
/* HOME PAGE SPECIFIC */
/* -----------------------------------------------------------------------*/
.logosHolder {
	float: left;
	width: 245px;
	height: 185px;
	display: block;
}
#logos {
	height: 185px;
	width: 2000px;
	position: relative;
	left: 55px;
}
.logoimg {
	float: left;
	margin-top: 25px;
	margin-right: 30px;
	width:135px;
	height: 150px;
}
.logoimg a {
	width:135px;
	height: 150px;
}

#infoArea {
	float: left;
	top: -65px;
	left: 0px;
	position: relative;
	background-color: black;
	color: white;
	height: 80px;
	width: 245px;
	z-index: 1000;
	padding: 5px;
	opacity: 0.85; -ms-filter: "alpha (opacity=85)"; filter: alpha (opacity=85);
}
#infoTextHeading {
	color: white;
	float: left;
	font-size: 14px;
	float: left;
	padding-bottom:2px;
}
#infoTextMain {
	color: white;
	float: left;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
