
@charset "UTF-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	background: #EAEAEA;
	margin: 0;
	padding: 0;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	background: url(/images/container_bg.gif) repeat-y;
	width: 764px;
	margin: 0 auto;
	z-index: 2;
}

#container_top {
	background: url(/images/container_top.gif) no-repeat;
	height: 19px;
	width: 764px;
	margin-bottom:3px;
}
#container_bottom {
	background: url(/images/container_bottom.gif) no-repeat;
	height: 19px;
	width: 764px;
	display: block;
	margin-top:5px;

}

#content {
	width: 720px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#indent_content {
	width: 670px;
	padding-left:50px;
	margin: 0 auto;
}
#copyright {
	text-align:center;
	font-size:10px;
	color:#666666;
	width: 764px;
	margin: 0 auto;
}


/*-----------------------------------HEADER------------------------------- */
#header{
	position:relative;
	background: url(/images/header_bg.gif) repeat-x;
	height: 99px;
	width: 720px;
} 
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
	height: 99px;
	width: 247px;
}
#header #header_img {
	position:absolute;
	top:0px;
	left:362px;
	height: 99px;
	width: 358px;
} 

/*-----------------------------------NAVIGATION------------------------------- */
	#navigation{
		height: 37px;
		width: 707px;
		background-color:#FF0000;
		background: url(/images/nav_bg.gif) repeat-x;
		padding-left:13px;

	}

	#navigation span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		line-height:0;
	}
	
	#navigation #nav_1{
		height: 37px; width: 101px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_1.gif) top left no-repeat;
	}
	
	#navigation #nav_2{
		height: 37px; width: 166px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_2.gif) top left no-repeat;
	}
	
	#navigation #nav_3{
		height: 37px; width: 81px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_3.gif) top left no-repeat;
	}
	
	#navigation #nav_4{
		height: 37px; width: 117px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_4.gif) top left no-repeat;
	}
	
	#navigation #nav_5{
		height: 37px; width: 72px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_5.gif) top left no-repeat;
	}
	
	#navigation #nav_6{
		height: 37px; width: 64px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_6.gif) top left no-repeat;
	}
	#navigation #nav_7{
		height: 37px; width: 92px; overflow: hidden; display: block; float:left;
		background: url(/images/nav_7.gif) top left no-repeat;
	}
 
	#navigation #nav_1:hover, #navigation #nav_2:hover, #navigation #nav_3:hover, #navigation #nav_4:hover, 
	#navigation #nav_5:hover, #navigation #nav_6:hover, #navigation #nav_7:hover{
		background-position: bottom left;
	}
	
	#navigation #nav_1.current, #navigation #nav_2.current, #navigation #nav_3.current, #navigation #nav_4.current, 
	#navigation #nav_5.current, #navigation #nav_6.current, #navigation #nav_7.current{
		background-position: bottom left;
	}
	
	#navigation #nav_1.current:hover, #navigation #nav_2.current:hover, #navigation #nav_3.current:hover, #navigation #nav_4.current:hover, 
	#navigation #nav_5.current:hover, #navigation #nav_6.current:hover, #navigation #nav_7.current:hover{
		background-position: bottom left;
	}

/*-----------------------------------FOOTER------------------------------- */
#footer{
	/*margin-top:20px;*/
	position:relative;
	background: url(/images/footer_bg.gif);
	height: 91px;
	width: 720px;
} 
#footer #contact_details {
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	position:absolute;
	top:37px;
	left:120px;
}

#footer #contact_details {
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	position:absolute;
	top:45px;
	left:120px;
}
#footer #contact_details a{
	color:#FFFFFF;
}
#footer #contact_details a:hover{
	color:#666666;
}
/*-----------------------------------Home------------------------------- */

#flash_intro{
	height: 250px;
	width: 720px;
	margin-bottom:20px;
	border-bottom: 2px solid #DF0000;
} 

#home_news_panels{
	width: 720px;
	margin-bottom:4px;
	border-bottom: 3px solid #DF0000;
} 
#promo_panels{
	width: 720px;
	margin-bottom:10px;
	border-bottom: 3px solid #DF0000;
} 
.promo {
	width:358px;
	float:left;
	text-align:left;
	padding-bottom:5px;
}

