@charset "utf-8";

/* GENERAL AND FONTOGRAPHY.*/

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5 browsers.*/
	color: #000000;
}
#compactbody {
    background-image:url(bitmaps/header_white.png);
	background-position:top;
	background-repeat:repeat-x;	
}
#bannerbody {
	background-color:#FFF;
}
a:hover {
	color:#09F;
}
.colwrap {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	clear:both;
}
.galcolone {
	width:200px;
	display:inline-block;
    min-height:120px;
	position:relative;
	padding-right:160px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom: 10px;
	vertical-align:top;
	background-image:url(bitmaps/v_grad.png);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.galcolone > a > img {
	position:absolute;
	top:0px;
	right:0px;
	margin:10px;
}

.galcoltwo {
	width:150px;
	min-height:120px;
	float:left;
}
.galcolone_n {
	width:200px;
	display:inline-block;
    min-height:120px;
	position:relative;
	padding-right:160px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom: 10px;
	vertical-align:top;
	background-image:url(bitmaps/v_grad.png);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.galcolone_n > a > img {
	position:absolute;
	top:0px;
	right:0px;
	margin:10px;
}
.galcoltwo_n {
	width:230px;
	float:left;
    height:120px;
}

/* CONTENT PAGE HEADER ===========================================.*/

#header {
	height:78px;
	background-image:url(bitmaps/br_white_dd_crve.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#FFF;
	position:relative;
	zoom:1;
    float:left;
	overflow:hidden;
	margin-left:10;
	margin-right:auto;
}
#header a {
	text-decoration:none;
}
#headcontent #headmenu a {
	color:#999;
}
#headcontent #headmenu a:hover {
	color:#09F;
}
#bannerbody #header {
   height:130px;
}
#logo {
   float:left;
}
#headcontent {
   padding-top:15px;
   padding-right:15px;
   float:left;
}
#bannerbody #headcontent {
   padding-top:30px;
   font-size:20px;
}
#headcontent a {
	color:#000;
}
#headmenu{
	list-style:none;
	font-size:16px;
	margin-top:6px;
	padding:0;
	text-transform:uppercase;
	white-space:nowrap;
}
#headmenu li {
    float:left;
    font-weight:bold;
	border-left:1px solid #ccc;
	padding:0px 10px 3px 10px;
}
#headmenu li:first-child {
	border-left:none;
	padding-left:0px;
}
.smalltext {
	font-size:11px;
}
.largetext {
	font-size:18px;
}
.largertext {
	font-size:22px;
}
#content #header img {
	padding:0;
	border:0;
}

/* CONTENT PAGE CONTENT ==========================================================.*/

#content {
	width:760px;
	float: left;
	text-align:left;
}
#breadcrumbs {
	clear:both;
    padding:7px;
	font-size:small;
}
h1,h2,h3 {
	padding:5px;
	margin:0;
}

.boxindent {
	padding:5px;
	width:700px;
	margin:0;
}
.boxindent {
	background-image:url(bitmaps/h_grad.png);
	background-position:left;
	background-repeat:repeat-y;
	padding:10px;
    background-color: #f0f0f0;
	clear:both;
}
h1 {
	text-transform:uppercase;
	font-size:24px;
	padding-bottom:0px;
}
h2 {
	font-size:16px;
	padding-top:0px;
}

h3 {
	color:#369;
    padding-top:0px;
	font-weight:normal;
}
.infoicon {
	background-image:url(bitmaps/infobtn.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:24px;
}
.exclmicon {
	background-image:url(bitmaps/exclmbtn.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:24px;
}
.questicon {
	background-image:url(bitmaps/questbtn.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:24px;
}
.relateicon {
	background-image:url(bitmaps/relatebtn.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:24px;
}
.keyicon {
	background-image:url(bitmaps/keybtn.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:24px;
}
.searchicon {
	background-image:url(bitmaps/searchbtn.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:24px;
}
#livefeat img, #content img {
	padding:4px;
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right:4px;
	margin-bottom:6px;
}
#livefeat img:hover, #content img:hover {
	background-color:#CCC;
}

/* CONTENT PAGE SIDEBAR ============================================================.*/

#sidebar {
    width:180px;
	float:right;
	text-align:center;
	margin:0;
	padding:0;
}
#membersmenu {
    text-align:right;
	padding:10px;
	font-size:small;
}
.roundsidebar {
	width:inherit;
	padding: 10px;
	background-color:#CCC;
	clear:both;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#sidebar img {
	padding:4px;
	background-color:#DDD;
	margin-bottom:6px;
}

#sidebar .plain img {
	padding:0;
	margin:0;
	background-color:#CCC
}

#sidebar img:hover {
	background-color:#FFF;
}

/* CONTENT PAGE FOOTER ============================================================.*/
#footer {
	background-color:#00467f;
	border-top:1px solid #036;
	background-image:url(bitmaps/cir_grad_blue.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:250px;
	font-size:14px;
	clear:both;
	color:#FFF;
	padding-top:40px;
	text-align:left;
}
#footer a {
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
}
#footer a:hover {
	color:#09F;
}
#fcone {
	float:left;
	width:420px;
}
#fctwo {
	float:left;
	width:180px;
}
#fcthree {
	float:left;
	width:180px;
}
#fcfour {
	float:left;
	width:180px;
}

/* BANNER PAGE BANNER AND lAYOUT============================================================.*/
.bluebanner {
	background-color:#00467f;
	border-top:1px solid #036;
	background-image:url(bitmaps/cir_grad_blue.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	overflow:hidden;
	clear:both;
	color:#FFF;
	padding-top:40px;
	padding-bottom:40px;
	text-align:left;
}

.bluebanner h2 a,.bluebanner .smalltxt a {
	text-decoration:none;
}

.bluebanner a {
		color:#FFF;
}
.bluebanner a:hover {
    color:#0CF;
}
.greybanner {
	background-color:#ccc;
	border-top:1px solid #ddd;
	font-size:14px;
	clear:both;
	color:#CCC;
	text-align:centre;
	margin-bottom:40px;
	padding-bottom:10px;
}
.greybanner img {
    padding:3px;
	margin-right:5px;
	background-color:#FFF;
}
.greybanner img:hover {
    background-color:#DDD;
}
.greybanner .plain img {
	padding:0;
	margin:0;
	background-color:#CCC
}
.sixtyfourtycolone {
	width:600px;
    float:left;
}
.sixtyfourtycoltwo {
	width:300px;
	float:left;
}
