@charset "utf-8";

/** Override: Body **/

html {
	overflow:scroll;
}

body {
	background-color: #FFFFF5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	text-align: center;
	list-style-type: circle;
}

ul {
	background-color: #FFFFFF;
    border:dotted;
    border-width:1px;
    text-indent:0px;
}

.no_ul_formatting {
	background-color:#FFFFF5;
    border:none;
    text-indent:0px;
}

img {
	vertical-align:top;
    border:none;
}

td {
	vertical-align:top;
    text-indent:0px;
}


/** Override: Links **/

a:link {
	color: #8C231D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #8C231D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #8C231D;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #8C231D;
	font-weight: bold;
}

/** Override: Forms **/

input,textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	border:1px;
	border-color:#000000;
	border-style:dotted;
	padding:2px;
	background:#FFFFFF; 
}

select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	border:thin;
	border-color:#000000;
	border-style:dotted;
	padding:3px;
	background:#FFFFFF; 
}

/** Override: Typefaces **/

h1 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:2.3em;
	font-weight:900;
	color:#000000;
	text-indent:-10px;
    line-height: 1em;
}

h2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:900;
	color:#0071BB;
    text-indent:5px;
}


/** Classes: Typefaces **/

.img_bordered {
    border-style:dotted;
    color:#000000;
    border-color:#000000;
	border-width:1px;
}

.img_bordered2 {
    border-style:solid;
    color:#000000;
    border-color:#000000;
	border-width:1px;
}

.imageholder {
	background-color:#FAFAFF;
    text-align:center;
    width:250px;
    float:right;
    margin:10px;
    border:solid;
    border-color:#CCCCCC;
    font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    font-size:0.8em;
    border-width:1px;
    padding:5px;
    line-height: 1.5em;
}

.imageholder2 {
	float:right;
}


.menu {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:0.8em;
}

.fadedtext {
	color:#0071BB;
}

.body_text {
	background-color: #FFFFF5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	text-align: left;
	color: #666666;
	text-indent: 20px;
	line-height: 1.9em;
	padding-right:10px;
	border-right:dotted;
	border-right-color:#CCCC33;
	border-right-width:1px;
}

.breadcrumbs {
	font-size:0.8em;
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
}

.datetime {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:0.8em;
	text-align: right;
	color: #999999;
    padding-top:2px;
	padding-bottom:2px;
	overflow:hidden;
}

.newsheader {
	font-size:2.0em;
    text-align:left;
    text-indent:10px;
	color: #CCCC33;
    font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}

.footer {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:0.8em;
	text-align: right;
	color: #999999;
	overflow:hidden;
    border-top:dotted;
	border-top-color:#CCCC33;
	border-top-width:1px;
    margin-bottom:20px;
}

.red {
	color:#8C231D
}

.sidebar {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:0.8em;
	text-align: left;
    padding: 10px;
}

.news_header {
	border-bottom:dotted;
    border-bottom-color:#CCCC33;
    border-bottom-width:1px;
    
  	border-top:dotted;
    border-top-color:#CCCC33;
    border-top-width:1px;
    
    background-color:#FFFFFF;
    padding:5px;
    
}

.news_body {
	padding:5px;

}

.front_page {
	
}

.contentimg {
    color:#000000;
    border:solid;
    border-color:#000000;
	border-width:1px;
    margin: 10px;
    float:left;
}

.blackmenu {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:0.8em;
    color: #CCCC33;
    overflow:hidden;
    background-color:#000000;
    padding-right:10px;

}

a.whitelinks:link {
	color: #FFFFFF;
}

a.whitelinks:visited {
	color: #FFFFFF;
}

a.whitelinks:hover {
	color: #FFFFFF;
}

a.whitelinks:active {
	color: #FFFFFF;
}

a.blacklinks:link {
	color: #000000;
    font-weight:normal;
}

a.blacklinks:visited {
	color: #000000;
    font-weight:normal;
}

a.blacklinks:hover {
	color: #000000;
    font-weight:normal;
}

a.blacklinks:active {
	color: #000000;
    font-weight:normal;
}


/** Layout: DIVs **/

#supercontainer {
	width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:100%;
    float:left;
}

#breadcrumbs {
	text-align:left;
	margin-left:10px;
    width:620px;
	float:left;
}

#breadcrumbs_container {
	border-color:#CCCC33;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-width:1px;
    width:760px;
	height:20px;
}

#header {
	height:150px;
    width:760px;
}

#header2 {
	background-image:url(../images/GDBTV_header_01.png);
	height:125px;
    width:760px;
}

#datetime {
	float:right;
    width:105px
}

#container_body {
	float:left;
	width:560px;
}
#body {
	margin-left:10px;
	float:left;
	width:100%;
    margin-top:5px;
    margin-bottom:5px;
}

#container_sidebar {
	float:left;
	width:145px;   
    padding-left:20px;    
}
#sidebar {
	float:left;
	width:100%;
	height:auto;
}

#footer {
	float:left;
    width:100%;
}

#form {
	float:left;
    text-align:center;
    width:100%;
}

#blackmenu {
	width:auto;
    float:left;
    height:20px;
    margin-top:1px;    
}

#blackmenu_rounded {
	background-image:url(../images/blackmenu_rounded.gif);
    height:10px;
    width:20px;
    float:left;
    margin-top:1px;
}

#blackmenu_container {
	margin-top:5px;
    margin-left:auto;
	float:right;
}

#searchbox {
	float:left;
    text-align:left;
    margin-left:10px;
    margin-top:100px;
}

#buffer {
	height:10px;
    float:left;
    width:760px;
}

#sidebar_footer {
	text-align:left;
    margin-left:8px;

}

#newsheading {
	margin-top:10px;
}

#splash_container {
	width:760px;
}

#splash_left {
	width:350px;
    float:left;
    padding:10px;
}

#splash_right {
	width:350px;
    float:left;
    padding:10px;
}


#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
    
    
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption{
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
    right: 5px;
}

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#calendar {
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    width:41px;
    float:left;
    height:41px;
    background-image:url(../images/calendarpage.png); 
    text-indent:0px;
    margin-right:10px;
}

#cal_day {
	float:left;
    font-size:1.3em;
    width:40px;
    height:13px;
    padding-top:6px;
    color:#8C231D}

#cal_monthyear {
	font-size:0.8em;
	float:left;
    width:40px;
    height:20px;

}

.address {
	background-color: #FFFFFF;
    border:dotted;
    border-width:1px;
    text-indent:0px;
    padding:10px;
}

.hairlineborder {
     border-width:1px;
     border-color:#000000;
     border-style:solid;
}
	
.divider {
	border-bottom-width: 1px;
    border-bottom-style:dotted;
    float:left;
    width:100%;
    border-color:#CCCC33;
}

#splosh {
	text-indent:0px;
    width:760px;
}


