/* CSS Document */


/* -- General Formating------------------------------ */



html, body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

html { background: #c1c4cd url(../images/general/bgBody.png) repeat-x top left;}
.bgBody{ background: url(../images/general/shadow2.png) repeat-y bottom center;}



/* -- template home shell ------------------------------ */
#headerPrint { display:none;
}

#shadow		  { min-height:100%; }
* html #shadow	 { height:100%; }


#container {
	margin: 0 auto;
	width: 770px;
	padding: 0px;
	border-right: 1px groove #333333;
	border-left: 1px groove #333333;
	background: #FFFFFF; display:block;
}

#container		  { min-height:100%; }
* html #container { height:100%; }



#titusBanner {
	height: 105px; width: 100%; margin:0; border:0; padding:0; display: block; float: left; 
}

#topBannerImg{
	border:0; padding:0; margin:0;
	position: relative; width: 770px; color:#66676b; height:105px; z-index:60;
}

#topBannerNav{
	border:0;
	padding:0;
	margin:6px 6px 0px 630px;
	font-size:11px;
	display:block;
	position: absolute;
	width: 134px;
	color:#66676b;
	text-align:center;
	z-index:100;
	overflow: visible;
	visibility: visible;
	left:auto;
	top: 6px;
}
#topBannerNav a {text-decoration: none; color:#66676b;}
#topBannerNav a:hover {color:#1a3f67; text-decoration:underline;}
#topBannerNav p{
	border:0; padding-bottom:2px; margin:0; 
}


#topMenucontainer{
	padding:0; border:0; margin:0; display:block; clear:left; float:left;  width:100%; height:25px; background-color:#ffffff; border-bottom:1px solid #333333;}
	

/* -- images ------------------------------ */
#imageContainer {
	margin:0; padding:6px 6px; display:block; clear:left; float:left;  width:758px; height:84px; background-color:#ffffff; 
} 

#imageContainer img {
	margin:0; padding:0; border:1px solid #b2b5c0;
} 


/* -- slogan------------------------------ */
#slogan {
	clear:left; padding: 5px 6px 6px 6px; border:1px solid #333333; margin:0px 6px 6px 6px; display:block; width:744px; height:13px; color:#FFFFFF; font-size:11px; font-weight:bold; background: #501f4d url(../images/general/bgSlogan.png) repeat-x center center; text-align:center;
} 

/* -- breadcrumb------------------------------ */
#breadcrumb {
	clear:left; padding:0; margin:0px 6px 6px 6px; display:block; width:758px; line-height:16px;  color: #000000; font-size:11px; font-weight: normal; background-color:#FFFFFF; text-align: left;
} 


/* -- 2 body columns ------------------------------ */
#columnContainer {
	padding:0; border:0; margin:0px 6px 6px 6px; display:block; width:758px; background-color: #FFFFFF; 
} 


#columnContainer table.tableContainer{
	border:0; padding:0; margin:0; width:758px;
}

#columnContainer td.oneTable{
	border:1px solid #b2b5c0; padding: 0px 6px 6px 6px; margin:0; width:742px; display: compact;
	background-color: #ffffff;
}

#columnContainer td.left{
	border:1px solid #b2b5c0; padding: 0px 6px 6px 6px; margin:0; width:533px; display: compact;
	background-color: #ffffff;
}

#columnContainer td.middle{
	border:0; padding: 0; margin:0; width:6px;
	background-color: #ffffff;
}

#columnContainer td.right{
	border:1px solid #b2b5c0; border-bottom-width:0; padding:0; margin:0; width:203px; display: compact;
	background: #d0d1d6 url(../images/general/bgcolumns.png) repeat; 
}




/* -- news  column ------------------------------ */

.titlesNewsEvents {
	border:0; padding: 5px 6px; margin:0; width:191px; height:15px; display:block;
	background: #bdc0c9 url(../images/general/titleColBg.png) repeat-x center center; font-size:11px; font-weight:bold;

}

#news a{
	font-size:11px; text-decoration:none; color:#000000;
} 

#news a:hover{
	color:#1a3f67; text-decoration:underline; 
}
 
#news ul {
 	  margin:4px 0px 6px 6px; /* Removes browser default margins applied to the lists. */
	  padding:0; /* Removes browser default padding applied to the lists. */
}



#news li {
	  padding:2px 15px; /* Removes browser default padding applied to the list items.	   */
	  margin: 0px;
	  list-style: none;
	  border: 0px;
	  background: url(../images/general/bulletCol.png) no-repeat 0px 5px;
	  font-size: 11px;
	  font-weight: normal; 
	  width:161px;
}

.newsDate { color: #022b58;}
.newsDescription { color: #000000;}

a.contactMeBtn{
background: transparent url(../images/general/square-gray-left.gif) no-repeat bottom left;
display: block;
float: none;
font: normal 12px Verdana; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none; width:70%;
}

a:link.contactMeBtn, a:visited.contactMeBtn, a:active.contactMeBtn{
color: black; /*button text color*/
}

a.contactMeBtn span{
background: transparent url(../images/general/square-gray-right.gif) no-repeat bottom right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.contactMeBtn:hover{ /* Hover state CSS */
background-position: top left;
}

a.contactMeBtn:hover span{ /* Hover state CSS */
background-position: top right;
color: 494949;
}



/* -- bottom menu ------------------------------ */
#space{
	clear: both; float:left; height:0px;
} 

#bottomMenu {
	padding:6px; border:0; display:block; width:758px; color:#000000; font-size:11px; font-weight: normal; text-align:center;
} 

#bottomMenu .footer{
	font-size:11px;text-align:center;
} 

#bottomMenu p{
	margin: 4px 0px;
	padding:0; line-height:14px;
} 


#bottomMenu a {font-size:11px; text-decoration:underline; color:#000000;}
#bottomMenu a:hover {color:#1a3f67;}

.minitext {
  font: normal 0.7em Arial, sans-serif;
  color: Black;
}

.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
 

