* {margin: 0px; padding: 0px;}

html {height: 100%;}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #831f56;
	background-image: url(../images/corner_left_tp.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Arial', Helvetica, Verdana, sans-serif;
	height: 100%;
	}
a img {border:none;}

scroll-bar{
	background-color: #FF99CC;
	border-bottom-color: #FF99CC;
	}
	
p.a {color: #990033;}


p {
	color: #5b5b5b;
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
	}

#context ul  {
	margin-left: 30px;
	font-size:78%;
	font-family: 'Arial', Helvetica, Verdana, sans-serif;
	color: #666;
	margin-bottom: 5px;
	}
	
#indent-list  {
	margin-left: 50px;
	padding-left: -50px;
	}
	
#indent-list-thrid  {
	margin-left: 100px;
	padding-left: -100px;
	}		
	
h1 {
	font-size: 95%;
	color: #3f3f3f;
	text-align: left;
	font-weight: 600;
	margin-bottom: 3px;
	}

h1.page-title {
	font-size: 87%;
	color: #333333;
	text-align: left;
	font-weight: bold;
	}

h2 {
	font-size: 93%;
	color: #B11A66;
	text-align: left;
	margin-bottom: 3px;
	}
	
h2.home {
	font-size: 104%;
	color: #B11A66;
	text-align: left;
	margin-bottom: 3px;
	}
	
h3 {
	font-size: 90%;
	color: #666;
	text-align: left;
	margin-bottom: 3px;
	}

h2.richPink {
	font-size: 85%;
	color: #9F1D53;
	text-align: left;
	}

h2.hotPink {
	font-size: 85%;
	color: #CC1C6C;
	text-align: left;
	}

h2.coolPink {
	font-size: 85%;
	color: #EC008C;
	text-align: left;
	}

p.black {
	color:#000000;
	}

p.dark-magenta {
	color:#a71c60;
	font-weight: 600;
	text-align: center;
	}

/*	*****************************************  */	
/*	CONTAINER div encapsulates the whole site  */
/*	=========================================  */	

#container {
	background-image: url(../images/corner_right_btm.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
#wrapper { /*background-image: url(../images/diag_bg-2.gif); background-repeat:repeat-y;*/
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 4%;
	width: 92%;
	z-index: 2;
	}

/* ************* BANNER ************* */	
#header {
	font-size: 65%;
	color: #999999;
	margin-top: 5px;
	z-index: 6;
	height: 14px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
	}	
	
#logo_img{
	position:relative;
	width: 49%;
	z-index:5;
	float:left;
	left:0px;
	height: 60px;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 9px;
	}

#logo_right {
	position:relative;
	width: 50%;
	height: 60px;
	z-index:8;
	float:right;
	left:0px;
	background-repeat: repeat-x;
	background-position: left;
	margin-top: 9px;
	}
	
#spacer {
	height: 37px;
	width: 100%;
	background-color: #831F56;
	background-image: url(../images/spacer_left_tp.gif);
	background-repeat: no-repeat;
	z-index: 3;
	}
	
#spacer-bottom {
	height: 65px;
	width: 100%;
	background: #831F56 url(../images/spacer_right_btm.gif) no-repeat left;
	z-index: 35;
	}	
	
#logo-nav-wrapper {
	margin: 0 auto;
	width: 770px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.gif);
	}
	
#logo {
	/*background-color: #0099FF;
	float:left;*/ 
	height: 71px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	z-index: 4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FDEFF6;
	padding-bottom: 0px;
	background-position: right;
	vertical-align: bottom;
	}	
	
#logo-search {
	color: #FFF;
	position: absolute;
	right: -24px;
	margin-right: 20%;
	padding-right: 9px;
	z-index: 2;
	top: 33px;
	}
	
#logo-search-client{
	color: #FFF;
	position: absolute;
	right: 120px;
	/*margin-right: 2%;*/
	padding-right: 9px;
	background-position: right;
	z-index: 4;
	top: 43px;
	margin-right: 20%;
	}
	
