body{
background:url("../images/bkg_right.jpg") repeat-y right;
}
h2{
font-size:1.2em;
}

.flash_banner{
border:0px solid #666;
}

#left_column{
font-size:80%;
}

#left_column a{
color:#000;
}

#left_column a:hover{
text-decoration:none;
}
/********************************************/
/********Horizontal Menu Styles************/
/*********************************************/
/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */

/*		------	Basic style	------		*/

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	margin:0px 0px 0px 0px;
	position:relative;
	top:105px;
	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   
#globalNav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#globalNav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 250;
}
#globalNav a {
	display: block;
}
#globalNav li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */

#globalNav li li ul {
	top: 0px;
	left: 0;
}

/* ...and then place it where it should be when shown */
#globalNav li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#globalNav li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#globalNav li:hover>ul {
	display: block;
	margin-top: 0px !important;
	margin-top: -1px;
}

/* this is needed if you want to style #mainmenu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#mainmenu a {
	float: left;
}
#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#globalNav {
	font-size: 1.4em;
	color: #FFFFFF;
	background: #006699 url("../images/nav_bkg.jpg") repeat-x scroll left top;
	height: 25px;
	margin-top: 5px;
}
#globalNav li {
	background-color: transparent;
}
#globalNav li li {
	background: none;
	width: 8em;
}
#globalNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	background: #FF9900 url("../images/nav_bkg.jpg") repeat-x scroll left top;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	border-right:2px solid #fff;
}
#globalNav li:hover>a {
	color: #FFCC33;
	background-color: transparent;
}
#globalNav li li a {
	/*color: #336799;*/
	color:#666;
 	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	background: none;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#globalNav li li:hover>a {
	color: #fff;
	background-color: transparent;
}
#globalNav li ul {
	color: #000000;
	/*margin-left: 10px;*/
	background-color: #CCCCCC;
	width: 8em;
}
#globalNav li li ul {
	border-top-width: 0px;
}
#globalNav li li li:first-child {
	border-top: 1px solid #fff;
}
#globalNav li li.submenu>a:after {
	content: "";
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 0px;
}
#search h3{
	padding: 4px 0px 0px 10px;
	text-transform:uppercase;
	background-color:#eee;
	color:#999;
	font-size:95%;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}

#search form{
 padding: 0px 0px 0px 10px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}

#headlines p{
	padding: 5px 0px 0px 10px;
}

#headlines h3{
padding: 4px 0px 0px 10px;
margin: 0px 0px 0px 0px;
text-transform:uppercase;
	background-color:#eee;
	font-size:95%;
	color:#999;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}
/************** #calendar styles **************/

#calendar{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}

#calendar p{
	padding: 5px 0px 0px 10px;
}

#calendar h3{
padding: 4px 0px 0px 10px;
margin: 0px 0px 0px 0px;
text-transform:uppercase;
	background-color:#eee;
	font-size:95%;
	color:#999;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}
.relatedLinks li{
	padding: 0px 0px 0px 10px;
}
.relatedLinks h3{
	padding: 4px 0px 0px 10px;
	text-transform:uppercase;
	background-color:#eee;
	font-size:95%;
	color:#999;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 85%;
	background: url("../images/bkg_welcome.jpg") no-repeat left top;
	border:0px solid #000;
}

.feature_left_outer{
	padding: 0 5px 0px 0;
	border:0px solid #000;
	width: 70%;
	float:left;	
	background: url("../images/bkg_welcome_bottom.jpg") no-repeat right bottom;
	margin:0;
}

.feature h3{
	padding: 0px 0px 0px 0px;
}

.feature_right h2{
	margin: 42px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color:#F47D20;
	display:block;
}
.feature p{
	margin: 0px 0px 3px 0px;
}
/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 0px;
	margin:0;
	font-size: 80%;
	border:0px solid #000;
}

.story p{
	padding: 0px 0px 3px 0px;
}

.story_table td{
vertical-align:top;
cellspacing:5px;
}
.story_table h2{
	margin-bottom:0px;
}
.story_table_left{
	background: url("../images/story_left.jpg") no-repeat left top #D7D7D7;
	padding: 40px 0 0 10px;
}
.story_table_center{
	background: url("../images/story_centre.jpg") no-repeat left top #D7D7D7;
	padding: 40px 0 0 10px;
}
.story_table_right{
	background: url("../images/story_right.jpg") no-repeat left top #D7D7D7;
	padding: 40px 0 0 10px;
}

.story_table p a{
border-left:1px solid #666;
border-right:1px solid #666;
color:#666666;
text-decoration:none;
text-align:center;
padding:0 2px 0 2px ;
margin-right:5px;
font-size:11px;
font-weight:bold;
float:right;
}
.story_table p a:hover{
background-color:#fff;
}

/************** .mailform *****************/

.csc-mailform{
background-color:#eee;
border:1px solid #ccc;
width:90%;
}
.csc-mailform-field{
vertical-align:top;
margin-bottom:10px;
}