html, body, h1, h2, h3, h4, h5, h6, img, div
{
	margin: 0;
	padding: 0;
	font-family: "Segoe UI";
	color: #333333;
}

body
{
	background: url("../img/bg-grass.jpg") center top;
	font-size: 12px;
}

img
{
	border: 0;
}

a
{
	color: #669933;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	display: inline;
	color: #FF0000;
}

h1 { font-size: 18px; display: block; margin-bottom: 10px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

input[type="text"], textarea, select
{
	font-family: "Segoe UI";
	color: #333333;	
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 2px 5px;
}

input[type="text"]:focus, input[type="text"]:hover, textarea:focus, textarea:hover, select:focus, select:hover
{
	border: 1px solid #999999;
}

input[type="submit"], input[type="button"], input[type="reset"]
{
	border: 1px solid #cccccc;
	padding: 5px 10px;
	background: #eeeeee;
	font-size: 12px;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover
{
	border: 1px solid #999999;
	background: #cccccc;
}

select
{
	padding: 0;
}

ul, ol, li
{
	list-style-position: outside;
	margin-left: 10px;
}

table
{
	border-collapse: collapse;
	width: 100%;
}

td
{
	vertical-align: top;
	padding: 5px 0;
}

td:first-child
{
	width: 200px;
}

div#gradient
{
	/*background: url("../img/background-gradient.jpg") center top repeat-x;*/
}

div#background
{
	background: url("../img/bg-grass-top.jpg") center top repeat-x;
	overflow: auto;
}

div#header
{
	
	width: 980px;
	height: 160px;
	margin: 0 auto;
	margin-top: 5px;
}

div#header div.left
{
	background: url("../img/logos.jpg") left top no-repeat;
	height: 160px;
	width: 200px;
	float: left;
}

div#header div.right
{
	background: url("../img/logos.jpg") right top no-repeat;
	height: 160px;
	width: 200px;
	float: right;
}

div#container
{
	width: 980px;
	margin: 0 auto;
}

div#container div.left
{
	width: 200px;
	float: left;
}

div#container div.left div.adds
{
	padding: 0 15px;
}

div#container div.right
{
	width: 200px;
	float: right;
}

div#container div.right div.top
{
	background: url("../img/content.png") -197px -18px no-repeat;
	height: 10px;
}

div#container div.right div.mid
{
	background: url("../img/backgrounds.png") -577px repeat-y;
	padding: 5px 15px;
}

div#container div.right div.bot
{
	background: url("../img/content.png") -197px -43px no-repeat;
	height: 10px;
}

div#container div.right div.head
{
	background: url("../img/content.png") 1px -51px no-repeat;
	height: 15px;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

div#container div.content
{
	width: 580px;
	margin: 0 auto;
}

div#container div.content div.top
{
	background: url("../img/content.png") 1px top no-repeat;
	height: 10px;
}

div#container div.content div.bot
{
	background: url("../img/content.png") 1px -10px no-repeat;
	height: 10px;
}


div#container div.content div.mid
{
	background: url("../img/backgrounds.png") 1px repeat-y;
	padding: 5px 15px;
	overflow: auto;
}

div#container div.left a.menu
{
	display: block;
	width: 180px;
	height: 14px;
	background: url("../img/content.png") -395px -19px no-repeat;
	padding: 10px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

div#container div.left a.menu:hover
{
	background-position: -197px -18px;
	color: #ffffff;
}

div#container div.left a._active
{
	background-position: 1px -18px;
	color: white;
	font-weight: bold;
}

div.dropdown
{
	position: absolute;
	display: none;
}

div#checkDropdown
{
	border: 1px solid #990000;
	background: #ff0000;
	color: #ffffff;
	padding: 5px;
}

div.error
{
	border: 1px dashed red;
	padding: 5px;
	margin-bottom: 5px;
	color: red;
}

div.tiles a
{
	display: block;
	float: left;
	text-align: center;
	width: 150px;
}

div.footer a
{
	color: red;
}
