/*------------------- Body ---------------------------------------------*/
body {
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
* {
	margin:0; 
	padding:0;
}
table {
	background-repeat:repeat-x;
}

td {
	padding:0px;
}

#data td {
	padding:7px;
}

img.contentLeft{
	margin: 7px 7px 7px 7px;
	float:left;
}

img.contentRight{
	margin: 7px 7px 7px 7px;
	float:right;
}

#menu {
	vertical-align:top;
	padding-top:20px;
	padding-left:7px;
}
img.CenterStar{
	text-align:center;
	margin: 17px 7px 0px 7px;
}

p.contactInfo {
	font-size:12px;
}

p.eventsTitle {
	font-size:14px;
	border:solid #465975 1px;
	padding: 3px;
	margin-right:7px;
	background-color:#660000;
	color:#FFFFFF;
	font-weight:bold;
}
p.events {
	font-size:13px;
	border:solid #465975 1px;
	padding: 10px;
	margin-right:7px;
	text-align:left;
}
div#pic {
	height:160px;
}

div#pic img{
	border:none; 
	width:140px;
}

p.events a:link{	
	color:#465975;
}
p.events a:visited{
	color:#465975;
}
p.events a:hover {
	color:#660000;	
}

/*------------Container ----------------------*/
div#Container {
	width:100%;

}
	
/*------------ Navigation Bar (Courts | Services | Directory) --------------------------*/
div#TopNav {
	float:left;
	width:100%;
	height:33px;
	background-image:url(../images/topnav.gif);
	background-repeat:repeat-x;
}

div#TopNav ul {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float:right;
	font-size:.75em;
	color:#807C70;
	list-style-type:none;
	margin:0 10px 0 0;
	width:100%;
}
div#TopNav li {
	float:right;
	margin: 7px 8px 5px 0;
}
div#TopNav li.left {
	float:left;
	margin: 0px 0px 0px 0px;
}
div#TopNav li.search {
	margin: 0 0 20px 0;
}
div#TopNav input.button { 
	background-color: #D1DEEA; 
	border: 2px outset; 
	margin: 5px 0 0 0;
	font-weight:bold;
	color:#7D8388;
	font-size: 1.1em;
}

div#TopNav a:link{	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div#TopNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div#TopNav a:hover {
	color:#fff2d7;
	text-decoration:none;
	font-weight:bold;
}

/*---------------- Banner ------------------------*/
div#Banner {

	width:100%;
	background-color:#475964;
	float:left;
	border-bottom: 1px solid #7f2133;
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*---------------- Sub Navigation (HR | Auditor | ITD) ------------------------*/
div#SubNav {
	float:left;
	width:100%;
	height:32px;
	background-image:url(../images/subnav.gif);
	background-repeat:repeat-x;
	

}
div#SubNav ul {
	font-size:.7em;
	list-style-type:none;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:52em;
	
}


div#SubNav li{
	float:left;
	margin:9px 15px 0 15px;
}
div#SubNav a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
div#SubNav a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
div#SubNav a:hover {
	color:#CCCCCC;
	text-decoration:none;
}


/*-------------------------------- BreadCrumbs -----------------------------------------------------*/
div#BreadCrumbBar {
	font-size:.7em;
	margin:4px 0 7px 15px;
	color:#fff2d7;
}
div#BreadCrumbBar a:link{
	font-weight:bold;
	color:#fff2d7;
	text-decoration:none;
}
div#BreadCrumbBar a:visited{
	font-weight:bold;
	color:#fff2d7;
	text-decoration:none;
}
div#BreadCrumbBar a:hover {
	background-color:#E7EFF4;
	font-weight:bold;
	color:#817370;
	text-decoration:none;
}

/*-------------------------------- Left Column ---------------------------------------------*/
div#LeftColumn {
	float:left;

}
div#LeftColumn p {
	font-size:.7em;
	color:#4E4C47;	
	padding:10px 10px 10px 10px;
}
div#LeftColumn a:link {
	font-weight:bold;
	color:#807C70;
	text-decoration:none;
}
div#LeftColumn a:visited {
	font-weight:bold;
	color:#807C70;
	text-decoration:none;
}
div#LeftColumn a:hover {
	color:#ADABA5;
	text-decoration:underline;
}


