﻿@CHARSET "UTF-8";
#top_header {
	background-image: url(../images/backgrounds/Top_bg.jpg);
}



/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	padding: 0pt;
	margin-left: auto;
	margin-right: auto;
}
body{
	line-height: 14px;
	font-size: 12pt;
	font-family: Arial;
	margin: 0pt;
	cursor: default;

}
ul{
	list-style: outside;
}
a{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
a:hover{
	cursor: pointer;
	color: #C8B08C;
	text-decoration: none;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* /GENERAL RESET *******/
/******* REUSE *******/
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	color: #000;
	line-height: 1.8em;
}
h2{
	font-size: 22px;
}
/******* /REUSE *******/
/******* CONTAINER *******/
#container{
	width: 1100px;
	color: #000;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
/******* /CONTAINER *******/
/******* TOP *******/
#top{
	margin: 0 auto;
	padding: 0 0 0 0;
}
/******* /TOP *******/

/******* LOGO *******/
#logo {
	margin: 0px 0px 0px 0;
}

/******* /LOGO *******/

/******* NAV *******/
#nav{
	height: 77px;
	float: right;
}

#nav2{
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/******* /NAV *******/


/******* MENU *******/
#top #menu{
	float: left;
	list-style-type: none;
}
#top #menu li{
	float: left;
	margin-right: 15px;

}
#top #menu li:hover{
	color: #fff;
	cursor: pointer;
	font-size: 11pt;
	background-image: url('../images/nav/ov.png');
}

/******* /MENU *******/
/******* LOADING *******/
#loading{
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/
/******* CONTENT *******/

#content{
	color: #000;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 0 0 0;
	font-size: 10pt;
	font-family: Arial
}


#content a{
	font-weight: 700;
	color: #fff;

}
#content a:hover{
	font-weight: 700;
	color: #000;

}
/******* /CONTENT *******/
/******* FOOTER *******/
#footer{
	background: #000;
	padding: 10px;
	color: #fff;
	font-size: 8pt;
	text-align: left;
	font-family: Arial;
}
/******* /FOOTER *******/
#trans_bg {
	background-image: url('../images/sections/outline_05.png');
	height: 675px;
}

#table_top {
	vertical-align:top;
}

#centered {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #008000;
}