#logo-search-staff{
	color: #FFF;
	position: absolute;
	right: -191px;
	margin-right: 40%;
	padding-right: 9px;
	z-index: 4;
	top: 45px;
	}	
	
#search-login-Btn
	{
	background-color:#EEE;
	border:1px solid #EC008C;
	color:#660033;
/*	margin-left:49em;*/
	margin-top:10px;
	}

#client-login-Btn
	{
	background-color:#EEE;
	border:1px solid #EC008C;
	color:#660033;
	background-position: top;
	}
		
#staff-client-cont {
	width: 450%;
	background-position: right;
	margin-left: 55%;
	}
/* ************* LEFT Side bars ************* */		
#side-bar-1 {
	background-repeat:no-repeat;
	width: 114px;
	height: 25%;
	margin-bottom: 8px;
	background-position: bottom;
	border: 1px solid #b2b2b2;
	}
		
#side-bar-2 {
	background-image:url(../images/side-bar-1.gif);
	background-repeat:repeat-y;
	width: 114px;
	height: 25%;
	margin-bottom: 8px;
	border: 1px solid #b2b2b2;
	}

#side-bar-3 {
	background-image:url(../images/side-bar-1.gif);
	background-repeat:repeat-y;
	width: 114px;
	height: 25%;
	border: 1px solid #b2b2b2;
	margin-bottom: 8px;
	}
	
.side-bar-title {
	font-size: 12px;
	font-weight: bold;
	}

.side-bar-content {
	font-size: 70%;
	color: #695560;
	margin-top: 30%;
	margin-left: 12px;
	margin-bottom: 5px;
	text-align: left;
	}			
		
/* ************* CONTEXTUAL areas including the navigation ************* */	
#left-float {
	position:relative;
	width: 21%;
	z-index:19;
	float:left;
	background-color: #FFFFFF;
	background-image: url(../images/making_info.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;

	/*position:relative;
	width: 154%;
	z-index:19;
	float:left;
	left:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1dee0;
	height: 100%;*/
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	/*voice-family: "\"}\"";
	voice-family:inherit;
	width: 19%;
	background: #FFFFFF url(../images/making_info.gif) repeat-y right top;*/
	}
body>#left-float {/*width:154%;*/}	


#left-motto {
	position:relative;
	width: 26%;
	height:80%;
	z-index:15;
	float: left;
	left:0px;
	background-repeat: no-repeat;
	}

#motto-img {
	width: 100%;
	height: 28%;
	margin-bottom: 12px;
	background-image: url(../images/background1.gif);
	background-repeat: repeat;
	border: 1px solid #EEE;
	z-index: 16;
	}
	
#motto-news {
	width: 98%;
	height: 65%;
	overflow: auto;
	max-height: 100%;
	border: 1px solid #b2b2b2;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 1%;
	}
	
#motto-news p {font-size: 68%;}
		
#motto-tag-cloud {
	background-image:url(../images/side-bar-1.gif);
	background-repeat:repeat-y;
	width: 99%;
	height: 35%;
	margin-bottom: 3px;
	}
	
#right-nav-float {
	position:relative;
	width: 77%;
	z-index:8;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	float: right;
	background-color: #FFFFFF;
	}

#content-capsule {
	text-align: left;
	vertical-align: middle;
	width: 681px;
	background-repeat:repeat-y;
	padding-left:29px;
	padding-right:30px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#context-container {
	height: 435px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container1 {
	height: 290px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}	
#context-container2 {
	height: 300px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container22 {
	height: 332px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}		
#context-container3 {
	height: 362px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}	
