/* CSS Document by IMAGE ICU, LLC */
/* Main Styles for glass-splendorinthe.com */
/* (c) IMAGE ICU, LLC - www.imageicu.com */

/************ Default HTML ************/
html, body {
	height: 100%; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000;
	background-image: url("../Images/bodyBkgd.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #336633;
}

/******************* Text *********************/
p {
	margin: 0px 60px 15px 60px;
	padding: 0;
	text-indent: 0px;
	line-height: 1.5;
}
a {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #9900CC;
	text-decoration: underline;
}
h1 {
	margin: 0 50px;
	padding: 5px 0 10px 0;
	font-size: 150%;
	font-family: "Palatino Linotype", Georgia;
	font-style: italic;
	color: #336633;
}
h2 {
	margin: 0 60px 10px 60px;
	padding: 5px 0 0 0;
	color: #336633;
	font-size: 110%;
	letter-spacing: normal;
}
ul {
	margin: 10px 90px;
	padding: 0;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.7;
}
li {
	margin: 0;
	padding: 1px 0;
	font-weight: bold;
	list-style-type: disc;
}
li.noblt {
	margin: 0 -12px;
	font-weight: normal;
	list-style-type: none;
}

/******************* General *********************/
img, a img {margin: 0; border: none; text-decoration: none;}
.spacer {clear: both; font-size: 1%;}
.inline {display: inline;}
.mini {font-size: 85%;}
.txtRt {text-align: right;}
.bold {font-weight: bold;}
.ital {font-style: italic;}
.center {margin: 0 auto; text-align: center;}
.textRight {text-align: right;}
.collapse {display: none;}
.expand {display: block;}
abbr {cursor: help;}

.spacerL {
	clear: both;
	margin: 20px 40px 10px 40px;
	font-size: 0%;
	height: 1px;
	background-color:#339933;
}

/******************* Main *********************/
div#main {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: auto;
	background-color: #fff;
	border-left: 4px solid #333;
	border-right: 4px solid #333;
}
div#header {
	margin: 0;
	padding: 0;
	height: 143px;
	background-color: #fff;
	background-image:  url("../Images/headerBkgd.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
div#logo {
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: 122px;
	text-align: center;
}
div#logo img {
	margin-top: 12px;
}
div.greyBar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 8px;
	font-size: 0%;
	text-align: center;
	background-color: #333;
	background-image:  url("../Images/barBkgd.gif");
	background-repeat: repeat-x;
	background-position: center;
}
div#navbar {
	margin: 0;
	padding: 0;
	height: 26px;
	text-align: center;
	background-color: #73a45f;
	background-image:  url("../Images/navBarBkgd.jpg");
	background-repeat: no-repeat;
	background-position: center;
}


/******************* Content *********************/
div#container {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
div#contentBox {
	margin: 0;
	padding: 0;
	width: 770px;
	text-align: left;
}
div#content {
	margin: 0;
	padding: 5px 0 30px 0;
	width: 770px;
	text-align: left;
}
.imgRight {
	float: right;
	display: inline;
	margin: 12px 60px 10px 30px;
	padding: 0;
	line-height: 1.5;
}
.imgLeft {
	float: left;
	display: inline;
	margin: 12px 30px 10px 60px;
	padding: 0;
	line-height: 1.5;
}
.imgRight img, .imgLeft img {
	border: 1px solid #666;
	margin: 5px 0 15px 0;
}

div#emailRow {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: right;
}
div#emailRow a:link img, div#emailRow a:visited img {
	margin: 12px 12px 0 0;
	padding: 0;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
div#emailRow a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


/******************* Side Menu *********************/
div#sideMenu {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	width: 200px;
	height: auto;
	text-align: center;
	font-size: 85%;
	color: #999999;
	background-color: #b4e56e;
	background-image: url("../Images/sideMenuBkgd.gif");
	background-repeat: repeat-x;
	background-position: left 35px;
	border: 1px solid #666;
}
div#sideMenu h1 {
	margin: 0 0 10px 0;
	padding: 5px 15px;
	color: #fff;
	font-size: 160%;
	text-align: left;
	font-style: italic;
	background-color: #336633;
	border-bottom: 1px solid #666;
}
div#sideMenu ul {
	margin: 5px 30px;
	padding: 0;
	font-family: "Palatino Linotype", Georgia;
	color: #336633;
	text-align: left;
}
div#sideMenu li {
	margin: 2px 0;
	line-height: 1.2;
}
div#sideMenu ul#toc li {
	margin: 4px 0;
	font-size: 100%;
	letter-spacing: normal;
}
div#sideMenu ul#toc li a:hover {
	color: #fff;
	background-color: #339900;
	text-decoration: none;
}

#slideBox {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: 305px;
	height: 261px;
	background-color: transparent;
	background-image:  url("../Images/slide01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #666;
}

/******************* Footer *********************/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #99cc66;
	background-image: url("../Images/footerBkgd.gif");
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 4px solid #333;
}
#footer p {
	margin: 0;
	padding: 6px 0 2px 0;
	color: #234623;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	font-family: "Palatino Linotype", Georgia;
}
#footer p#credit {
	margin: 0;
	padding: 2px 0 6px 0;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p#credit a {
	color: #666;
	text-decoration: none;
}
p#credit a:visited {
	color: #666;
}
p#credit a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}