/* General Template Classes */

body {
	font-family: Verdana, Tahoma, Helvetica, Arial; 
	background: url(images/background_top.gif) no-repeat top center;
	margin: 0px;
	text-align: center;
}

#overall {
	height: auto;
	background: url(images/background_bottom.gif) no-repeat bottom left;
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid black;
	text-align: left;
}
	
#overall h1 {
	padding: 8px;
	margin: 0px;
	padding-left: 115px;
	height: 18px;
	font-size: 14pt;
}

#overall h3 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 10pt;
	color:black;
}

#header {
	background: url(images/top_of_the_list_logo.gif) no-repeat bottom right; 
	padding: 20px;
	margin: 0px;
	width: 750px;
	height: 80px;
	_height: 120px;
}

#header a:link { text-decoration: none; font-size: 10pt; font-weight: bold; vertical-align: top; color: black; }
#header a:visited { text-decoration: none; font-size: 10pt; font-weight: bold; vertical-align: top; color: black; }
#header a:hover { text-decoration: none; font-size: 10pt; font-weight: bold; vertical-align: top; color: white; }	

#main {
	position: relative;
	top: 30px; 
	height: auto;
	background: url(images/background_middle.gif) repeat-y;
	padding: 0px;
	margin-top: 10px;
	min-height: 100px;
}

#articles {
	position: relative;
	width: 640px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	top: 5px;
	left:155px;
	height: auto;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10pt;
	color: #7b7b7a;
}

#articles h1 {	
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 14pt;
	color: black;
}

#articles h2 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 11pt;
	color:black;
}

#articles u {
	text-decoration: none;
	border-bottom: dotted 2px #63ac1d;; 
}

#articles a {
	color: #63ac1d;
}

#nav {
	width: 85px;
	text-align: right;
}

#nav a:link { text-decoration: none; display:block; background: url(images/navbutton_off.gif) no-repeat bottom right; height: 28px; vertical-align: top; width: 95px; font-size: 8pt; color: black;  }
#nav a:visited { text-decoration: none; display:block; background: url(images/navbutton_off.gif) no-repeat bottom right; height: 28px; vertical-align: top; width: 95px; font-size: 8pt; color: black;  }
#nav a:hover { text-decoration: none; display:block; background: url(images/navbutton_on.gif) no-repeat bottom right; height: 28px; vertical-align: top; width: 95px; font-size: 8pt; color: #acda73; }

#navbar {
	position: absolute;
	top: 0px;
	margin-top: 0px;
	height: auto;
	padding: 8px;
	width: 700px;
	text-align: left;
}

#subnav { text-decoration: none; display: block; width: 95px; font-size: 8pt; text-align: right; color: #63ac1d; padding-bottom: 15px; }
#subnav a:link { text-decoration: none; display: block; width: 95px; font-size: 8pt; text-align: right; color: #63ac1d; }
#subnav a:visited { text-decoration: none; display: block; width: 95px; font-size: 8pt; text-align: right; color: #63ac1d;   }
#subnav a:hover { text-decoration: none; display: block; width: 95px; font-size: 8pt; text-align: right; color: #acda73; }


#content {
	position: absolute;
	top: 0px;
	margin: 0px;
	margin-left: 460px;
	width: 330px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10pt;
	color: #7b7b7a;
}

#content h1 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 5px;
	_padding-top: 15px; /* IE Hack */
	padding-left: 0px;
	margin: 0px;
	font-size: 11pt;
	color: #63ac1d;
}

#content a {
	color: #63ac1d;
	font-size: 10pt;
}

#icon {
	padding: 2px;
	float: left;
}	

#icon_right {
	padding: 0px;
	float: right;
}	

#icon_main {
	height: 190px;
	width: 190px;
	_width: 180px;
	float: right;
}	

#footer {
	position: relative;
	bottom: 6px;
	_bottom: -20px; /* IE Hack */
	font-size: 8pt;
	padding: 10px;
	padding-top: 125px;
	padding-bottom: 25px;
	margin: 0 auto;
	color: white;
	width: 830px;
}

#copyright {
	position: relative;
	bottom: 2px;
	float: left;
	width: 50%;
	font-size: 8pt;
	margin: 0px;
	padding:0px;
	color: white;
}

#phone {
	position: relative;
	bottom: 2px;
	float: right;
	width: 12%;
	padding: 0px;
	text-align: left;
	font-size: 8pt;
	margin: 0px;
	color: white;
}	

#address {
	position: relative;
	bottom: 2px;
	float: right;
	width: 22%;
	padding: 0px;
	text-align: left;
	font-size: 8pt;
	margin: 0px;
	color: white;
}	


/* Page Specific Classes */

#home_main {
	background: url(images/background_main.gif) repeat-x;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	min-height: 100px;
	width: 850px;
}

#home_content {
	width: 450px;
	float: left;
	padding-top: 8px;
	padding-left: 15px;
	_padding-left: 5px; /* IE Hack */
	padding-bottom: 10px;
	background: url(images/graphic_line_graph.gif) no-repeat top right;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10pt;
	color: #7b7b7a;
}

#home_content h2 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 11pt;
	color:black;
}

#home_content a {
	color: #63ac1d;
	font-size: 10pt;
}

#home_article {
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	_padding-left: 0px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10pt;
	width: 265px;
	_width: 275px;
	min-height: 140px;
	color: #7b7b7a;
}

#home_article h1 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 13px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 10pt;
	color:black;
}

#home_article h2 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 11pt;
	color:black;
}

#home_article a {
	color: #63ac1d;
	font-size: 10pt;
	font-style: italic;
}

#home_footer {
	position: relative;
	bottom: 6px;
	_bottom: -20px; /* IE Hack */
	font-size: 8pt;
	padding: 10px;
	padding-top: 100px;
	_padding-top: 50px;
	padding-bottom: 25px;
	margin: 0 auto;
	color: white;
	width: 830px;
}


#bar {
	height: auto;
	margin-top: 10px;
	padding-left: 0px;
	min-height: 100px;
	width: 100%;
}


#bar_item {
	position: relative;
	width: 225px;
	_width: 240px;
	float: left;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	top: 0px;
	left: 115px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10pt;
	color: #7b7b7a;
}

#bar_item h1 {	
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 16pt;
	color: black;
}

#bar_item h2 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 10pt;
	color:black;
}

#bar_item a {
	color: #63ac1d;
	font-size: 10pt;
}

#bar u {
	text-decoration: none;
	border-bottom: dotted 2px #63ac1d;; 
}

#side {
	float: left;
	padding: 8px;
	padding-bottom: 0px;
	width: 85px;
	text-align: right;
}

#gem_articles {
	position: relative;
	width: 300px;
	padding-top: 0px;
	top: 0px;
	left:145px;
	height: auto;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10pt;
	color: #7b7b7a;
}

#gem_articles h1 {	
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	font-size: 14pt;
	color: black;
}

#gem_articles h2 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 11pt;
	color:black;
}

#gem_articles h2 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 10pt;
	color:black;
}

#gem_articles u {
	text-decoration: none;
	border-bottom: dotted 2px #63ac1d;
}

#gem_articles a {
	color: #63ac1d;
}

/* clear fix */
/* --------------------- */

.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {display: inline-table; min-height:1%;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

