/* CSS Document */

/* hides accessibility & handheld elements */

.hide
{
	position: absolute;
	left: -9999px;
	background: inherit;
}
.handheld
{
	display: none;
}


/*********** General Styles ***********/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #999999;
	background-image: url(../images/page/bodyBg.jpg);
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a
{
	color: #069;
	text-decoration: none;
}

a:visited
{
	color: #069;
}
a:hover
{
	color: #000;
	text-decoration: none;
}
a:active
{
	color: #333;
}

p
{
	margin: 0px;
	padding: .3em 10px .7em 10px;
	font-size: 95%;
}
h1, h2, h3, h4, h5
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #105C85;
	margin: 0px;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 1.1em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: .9em;
}
h6
{
	font-size: .8em;
}
h1, h2, h3, h4, h5, h6
{
	padding: .5em 10px .5em 10px;
}
/*ol
{
	margin: 0px;
	padding: 0px;
}*/
li
{
	margin: 0px 5px .25em 0px;
}
.imgL
{
	float: left;
	padding-right: 10px;
}
.imgR
{
	float: right;
	padding-left: 10px;
}
.imgC
{
	text-align: center;
	padding: 0px 10px 0px 10px;
}
.clear
{
	clear: left;
}
/*********** Page Layout ***********/

#container
{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666;
	padding: 0px;
}
.banner
{
	height: 132px;
	width: 1000px;
	background-repeat: no-repeat;
}
#banner
{
	background-image: url(../images/page/banner.jpg);
}
#bannerBRAC
{
	background-image: url(../images/page/bannerBRAC.jpg);
}
/* for IE6 and below */
* html #banner
{
	height: 107px;
}

#mdlogo
{
	float: left;
	height: 132px;
	width: 168px;
}
@media handheld
{
	#mdlogo
	{
		display: none;
	}
}

#global
{
	float: right;
	padding: 0px 0px 5px 5px;
}
#global2
{
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px 10px 10px 12px; *padding:5px10px0px10px;/* IE only padding */
}

