body {
    /*background-image: url(/images/ui/ui-header-bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-attachment: scroll; */
}

@font-face {
  font-family: Ubuntu-M;
  src: url('Ubuntu-M.ttf');
}

@font-face {
  font-family: Ubuntu-L;
  src: url('Ubuntu-L.ttf');
}

@font-face {
  font-family: Ubuntu-R;
  src: url('Ubuntu-R.ttf');
}

#masthead {
	background-image: url(/images/ui/masthead-bg.png);
	background-repeat: repeat-x;
	z-index: 5;
}

#header-background {
	background-image: url(/images/ui/header-bg.png);
	background-position: top center;
	background-color: #000000;
	background-repeat: repeat-y;
	z-index: -10;
	height: 100px;
	width: 100%;
	top: 0px;
	position: absolute;
}

#page-container {
width: 990px;
margin-left: auto ;
margin-right: auto ;
top: 0px;
padding-left: 15px;
padding-right: 15px;
border-left: 0px solid #CCCCCC;
border-right: 0px solid #CCCCCC;
min-height: 100%;
height: auto !important;
height: 100%;
z-index: 1;
position: relative;
}

#container-page {
width: 100%;
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
}

#container-foot {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
}

/* DEFAULT STYLESHEET */

.livestats {
	font-size: 20px; 
	font-family: 'helvetica', arial;
	color: #FFFFFF;
    }

a:link {
    color: #000103;
    text-decoration: none;
}

a:visited {
    color: #000103;
    text-decoration: none;
}

a:hover {
    color: #1D3445;
    text-decoration: underline;
}

a:active {
    color: #1D3445;
    text-decoration: underline;
}

.date {
    font-family: 'helvetica', arial;
    font-weight: bold;
    color: #EEEEEE;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.docbackground {
    /* background-image: url(/home/images/background-article.png); */
    padding: 0px 0px 0px 0px;
}

.footer {
    background-image: url(/images/ui/footerbg.png);
    background-repeat: repeat-x;
    background-color: #F6F6F6;
    font-family: 'helvetica', arial;
    color: #000103;
    font-size: 12px;
    height: 30px;
}

#footer {
	background-image: url(/images/ui/footerbg-top.png);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
    font-family: 'helvetica', arial;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000103;
}

.copyright {
	float: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}


.termslinks {
	float: right;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.footerlinks {
	width: 300px;
	font-family: arial;
	font-size: 11px;
	font-weight: none;
	line-height: 18px;
	color: #666666;
}

.footertitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #666666;
}

.footer-hr {
	height: 1px;
	color: #666666; 
	background-color: #666666;
	border: 0px;
}

/********************** FOOTER *******************/
#aoc-footer { clear:both; text-align:center; padding-bottom:0.625em; font-family: 'helvetica', arial; color: #1D3445; background-image: url(images/ui/footerbg.png); }
#aoc-footer-content { text-align:left; width:995px; margin:0 auto; background-image: url(images/ui/footerbg.png); }
#aoc-footer-firstrow { height:1.875em; overflow:hidden; } 
#aoc-footer-copy{ color:#1D3445; font-size:14px; font-weight:bold; float:left; padding: 10px 0px 0px 10px; }
#aoc-footer-skylinks{  color: #1D3445; padding:0 0 0 0; text-align:right; float:right; font-size:0.625em; }
#aoc-footer-skylinks label   { color:#1D3445; vertical-align:middle; }	
#aoc-footer-skylinks select  { color:#1D3445; font-family:verdana,helvetica,sans-serif,freesans; vertical-align:top; margin: 0; padding:0; }
#aoc-footer-skylinks input  { vertical-align:middle; font-size:1.6em; height:1.125em; width:1.125em; overflow:visible; margin-left:0.75em; cursor:pointer; cursor:hand; } 
#aoc-footer-secondrow { clear:both; font-size:0.625em; padding: .7em 0 1em 1em; }
#aoc-footer-secondrow ul { padding:0; margin:0; }
#aoc-footer-secondrow li { list-style-type:none; margin:0; float:left; border-left:1px #1D3445 solid; padding:0 0.8em; }
#aoc-footer-secondrow li.first { border-left-width:0; padding-left:0; }	
#aoc-footer-secondrow li a:link, #aoc-footer-secondrow li a:visited { color:#1D3445; }


