﻿/* Layout */
form
{
	text-align: center;
	height: 100%;
}

body, html
{
	margin: 0;
	padding: 0;
	background-color: #3D3137;
	height: 100%;
}

#wrapper
{	
	background: #fff;
	text-align: left;
	position: relative;	
	min-height: 575px;
	width: 968px;
	margin: 85px auto;
}


#Header
{
	position: relative;
	background: #ffffff;
	height: 100px;
}
#NewsHeadContent
{
	padding-left: 18px;
}

#HeadContent, #NewsHeadContent
{
	position: absolute;
	top: 20px;
	left: 187px; /*added */
	width: 300px;
	font-size: 8pt;
	line-height: 13px;
}

#DefaultLogo, #LogoFarLeft
{
	position: absolute;
	top: 20px;
	width: 120px;
	height: 70px;
}

#DefaultLogo
{
	left: 160px;
}

#LogoFarLeft
{
	left: 35px;
}

#TwoColumn, #Default, #Main
{
	width: 100%;
	margin: 0;
	padding-top: 40px;
}

#NewLeftSideBar
{
	float: left;
	width: 151px;
	height: 375px;
	padding-left: 20px;
	background-color: #ffffff;
	overflow: hidden;
}

#LeftSideBar
{
	float: left;
	width: 151px;
	height: 375px;
	padding-left: 20px;
	background-color: #ffffff;
	border-right: solid 1px #8D817F;
	overflow: hidden;
}
#RightSideBar
{
	position: absolute;
	width: 425px;
	height: 575px; /* as for wrapper min-height */
	padding-right: 40px;
	top: 40px;
	right: 0px;
	overflow: hidden;
}

#ContentWrapper
{
	width: 294px;
	height:373px;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 8pt;
	line-height: 13px;
	overflow:hidden;
}
#ContentWrapper p
{
	margin-bottom: 7px;
}

#ContentWrapper h1
{
	font-family: Arial;
	font-weight: lighter;
	padding-bottom: 10px;
	letter-spacing: 1px;	
	font-size: 21px;
}

#WordsLogo
{
	position: absolute;
	width: 154px;
	height: 21px;
	left: 96px;
	margin-top: 5px;
}

#TwoColumn #WordsLogo
{
	bottom: 10px;
}

#Default #WordsLogo
{
	top: 90px;
}

/* don't move */
#Default #ContentWrapper
{
	width: 720px;
}

#DefaultWrapper #wrapper
{
	background-image: url(img/tree_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#DefaultWrapper #Header
{
	width: 500px;
}


/*************** Styles **************/
#wrapper
{
	font-size: 0.8em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #8D817F;
}

/* Headers */
h1
{
	margin-top: 0px;
	margin-bottom: 5px;	
}

#HeadContent h1, #NewsHeadContent h1
{
	font-family: Georgia, Serif;
	font-size: 1.2em;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: 500;
}

/* Links */
a
{
	color: #8D817F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Home Template */
#homeWrapper
{
	width: 986px;
	margin: 0px auto 0px auto;
	padding-top: 50px; /*padding-bottom:50px;*/
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	background-image: url(img/large_id.gif);
	background-repeat: no-repeat;
	margin-left: 80px;
	margin-top: 60px;
}

#HomeLogo
{
	padding-left: 125px;
	padding-top: 50px;
}

#HomeLogoText
{
	padding-left: 200px;
	margin-top: -35px;
}

#homeContentWrapper
{
	width: 465px; /*width: 715px;*/
	min-height: 215px;
	float: left;
	padding: 50px 80px 190px 133px;
	color: #ffffff;
	font-size: 17px;
	font-family: Arial;
}

/* News Style */
#NewsContent
{
	width: 700px;
	min-height: 415px;
	float: left;
	font-family: Lucida Bright;
	padding-left: 30px;	
}
h3.notop
{
	font-weight: bold;
	font-size: 12px;
}

p.notop
{
	font-family: Lucida Sans Unicode,Lucida;
}

#NewsListContent
{
	font-size: 11px;
	line-height: 13px;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}
h2.singlenews
{
	font-family: Lucida Sans Unicode,Lucida;
	font-weight: bold;
	font-size: 12px;
}
#SingleNewsContent
{
	font-family: Lucida Sans Unicode,Lucida;
	font-size: 10px;
}

#BreakLine
{
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 30px;
	clear:both;	
}

#NewsFooter
{
	padding-top: 10px;
}

#top
{
	margin-top:5px;
	margin-bottom:5px;
}

#top a
{	
	font-family: Lucida Sans Unicode,Lucida;
	font-size: 9px;
	color: #FEA620;
	text-decoration: none;
	font-weight:bold;
}
#top a:hover
{
	text-decoration: underline;
}

/* Generic - Also editor style so update EditorStyles.css too!! */
#Default .highlight,
#Default .highlight a,
#Default .highlight a:hover
{
	color: #FEA620;
	font-family: Arial;
	font-weight: lighter;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
#homeWrapper .highlight
{
	color: #FEA620;
}

#Default .highlight a:hover
{
	text-decoration:underline;
}

/* Footer */
#footer
{			
	margin-top:15px;
	color: #8D817F;
	right:0px;
	font-family: Lucida Bright;
	font-size: 9px;
	position: absolute;	
	right:17px;
}

#NewsWrapper
{
	padding-bottom: 1px;
}


/* Page Rotator control */
#RotatorNavigation
{
	padding-top: 10px;
	text-align: right;
}
#RotatorNavigation a, #RotatorNavigation a:hover
{
	font-size:0.95em;
}

/* Shaddow */
#shadow-right
{
	width: 985px;
	background-image: url(img/shadow-right.gif);
	margin: 85px auto 0px auto;
	background-repeat: repeat-y;	
	background-position:right center;
	position:relative;
	text-align:left;	
}
#shadow-right #wrapper
{
	margin:0;
	padding:0;
}

#shadow-bottom
{	
	clear:both;
	left:0px;
	position:absolute;
	width:985px;
	background-image: url(img/shadow-bottom.gif);
	height:15px;
	bottom:-15px; /* same as height */
}
