/****************************************************************************************
 * Global
 ***************************************************************************************/
* {
    margin: 0;
    padding: 0;
}
body {
	background-color: #352D25;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: 13px;
	color: #333333;
}
	
/****************************************************************************************
 * Misc Util
 ***************************************************************************************/
.Clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-bottom: -1px;
}
a:link, a:active, a:visited {
	color: #7A552F; 
	text-decoration: underline;
}
a:hover {
	color: #503923; 
	text-decoration: underline
}
.Bold {
	font-weight: bold;
	text-align: center;
}
.Hand:hover {
	cursor: pointer;
	cursor: hand;
}

/****************************************************************************************
 * Document - Layers defining overall document layout
 ***************************************************************************************/
#Document {
	margin: 0 auto;
	width: 900px;
	background-color: #666666;
}

/****************************************************************************************
 * Header - Layers defining everything above the top navigation layer
 ***************************************************************************************/
#Header {
	height: 113px;
	padding-top: 15px;
	background: url(images/header_back.jpg);
}
#Title {
	background: url(images/title_back.png);
	width: 156px;
	margin-left: 20px;
	padding: 7px 0 5px 20px;
}
h1 {
	width: 136px;
	padding-bottom: 8px;
	border-top: 1px solid #CCBA93;
	border-bottom: 1px solid #CCBA93;
	font-family: SansSerif, Arial;
	font-weight: normal;
	font-size: 23px; 
	line-height: 18px;
	color: #CCBA93;
}
#Rice {
	font-weight: bold;
	font-size: 38px;
	line-height: 40px;
}
h2 {
	padding-top: 2px;
	font-family: SansSerif, Arial;
	font-weight: normal;
	font-size: 14px;
	color: #CCBA93;
}
.List {
	padding-left: 40px;
}

/***************************************************************************************
 * Menu Bar - Layers defining menu bar below header and above content.
 **************************************************************************************/
#MenuBar {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 20px;
	background: url(images/menubar_back.gif);
	text-align: right;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 50px;
}
#MenuBar li {
	list-style: none;
	display: inline;
}
#MenuBar li a {
	padding-right: 9px;
	padding-left: 10px;
	text-decoration: none;
	color: #CCBA93;
}
#MenuBar li a:hover, #MenuBar li.here a, #MenuBar li.here a:hover {
	color: #413223;
	text-decoration: none;
}

/****************************************************************************************
 * Main Body - Layer to provide positioning and style for the main body of the document
 ***************************************************************************************/
#MainBody {
	float: left;
	width: 660px;
	border-right: 1px solid #333333;
	background-color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Max width is: 700-20-20-20=640 */
#MainBodyText {
	padding-left: 20px;
	padding-top: 12px;
}
h3 {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #503923;
}
h4 {
	line-height: 24px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
}
h4 a:link, h4 a:active, h4 a:visited {
	color: #7A552F; 
	text-decoration: none;
}
h4 a:hover {
	color: #503923; 
	text-decoration: none;
}
.ProjectColumn1 {
	width: 320px;
	float: left;
	line-height: 32px;
}
.ProjectColumn2 {
	width: 320px;
	float: right;
	line-height: 32px;
}
#ProjectList {
	line-height: 22px;
}
.ProjectPicSmall {
	width: 150px;
	float: left;
	padding-top: 6px;
	padding-bottom: 10px;
}
.ProjectTextSmall {
	width: 490px;
	float: right;
	padding-bottom: 10px;
}
#ProjectPicBig {
	padding-top: 4px;
	padding-bottom: 10px;
}
#ProjectPageLeft {
	float: left;
	width: 100px;
}
#ProjectPageRight {
	float: right;
	width: 540px;
}
#ProjectPageList {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#ProjectPageText {
	padding-top: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#BlackFont {
	color: #272727;
}
.FakeLink {
	color: #7A552F; 
	text-decoration: underline;
	font: bold;
}
.FakeLink:hover {
	cursor: pointer;
	cursor: hand;
}

/****************************************************************************************
 * Right Side - Layer to provide positioning and style for the right side of the document
 ***************************************************************************************/
#RightSide {
	width: 179px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
h5 {
	font-size: 13px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 4px;
}
h6 {
	font-size: 13px;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 4px;
}
	
/* Right Navigation Menu */
#RightNav {
	width: 139px;
	padding-left: 40px;
}
#RightNav li {
	color: #333333;
}
#RightNav li a:link, #RightNav li a:active, #RightNav li a:visited {
	color: #BBA87E; 
	text-decoration: none
}
#RightNav li a:hover, #RightNav li.here a, #RightNav li.here a:hover {
	color: #413223; 
	text-decoration: none
}

/* Right text pannel */
#RightText {
	width: 169px;
	font-size: 12px; 
	color: #999999;
	padding-left: 10px;
}

/* Right picture pannel */
#RightPics {
	width: 179px;
	text-align: center;
	padding-top: 6px;
}

/****************************************************************************************
 * Footer - Defines the positions and styles for the layers at the bottom of the document
 ***************************************************************************************/
#Footer {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 15px;
	color: #999999;
	font-size: 11px; 
	background: #352D25;
}





/****************************************************************************************
 * Main Body Second Format - Layer for the second main body style, used on energy page
 ***************************************************************************************/
#MainBody2 {
	float: left;
	width: 510px;
	border-right: 1px solid #333333;
	background-color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#MainBodyText2 {
	padding-left: 20px;
	padding-top: 10px;
}
.EnergyLinks {
	padding-left: 40px;
}

/****************************************************************************************
 * Right Side Second Format - Layer for the second right side style, used on energy page
 ***************************************************************************************/
#RightSide2 {
	width: 329px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
} 
#RightEnergyTitle {
}
#RightEnergy {
	font-size: 12px; 
	color: #999999;
	padding-top: 10px;
	padding-left: 18px;
}
#RightEnergyList {
	padding-top: 10px;
	padding-left: 35px;
}

