/* CSS Document */

/************ GENERAL STYLES ********************/

body {
	font: 62.5%/1.6em arial, verdana, geneva, sans-serif;
	background-color:#000000;
	margin:0;
	color:#000000;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
}

.fixed {
	width:1024px;
}

#header {
	background-color:#586d7e;
	width: 1024px;
	height:85px;
	padding:0;
	margin:0;
}

#content {
	padding:0;
	margin: 0;
	font-size:120%;
	background-image:url(images/background-image.jpg);
	background-repeat:no-repeat;
	background-color: #8d0b0b;
}

h1 { font-size: 25px; font-family: "Trebuchet MS" Arial, Helvetica, Verdana, sans serif; padding: 10px 0;}
h2 { font-size: 21px; font-family: "Trebuchet MS" Arial, Helvetica, Verdana, sans serif; padding: 10px 0; line-height: 24px}
h3 { font-size: 18px; font-family: "Trebuchet MS" Arial, Helvetica, Verdana, sans serif; padding: 10px 0;}

a:link {color: #000000; text-decoration: none; outline: none;}
a:visited {color: #000000; text-decoration: none;outline: none;}
a:hover {color: #000000; text-decoration: none;outline: none;}
a:active {color: #000000; text-decoration: none;outline: none;}


/********* ROUNDED TRANSPARENT BOXES FOR HOME PAGE ***********/


/* set millions of background images */
.rbroundbox-home { background: url(images/nt.gif) repeat; 
opacity:0.90; 
filter:alpha(opacity=90); 
float: center;
}

.rbtop-home div { background: url(images/tl-home.gif) no-repeat top left; }
.rbtop-home { background: url(images/tr-home.gif) no-repeat top right; }
.rbbot-home div { background: url(images/bl-home.gif) no-repeat bottom left; }
.rbbot-home { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop-home div, .rbtop-home, .rbbot-home div, .rbbot-home {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent-home { margin: 0 7px; padding: 10px;}
.rbroundbox-home { width: 790px; margin: 1em auto; font-weight: bold; }



/********* ROUNDED TRANSPARENT BOXES FOR OTHER PAGES ***********/


/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; 
opacity:0.90; 
filter:alpha(opacity=90); 
float: center;
}

.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr-home.gif) no-repeat top right; }
.rbbot div { background: url(images/bl-other-pages.gif) no-repeat bottom left; }
.rbbot { background: url(images/br-other-pages.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; padding: 10px;}
.rbroundbox { width: 790px; margin: 1em auto; font-weight: bold; }




/***** FOOTER DIV AND TEXT ********/

#footer {
background-color: #8d0b0b;
color: #FFFFFF;
clear:both;
font-size: 10px;
text-align: center;
padding: 10px;

}

#footer p {
padding-top: 60px;
font-size: 8px;
text-align: center;
line-height: 140%;
}

#footer a:link {color:#ffffff; outline: none; text-decoration:none}
#footer a:visited {color:#ffffff; outline: none; text-decoration:none}
#footer a:hover {color:#ffffff; outline: none; text-decoration:none}
#footer a:active {color:#ffffff; outline: none; text-decoration:none}


/********* SIDEBAR RIGHT ***********/

#sidebar_right {	
	width:350px;
	padding:10px;
	float:right;
	margin:0 0 10px 10px;
	color:#1F5063;
}




