/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 70% Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: center;
}

#leftsidebar {
	margin: 0 auto;
	width: 760px;
	border-top: 5px solid #982722;
	border-bottom: 5px solid #982722;
	border-right: 1px solid #982722;
	border-left: 1px solid #982722;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	background-image: url(images/Im_blueprint2.jpg);
}

#header {
margin: 0 0 8px 0;
border: 0;

} #tabs4 {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #B3B3B3;
	font-weight: bold;
	height: auto;
	background-color: #FFFFFF;
}
#tabs4 ul {
	  margin:0;
	  padding:0px 10px 0px 10px;
	  list-style:none;
}
#tabs4 li {
      display:inline;
      margin:0;
      padding:0
}
#tabs4 a {
      float:left;
      background:url("images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0px 0px 0px 7px;
      text-decoration:none;
}
#tabs4 a span {
	float:left;
	display:block;
	background:url("images/tabright4.gif") no-repeat right top;
	padding:5px 15px 5px 5px;
	color:#000000;
}
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#000000;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }
	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
	background-position:100% -42px;
      }

.leftnews {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	width: 137px;
	line-height: 1.3em;
	float: left;
	font-size: 0.9em;
	color: #999999;
}

.rightnews {
float: right;
width: 95px;
margin: 0 0 0px 0px;
padding: 5px;
font-size: 0.9em;
line-height: 1.5em;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0px 0px 0px 157px;
	border-left: 1px dotted #f0f0f0;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
	text-align: justify;
	border-right: 1px solid #f0f0f0;
}

#content2 {
	margin: 0px 0px 0px 157px;
	border-left: 1px dotted #f0f0f0;
	padding: 0px 10px 0px 10px;
	line-height: 1.4em;
	text-align: justify;
	border-right: 1px solid #f0f0f0;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0 0;
}

#content img {
}

.greybox {
	background-color: #0073B4;
	margin: 0px;
	font-size: 0.9em;
	float: left;
	width: 600px;
	border-top: 1px solid #ffffff;
	padding-left: 160px;
	border-bottom: 1px solid #ffffff;
}

.dkgreybox {
	padding: 5px;
	margin: 0px;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.redbox {
	padding: 5px;
	width: 750px;
	margin: 0 auto;
}

.splittop {
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
}

.splitright {
	background-color: #ffffff;
	float: right;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 5px;
	text-align: justify;
}

.splitleft {
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 5px;
	text-align: justify;
}

h3 {
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
}

a {
text-decoration: none;
color: #0099FF;
}

a:hover {
text-decoration: underline;
color: #003399;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 760px;
	text-align: center;
	font-size: 0.9em;
	background-color: #B45956;
}

#footer a {
color: #CCCCCC;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #FFFFFF;
}

.left {
margin: 3px 5px 0px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.txt_mdgrey {color: #7E6E3D}
.txt_grey {color: #666666}
.txt_ltgrey {
	color: #F7F7F7;
}
.txt_mdgrey {color: #CCCCCC}
.txt_blue{color: #0066CC}
.txt_dkgrey {color: #333333}
.txt_ltblue {color: #74A8F5}
.txt_white {color: #FFFFFF}
.txt_red {
	color: #982722
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#logobox {
	background-image: url(images/logo_regal.gif);
}
#content img2 {
	display: inline;
	text-align: top;
}
