/*
Theme Name:TMHLowlineTheme 
URI:http://www.tmhlowline.com
Description:A brief description.
Version:1.0
Author:The Globecast
Author URI:http://www.theglobecast.com
*/

*  {
	margin:0px;
	padding:0px;
}
htm0l {
	/*height:100%;
	width:100%*/
}
body {
	margin:0px;
	padding:0px;
	/*height:100%;*/
	text-align:center;
	font:normal 14px Georgia;
	color:#000000;
	background-color:#EEEEEE;

}

div.cont {

	background-image:url('shaddow.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}

div.container {
	width:700px;
	background-color:white;
	float:left;
	clear:both;
	background-image:url('img/tile.png');
	background-repeat:repeat-y;
}
div.content {
	float:right;
	display:inline;
	/*IE double margin floated elements unless inline*/
	width:520px;
	background-color:none;
	margin-top:10px;
	margin-right:10px;
	text-align:left;
	padding-bottom:80px;
}
div.gtop {
	width:700px;
	height:265px;
	float:left;
	clear:both;
	background-color:white;
	background-image:url('img/head.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
div.fillthevoid {
	width:700px;
	/*height:100%;*/
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url('img/tile.png');
	background-repeat:repeat-y;
	background-position:0px -95px;
	/* Use this value to line up seem on grass tile */
}
p {
	padding:10px 0;
	font-size:10pt;
}
h1 {
	font-size:22pt;
	color:#303030;
}
h2 {
	font-size:15pt;
	color:#444444;
}
hr {
	margin:15px 0px;
}
.content a {
	color:#275005;
	text-decoration:underline;
}
.roundcont {
	width:140px;
	margin-left:10px;
	display:inline;
	position:background-color:none;
	color:black;
	float:left;
	-moz-opacity:0.6;
	filter:Alpha(Opacity=60)
}
.whitebody {
	background-color:white;
}
.roundtop {
	width:140px;
	height:26px;
}
.roundcont ul {
	padding:0px;
	margin:0px;
	color:black;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	list-style-type:none;
	margin-left:15px;
	padding:none;
	line-height:25px;
}
.roundcont li a {
	color:black;
	text-decoration:none;
}
.roundcont li a:hover {
	color:black;
	text-decoration:underline;
}
ul {
	margin-left: 17px;
}