#context-container33 {
	height: 380px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container333 {
	height: 400px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container5 {
	height: 460px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container5a {
	height: 420px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container6 {
	height: 530px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}	
#context-container6a {
	height: 500px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}			
#context-container7 {
	height: 550px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}	
	
#context-container8 {
	height: 590px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
	
#context-container9 {
	height: 740px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container9a {
	height: 710px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}	
	#context-container9B {
	height: 800px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
	#context-container9Z {
	height: 1800px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
	#context-container9c {
	height: 815px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container10 {
	height: 975px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}
#context-container10a {
	height: 985px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	z-index: 7;
	}			
#context {
	/*background-color: #FFFFFF;*/
	background-color: #FFFFFF;
	/*background-position: center;*/
	width: 99%;
	float: left;
	padding-left: 1%;
	z-index: 17;
	}
	
#privacy {
	width: 98%;
	height: 95%;
	overflow: auto;
	max-height: 100%;
	border: 1px solid #b2b2b2;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 8px;
	}	
	
#context ul {
	font-size: 75%;
	color: #666666;
	text-align: left;
	margin-left: 41px;
	padding-left: 3px;
}	
/*	*******************************  */	
/*	ALL NAVIGATION STYLES and Links  */
/*	===============================  */	

/* ************* GLOBAL NAVIGATION ************* */
#nav-container {
	width: 70%;
	margin-left: 30%;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: right;
	z-index: 10;
	display: inline;
	}

#nav {
	/*font-size: 80%; */
	background-color: #c6c4c5;
	white-space: normal;
	padding-top: 6px;
	text-align: right;
	padding-right: 41px;
	z-index: 9;
	background-position: top;
	padding-bottom: 8px;
	/*padding-right: 10%;*/
	}
	
#nav-main {
	position:relative;
	background-color: #c6c4c5;
	white-space: normal;
	width: 64%;
	background-position: 32%;
	float: right;
	padding-left: 10%;
	}	
	
#nav li {
	display: inline;
	font-size: 90%;
	text-decoration: none;
	line-height: 95%;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	}

#nav ul li a:link {
	color: #FFF;
	text-decoration: none;
	}

#nav ul li a:active {
	color: #FCF7FA;
	text-decoration: none;
	}

#nav ul li a:link, #nav ul li a:visited {
	color: #EEE;
	text-decoration: none;
	}

#nav ul li a:hover {
	color:#660033;
	border-bottom: solid 1px #FF0066;
	text-decoration: none;
	}

#nav ul li#current {
	color: #333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	background-color: #cecccd;
	/*margin-right: 12px;
	margin-left: 12px;*/
	}
	
#nav ul li a:active, #nav ul li a:focus {
	color: #000;
	text-decoration: none;
	}

#nav-sub-right {
	font-size: 87%;
	background-color: #fff;
	height: 30px;
	white-space: normal;
	width: 50%;
	top: 67px;
	position: absolute;
	padding-top: 5px;
	margin-right: 5px;
	text-decoration: none;
	}

/* ************* SUB NAVIGATION and TITLE PAGE ************* */	
#nav-sub {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 1%;
	white-space: normal;
	z-index: 10;
	float: right;
	width: 100%;
	}

#nav-sub-heading {
	position:relative;
	width: 24%;
	background-color: #FFF;
	z-index:11;
	float:left;
	left:0px;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	}

#nav-sub-menu {
	position:relative;
	width: 74%;
	z-index:12;
	float:right;
	left:0px;
	white-space: normal;
	padding-left: 5px;
	background: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #e1dee0;
	}

#nav-sub-menu li {
	display: inline;
	font-size: 78%;
	text-decoration: none;
	line-height: 110%;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
	}

#nav-sub-menu a:link {text-decoration: none;}

#nav-sub-menu a {text-decoration: none;}

#nav-sub-menu ul li a:link {
	color: #666;
	text-decoration: none;
	}

#nav-sub-menu ul li a:active {
	color: #FCF7FA;
	text-decoration: none;
	}

#nav ul li a:link, #nav ul li a:visited {
	color: #333333;
	text-decoration: none;
	}

