/* CSS Document */
/* General - Body, Header Lines and Links */

body {
	font-family: "trebuchet MS";
	font-size:12px;
	margin:0;
	padding:0;
	color:#620000;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

a:link {
	color: #6e6e6e;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #6e6e6e;
}

a:hover {
	text-decoration: underline;
	color: #6e6e6e;
}

a:active {
	text-decoration: none;
	color: #6e6e6e;
}

h1 {
	font-size:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	margin:0;
	padding:0;
	color: #626262;
}

h2 {
	font-size:21px;
	color:#ababab;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3 {
	font-size:22px;
	color:#626262;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#wrapper {
	width:760px;
	height:auto;
	background-color:#FFFFFF;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#logo {
	width:50%;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	font-family: "BankGothic Md BT";
	font-variant:small-caps;
	color: #626262;
	font-size:28px;
}

.logo_text {
	font-family: "BankGothic Md BT";
	font-variant:small-caps;
	/*font-size:15px;*/
}

#menucontainer {
	width:50%;
	height:auto;
	float:left;
	margin-top:10px;
}

#menu{
	position:relative;
	display:block;
	height:5px;
	font-size:12px;
	font-family: "trebuchet MS";
	width:215px;
	float:right;
	font-weight:bold;
	text-transform: capitalize;
	margin-top:auto;
}

#menu ul{ 
	height:10px;
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#menu ul li{
	width:70px;
	height: auto;
	display:block;
	float:left;
	text-align:center;
}

#menu ul li a{
	display:block;
	float:left;
	color:#3e3e3e;
	text-decoration:none;
	padding:10px 0px 0 0px;
	height: auto;
	width:70px;
	font-weight:bold;
}

#menu ul li a:hover{
	width:70px; 
	height: auto; 
	border-bottom:3px #009bdb solid;
}

#main_wrapper {
	width:760px;
	height:auto;
	border-bottom:1px solid red;
	padding-bottom:20px;
	margin-top:20px;
}

#main_double_1 {
	width:490px;
	height:230px;
	float:left;
	text-align:justify;
}


#main_double_2 {
	width:230px;
	height:auto;
	float: right;
}

#main_double_2_1 {
	width:225px;
	height:auto;
	border-bottom:1px solid #eaeaea;;
	padding-bottom:10px;
	margin-bottom:10px;
}

#main_double_2_link {
	width:210px;
	text-align:right;
	height:auto;
	font-weight:bold;
}

#main_double_2_link a{
	text-decoration:none;
	color:#009ddc;
}

#main_double_2_link a:hover {
	text-decoration:underline;
}

#main_single_1 {
	width:760px;
	height:230px;
	float:left;
	text-align:justify;
}

#main_single_2 {
	width:760px;
	/*height:230px;*/
	float:left;
	text-align:justify;
}


/*-----------------------------FOOTER-----------------------*/

#footer_wrapper {
	width:760px;
	height:auto;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	color:#3e3e3e;
}

.copyright {
	font-size:11px;
	color:#949494;
	font-weight:normal;
}