@charset "UTF-8";
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: 
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}*/

/* Neutralize styling: 
   Elements with a vertical margin: 
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}*/

/* Apply left margin:
   Only to the few elements that need it: 
li, dd, blockquote {
        margin-left: 1em;
}*/

/* Miscellaneous conveniences: */
/*form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}*/

body {
	background: #999933;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #660033;
	margin: 0px;
	padding: 0px;
	color: #4B5B5F;
	height: 100%;
	width: 100%;	
}
#outerContain #bottomModule #bmContent p {
	margin: 0px 0px 0px 45px;
	padding: 10px 0px 0px;
	height: auto;
	width: 200px;
	color: #E2E775;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#outerContain  #bottomModule  #bmContent p.bright {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#outerContain #bottomModule #bmContent strong {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FEFEFE;
}
#outerContain #bottomModule #bmContent img {
	float: right;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	background: #D8DC6C;
	border: 2px solid #D8DC6C;
}
#outerContain {
	background: #999933 url(../images/ivyBackground.jpg) repeat-y;
	margin: 0px auto;
	padding: 50px 20px 0px;
	height:auto;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	position: relative;
}
#outerContain #tempChanger {
	font: 14px Georgia;
	margin: 0px 0px 0px 100px;
	padding: 0px;
	height: auto;
	width: 900px;
	position: absolute;
	color: #663333;
}
#outerContain #tempChanger a:link, #outerContain #tempChanger a:visited {
	color: #CCC9A2;
}
#outerContain #tempChanger a:hover {
	color: #663333;
}
#outerContain h1.logo {
	background: url(../images/ivyLogo.jpg) no-repeat;
	height: 240px;
	width: 255px;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#outerContain #mastheadpix {
	height: 240px;
	width: 685px;
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	background: url(../images/headerImage.jpg) no-repeat;
}
#outerContain #content {
	margin: 20px 35px 40px 290px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: none;
}
#outerContain ul.leftColumn {
	display: block;
	margin: 60px 0px 0px;
	padding: 0px;
	width: 230px;
	float: left;
	text-align: right;
	list-style-image: none;
	list-style-type: none;
	font: 18px/23px Georgia, "Times New Roman", Times, serif;
	clear: none;
}
#outerContain .leftColumn li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
}
#outerContain #bottomModule {
	margin: 0px 0px 15px 25px;
	padding: 0px;
}
#outerContain #bottomModule #bmTop {
	background: url(../images/largeModuleTop.png) no-repeat;
	height: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#outerContain #bottomModule #bmContent {
	background: #999933 url(../images/largeModuleTop.png) no-repeat;
	margin: 0px 25px 0px 0px;
	padding: 20px 0px;
	height: 320px;
	width: auto;
	clear: both;
}
#outerContain #bottomModule #bmBottom {
	background: url(../images/largeModuleBottom.png) no-repeat;
	height: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#outerContain #footer {
	background: url(../images/footer.png) no-repeat;
	margin: 0px 0px 50px 25px;
	padding: 0px;
	line-height: 30px;
	height: 25px;
	width: 900px;
}

/* -- Navigation Bar Items -- */

	#outerContain .mainMenu {
	font: 18px/38px Georgia, serif;
	padding: 0px;
	margin: 0px 0px 0px 290px;
	color: #999933;
	}
	
	#outerContain .mainMenu li {
	display:inline;
	}
	
	#outerContain .mainMenu a, #outerContain .mainMenu a:link, #outerContain .mainMenu a:visited {
	margin-right: 50px;
	margin-bottom: 30px;
	height: auto;
	width: 75px;
	color: #8B8B29;
	text-decoration: none;
	}
	
	#outerContain .mainMenu a:hover, #outerContain .mainMenu a:focus, #outerContain .mainMenu a:active {
	color: #660033;
	}


#outerContain #content p {
	padding: 0px;
	margin: 0px 0px 15px;
	color: #535400;
	line-height: 120%;
}
.clear {clear: both;
}
#outerContain #content h1 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
}
#outerContain #content h2 {
	font: italic normal 1.6em Georgia, "Times New Roman", Times, serif;
}
#outerContain #content h3 {
	font: italic normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #5F1103;
}
#outerContain #content h4 {
	font-size: .9em;
	color: #5F1103;
	margin-bottom: 0px;
}
#outerContain #footer p {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #999933;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
.cajebo {
	margin: 0px 0px 0px 620px;
	padding: 0px;
}
.footerTextLeft {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #999933;
	margin: 4px 0px 0px 10px;
	padding: 0px;
	float: left;
}
#outerContain #footer .footerTextRight {
	float: right;
	margin: 4px 10px 0px 0px;
	padding: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #55562B;
}
#outerContain #footer .footerTextRight a {
	color: #6E6E26;
}
img{
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.CollapsiblePanelContent img {
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
}
#outerContain #content #CollapsiblePanel5 .CollapsiblePanelContent #b4left {
	float: left;
	margin: 0px 15px 0px 0px;
}
#footer a:link, #footer a:visited {
	color: #999933;
}
#footer a:hover {
	color: #F8F6DB;
}

