/* Globals */
html, body, div, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

html, body {
    height: 100%;
    overflow:auto;
}

body {
	font-family: Helvetica, Verdana, Calibri, Arial, sans-serif;
	font-size: 13px;
	color: #40240F;
}

img {
	border:none;
}

div#pagexhtml p {
	margin: 0px 0px 7px 0px;
}

div#pagexhtml .sites-embed-type-spreadsheet-form {
	background: white;
	padding: 5px;
}

/* Helper classes */
.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.transparent {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: 0.85;
}

/* Outer wrapper */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: 100%;
}

#content {
	width: 100%;
	height: 100%;
}

div#logo {
	position:fixed;
	left: 0px;
	top: 84px;
}

div#logo a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // first!
	filter: alpha(opacity=80);
	opacity: .8;
}

div#logo a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;
}

div#header h1 {
	margin-left: -9000px;
}

a:link {
	text-decoration: underline;
	color: #40240F;
}

a:active {
	text-decoration: underline;
	color: #819251;
	outline-style: none;
}

a:visited {
	text-decoration: underline;
	color: #40240F;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
	color: #819251;
}

div#nav li, div#nav ul {
	margin:0;
	padding:0;
}

/* ---------- Content ---------- */

#ie6warning {
	text-align:center;
	background-color:#ffffff;
	line-height:20px;
	padding-bottom:2px;
}

#top-tag {
	position:fixed;
	left: 0px;
	top: 0px;
}

#one-ep a {
	position:absolute;
	height: 62px;
	left: 41px;
	top: 68%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // first!
	filter: alpha(opacity=80);
	opacity: .8;
}

#one-ep a:hover{
	top: 68%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);
	opacity: 1;
}

#title div {
	font-weight:lighter;
	font-size:34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 39px;
}

#title a {
	text-decoration: none;
}

#title {
	position:absolute;
	height: 84px;
	left: 331px;
	top: 82px;
	width: 717px;
}

/* ---------- New Homepage Blog Styles ---------- */

#blog-nav {
	margin:0px;
	padding:5px 5px 0px 5px;
	width:auto;
	min-width: 690px;
	height:31px;
	
}
#blog-nav ul { 
	list-style:none;
	margin: 0px;
	padding:0px;
}

#blog-nav ul#menu li { display:inline; }

#blog-nav ul#menu li a {
	text-transform: uppercase;
	display: inline-block;
	background-color: #bdd169;
	font-weight: bold;
	text-decoration: none;
	color: white;
	line-height: 28px;
	min-width: 50px;
	width:auto;
	padding: 2px 7px 0 7px;
}
		
#blog-nav ul#menu li a:hover { background-color: #bfdad5; }
#blog-nav ul#menu li a#activenav { background-color: #bfdad5 !important; }

#sub-nav-blog {
	margin:5px 5px 0px 5px;
	width: auto;
	background: url(/static/images/white.png) repeat;
}

#sub-nav-blog-padding {
	padding:3px 10px 0px 10px;
	text-align:left;
}

#sub-nav-blog-padding p {
	line-height: 21px;
}

#sub-nav-blog-padding a { 
	font-size:13px;
	text-decoration:none;
}

div#sub-nav-blog-padding a:hover {color: #40240F; text-decoration:underline;}

/* Main static container */
div.text-wrapper-static {
	position:absolute;
	left: 420px;
	top: 180px;
	width:530px;
	padding: 15px 25px 25px 25px; 
	background: url(/static/images/white.png) repeat;
}

div.text-wrapper-static p, 
div.text-wrapper-static h2, 
div.text-wrapper-static h3, 
div.text-wrapper-static h4 {
	clear:both;
}

div.text-wrapper-static img {
	margin-right: 5px;
	margin-bottom: 10px;
}

div.text-wrapper-static p, 
div.text-wrapper-static h2, 
div.text-wrapper-static h3, 
div.text-wrapper-static h4 {
	margin-bottom: 5px;
	margin-top: 10px;
}