#searchForm
{
	float: right;
	padding: 20px 10px 0px 0px; *padding:10px10px0px0px;/* IE only padding */
}
.searchButton
{
	left: -4px; *left:-8px;/* IE only position */
position:relative;
top:8px;
*top:4px;/* IE only position */
}
.searchTextBox
{
	height: 16px;
	font-size: .6875em; /* (10/16) */
}
#tools
{
	float: right;
	clear: right;
	margin: 5px 15px 0px 0px;
	font-size: 85%;
}
#tools a
{
	color: #DCDCDC;
}
#tools ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#tools li
{
	display: inline;
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
}
.mail
{
	background-image: url(../images/icons/mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.print
{
	background-image: url(../images/icons/print.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#page
{
	float: left;
	width: 1000px;
	margin: 0px;
}
#leftSide
{
	width: 148px;
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
#content
{
	float: left;
	display: inline;
	position: relative;
	width: 820px;
	background-color: #fff;
	background-image: url(../images/page/ContentTopRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 0px 10px 0px;
}
#content
{
	font-size: 95%;
}

#footer
{
	clear: both;
	color: #E3E3E3;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 5px 0px;
}
#footer a
{
	color: #ff9;
}

/*********** Horizontal Navigation  ***********/

img
{
	border: none;
}

#navTab
{
	float: left;
	margin: -25px 0 0 0px;
	display: inline;
	position: relative;
	width: 800px;
	line-height: 1.5;
}

#navTab ul
{
	margin: 0;
	padding: 0px 10px 0 0;
	list-style: none;
}
#navTab li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#navTab a
{
	float: left;
	font-weight: bold;
	background: url(../images/page/tabLeft.gif) no-repeat left top;
	margin: 0;
	padding: 0 2px 0 4px;
	text-decoration: none;
}
#navTab a span
{
	float: left;
	display: block;
	background: url(../images/page/tabRight.gif) no-repeat right top;
	padding: 3px 12px 3px 4px;
	color: #333;
}
/* Small hack for IE5-Mac \*/
#navTab a span
{
	float: none;
	margin-left: 2px;
}
/* End IE5-Mac hack */

#navTab a:hover span
{
	color: #000;
}
#navTab a:hover
{
	background-position: 0% -48px;
}
#navTab a:hover span
{
	background-position: 100% -48px;
}
#navTab #current a
{
	background-position: 0% -48px;
}
#navTab #current a span
{
	background-position: 100% -48px;
}
/*** Customize, and name <body> id for active state  ***/

body#ctl00_t-home #t-home a, body#ctl00_t-programs #t-programs a, body#ctl00_t-neighborhood #t-neighborhood a, body#ctl00_t-housing #t-housing a, body#ctl00_t-business #t-business a, body#ctl00_t-investor #t-investor a, body#ctl00_t-registration #t-registration a, body#ctl00_t-directions #t-directions a, body#ctl00_t-contact #t-contact a, body#ctl00_t-brac #t-brac a
{
	background-position: 0% -48px;
}
body#ctl00_t-home #t-home a span, body#ctl00_t-programs #t-programs a span, body#ctl00_t-neighborhood #t-neighborhood a span, body#ctl00_t-housing #t-housing a span, body#ctl00_t-business #t-business a span, body#ctl00_t-investor #t-investor a span, body#ctl00_t-registration #t-registration a span, body#ctl00_t-directions #t-directions a span, body#ctl00_t-contact #t-contact a span, body#ctl00_t-brac #t-brac a span
{
	background-position: 100% -48px;
	color: #000;
}

/*********** Sidebar Navigation  ***********/

.sideLinks
{
	text-align: right;
	width: 148px;
	margin: 0px;
	display: block;
	color: White;
}
.sideLinks h2
{
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 110%;
	color: #ff9;
	border-bottom: 1px solid #cc9;
}
.sideLinks h3
{
	color: #fff;
	padding-bottom: 5px;
}
.sideLinks ul
{
	list-style-type: none;
	padding: 0px;
	margin: -5px 0px 0px 0px;
}
.sideLinks li
{
	margin: 0px;
	padding: 2px 0px 2px 2px;
}
.sideLinks a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #f1f1f1;
}
.sideLinks a:visited
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #f1f1f1;
}
.sideLinks a:hover
{
	display: block;
	color: #FC0;
}
.sideLinks p
{
	color: #30f;
}
/*********** Content Layout ***********/
#ColumnRight
{
	position: relative;
	width: 240px;
	display: inline;
	float: left;
	margin: 0px;
}
#ColumnMain
{
	position: relative;
	width: 570px;
	display: inline;
	float: left;
	margin: 0px;
}

/* allows for up to 11 unique Columns - (need to add letters in html if more than 1 of same is used) -  */
#Column560, #Column560a, #Column560b, #Column560c, #Column560d, #Column560e, #Column560f, #Column560g, #Column560h, #Column560i, #Column560j, #Column470, #Column470a, #Column470b, #Column470c, #Column470d, #Column470e, #Column470f, #Column470g, #Column470h, #Column470i, #Column470j, #Column320, #Column320a, #Column320b, #Column320c, #Column320d, #Column320e, #Column320f, #Column320g, #Column320h, #Column320i, #Column320j, #Column275, #Column275a, #Column275b, #Column275c, #Column275d, #Column275e, #Column275f, #Column275g, #Column275h, #Column275i, #Column275j, #Column230, #Column230a, #Column230b, #Column230c, #Column230d, #Column230e, #Column230f, #Column230g, #Column230h, #Column230i, #Column230j, #Column180, #Column180a, #Column180b, #Column180c, #Column180d, #Column180e, #Column180f, #Column180g, #Column180h, #Column180i, #Column180j, #Column800, #Column800a, #Column800b, #Column800c, #Column800d, #Column800e, #Column800f, #Column800g, #Column800h, #Column800i, #Column800j, #Column152, #Column152a, #Column152b, #Column152c, #Column152d, #Column152e, #Column152f, #Column152g, #Column152h, #Column152i, #Column152j, #Column132, #Column132a, #Column132b, #Column132c, #Column132d, #Column132e, #Column132f, #Column132g, #Column132h, #Column132i, #Column132j
{
	position: relative;
	float: left;
	display: inline;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
#Column800, #Column800a, #Column800b, #Column800c, #Column800d, #Column800e
{
	width: 800px;
}
#Column560, #Column560a, #Column560b, #Column560c, #Column560d, #Column560e, #Column560f, #Column560g, #Column560h, #Column560i, #Column560j
{
	width: 560px;
}
#Column470, #Column470a, #Column470b, #Column470c, #Column470d, #Column470e, #Column470f, #Column470g, #Column470h, #Column470i, #Column470j
{
	width: 470px;
}
#Column320, #Column320a, #Column320b, #Column320c, #Column320d, #Column320e, #Column320f, #Column320g, #Column320h, #Column320i, #Column320j
{
	width: 320px;
}
#Column275, #Column275a, #Column275b, #Column275c, #Column275d, #Column275e, #Column275f, #Column275g, #Column275h, #Column275i, #Column275j
{
	width: 275px;
}
#Column230, #Column230a, #Column230b, #Column230c, #Column230d, #Column230e, #Column230f, #Column230g, #Column230h, #Column230i, #Column230j
{
	width: 230px;
}
#Column180, #Column180a, #Column180b, #Column180c, #Column180d, #Column180e, #Column180f, #Column180g, #Column180h, #Column180i, #Column180j
{
	width: 180px;
}
#Column152, #Column152a, #Column152b, #Column152c, #Column152d, #Column152e, #Column152f, #Column152g, #Column152h, #Column152i, #Column152j
{
	width: 152px;
}
#Column132, #Column132a, #Column132b, #Column132c, #Column132d, #Column132e, #Column132f, #Column132g, #Column132h, #Column132i, #Column132j
{
	width: 132px;
}

.imgFloat
{
	/* when using images INSTEAD of Columns - (width should be one of above) */
	position: relative;
	float: left;
	margin: 0px 0px 10px 10px;
}
.imgGov
{
	/* rises 10px higher */
	position: relative;
	float: left;
	display: inline;
	margin: -10px 0px 10px 10px;
}

/*********** BOX STYLES  ***********/

/*********** For Left Sidebar  ***********/
.boxLside
{
	float: left;
	width: 148px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 7px;
	background-color: #333;
	color: #ccc;
}
.boxLside h2
{
	font-size: 90%;
	margin: 0px;
	font-weight: bolder;
	padding: 4px 5px 0px 10px;
	color: #ff9;
}
.boxLside a
{
	color: #DCDCDC;
}
.boxLside a:visited
{
	color: #ccc;
}
.boxLside a:hover
{
	color: #fff;
}
.boxLside ul
{
	padding-top: 5px;
	list-style-type: none;
}
.boxLside li
{
	font-size: 95%;
	margin-left: 10px;
	padding-left: 15px;
	background-image: url(../images/icons/arrowGrey2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/*********** For Content Area (& Right Sidebar) ***********/
/*********** Background = #CCCCCC ***********/

/*********** GENERIC BOXES  ***********/

/****** boxBlank ******/
.boxBlank
{
	background-color: #fff;
	padding-bottom: 5px;
	background-image: url(../images/page/CornerBottomRight.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.boxBlank h1
{
	background-image: url(../images/page/CornerTopLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.boxBlank h2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-style: oblique;
}
.boxBlank img
{
	margin: 10px 0px 0px 0px;
}

/****** boxGrey ******/
.boxGrey
{
	background-color: #E1E1E1;
	background-image: url(../images/page/CornerBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxGrey h2
{
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	background-color: #AFAFAF;
	background-image: url(../images/page/CornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000000;
	border-bottom: 2px solid #999;
	font-size: 120%;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-style: oblique;
}
.boxGrey h3
{
	text-transform: uppercase;
}
.boxGrey ul
{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
}
.boxGrey ol
{
	list-style-type: decimal;
	padding-left: 30px;
	padding-right: 5px;
}
.boxGrey li
{
	border-bottom: 2px dotted #fff;
	margin: 0px 5px 3px 0px;
	padding-bottom: 3px;
}

/****** boxDkGrey ******/
.boxDark
{
	background-color: #333;
	background-image: url(../images/page/CornerBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #ccc;
}
.boxDark h2
{
	background-color: #505050;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	background-image: url(../images/page/CornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #999;
	font-size: 120%;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-style: oblique;
	color: #fff;
}
.boxDark h3
{
	text-transform: uppercase;
	color: #ccc;
}
.boxDark h4
{
	color: #ccc;
	font-size: 90%;
}
.boxDark ul
{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
}
.boxDark ol
{
	list-style-type: decimal;
	padding-left: 30px;
	padding-right: 5px;
}
.boxDark li
{
	border-bottom: 2px dotted #666;
	margin: 0px 5px 3px 0px;
	padding-bottom: 3px;
}
.boxDark a
{
	color: #fff;
}
.boxDark a:visited
{
	color: #ccc;
}
.boxDark a:hover
{
	color: #ffc;
}

/****** boxWhite ******/
.boxWhite
{
	background-color: #fff;
	background-image: url(../images/page/CornerBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxWhite h2
{
	padding: 5px 5px 5px 10px;
	background-image: url(../images/page/CornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #fff;
	font-family: Georgia, "Times New Roman" , Times, serif;
}
.boxWhite h3
{
}
.boxWhite ul
{
	margin-top: 5px;
	padding: 0px 7px 5px 10px;
	list-style-image: url(../images/icons/arrowOchre.gif);
	background-repeat: no-repeat;
}
.boxWhite ol
{
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxWhite li
{
	margin-left: 15px;
}
.boxWhite p
{
	border-bottom: 2px dotted #ccc;
	padding-bottom: 4px;
}

/****** boxColor ******/
.boxColor
{
	border: #B0BEc7 1px solid;
}
.boxColor h2
{
	Qbackground-image: url(../images/page/Hservices.gif);
	padding: 5px 5px 5px 10px;
	background-repeat: no-repeat;
	font-size: 95%;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #000000;
}
.boxColor h3
{
	color: #286D88;
}
.boxColor h4
{
	text-transform: uppercase;
	font-style: normal;
	font-size: 90%;
	color: #283F4F;
}
.boxColor ul
{
	margin-top: 5px;
	padding: 0px 7px 5px 5px;
	list-style-image: url(../images/icons/Bullet.gif);
}
.boxColor ol
{
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxColor li
{
	margin-left: 0px;
}
.boxColor p
{
	border-bottom: 2px dotted #FFFFFF;
	padding-bottom: 4px;
}

/*********** SUBJECT BOXES  ***********/
/****** boxServices ******/
.boxServices
{
	background-color: #F8F9DB;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
}
.boxServices h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxServices ul
{
	margin-top: 5px;
	padding: 0px 7px 0px 10px;
	list-style-image: url(../images/icons/arrowOchre.gif);
	background-repeat: no-repeat;
}
.boxServices ol
{
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxServices li
{
	margin-left: 15px;
}
.boxServices p
{
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px dotted #fff;
}
.boxServices h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hservices.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxFindit******/

.boxFindit
{
	background-color: #DFF3DE;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
}
.boxFindit h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxFindit ul
{
	margin-top: 5px;
	padding: 0px 7px 0px 10px;
	list-style-image: url(../images/icons/arrowGreen.gif);
	background-repeat: no-repeat;
}
.boxFindit ol
{
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxFindit li
{
	margin-left: 15px;
}
.boxFindit p
{
	padding: 5px 3px 5px 3px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px dotted #fff;
}
.boxFindit h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hfindit.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxPopular ******/

.boxPopular
{
	background-color: #F8E9EA;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxPopular h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxPopular ul
{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.boxPopular ol
{
	padding-left: 20px;
	margin-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.boxPopular li
{
	border-bottom: 2px dotted #E6B0B5;
	margin: 0px 5px 3px 0px;
	padding-bottom: 3px;
}
.boxPopular p
{
	padding: 0px 10px 5px 10px;
}
.boxPopular h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hpopular.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxFAQ ******/

.boxFAQ
{
	background-color: #F5EBC9;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxFAQ h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxFAQ ul
{
	margin-top: 5px;
	padding: 0px 7px 0px 10px;
	list-style-image: url(../images/icons/arrowRed.gif);
	background-repeat: no-repeat;
}
.boxFAQ ol
{
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxFAQ li
{
	margin-left: 15px;
}
.boxFAQ p
{
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px dotted #fff;
}
.boxFAQ h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hfaq.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxConnected ******/

.boxConnected
{
	background-color: #D6EBF3;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
}
.boxConnected h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxConnected ul
{
	margin-top: 5px;
	padding: 0px 7px 0px 10px;
	list-style-image: url(../images/icons/arrowSlate.gif);
	background-repeat: no-repeat;
}
.boxConnected ol
{
	margin-top: 5px;
	padding: 0px 7px 5px 20px;
}
.boxConnected li
{
	margin-left: 15px;
}
.boxConnected p
{
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px dotted #fff;
}
.boxConnected h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hconnect.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxMedia ******/
.boxMedia
{
	background-color: #464D6C;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #ccc;
}
.boxMedia h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #cff;
	height: 20px;
}
.boxMedia ul
{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.boxMedia li
{
	border-bottom: 2px dotted #758CB7;
	margin: 0px 5px 3px 0px;
	padding-bottom: 3px;
}
.boxMedia a
{
	color: #fff;
}
.boxMedia a:visited
{
	color: #ccc;
}
.boxMedia p
{
	padding: 0px 10px 5px 10px;
	color: #C0E1F5;
}
.boxMedia h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hmedia2.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxEvents ******/

.boxEvents
{
	background-color: #EBE7F5;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxEvents h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxEvents ul
{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.boxEvents li
{
	border-bottom: 2px dotted #D1C9E9;
	margin: 0px 5px 3px 0px;
	padding-bottom: 3px;
}
.boxEvents p
{
	padding: 0px 10px 5px 10px;
	color: #C0E1F5;
}
.boxEvents h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hevents.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/****** boxDocs ******/
.boxDocs
{
	background-color: #E1E1E1;
	background-image: url(../images/page/Hbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 3px;
}
.boxDocs h3
{
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 0px;
	color: #000;
	height: 20px;
}
.boxDocs p
{
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 2px dotted #fff;
}
.boxDocs h2
{
	padding: 5px 5px 5px 40px;
	background-image: url(../images/page/Hdocuments.gif);
	background-repeat: no-repeat;
	border-right: 2px solid #999;
	background-color: #E6E6E6;
	font-style: oblique;
	color: #000;
	height: 20px;
}

/******** Document Types *****/
.pdf, .doc, .docx, .xls, .xlsx, .mdf, .ppt, .txt, .jpg, .gif, .zip
{
	padding: 0 15px 0 0;
	cursor: hand;
}
.pdf
{
	background: transparent url(../images/icons/acrobat.gif) no-repeat center right;
}
.doc, .docx
{
	background: transparent url(../images/icons/word.gif) no-repeat center right;
}
.xls, .xlsx
{
	background: transparent url(../images/icons/excel.gif) no-repeat center right;
}
.mdf
{
	background: transparent url(../images/icons/access.gif) no-repeat center right;
}
.ppt
{
	background: transparent url(../images/icons/powerpoint.gif) no-repeat center right;
}
.txt
{
	background: transparent url(../images/icons/text.gif) no-repeat center right;
}
.jpg, .gif
{
	background: transparent url(../images/icons/image.gif) no-repeat center right;
}
.zip
{
	background: transparent url(../images/icons/zip.gif) no-repeat center right;
}
