@charset "utf-8";
html {
	height: 100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
.GreenHopeVets #bg {
	position: fixed;
	top: 0px;
	left: 0px;
	background: url(../images/greenhope-gradient.gif) repeat-x;
	height: 100%;
	width: 100%;
}
.GreenHopeVets #container {
	width: 46em;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.GreenHopeVets #header {
	padding: 0;
	border: 1px solid #FFFFFF;
} 
.GreenHopeVets #header h1 {
	text-indent: -1000em;
	background: url(../images/head.gif) no-repeat;
	height: 95px;
	padding-top: 1.2mm;
	margin: 0;
}
.GreenHopeVets #sidebar {
	float: left;
	width: 9em;
	margin-top: 1.2em;
	padding-bottom: 0em;
	padding-left: 0;
}
.GreenHopeVets  #sidebar  p    {
	font-size: .8em;
	margin: 0.5em 1em .5em;
}
.GreenHopeVets  #menubox {
	border: 1px solid #33FF33;
	background: #E8FEE8;
}
.GreenHopeVets #menubox h3 {
	font-size: 0.9em;
	background: #FFCC99;
	color: #336600;
	padding-left: 1em;
	font-weight: bold;
	margin: 0px;
	border: .25px solid #CEFDCE;
}
.GreenHopeVets #sponsorbox {
	border: 1px solid #009900;
	margin-top: 1.5em;
	font-size: .85em;
	background: #D7FFDE;
}
.GreenHopeVets #sponsorbox h3 {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #009900;
	background: #FFFFFF;
	margin: 0px;
	padding-left: .5em;
	border-bottom: .5px solid #66FF66;
}
.GreenHopeVets #sponsor_info {
	text-align: right;
}
.GreenHopeVets #mainContent {
	margin-top: 0px;
	margin-left: 10em;
	padding-bottom: 1em;
	font-size: 0.95em;
	padding-left: 1em;
	padding-right: 0.7em;
	line-height: 1.2;
} 
.GreenHopeVets #mainContent h2 {
	text-align: center;
}
.GreenHopeVets #mainContent img {
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.GreenHopeVets     #mainContent     #mission   li   {
	font-weight: bold;
	list-style: none;
	background: url(../images/Bullets_checkmark.gif) no-repeat left center;
	text-indent: 20px;
	line-height: 1.5;
}
.GreenHopeVets   #mainContent   #xmas    li  {
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	list-style: none;
	background: url(../images/Bullets_xmas.gif) no-repeat left top;
	font-style: italic;
	line-height: 1.4;
	padding-left: 25px;
}
.GreenHopeVets       #mainContent       #topics       li         {
	list-style: none;
	font-variant: small-caps;
	line-height: 1.4;
	background: url(../images/Bullets_topics.gif) no-repeat left center;
	margin: 0px 0px 0px 10px;
	padding-left: 25px;
}
.GreenHopeVets #mainContent    #topics   a  {
	display: block;
}
.GreenHopeVets #mainTopics {
	margin-top: 0px;
	margin-left: 1em;
	padding-bottom: 1em;
	font-size: 0.95em;
	padding-left: 1em;
	padding-right: 0.7em;
	line-height: 1.2;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GreenHopeVets #mainTopics ul {
	padding-top: 1em;
}
.GreenHopeVets #mainTopics img {
	float: left;
	margin-right: 10px;
}
.GreenHopeVets #topic_btn {
	padding: 2px;
	width: 105px;
	text-decoration: none;
}
.GreenHopeVets #topics_info {
	font-size: 0.85em;
	font-style: italic;
	margin: 0px 10px;
	line-height: 1.4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.GreenHopeVets  #topics_nav {
	position: relative;
	padding-left: 11em;
	padding-bottom: 3em;
}
.GreenHopeVets  #topics_nav  img {
	bottom: 0px;
	padding-left: 0.5em;
	padding-right: .5em;
}
.GreenHopeVets #topics_nav a {
	color: #FFFFFF;
}
.GreenHopeVets #topics_nav_worm {
	position: relative;
	padding-left: 17em;
	padding-bottom: 3em;
}
.GreenHopeVets #topics_nav_worm  a {
	color: #FFFFFF;
}
.GreenHopeVets #footer {
	padding: .5em 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.GreenHopeVets #footer p {
	margin: 0;
	font-size: 0.7em;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link  {
	color: #FF0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover  {
	text-decoration: underline;
	color: #FF0033;
}
dir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display: block;
}
#thumbContainer {
	width:300px;
	height:300px;
}
#main {
	width:300px;
	height:300px;
}
img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