.news_panel {
	width:358px;
	float:left;
	text-align:left;
	margin-bottom:4px;
	margin-top:10px;
}
.news_header{
	padding:5px 0px 10px 0px;
}

.latest_news_title{
	font-size:15px;
	color:#333333;
	overflow:hidden;
	height:18px;
	padding:0px 5px 3px 0px;
	font-weight:bold;
}
.latest_news_excerpt{
	color:#999999;
	overflow:hidden;
	height:44px;
	padding:0px 0px 3px 0px;
}
.latest_news_excerpt p{
	margin:0px;
	padding:0px;
}
.news_read_more{
	text-align:right;
	color:#D70000;
	font-weight:bold;
	font-size:13px;
	padding:5px 0px 5px 0px;
}
.news_read_more a{
	color:#D70000;
	text-decoration:none;
}
.news_read_more a:hover{
	color:#888888;
	text-decoration:underline;
}

#home_panels{
	height: 177px;
	width: 720px;
}
#home_panels #panel_1{
	display: block;
	float:left;
	height: 177px;
	width: 231px;
	margin-right:13px;
} 
#home_panels #panel_2{
	display: block;
	float:left;
	height: 177px;
	width: 231px;
	margin-right:14px;
} 
#home_panels #panel_3{
	display: block;
	float:left;
	height: 177px;
	width: 231px;
} 

#home_content {
	text-align:left;
	text-align:justify;
	position:relative;
}

/*-----------------------------------Content------------------------------- */
#main {
	text-align:left;
	text-align:justify;
	position:relative;
	padding-left:0px;
	width:720px;
	padding-bottom:20px;
}
#main img{
	 border: 2px solid #FF9900;
}
.attachment img{
	 border: 2px solid #FF9900;
}
#title {
	padding-top:10px;
	padding-bottom:10px;
}
.red_title {
	color: #FF0000;
	font-weight: bold;
}

#content_column {
	display: block;
	float:left;
	width: 440px;
	padding-left:10px;
	padding-right:20px;
}
#images_column {
	display: block;
	float: left;
	text-align:right;
	width: 234px;
	padding-right:10px;
}
#images_column img{
	 border: 2px solid #FF9900;
}
/* Used to clear floated divs */
p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}


#link_column {
	text-align:left;
	width: 600;
}

#link_column img{
	 border: 0px;
}

#link_column a{

	color: #FF6600;
}
#link_column  a:hover{
	color:#FF0000;
}
h3{
	margin-top:0px;
	margin-bottom:3px;
	padding-top:0px;
	padding-bottom:0px;
	color: #FF0000;
	font-weight: bold;
}
/*h2{
	margin-top:10px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:10px;
}*/

h2{
	color:#f7941e;
	font-size:27px;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:10px;
	font-family:"Trebuchet MS", Courier, monospace;
}

#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:30px; z-index:200; width:100%; background:#fff; font-weight:bold;}
#dropmenu a {display:block; color:#ffffff; text-decoration:none; background:#ed801c;}
#dropmenu a:hover {background:#dd1c23; color:#fff; background-image:url(/images/nav_bg_red.gif);background-repeat: repeat-x;}
#dropmenu li {float:left; position:relative; text-align:left;}
#dropmenu ul {position:absolute; display:none; width:120px; top:36px; left:-1px;}
#dropmenu ul a {border-left:1px solid #c8181f;border-right:1px solid #c8181f;}
#dropmenu li ul {border-top:1px solid #c8181f; width:136px;}
#dropmenu li ul a {width:120px; height:auto; float:left;  border-bottom:1px solid #c8181f; padding-left:14px;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:120px; margin:0px 0 0 0px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #ec7f1c;
	height: 1px;
	width: 100%;
	text-align: left;
}
#post_title{
	background-image:url(/images/post_bg.gif);background-repeat: repeat-x;
	height:24px;
	width:96%;
	font-size:16px;
	color:#D50000;
	padding:8px;
	font-weight:bold;
}
small {
	font-size:10px;
	color:#ec7f1c;
	padding-left:8px;
}
.border_image{
margin-bottom:10px;
}
textarea {
	width:420px;
}
