/***********************************************/
/* 										       */
/* rgbcms.css                                  */
/* 										       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:1em;
	line-height:120%;
	margin: 0px;
	padding: 0px;
	background:#dadada url("../images/back-1000.gif") repeat-y 50% 0;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover, a:active{
	color: #F93;
	text-decoration: underline;
}
p{
	font-size:100%;
	line-height: 150%;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #009;
}
h2 {
	color: #900;
	font-size: large;
	font-weight: bold;
}
h3 {
	font-size: medium%;
	color: #F93;
	font-size: medium;
}
hr {
	border:none;
	border-top-color: #000;
	border-top-width:1px;
	border-top-style:solid;
	color: #000;
}

label{
	 font-size: 100%;
	 font-weight: bold;
	 color: #333;
}

th {
	text-align:left;
	font-weight:bold;
}
td img {
	padding-top: 0px;
	border:0px;
}
img {
	border:0px;
}
input#button, input#Submit, input#Reset, input#Login {
	font-size: small;
	color:#FFFFFF;
	border:0px;
	background:url(../images/blue-button.gif) no-repeat  2px 2px ;
	width:80px;
	height:30px;
}

blockquote {
	font-style:italic;
	font-size:12px;
	line-height:1em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFF;
}
#container {
	border-left:1px none #069;
	border-right:1px none #069;
	width:580px;
	float:left;
}
#banner{
	float:left;
	width:auto;
	margin-left: 0px;
	background-color: #FFF;
	padding: 0px;
	height: 150px;
}

#banner h1{
	padding-top:1em;
	color:white;
	text-align:center;
}
#telephone {
	float:left;
	width:190px;
	font-size:x-large;
	line-height:30px;
	font-weight:bold;
	padding:20px 20px;
}
#logo {
	margin-left:60px;
	float:left;
}
#medals {
	float:right;
	padding-left:60px;
}
#medals img {
	padding:5px;
}
#content{
	float:left;
	width:560px;
	min-height:500px;
	padding: 10px;
	margin-bottom: 20px;
}
#content ul {
	list-style-position:inside;
	list-style-type:disc;
	margin-left:10px;
	padding-left:10px;
}
#content li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:10px;
	padding-left:10px;
}
#adminarea{
	width:auto;
	margin: 20px;
	background-color: #FFF;
	margin-left:170px;

}
#adminarea th {
	vertical-align:top;
	font-size:90%;
	text-align:left;
	color: #fff;
	background-color:  #036;
	padding: 4px;
}
#adminarea td {
	vertical-align:top;
	font-size:90%;
	text-align:left;
	border: grey solid 1px;
}
#adminarea td td {
	border:none;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	clear:both;
	padding: 0;
	margin: 0 0 20px 0;
	color: #FFF;
	background-image: url(../images/da-nav-blue_07.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
	text-align: left;
	font-size:90%;
	font-weight:bold;
	height: 30px;
}
#navigation {
	padding-left:150px;
}

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 100%;
	padding-left:10px;
	padding-right:10px;
	display:block;
	text-align:left;
}
#globalNav a:link, #globalNav a:visited{
	color: #FFF;
	text-decoration: none;
	padding-left:10x;
}

#globalNav a:hover, #globalNav a:active{
	color: #006;
	text-decoration: none;
}

#globalNav li a:hover, #globalNav li a:active{
	color:#006;
	background-image: url(../images/da-nav-orange_10.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

/* Suckerfish dropdown menus */

#globalNav ul {
	padding: 0;
	margin:0;
	list-style: none;
	padding-right: auto;
}
#globalNav li { 
	float: left;
	height:30px;
	width:auto;
	line-height:30px;
	background-image:url(../images/da-sep_13.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#globalNav ul li:last-child {
	background-image:none;
}

#globalNav li ul { 
	position: absolute;
	padding: 0;
	margin: 0;
	background-image:url(../images/da-nav-blue_07.gif);
	width: 130px;
	left: -999em;
	z-index:99;
}
#globalNav li ul li { 
	width:130px;
	background-image:none;
	border-top:2px white solid;
}
#globalNav li ul a:link, #globalNav li ul a:visited  { 
	background-image: url(../images/da-nav-orange_10.gif);
		background-repeat:repeat-x;
color:#006;
}

#globalNav li ul a:hover { 
	background-image:url(../images/da-nav-blue_07.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
#globalNav li:hover ul, #globalNav li.sfhover ul { 
	left: auto;
}

#cleardiv{
	clear: both;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #333;
	border-top:#CCC solid 1px;
	margin: 10px 20px;
	padding: 10px 0px;
	text-align: center;
	height:auto;
	font-size:80%;
	line-height:120%;
}
#siteInfo p{
	line-height:200%;
}
#siteInfo a:link, #siteInfo a:visited{
	color: #cccccc;
	text-decoration: none;
}


#siteInfo a:hover{
	color: #ad528f;
	text-decoration: underline;
}




/*********** #sidebar styles ***********/

#sidebar{
	float:left;
	padding: 0px;
	margin-left:20px;
	width:180px;
}

#logo {
	height:120px;
}

/************** #advert & Panel styles **************/

#panels{
	padding-top:50px;
}
.panel{
	position:relative;
	background-image: url(../images/da-box-med_27.gif);
	background-repeat:no-repeat;
	padding: 10px 15px 10px 5px;
	margin: 0px;
	height:120px;
	width:150px;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	color:white;
	line-height:24px;
	text-align: center;
	float:left;
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
}

#adverts{
	padding-top:50px;
}
#adverts h1 {
	color:#FFF;
	font-size:125%;
	margin:0px;
	padding:0px;
}
#adverts p {
	color: #F93;
	font-size:110%;
	margin:0px;
	padding:0px;
	line-height:16px;
}
.advert{
	position:relative;
	background-image: url(../images/da-box-big_30.gif);
	background-repeat:no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	height:160px;
	width:150px;
	text-align: left;
	float:right;
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
}

.button{
	position:absolute;
	float:right;
	bottom:30px;
	right:15px;
	background-image: url(../images/da-button-orange.gif);
	background-repeat:no-repeat;
	display: block;
	font-size:12px;
	line-height:25px;
	color:#006;
	border:0px;
	width:150px;
	height:25px;
	text-align:center;
}
div.button a:link, div.button a:visited{
	color:#006;
	text-decoration:none;
	display:block;
}
div.button a:hover, div.button a:active{
	color:#900;
	display:block;
	text-decoration:underline;
}
/*#adverts div:hover.button {
	background-image:url(../images/da-button-blue-150.gif);
}
#adverts div.button a:hover, #advert div.button a:active {
	color:#069;
}*/
/************** #headlines styles **************/
#headlines{
	float:right;
	font-size: 80%;
	width: 180px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-right:20px;
}


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