/* Start of CMSMS style sheet 'raynet-style' */
dfn {
   position: absolute;
   left: -1000px; top: -1000px;
   width: 0; height: 0;
   overflow: hidden;
   display: inline;
}

body {
	margin: 0; padding 0;
        font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #202020; 
	background: #dddddd url(/uploads/images/layout/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a {  color: #4284B0; text-decoration: none; }
a:hover { color: #9EC068; }

/* headers */
h1, h2, h3 { color: #333; }
h1 { font-size: 1.7em; color: #008000; } 
h2 { font-size: 1.4em; color: #008000; }
h3 { font-size: 1.2em; }

h1, h2, h3 { padding-top:15px; padding-bottom:10px; margin-left: 15px; }

/* images */
img { border: 0px; }
img.no-border { border: none; }
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }
a img { border: 2px solid #568EB6; }
a:hover img {  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6; }

/* form elements */

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
#searchform form  {
	color: #000;
            float: right; 
             background: transparent;
	border: none;
}
#searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
}
#searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
}

/**** LAYOUT ****/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

#header {
	position: relative;
	height: 85px;	
	background: #000 url(/uploads/images/layout/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform { position: absolute; top: 0; right: -12px; }

/* main */
#main {
	font-size: 1.2em;
        float: left;
	margin-left: 10px;
	width: 620px;		
}

#main p { margin: 15px 15px; }

#sidebar {
	text-align: left; float: left;
	width: 170px;
	margin-left: 0px;
        font-size: 1.2em;
	font-weight: bold;
}

#sidebar ul {padding-top: 6px; text-decoration: none; }

.currentpage li a {width: 160px; display: block; color: #000; background-color: #fff; padding-top: 6px; padding-bottom: 6px }

#sidebar a { color: #008000;
background-color: #fff;
text-decoration: none;
text-align: left; }

#sidebar a:hover {background-color: #202020; color: #f6fb00; text-decoration: underline;}

/* Footer */
#footer { 
	clear: both; 
	color: #000; 
	background: #dddddd; 
	border-top: 5px solid #aaaaaa;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #000;
}
#footer .footer-left{ float: left; width: 65%; }
#footer .footer-right{ float: right; width: 30%; }

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/uploads/images/layout/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/uploads/images/layout/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span { color:#000; }
#header a:hover { background-position:0% -42px; }
#header a:hover span { background-position:100% -42px; }
#header #current a { background-position:0% -42px; color: #000; }
#header #current a span { background-position:100% -42px; color: #000; }
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
/* End of 'raynet-style' */