#nav-sub-menu ul li a:hover {
	color:#660033;
	border-bottom: solid 1px #FF0066;
	text-decoration: none;
	}

#nav-sub-menu ul li#current {
	color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	text-decoration: none;
	background-color: #FFFBFD;
	}

#nav-sub-menu #current a {
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	text-decoration:none;
	}

#nav-sub-menu ul {
	background-position: left;
	white-space: normal;
	text-decoration:none;
	}

#nav-sub-right {
	font-size: 87%;
	background-color: #fff;
	height: 30px;
	white-space: normal;
	width: 50%;
	top: 67px;
	position: absolute;
	padding-top: 5px;
	margin-right: 5px;
	}	
/* ************* LINKS ************* */

#footer {
	background-color: #FFFFFF;
	background-position: center;
	width: 100%;
	float: right;
	font-size: 68%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	text-align: center;
	padding-top: 5px;
	z-index: 18;
	margin-top: 20px;
	margin-bottom: 8px;
	}
		
#footer  a:link  { color: #999999; text-decoration: none; }
#footer a:hover  { color: #999999; text-decoration: underline; }
#footer a:visited  { color: #999999; text-decoration: none; }
#footer-hp  a:link  { color: #999999; text-decoration: none; }
#footer-hp a:hover  { color: #999999; text-decoration: underline; }
#footer-hp a:visited  { color: #999999; text-decoration: none; }


/*	****************************** */	
/*	END of NAVIGATION STYLES


/*	============================== */	

#context a {color: #B11A66;
	}
#highlight {
	margin: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: inset;
	border-top-color: #CC0066;
	border-bottom-color: #CC0066;
	text-align: center;
	}

#table-one {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
	margin: 5px;
	padding: 2px;
	font-size: 88%;
	color: #666666;
	}

#table-one tr.heading {color: #EEE;}

#table-one td {
	padding: 5px;
	font-size: 88%;
	}

#table-one th{
	background: #cecccd;
	font-size: 95%;
	color: #333333;
	line-height: 110%;
	height: 30px;
	padding: 2px 5px 3px;
	}

#table-one td.date {
	background-color: #cecccd;
	font-size: 95%;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #666;
	}

#table-one td.col-one {background-color: #f4f3f4;}

.office-row {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-size: 75%;
	font-weight: bold;
	background-color: #F0E9EA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #F0E9EA;
	border-left-color: #F0E9EA;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	}

.office-row-normal {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-size: 75%;
	background-color: #F0E9EA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #F0E9EA;
	border-left-color: #F0E9EA;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	}

.office-row-btm-border {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-size: 75%;
	background-color: #EEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	}
	
.office-title-row {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FDEEF6;
	border-left-color: #FDEEF6;
	line-height: 25px;
	font-size: 95%;
	}

.office-none-row {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-size: 70%;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #FDEEF6;
	border-left-color: #FDEEF6;
	}

.office-heading-row {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-size: 75%;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #FDEFF6;
	border-left-color: #FDEFF6;
	color: #333333;
	line-height: 25px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	}
	
#table-one tr.col-one {background-color: #f4f3f4;}

#table-two {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
	margin: 5px;
	padding: 2px;
	font-size: 85%;
	color: #666666;
	}

#table-two tr.heading {color: #EEE;}

#table-two td {
	padding: 5px;
	font-size: 88%;
	}

#table-two th{
	background: #cecccd;
	font-size: 95%;
	color: #333333;
	line-height: 110%;
	height: 30px;
	padding: 2px 5px 3px;
	}

#table-two td.heading {
	font-size: 95%;
	color: #666;
	font-weight: bold;
	background-color: #F0E9EA;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #b2b2b2;
	border-bottom-color: #CCCCCC;
	}

#table-two td.detials {
	font-size: 95%;
	color: #666666;
	background: top;
	border-bottom: 1px solid #CCCCCC;
	}
