*
{
	margin: 0;
	padding: 0;
	font-family: myriad pro, Arial, sans serif;
}

/* General Elements*/
 	body
{
	color: #000;
	font-size: 13px;
	font-family: "myriad pro",arial, sans-serif;
}
#wrapper {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* background-color: yellow; */
}
#contentcontainer
{
  margin-top: 13px;
  text-align: center;
}
#bodycontent{
	width: 900px; 
	margin: auto;
	text-align: left;
	background-color: #fff;
}

.all_tips {display: none; font-size:8pt; text-align: left; vertical-align: middle;}
p { margin-bottom: 15px; }

#tbl_content_nav td a:hover img{
	/* background-color: #668D3B; */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#text_img {float: left; padding: 14px 0 0 14px; textp-align: left; vertical-align: top;}
#header { position: relative; height: 97px; width: 100%; }
#logo, #nav { display: inline; position: absolute; top: 0px; }
#logo { position: absolute; top: -1px; text-align: left; }
#nav { top: -1px; right: 0px; height: 97px; width: 616px; text-align: right; margin: 0; padding: 0; }
	#nav * { vertical-align: middle; }
	#nav a { height: 97px; }
	#nav a.site-nav img { /* width: 63px; height: 69px; */ }
	img.vert-bar { margin: 0px 9px; }
a img { border: none; }
h1 { font-size: 2em; margin-bottom: 15px; }

#border_container { border: 1px solid #999; }
#border_inner_container { border: 1px solid #fff; height: 485px; overflow: hidden; }
#text { float: left; text-align: left; position: relative; display: block; width: 245px; padding:0; margin: 20px 10px 15px 15px; }

div.icon_block { position: relative; display: block; }

#footer
{
	height: 25px;
}
#img_content{margin-bottom:1px; margin-top:1px;}

a { text-decoration: none; color: #3398cc; }
a:hover { color: #66ccff;}
div.email_block p { margin-bottom: 5px; }
	div.email { display: block; position: relative; clear: both; margin-bottom: 5px; font-size: .9em; height: 18px; white-space: nowrap; }
	/* a.email { padding-left: 25px; background: url(images/email_icon.jpg) left center no-repeat; font-size: .9em; padding-bottom: 2px; } */
	span.email_icon { float: left; display: block; width: 20px; height: 22px;  background: url(images/email_icon.jpg) left top no-repeat; margin-right: 3px; }
	span.email_link { display: block; padding-top: 3px; }