/*----------------------------Left Column Navigation--------------------------------------*/
div#LeftColumn {
	float:left;
	width:30%;
	height:300px;
	background-color:#00FFCC;
	
}


/*-------------------------------- Application Column -----------------------------------------------------*/
div#AppColumn {
	float:left;
	width:900px;
	height:90%;
	background-color:#eee;
	border-top: 2px solid #475964;
	border-bottom: 2px solid #475964;
	border-left: 2px solid #475964;
	border-right: 2px solid #475964;
	margin:20px 20px 0 0px;
	padding: 7px 3px 7px 3px;
	text-align:center;
}

div#AppColumn p {
	text-align:left;
	margin:7px 3px 0 3px;
	font-size:.7em;
	color:#3B3125;
}
div#AppColumn p.title {
	text-align:left;
	font-size:1em;
	font-weight:bold;

	border-bottom: 1px dotted #9D6565;
	margin:0 7px 20px 7px;
}
div#AppColumn a:link{
	color:#804539;
	text-decoration:underline;
}
div#AppColumn a:visited{
	color:#804539;
	text-decoration:underline;
}
div#AppColumn a:hover {
	color:#817370;
	text-decoration:none;
}

/*--------------------------------- Center Content ----------------------------------------------*/
div#CenterContent {
	width:99%;
	margin:7px 3px 10px 3px;
	float:inherit;
	
}
div#CenterContent ul {	
	background-image:url(../images/bodyBack.jpg);
	background-repeat:repeat;
	border-top: 2px solid #7f2133;
	border-bottom: 2px solid #7f2133;
	border-left: 2px solid #7f2133;
	border-right: 2px solid #7f2133;
	background-color:#e8edef;
	list-style-type:none;
	font-size:.7em;
	color:#000000;
	padding:0 0 7px 0;
}
div#CenterContent li.maintitle {
	background-image:url(../images/titleBack.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:left;
	font-size:1.3em;
	margin:0px 0px 0px 0px;
	padding-top:7px;
	text-indent:7px;
	color:#FFFFFF;
	height:30px;
}

div#CenterContent li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.3em;
	margin:7px 7px 2px 7px;
	color:#272727;
}

div#CenterContent li.pdf {
	text-align:left;
	background-image: url(../../images/adobe_pdf_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContent li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 3px 7px;
}

div#CenterContent li.center {
	text-align:center;
	font-size:1em;
	margin: 0 7px 3px 7px;
}

div#CenterContent li.feature {
	
	text-align:center;
	margin:15px 0 7px 0;
}
div#CenterContent li.pic {
	text-align:center;
	margin:0px 0 7px 0;
}


div#CenterContent img{
	margin:0 7px 0 7px;
	border:none;
}

div#CenterContent img.border{
	border:#7f2133 1px solid;
}

div#CenterContent li.divider {
	background:url(../images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;
}
div#CenterContent a:link{
	color:#7f2133;
	text-decoration:underline;
}
div#CenterContent a:visited{
	color:#7f2133;
	text-decoration:underline;
}
div#CenterContent a:hover {
	color:#475964;
	text-decoration:underline;
}




/*--------------------------------- Center Left Content----------------------------------------------*/
div#CenterContentLeft {
	margin:7px 4px 10px 4px;
	width:48%;
	float:left;

}
div#CenterContentLeft ul {
	background-image:url(../images/bodyBack.jpg);
	background-repeat:repeat;
	border-top: 2px solid #7f2133;
	border-bottom: 2px solid #7f2133;
	border-left: 2px solid #7f2133;
	border-right: 2px solid #7f2133;
	background-color:#e8edef;
	list-style-type:none;
	font-size:.7em;
	color:#000000;
	padding:0 0 7px 0;
}

div#CenterContentLeft li.maintitle {
	background-image:url(../images/titleBack.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:left;
	font-size:1.3em;
	margin:0px 0px 0px 0px;
	padding-top:7px;
	text-indent:7px;
	color:#FFFFFF;
	height:30px;

}

