@charset "utf-8";
/* CSS Document */

img{
	border:0px;	
}

body {
	/*background-color:#442219*/;
	/*background-color:#3F0D19;*/
	
	font-family: Tahoma, Arial;
	font-size:12px;
	line-height: normal;
	color: #341E0D;
	margin:auto;
	padding:0px;
	background: url(../images/rest-name-background-red.png) repeat-x;
	/*background-color: #DC9A4C;*/
	/*background-color:#255849;*//*dark green*/
	/*background-color:#9D1B3F;*//*deep pink*/
	background-color:#625151;
}

a{
	color: #333;
	text-decoration: none;
	font-size: 1em;
	border:0;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color:#000;
}
a:active {
	color: #333;
}



a.footer:link {
	color: #FFF;
}
a.footer:visited {
	color: #FFF;
}
a.footer:hover {
	color:#CCC;
}
a.footer:active {
	color: #FFF;
}

h1{
	font-size:16px;	
}



ul{
	list-style:none;
	text-align:right;
	padding-right:20px
}

li{
	padding:10px;	
}

#active-page{
	font-weight:bold;	
}

#main_container{
	width:900px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}

#top_container{
	height:115px;
	background-color:#FFF;
	background:no-repeat url(../images/logo.png);
}



#top_container h1{
	font-size:28px;
	font-weight:bold;
	margin:0px;
	padding-left: 5px;
	color: #FFF;
	text-indent:-9999px;/*Hide address and SEO*/
}
#top_container h3{
	font-size:14px;
	font-weight:normal;
	padding-left: 5px;
	color: #FFF;
	margin: 0px;
	text-indent:-9999px;/*Hide address and SEO*/
	padding-top: 5px;
}

#top_container h2{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding-left: 5px;
	color: #FFF;
	text-indent:-9999px;/*Hide address and SEO*/
}
#middle_container{
	height:370px;
}

#middle_left_cont{
	width:296px;
	height:370px;
	float:left;
	background: white;
	/*border-right:#9D1B3F 4px solid;*/
	border-right:#255849 4px solid;
}

#nav{
	padding-top:30px;
	height: 260px;
}

#middle_right_cont{
	width:600px;
	height:370px;
	float:left;
	background-color: #CCC;
	background-image: url(../images/bg.jpg);
}


#bottom_container{

}

#bottom_left_cont{
	width:296px;
	float:left;
	/*background-color: #B5ABA1;*/
	background-image:url(../images/news-content.png);
	font-weight: bold;
	height: 370px;
	border-right:#255849 4px solid;
	border-top:#255849 4px solid;
}
#news{
	background-image:url(../images/news-content.png);	
}

#bottom_left_cont p {
	color:#000;
	border-bottom: white solid 1px;
	padding: 8px;
	padding-top: 0px;
	margin-top: 9px;
	border-top: 0px;
	margin-bottom: 9px;
	padding-bottom: 8px;
}
#bottom_left_cont h1 {
	color:#341E0D;
	border-bottom: white solid 1px;
	padding: 12px;
	margin-top:0px;
	/*height:25px;*/
	font-size: 20px;
	padding-top: 13px;
	background-image: url(../images/news-background-header-rounded.png);
	margin-bottom: 8px;
}
#bottom_right_cont{
	width:600px;
	height:370px;
	float:left;
	background-color: #FFF;
	border-top:#255849 4px solid;
}

#main_text{
	width:430px;
	float:left;
	clear:both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
	
}

#main_text_small{
	width:390px;
	float:left;
	clear:both;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	height:300px;
	font-size: larger;
}
p{
		
}

#bottom_right_cont p {
	margin:0px;
	margin-top:5px;
	padding: 0px;
	font-size: 12px;
}

#bottom_right_cont h1{
	margin:0px;
}

.right_links{
	float:right;
	width:120px;
	height:41px;
	margin-right:15px;
	margin-top:25px;
	/*margin-bottom:10px;*/
	clear:none;
	/*background-color: #E2D2C4;*/
	background-image: url(../images/link-button.png);
	padding-left: 10px;
	padding-top: 2px;

}

#right-link-active{
	background-image:url(../images/link-button-active.png)	
}

#links_container{
	height:300px;
	float:right;
	padding-top: 5px;
}

.link_text{
	width: 65px;
	padding-top: 5px;
	padding-left: 5px;
	cursor: inherit;
	float: left;
	color: #FFF;
}

.link_pic{
	float:left;	
}

#slogan{
	float: left;
	color: #341E0D;
	padding-left: 6px;
}

#slogan h1{
	font-style:italic;
	margin:0px;
	padding-left:2px;
	font-size: 17px;
	padding-top: 30px;
}



#footer{
	padding:10px;
	font-size:10px;
	color:#FFF;
	clear: both;
}