.headerbar {
    font-family: 'helvetica', arial;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.headerbar a:link {
    font-family: 'helvetica', arial;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
}

.headerbar a:hover {
    font-family: 'helvetica', arial;
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12px;
}

.headerbar a:visited {
    font-family: 'helvetica', arial;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
}


.breadcrumb {
    font-family: 'helvetica', arial;
    color: #666666;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.breadcrumb a:link {
    font-family: 'helvetica', arial;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
}

.breadcrumb a:hover {
    font-family: 'helvetica', arial;
    text-decoration: underline;
    color: #666666;
    font-size: 12px;
}

.breadcrumb a:visited {
    font-family: 'helvetica', arial;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
}

.newsandevents {
    font-family: 'helvetica', arial;
    color: #000000;
    font-size: 12px;
    padding: 10px;
}

.newsandevents a:link {
    font-family: 'helvetica', arial;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

.newsandevents a:hover {
    font-family: 'helvetica', arial;
    font-weight: bold;
    text-decoration: underline;
    color: #0000000;
    font-size: 12px;
}

.newsandevents a:visited {
    font-family: 'helvetica', arial;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

.eventsheader {
    font-family: 'helvetica', arial;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 3px;
}

.mailtab {
	text-align: left;
	font-size: 14px;
	font-weight: bold; 
	font-family: 'helvetica', arial;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 180px;
	color: #999999;
	}

.mailtab a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #999999;
	}

.mailtab a:link {
	color: #999999;
    font-weight: bold;
	text-decoration: none;
	}

.mailtab a:hover {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	}
	
.mailtab a:visited {
	color: #999999;
    font-weight: bold;
	text-decoration: none;
	}

.sublink {
    font-family: 'helvetica', arial;
    font-size: 12px;
    color: #666666;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
	}


.tableheader{
    background-image: url(/home/images/ui/tableheaderbg.png);
    height: 32px;
    padding: 3px 3px 3px 10px;
    border: 1px solid #CCCCCC;
    }
    
.tableheaderblue {
    background-color: #0099CC;
    height: 32px;
    padding: 3px 3px 3px 10px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-family: 'helvetica', arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    }
    
.tableimage{
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    }
	
	
.tablecontent{
    background-image: url(/home/images/ui/tablebg.png);
    height: 70px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCCCCC;
    font-family: 'helvetica', arial;
    font-size: 12px;
    color:Ê#CCCCCC;
    }
    
.text {
    font-family: 'helvetica', arial;
    color: #1D3445;
    font-weight: none;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.text-white {
    font-family: 'helvetica', arial;
    color: #FFFFFF;
    font-weight: none;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}


.subnavigation {
    font-family: 'helvetica', arial;
    color: #1D3445;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    padding-right: 15px;
}

.subnavigation a:link {
    text-decoration: none;
    font-weight: normal;
}

.pageheader {
    font-family: 'Ubuntu-R', arial;
    color: #1D3445;
    font-weight: none;
    font-size: 30px;
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
}
		
.featuredheader {
    font-family: 'Ubuntu-M', arial;
    color: #1D3445;
    font-weight: none;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
}


.featuredheader-white {
    font-family: 'helvetica', arial;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
}


.featuredtext {
    font-family: 'helvetica', arial;
    color: #333333;
    font-weight: none;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}


.featuredlink {
    font-family: 'helvetica', arial;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
    padding-right: 5px;
    padding-bottom: 5px;
}

.featuredlink a:link {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
}

.featuredlink a:hover {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
}

.featuredlink a:visited {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
}

.box{
	background-image: url(/images/ui/cellbg.png);
}

.toplcorner{
	background-image: url(/images/ui/toplcorner.png);
	width: 5px;
	height: 5px;
}

.toprcorner{
	background-image: url(/images/ui/toprcorner.png);
	width: 5px;
	height: 5px;
}

.bottomlcorner{
	background-image: url(/images/ui/bottomlcorner.png);
	width: 5px;
	height: 5px;
}

.bottomrcorner{
	background-image: url(/images/ui/bottomrcorner.png);
	width: 5px;
	height: 5px;
}

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

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: #FFFFFF;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-image: url(/home/images/ui/navbg_dropdown.png);
border: 1px solid #000000;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


.modtitle,.modtitle_s{background-color:#e5ecf9;border:1px #c5d7ef solid;border-top:1px #7aa5d6 solid;border-bottom:none;padding:2px 5px 2px 5px;font-size:110%;}
.modtitle .modtitle_text{font-weight:bold;}

a.mtlink{color:#3366cc;}a.gre{color:#008000;}.modtitle,.modtitle_s{color:#3366cc;}


.content-block {
  /*padding: 10px; */
  margin-left: auto ;
  margin-right: auto ;
 /* background: -moz-linear-gradient(top, #1D3546, #000104);
  background: -webkit-gradient(linear, left top, left bottom, from(#1D3546), to(#000104));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1D3546, endColorstr=#000104);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1D3546, endColorstr=#000104)";
  background-color: #1D3546;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 1px 1px #000;
  -moz-box-shadow: 1px 1px 1px 1px #000; */
}


.highlight-block {
  padding: 10px;
  margin-left: auto ;
  margin-right: auto ;
  background: -moz-linear-gradient(top, #1D3546, #000104);
  background: -webkit-gradient(linear, left top, left bottom, from(#1D3546), to(#000104));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1D3546, endColorstr=#000104);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1D3546, endColorstr=#000104)";
  background-color: #1D3546;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 1px 1px #000;
  -moz-box-shadow: 1px 1px 1px 1px #000; 
}


.notice-block {
  padding: 10px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #FFFFFF;
  box-shadow:  2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
  -moz-box-shadow: 2px 2px 2px #999; 
}

.gallery-block {
  padding: 10px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.fp-newsbar {
  padding: 3px;
  margin-left: auto ;
  margin-right: auto ;
  background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  -moz-box-shadow: 3px 3px 3px #000;
}


/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 200px; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 0%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 900px;
	margin: 0 auto;	
	border-top: 1px solid #fff;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 900px;
	margin: 0px;
	float: left;
	}
	
		
#sites-paper {
	}
	
	
#preview-dom {
	}
	

	div#feature_list {
			width: 970px;
			height: 240px;
			overflow: hidden;
			position: relative;
			background:  url(/images/frontend/featuredlistbg.jpg);
			background-position: top left;
			background-repeat: no-repeat;			
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
			text-align: left;
		}

		ul#tabs h3 {
			font-family: 'Ubuntu-M', Arial;
			font-weight: none;
			font-size: 14px;
			padding-bottom: 3px;
			margin-bottom: 3px;
		}
		
		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url(/images/ui/feature-tab-current.png);
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 685px;
			height: 240px;
			font-family: arial;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 685px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-family: 'Ubuntu-R', Arial;
			font-size: 12px;
			color: #FFF;
			background: #000;
			border: 1px solid #CCCCCC;
			-moz-border-radius: 0px;
			border-radius: 0px;
		}
		
		ul#output li a:hover {
			background: #006699;
		}