/* CSS Document */
body {
	background: url(../images/bgs/bodybg.jpg) no-repeat #79a;
}

* a { position:relative }

/*MAIN LAYOUT*/
#all {	
	width:778px;;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

#topWrapper {
	float:left;	
	width:758px;
	padding: 10px 10px 0px 10px;
	height:108px;
	background: url(../images/bgs/main_bg_top.png) no-repeat;
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgs/main_bg_top.png', sizingMethod='scale');
}


#header {
	background:url(../images/bgs/header_bg.jpg) no-repeat #4488BB;
	float:left;	
	height:108px;
	width:746px;
	padding:0px 6px 0px 6px;
}

#midWrapper {
	float:left;	
	width:758px;
	padding:0px 10px 0px 10px;
	background: url(../images/bgs/main_bg.png) repeat-y;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgs/main_bg.png', sizingMethod='scale');
	}


#mainPicture {
	background:#FEFFCB no-repeat;
	width:734px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:12px 12px 12px 12px;
}

#bottomWrapper {
	float:left;	
	width:758px;
	padding:0px 10px 10px 10px;
	height:46px;
	background: url(../images/bgs/main_bg_bottom.png) repeat-y;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgs/main_bg_bottom.png', sizingMethod='crop');
	
}


#footer {
	background:url(../images/bgs/footer_bg.jpg) no-repeat #48b;
	float:left;	
	height:28px;
	width:722px;
	padding:16px 18px 0px 18px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ddd;
}

#leftSide {
	width:184px;
	float:left;
}


/*Flash movie*/
#flashDiv {
	display:block;
	float:right;
}


/*LEFT NAVIGATION*/

#leftNav {
	float:left;
	width:184px;
}

#menuMain {
	float:left;
	line-height:1.3;
	width:182px;
	height:auto;
	padding:0px 1px 0px 1px;
	font-weight:600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/menus/small_menu_content.png) repeat-y;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menus/small_menu_content.png', sizingMethod='scale');
}


/*links*/ 

#leftNav #menuMain a{
	display:block;
	padding: 3px 10px 3px 10px;
	width:160px;
	list-style-image: none;
}

#leftNav #menuMain a:link, #leftNav #menuMain a:visited {
	text-decoration:none;
	color:#222;
}

#leftNav #menuMain a:hover, #leftNav #menuMain a:active {
	text-decoration:none;
	background: #C1E3FF;
	color:#000;
}
.subLinks{
	display:block;
	font-size:11px;
	padding:3px 10px 3px 10px;
	width:160px;

}

.current {
	background-color:#C1E3FF;
}


  /*MENU TOP*/

#menuTopBar {
	float:left;
	font-size:8px;
	display:block;
	background:url(../images/menus/small_menu_top.png) no-repeat;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menus/small_menu_top.png', sizingMethod='scale');
	width: 184px;
	height:10px;
}



  /*MENU BOTTOM*/

#menuBottomBar {
	font-size:8px;
	float:left;
	background:url(../images/menus/small_menu_bottom.png) no-repeat;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menus/small_menu_bottom.png', sizingMethod='scale');	
	width: 184px;
	height:10px;
}


/*end left Nav menu css*/


/*Main Content */
.content {
	float: right;
	width: 538px;
}

.contentMain {
	float:left;
	width: 514px;
	padding: 0px 12px 0px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background: url(../images/menus/large_menu_content.png) repeat-y;	
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menus/large_menu_content.png', sizingMethod='scale');*/
	
}


/*links*/
.content a:link, .content a:visited {
	text-decoration:none;
	color:#005;
}

.content a:hover, #leftNav .content a:active {
	text-decoration:underline;
	background: #C1E3FF;
	color:#000;
}

/*Main Content Corners*/

  /*Content TOP*/

.contentTopBar {
	font-size:8px;
	float:left;
	background:url(../images/menus/large_menu_top.png) no-repeat;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menus/large_menu_top.png', sizingMethod='crop');	
	width: 538px;
	height:10px;
}



  /*Content BOTTOM*/

.contentBottomBar {
	font-size:8px;
	float:left;
	width: 538px;
	height:10px;
	background:url(../images/menus/large_menu_bottom.png) no-repeat;
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menus/large_menu_bottom.png', sizingMethod='crop');
}


/*end left main content css*/




/* bottom links*/


#footer a:link, #footer a:visited {
	color:#DDD;
	text-decoration:none;
	margin-right: 12px;
}

#footer a:hover{
	text-decoration:underline;
}

.newsTitle{
	font-size:18px;
	letter-spacing:-.02em;
	text-transform:uppercase;
}

.caption {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