div#CenterContentLeft li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.3em;
	margin:7px 7px 2px 7px;
	color:#272727;
}
div#CenterContentLeft li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 5px 7px;
}
div#CenterContentLeft li.pic {
	text-align:center;
	margin:0 0 7px 0;
}
div#CenterContentLeft img.border{
	border:#7f2133 1px solid;
}


div#CenterContentRight li.pic{
	text-align:center;
	margin:0 0 7px 0;
}
div#CenterContentRight img {
	border:none;
}

div#CenterContentLeft li.divider {
	background:url(../images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;
}
div#CenterContentLeft a:link{
	color:#7f2133;
	text-decoration:underline;
}
div#CenterContentLeft a:visited{
	color:#7f2133;
	text-decoration:underline;
}
div#CenterContentLeft a:hover {
	color:#475964;
	text-decoration:underline;
}


/*--------------------------------- Center Right Content----------------------------------------------*/
div#CenterContentRight {
	margin:7px 4px 10px 4px;
	width:48%;
	float:right;

}
div#CenterContentRight ul {
	background-image:url(../images/bodyBack.jpg);
	background-repeat:repeat;
	border-top: 2px solid #7f2133;
	border-bottom: 2px solid #7f2133;
	border-left: 2px solid #7f2133;
	border-right: 2px solid #7f2133;
	background-color:#e8edef;
	list-style-type:none;
	font-size:.7em;
	color:#000000;
	padding:0 0 7px 0;
}

div#CenterContentRight li.maintitle {
	background-image:url(../images/titleBack.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:left;
	font-size:1.3em;
	margin:0px 0px 0px 0px;
	padding-top:7px;
	text-indent:7px;
	color:#FFFFFF;
	height:30px;
}

div#CenterContentRight li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.3em;
	margin:7px 7px 2px 7px;
	color:#272727;
}
div#CenterContentRight li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 5px 7px;
}
div#CenterContentRight li.pic{
	text-align:center;
	margin:0 0 7px 0;
}
div#CenterContentRight img {
	border:none;
}
div#CenterContentRight img.border{
	border:#7f2133 1px solid;
}

div#CenterContentRight li.divider {
	background:url(../images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;
}
div#CenterContentRight a:link{
	color:#7f2133;
	text-decoration:underline;
}
div#CenterContentRight a:visited{
	color:#7f2133;
	text-decoration:underline;
}
div#CenterContentRight a:hover {
	color:#475964;
	text-decoration:underline;
}







/*-------------------------------- FULL Column -----------------------------------------------------*/
div#FullColumn {
	float:left;
	width:97%;
	height:100%;
	background-color:#f9f8f5;
	border-top: 10px solid #e9e2d5;
	border-bottom: 3px solid #7c725f;
	border-left: 1px solid #7c725f;
	border-right: 1px solid #7c725f;
	margin:0 3px 0 10px;
	padding: 7px 3px 7px 3px;
	text-align:center;
}

div#FullColumn p {
	text-align:left;
	margin:7px 3px 0 3px;
	font-size:.7em;
	color:#3B3125;
}
div#FullColumn p.title {
	text-align:left;
	font-size:1em;
	font-weight:bold;
	border-bottom: 1px solid #9D6565;
	margin:0 0 20px 0;
}
div#FullColumn a:link{
	color:#804539;
	text-decoration:underline;
}
div#FullColumn a:visited{
	color:#804539;
	text-decoration:underline;
}
div#FullColumn a:hover {
	color:#817370;
	text-decoration:none;
}
/*-------------------------- Footer -------------------------------------*/
div#Footer {
	float:left; 
	width:100%;
	height:33px;
	margin:10px 0 0 0;
	background-image:url(../images/subnav.gif);
	background-repeat:repeat-x;
}
div#Footer ul {
	font-size:.7em;
	list-style-type:none;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:35em;
}


div#Footer li{
	float:left;
	margin:9px 15px 0 15px;
}
div#Footer a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
div#Footer a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
div#Footer a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
