.menuGroupDefault {
	background-color: #ededed;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	cursor:default;
}
.menuGroupActive {
	background-color: #c5c8ca;
	color: #FFFFFF;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	cursor:default;
}
#menuGroupTitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-align: right;
	height: 18px;
	padding-right: 4px;
}
#menuGroupSubMenu {
	vertical-align: bottom;
	padding-bottom:2px
}
.subMenuNormal {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	background-color: #f2f1f1;
	text-align: right;
	padding-right: 3px;
	cursor: pointer;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#ededed;
	height:15px;
}
.subMenuHover {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	text-align: right;
	padding-right: 3px;
	cursor: pointer;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#ededed;
	height:15px;
}
#formFieldName {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	background-color: #f6f6f6;
	text-align: right;
	vertical-align: top;
	cursor: default;
}
.formFieldName {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	background-color: #f6f6f6;
	text-align: right;
	vertical-align: top;
	cursor: default;
}
.formFieldNameT {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

#formField input {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#formField select {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#formField textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#formFieldHeader {
	font-family: Arial;
	font-size: 14px;
	color: #808080;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ededed;
	vertical-align:bottom;
}
.formFieldHeader {
	font-family: Arial;
	font-size: 14px;
	color: #808080;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ededed;
	vertical-align:bottom;
}
#formField {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.formText {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
#formFieldIntro {
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
	text-align:justify;
}
#colHeaderContainer {
	padding-left:1px;
	padding-right:1px;
}
#colHeader {
	font-family: Verdana;
	font-size: 11px;
	color: #808080;
	background-image: url(../images/colHeader_BG.jpg);
	background-color: #f6f6f6;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 4px;
	cursor: default;
}
.colHeaderT {
	font-family: Verdana;
	font-size: 11px;
	color: #808080;
	background-image: url(../images/colHeader_BG.jpg);
	background-color: #f6f6f6;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 4px;
	cursor: default;
	width:30%;
}
#listInformation {
	padding-right: 2px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	cursor:default;
}
#listInformation a {
	text-decoration: none;
	color: #666666;
}
#listInformation a:hover {
	text-decoration: underline;
	color: #006699;
}
.listRecordNormal {
	height: 25px;
}
.listRecordHover {
	height: 25px;
	background-image: url(../images/lineHilite.jpg);
}
#iconGroup img {
	cursor: pointer;
}#pageNumbering {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: center;
	cursor: default;
}
#dropBox {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color:#FFFFFF;
	height: 25px;
	width: 186px;
	padding-top: 2px;
	cursor: default;
}
#dropBox a {
	text-decoration:none;
	color: #a9a9a9;
	cursor: pointer;
}
#dropBox a:hover {
	text-decoration:none;
	color: #626262;
	cursor: pointer;
}
#QuickAttach {
	background-color:#FFFFFF;
	background-image:url(../images/AttachmentBox.jpg);
	height: 195px;
	width: 333px;
	position: absolute;
	visibility:hidden;
	left: 395px;
	top: 10px;
	z-index: 100;
	border: solid 1px #c0c0c0;
}
#QuickAttachHeading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	cursor:default;
}
#QuickAttachHeading a {
	font-weight: normal;
	text-decoration:none;
	color:#000000;
	font-size: 11px;
	cursor:pointer;
}
#QuickAttachHeading a:hover {
	font-weight: normal;
	text-decoration:underline;
	color:#000000;
	font-size: 11px;
	cursor:pointer;
}
#QuickLink {
	background-color:#FFFFFF;
	height: 100%;
	width: 186px;
	position: absolute;
	visibility:hidden;
	left: 2px;
	top: 2px;
	z-index: 100;
}
.QuickLink {
	background-color:#FFFFFF;
	height: 100%;
	width: 186px;
	position: absolute;
	visibility:visible;
	left: 2px;
	top: 120px;
	z-index: 100;
}
#QuickLinks {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align:center;
	padding-top:25;
	padding-left:2;
	padding-right:2;
}
.QuickLinks {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align:center;
	padding-top:25;
	padding-left:2;
	padding-right:2;
}
#QuickLinks a {
	color: #a9a9a9;
	text-decoration:none;
	width:100%;
	height:18;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ededed;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffffff;
}
.QuickLinksA {
	color: #a9a9a9;
	text-decoration:none;
	width:100%;
	height:18;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ededed;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffffff;
}
#QuickLinks a:hover {
	color: #626262;
	text-decoration:none;
	width:100%;
	height:18;
	background-color:#fafafa;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ededed;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffffff;
}
#QuickLinkClose {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #c0c0c0;
	text-align:center;
	padding-top:6;
}
#QuickLinkClose a {
	color: #c0c0c0;
	text-decoration:none;
}
#QuickLinkClose a:hover {
	color: #626262;
	text-decoration:none;
}
#QuickFindBox {
	height: 35px;
	width: 200px;
	position: absolute;
	z-index: 100;
	left: 843px;
	top: 83px;
	visibility:hidden;
}
#QuickFind {
	background-image: url(../images/quickFind_BG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 175px;
	padding-top: 2;
}

#AttachedFilesHolder {
	height: 100%;
	width: 100%;
	overflow: scroll;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#errorCopy {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#errorCopy a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#999999;
}
#errorCopy a:hover {
	text-decoration: underline;
	color:#585B72;
}
#successCopy {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
#successCopy a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#999999;
}
#successCopy a:hover {
	text-decoration: underline;
	color:#585B72;
}
.blueHeading {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0364b3;
	cursor: default;
}
#pageHelp {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 460px;
	width: 165px;
	top: 110px;
	left: 820px;
}
.pageHelpLeft {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 460px;
	width: 186px;
	top: 110px;
	left: 5px;
}
#pageHelpCopy {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	padding: 4px;
}
.pageHelpCopy {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	padding: 4px;
}
#pageHelpTitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	color: #FFFFFF;
	background-color: #FF9900;
	background-image:url(../../adv_admin/images/helpHeaderBG.jpg);
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	height: 21px;
	border: solid 1px #ffffff;
	cursor: default;
}
.pageHelpTitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	color: #FFFFFF;
	background-color: #FF9900;
	/*background-image:url(../../adv_admin/images/helpHeaderBG.jpg);*/
	background-image:url(../../adv_admin/images/header_PageControl.jpg);
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	height: 21px;
	border: solid 1px #ffffff;
	cursor: default;
}
.pageHelpTitleSub {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	color: #FFFFFF;
	background-color: #FF9900;
	/*background-image:url(../../adv_admin/images/helpHeaderBG.jpg);*/
	background-image:url(../../adv_admin/images/header_Legends.jpg);
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	height: 21px;
	border: solid 1px #ffffff;
	cursor: default;
}
.pageHelpTitleT {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	color: #FFFFFF;
}
#pageHelp img {
	float: left;
	cursor: pointer;
}

#map
{
	width:716px; 
	height:297px; 
	padding-top:236px; 
	padding-left:250px; 
	background:url(/adimg/contact%20us/Map_V1.jpg) no-repeat;
}

#map a, #map a:visited
{
	color:#75797d;
	text-decoration:underline;
}

#map a.orange, #map a.orange:visited
{
	color:#F7941D;
}

#map a:hover
{
	text-decoration:none;
}
