/********************************************
   SDBG
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	/* background-color: #71818A; */
	background-color: #FFF;
 	color: #999; 
 	font: 12px Verdana, Arial, Helvetica, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}
p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* header nav */
#header-nav a {
	text-decoration: none; 
	font-weight: normal;	
	color: #003333; 
}
#header-nav a:hover { 
	/* color: #006699; */
	color: orange;
	background: inherit; 	 
}
#header-nav h1#logo-text {
	font: 30px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #999;
	/* change the values of top and left to adjust the position of the logo*/
	top: 32px; left: 47px;	
}
#header-nav h2#slogan {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 60px; left: 60px;		
}

/* links */
a	{ 
	color: #003333;
	text-decoration: none;
}
a:hover { 
	/* color: #006699; */
	color: orange;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;	
}
h2 {
	font-size: 1.2em;
	color: #999;
}
h3 {
	font-size: 1.1em;
	color: #999;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #999;	
}
ul span, ol span {
	color: #71818A;
}

/* images */
img {
	border: 0px;
}
img.float-right {
  margin: 5px 0px 0px 10px;  
}
img.float-left {
  margin: 5px 10px 0px 0px;
}
img.border {
  border: 1px solid #EAEAEA;
}
#italic {
	font-style: italic;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #71818A;
  	/* background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; */
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #CCC;  
	font-weight: bold; 
}


/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}
#content-wrap {
	clear: both;
   margin:0; padding:0;
	width: 790px;		
}

/* header */
#header {
	position: relative;
    clear:left;
    width: 790px;
	height: 110px; 
	margin: 0; padding: 0;
	background: #333 url(headerbg2.jpg) no-repeat left bottom;			
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #333;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: left;
	width: 780px;
	margin: 0; padding: 0;
	background-color: inherit;
}
#main h1 {
	font-size: 1.5em;
	color: #999;
	padding: 0px;
}	

/* sidebar */
#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #001A33;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #71818A;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #001A33;
	border-left:5px solid #FF9933;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #000;
	height: 15px;
	color: #fff;
	text-align: right;
}
tr {
	height: 30px;
}
td {
	height: 130px;
	padding-left: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
}
td.left {
	width: 60%;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-b {
	background: #fff;
	border-top: 1px solid #000;
}
tr.row-a {
	background: #fff;
	border-bottom: 1px solid #000;
}
tr.row-c {
	background: #fff;
}


/* end - table */


/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #999;
	background: #fff;
	margin: 0;	
	font-size: 100%;			
}
#footer a { 
	color: #003333;
	text-decoration: none;	
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.white  { color: #FFFFFF; }

 span.c4 {color: white}
 span.c3 {color: orange}
 span.c2 {color: #CC6600}
 div.c1 {text-align: center}

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}
