.border-standard
{
    border:1px solid #777777;
}

body{
    font-family:"Century Gothic", sans-serif;
    background-repeat:repeat;
    background-position:center;
    background-color:white;
    padding-bottom:0px;
    color:black;
}

a:link, a:visited {
	color:#006699;
	text-decoration:none;
}

img
{
    border:0;
}

.wrapper
{
    width:960px;
    margin:auto;
}

#header
{
    width:960px;
    height:90px;
}

#header > #logo
{
    width:219px;
	height:90px;
    float:left;
}

#search
{
    width:300px;
    float:right;
    text-align:right;
}

#search p
{
	margin-top:0;
}

#languageselector
{
	color:#111111;
	letter-spacing:2px;
}

a.search:link
{
	color:#111111;
	text-decoration:none;
}

a.search:visited
{
	color:#111111;
	text-decoration:none;
}

a.search:hover
{
	color:black;
	text-decoration:none;
}

.search_button{
	position:relative;
	bottom:-10px;
	left:-4px;
}

#navigation
{
    padding:0px;
    width:960px;
    height:40px;
    background-color:#777777;
    background-image:url(images/nav.png);
    background-repeat:repeat-x;
    border-bottom:0px solid #ffcc00;
}

#navigation ul 
{
    list-style:none;
    padding:0px;
    margin:0px;
}

#navigation li
{
    width:14.6%;
    float:left;
    display:inline;
    line-height:40px;
    text-align:center;
}

#navigation li.first
{
    width:27%;
}

#navigation a
{
    display:inline;
    text-decoration:none;
    color:White;
    font-size:1.10em;
}

#navigation .first a
{
    width:252px;
}

#navigation a:hover
{
    color:#ffcc00;
}

.tooltip {
	display:none;
	background:transparent url(images/black_arrow.png);
	font-size:12px;
	height:45px;
	width:160px;
	padding:15px 25px 25px 25px;
	color:#fff;	
}

#content-sub
{
    width:960px;
    height:100px;
    margin-bottom:20px;

}

#content-sub-left
{
    width:238px;
    height:98px;
    float:left;
    border:1px solid #777777;
    overflow:hidden;
}

#content-sub-right
{
    width:696px;
    height:98px;
    float:left;
    margin-left:20px;
    border:1px solid #777777;
    background-image:url(images/newsbg.png);
    background-repeat:repeat-x;
}

/* root element for tabs  */
ul.news_tabs {
	position:relative;
	list-style:none; 
	margin:auto; 
	padding:0 10px 0 10px;
	height:24px;
}

/* single tab */
ul.news_tabs  li { 
	float:left;	 
	text-indent:0;
	padding:0 10px 0 0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.news_tabs a { 
	font-size:.8em;
	background-color:#333333;
	display:block;
	height: 24px;  
	line-height:24px;
	width: 159px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0;
	top:5px;
}

ul.news_tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.news_tabs a:hover {
	background-color: black;	
	color:#fff;	
}

/* active tab uses a class name "current" */
ul.news_tabs a.current, ul.news_tabs a.current:hover, ul.news_tabs li.current a {
	background-color: #111111;		
	cursor:default !important; 
	color:#ffcc00 !important;
}

div.news div {
	display:none;	
	color:#fff;	
	padding:2px 10px;
	margin:5px 10px 15px 10px;
	border:1px solid #999;
	height:56px;
	font-size:.9em;
	overflow:hidden;
}

.news p
{
	margin-top:0;
	overflow:hidden;
}

#quicklinks ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#quicklinks li
{
	display:inline;
	width:25%;
	float:left;
}

#quicklinks a:link {color:#fff;}
#quicklinks a:visited {color:#fff;}
#quicklinks a:hover {color:#ffcc00;}

#footer
{
    width:960px;
    height:30px;
    margin:0 0 10px 0;
    padding:0;
    border-top:1px solid #777777;
    border-bottom:1px solid #777777;
    font-size:small;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

#footer p
{
    margin:0;
    color:black;
    padding:0;
    line-height:30px;
}

#footer a
{
    color:black;
    padding:0 5px 0 5px;
}

#footer a:hover
{
    color:#ffcc00;
}

.clear_both
{
	clear:both;
	margin:auto;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