div.text-wrapper-static br {
	margin-bottom: 5px;
}


/* Main blog container */
div.text-wrapper-blog {
	position:absolute;
	left: 400px;
	top: 200px;
	width:auto;
	background: url(/static/images/white.png) repeat;
}

div#text-box-blog {
	width:78%;
	float:left;
}

div#text-box-blog div#text-box-padding {
	margin: 4% 0 5% 7%;
	width: 470px;
	text-align:justify;
	line-height:20px;
}

div#text-box-blog-extended {
	width:100%;
	float:left;
}

div#text-box-blog-extended div#text-box-padding {
	margin: 4% 0 5% 7%;
	width: 595px;
	text-align:justify;
	line-height:20px;
}

div.blog {
	background: url(/static/images/white.png) repeat;
	width: 96%;
	margin:auto;
	margin-top: 8px;
	padding: 2%;
}

div.blog h3.blog-title {
	margin-bottom: 5px;
}
p.comment-count {
	text-align: right;
}

div.date {
	float:right;
}

div#featured {
	width:20%;
	float:right;
	margin: 5px 5px 0 0;
	background: url(/static/images/white.png) repeat;
	overflow:hidden;
}

div#featured br {
	line-height: 0;
	margin: 0;
	padding: 0;
}

div#featured-padding {
	margin: 15px 10px 10px 10px;
}

div#featured p {
	margin: 0 0 14px 0;
}

div#featured ul {
	list-style-type:none;
	margin: 0 0 14px 0;
	padding: 0;
}

div#featured a {
	text-decoration: none;
}


/* ---------- End New Homepage Blog Styles ---------- */

#text-box {
	background: url(/static/images/white.png) repeat;
	font-size:13px;
	text-align:justify;
	line-height:20px;
	padding: 25px 25px 30px 25px;
}

/* ---------- home ---------- */

div#box-wrapper {
	position:absolute;
	left: 341px;
	top: 260px;
	width: 935px;
	height: auto;
}

span.wheading {
	color:#FFFFFF;
	font-size:16px;
	line-height: 24px;
	font-weight:bold;
	padding:2px;
}

div.green2 {
	position: relative;
	float:left;
	height: 105px;
	width: 310px;
	background: url(/static/images/green-box2.png);
	background-repeat:no-repeat;
}

div.green2 a {
	position: relative;
	color:#40240F;
	font-weight: 600;
	text-decoration:none;
	display: block;
	padding: 14px 0px 0px 27px;
	height: 82px;
	width: 272px;	
	
}

div.green2 a:hover {
	background-image:url(/static/images/blue-box-over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	height: 83px;
	width: 273px;
}

/* ---------- footer ---------- */

#footer-wrapper {
	position:fixed;
	left:0px;
	bottom: 5px;
	/*top:90%;*/
}

#footer1 {
	font-size: 90%;
	display: block;
	height: 28px;
	width: auto;
	background: url(/static/images/white.png) repeat;
}

#footer1 span#contact {
	margin: 0 0 0 25px;
	line-height: 28px;
	float:left;
}

#footer1 span#icons {
	float:left;
	margin: 4px 0px 0px 15px;
}

#footer1 span#icons img { margin-right:5px; }

#footer1 div#icons { float: right; }

#footer1 a {
	color:#40240F;
	text-decoration:none;
}

#footer1 a:hover {
	color:#40240F;
	text-decoration:underline;
}


/* ---------- menu sub-nav ---------- */

#sub-nav {
	position:absolute;
	height: 43px;
	left: 185px;
	top: 204px;
	width:165px;
}

#sub-nav ul {
	list-style:none;
}

#sub-nav li a {
	list-style:none;
	color: #40240F;
	text-transform:lowercase;
	font-size:14px;
	text-decoration:none;
	display:block;
	height:31px;
	line-height:31px;
	padding:0 0 0 20px;
}
