/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif; background-image:url(../img/bkg.jpg);
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 

 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
color:#FFFFFF;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:1000px;
margin:0 auto;
border-bottom:5px solid #000000;
border-left:5px solid #000000;
border-right:5px solid #000000;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }

.mid-section   { width:970px;margin:0 auto;height:360px;background-image:url(../img/bkg_mid.jpg); padding: 10px 10px 10px 20px;}
.content-home  { width:1000px;margin:0 auto;height:239px; background-image:url(../img/bkg_content.jpg);  }
.footer  	   { width:1000px;margin:0 auto;height:117px; background-image:url(../img/bkg_footer.jpg);  }

.footer-links  	   { width:800px;margin:0 auto; padding: 15px 15px 15px 25px; float:left; color:#999999; font-size:12px;  }

.content-left      { float:left; width:495px; padding: 30px; }
.content-left p      { font-size:12px; line-height: 17px; color:#999999;}
.content-title      { background-image:url(../img/title.png); width: 287px; height: 25px; margin-bottom: 8px;}
.content-right     { float:left; width:400px; background-color:#131313; padding: 16px; }

#header { width:1000px;margin:0 auto;height:100px;background-image:url(../img/bkg_header.jpg); }
#header-left { float:left; width:225px; padding: 10px; }
#header-right { float:left; width:662px; height: 38px; padding: 0; margin: 25px 0 0 15px; background-image:url(../img/bkg_nav.png); background-position:left; background-repeat:no-repeat; }


/* Begin Main Content */
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */  
/* without this class applied, a float might hang over the bottom border of its container */
.mid-section-content:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.mid-section-content{ display:inline-block; }  

/* hides clearfix from IE-mac \*/
* html .mid-section-content { height:1%; }
.mid-section-content { display:block; }
/* end hide from IE-mac */
.mid-section-content   { width:1000px;margin:0 auto;background-image:url(../img/bkg_mid_black.jpg); background-color:#000000; background-repeat:no-repeat;}
.mid-section-left   { width:250px;margin:0 auto; float:left;}
.mid-section-right   { width:720px;margin:10px auto;background-color: #000; float:left;background: url('../img/module-bg.png'); padding: 10px;}
.mid-section-right h1   { width:700px;margin:5px auto 10px 0;background-color: #000; float:left;background: url('../img/module-bg.png'); padding: 10px; color:#999999;}
.mid-section-right h2   { width:700px;margin:5px auto 10px 0; float:left; padding: 10px; color:#999999; border-bottom:1px dashed #999999;}

.mid-section-right p   { color:#999999; font-size:14px; line-height: 17px; padding: 15px; 
}

.box { border:1px dashed #999999; padding: 10px; color:#CCCCCC; margin-top:20px;}
.box img { border:1px solid #999999; padding: 7px; margin-right: 20px;}'
.box li { margin-left: 5px;}
.box h2   { margin:5px auto 10px 0; float:left; padding: 10px; color:#999999;}

 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


#regular_logo  
{
background-image:url(../img/logo.png); 
width:234px; 
height:64px;  
} 

.transbox  {
width: 230px;
height: 175px;
background-color: #000;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.9;
}


/* ---------------------- Redslate nav ---------------------- */
.red #slatenav{height:42px;font-size:16px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
.red #slatenav ul{margin:0; padding:0; list-style:none;}
.red #slatenav ul li{float:left;margin:0 1px 0 0;}
.red #slatenav ul li a{ display:block;float:left;color:#999;text-decoration:none;padding:12px 16px 0 16px;height:28px;}
.red #slatenav ul li a:hover,.red #slatenav ul li a.current{color:#fff;background:transparent url(../img/redslate_backgroundOVER.gif) no-repeat top center;}
.red #slatenav ul li a:hover,.red #slatenav ul li a.dark{color:#999;background:transparent url(../img/button.gif) no-repeat top center;}
/* ---------------------- END Redslate nav ---------------------- */

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
 
 