#table-two td.detials-last {
	font-size: 95%;
	color: #666666;
	background: top;
	border-bottom: 1px solid #CCCCCC;
	}	
	
#table-two td.detials-bdr {
	font-size: 95%;
	color: #666666;
	background: top;
	}

#table-two td.col-two {
	background-color: #f4f3f4;
	}

#table-two tr.col-two {
	background-color: #f4f3f4;
	}

#table-two-b {
	margin: 5px;
	padding: 2px;
	font-size: 80%;
	color: #666666;
	background-position: center;
	}


#table-five {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
	margin: 5px;
	padding: 2px;
	font-size: 75%;
	color: #666666;
	}

#table-team {
	padding: 2px;
	font-size: 75%;
	color: #666666;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
	}

.office-team-row {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FDEEF6;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-left: 5px;
	}

.office-team-row-hd {
	font-family: "Arial", Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	background-color: #F8F8F8;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FDEEF6;
	}
/*-------*/

#table-six {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
	margin: 5px;
	padding: 2px;
	font-size: 88%;
	color: #666666;
	}

#table-six tr.heading {
	color: #EEE;
	}

#table-six td {
	font-size: 88%;
	}

#table-six th{
	background: #cecccd;
	font-size: 95%;
	color: #333333;
	height: 30px;
	padding: 2px 5px 3px;
	}

#table-six td.date {
	background-color: #cecccd;
	font-size: 95%;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #666;
	}


#table-six td.col-one {background-color: #f4f3f4;}

#table-six tr.col-one {background-color: #f4f3f4;}

#breadcrumbs {
	font-size: 70%;
	color:#999999;
	}

#img {border-top-width: 0px;}

#container #wrapper #context-container #right-nav-float #context #table-one td {
	background-position: top;
	padding-bottom: 5px;
	}
	
#indent {
	margin-left: 21px;
	margin-right: 21px;
	}
#indent-home {
	font-size: 98%;
	margin-left: 15px;
	margin-right: 21px;
	}
.text {
	color: #B11A66;
	font-weight: bold;
	} 
.text-pink {color: #d3076e;} 

.text-home {font-size: 99%;} 

.Bussines {
	background:#FFFFFF;
	margin-top: 263px; 
	z-index: 12;
	}

.Bussines p {
	color: #333333;
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
	}
	
.Print {
	background:#FFFFFF;
	margin-top: 263px; 
	z-index: 12;
	}

.Print p {
	color: #333333;
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
	}
.Edit {
	background:#FFFFFF;
	margin-top: 263px; 
	z-index: 12;
	}

.Edit p {
	color: #333333;
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
	}

.Write {
	background:#FFFFFF;
	margin-top: 263px; 
	z-index: 12;
	}

.Write p {
	color: #333333;
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
	}
	
.Process {
	background:#FFFFFF;
	margin-top: 263px; 
	z-index: 12;
	}

.Process p {
	color: #333333;
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
	}
	
#popup-list ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #5b5b5b;
	}

#close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #831F56;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

#pop_up li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
#list {
	color: #5b5b5b;
	text-align: left;
	font-size: 75%;
	margin-right: 12px;
	margin-left: 15px;
	}
#indentList {
	font-size: 100%;
	padding-right: 25px;
	padding-left: 5px;
	margin-left: 30px;
}
#indentlast {
	font-size: 100%;
	padding-right: 25px;
	padding-left: 5px;
	margin-left: 30px;
	margin-bottom: 12px;
}
#left-float-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b5b5b;
}
#left-float-txt-indent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 7px;
	color: #5b5b5b;
}
#flash {
	background-color: #A7155C;
	background-position: center;
	text-align: center;
}
#flashBck {
	background-color: #A7155C;
	background-position: center;
	background-image: url(../images/pink2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 449px;
	text-align: center;
}

ul li ul li { font-size: 12px;}

