/* HTA CSS */

/*

-- Colors --

White: #FFFFFF
Magenta: #A94779
Light Magenta: #F6ECF1
Teal: #3C9196
Grey(body text): #AFAFAF
Dark Grey (headlines): #4B4B4B
Light Grey (border, etc.): #E1E1E1
Lighter Grey (bg): #F3F3F3

*/

/** { border: 1px solid #FF0000; }*/

/* --------------------------------- Global Tags */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #7D7D7D;
	font-size: 11px;
}

p {
	font-size: 11px;
	line-height: 125%;
}

a {
	color: #A94779;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b {
	color: #4B4B4B;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #3C9196;
	margin: 0 0 5px 0;
}

h3.errorhead {
	color: #FF0000;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #4B4B4B;
}

h5.formtitle {
	font-size: 11px;
	margin: 20px 0 5px 0;
}

ul.body {
	margin: 10px 20px;
	padding: 0 10px;
	font-size: 11px;
	line-height: 125%;
	list-style: none;
}

ul.body li {
	padding-left: 10px;
	list-style: none;
	background-image: url(../../_img/icons/arrow_magenta_bgwht.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 5px;
}

ul.body ul {
	margin: 5px 10px;
}

ul.body ul li {
	list-style-type: disc;
	background-image: none;
	padding: 0;
}

ul.example {
	margin: 2px 4px;
	padding: 0 4px;
	font-size: 10px;
	line-height: 115%;
	list-style: none;
}

ul.example li {
	padding-left: 10px;
	list-style: none;
	background-image: url(../../_img/icons/arrow_magenta_bgwht.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 2px;
}

/* -- Forms -- */

form h3 {
	font-size: 11px;
	margin: 5px 0;
	font-weight: bold;
	color: #3C9196;
}

input, select, textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* --------------------------------- Global Div */

#navigation {
	width: auto;
	height: 265px;
	margin: 60px 0 20px 0;
}

#container {
	width: 680px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -340px;
	padding: 0;
}

#maincontent {
	width: auto;
	display: block;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

#maincontent p {
	width: 410px;
}

/* -- Content Columns -- */

#col-submenu, #col-main, 
#col-half-left, #col-half-right {
	float: left;
}

#col-main {
	width: 470px;
}

#col-main p {
	width: auto;
}

#col-submenu, #col-half-right {
	width: 190px;
}

#col-half-left {
	margin-right: 10px;
}

/* -- Submenu -- */

#col-submenu {
	margin-right: 20px;
	margin-bottom: 20px;
	height: auto;
}


#submenu-cap-top, #submenu-cap-bottom {
	width: 190px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

#submenu-cap-top {
	background-image: url(../../_img/submenu_cap_top.gif);
}

#submenu-cap-bottom {
	background-image: url(../../_img/submenu_cap_bottom.gif);
}

#submenu-content {
	width: 170px;
	height: 300px;
	padding: 0 12px 0 8px;
	background-color: #F6ECF1;
}

#col-submenu h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
}

#col-submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#col-submenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 11px;
}

#col-submenu ul li a,#col-submenu ul li.at {
	display: block;
	font-size: 10px;
	width: 150px;
	height: 17px;
	background-image: url(../../_img/bg_listitem.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 2px 0px 4px 17px;
	font-weight: bold;
}

#col-submenu ul li a:hover,#col-submenu ul li.at {
	background-image: url(../../_img/bg_listitem_over.gif);
}




/* -- Footer -- */

#footer {
	display: block;
	clear: both;
	height: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #AFAFAF;
}

#footer p {
	font-size: 11px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	font-size: 11px;
	margin-right: 4px;
	padding-right: 5px;
	border-right: 1px dotted #AFAFAF;
}

#footer ul li.end {
	padding: 0;
	margin: 0;
	border: none;
}

#footer-col-left, #footer-col-right {
	width: 340px;
	float: left;
}

#footer-col-right {
	text-align: right;
}


/* -- Info Window -- */

body.infobody {
	background-color: #AFAFAF;
}

#infohold {
	width: 450px;
	height: 100%;
	margin: 0 auto;
	padding: 30px 75px;
	background-image: url(../../_img/info_bg.gif);
	background-repeat: repeat-y;
}

#infologo {
	width: auto;
	height: 100px;
	background-image: url(../../_img/main_htalogotag.gif);
	background-repeat: no-repeat;
}

#infohead {
	width: auto;
	height: 25px;
	margin: 10px 0;
}

#infowin {
	width: auto;
	height: 375px;
	padding-right: 20px;
	overflow: auto;
}

#infoclose {
	width: auto;
	height: auto;
	margin: 2px 0;
	padding-top: 2px;
	border-top: 1px dotted #AFAFAF;
}

#infocap {
	width: 600px;
	height: 29px;
	margin: 0 auto;
	background-image: url(../../_img/info_bg_cap.gif);
	background-repeat: no-repeat;
}

/* -- About Us - Client List -- */



/* -- About Us - Services -- */

dl.services {
	width: auto;
	height: auto;
	margin: 20px 0;
}

dl.services dt {
	width: auto;
	height: auto;
	padding: 4px;
	margin: 0 0 4px 0;
	background-color: #E1E1E1;
	font-size: 12px;
	font-weight: bold;
	color: #4B4B4B;
}

dl.services dd {
	padding: 2px 6px;
	margin: 0 0 20px 0;
	background-color: #F3F3F3;
	border: 1px dotted #E1E1E1;
}

dl.services dd p {
	margin: 5px 0;
}

dl.services a.learnmore {
	font-size: 10px;
}

/* -- About Us - Staff -- */

.staff-one, .staff-two {
	clear: both;
	width: 440px;
	height: auto;
	padding: 10px;
	border-bottom: 1px dotted #E1E1E1;
}

.staff-one {
	background-color: #F3F3F3;
}

.staff-two {
	background-color: #FFFFFF;
}

.staff-img, .staff-description {
	float: left;
}

.staff-img {
	width: 100px;
	height: auto;
	margin-right: 10px;
}

.staff-img img {
	border: 1px solid #4B4B4B;
}

.staff-img a:hover img {
	border: 1px solid #A94779;
}

.staff-description {
	width: 300px;
}

.staff-description h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.staff-description h5 {
	font-size: 10px;
	width: 100%;
	border-bottom: 1px dotted #AFAFAF;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}


/* -- About Us - Recent Projects -- */

ul.recentprojects {
	margin: 0 5px 20px 0;
	padding: 0;
	float: left;
	display: block;
}

ul.recentprojects li {
	display: inline;
}

ul.recentprojects li a {
	display: block;
	width: 120px;
	padding: 3px 3px 3px 14px;
	background-color: #3C9196;
	background-image: url(../../_img/icons/arrow_ltmagenta_bgwht.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	margin: 2px 0;
	color: #FFFFFF;
}

ul.recentprojects li a:hover {
	background-color: #E1E1E1;
	background-image: url(../../_img/icons/arrow_dkgrey_bgwht.gif);
	text-decoration: none;
	color: #A94779;
}

/* -- Styles -- */

.row {
	clear: both;
	width: auto;
	height: auto;
}

.thanks {
	color: #3C9196;
}

.error {
	color: #FF0000;
}

.success {
	color: #A94779;
}

.clear {
	clear: both;
}

.pullquote {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 20px 0;
	background-color: #F3F3F3;
}

.pullquote p {
	margin: 0;
}

.pullquote span {
	color: #A94779;
	background-image: url(../../_img/icons/arrow_magenta_bggrey.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.bluenote {
	font-size: 10px;
	color: #3C9196;
}

.greynote {
	font-size: 10px;
	color: #AFAFAF;
}

td.clientlist {
	padding: 2px 0 2px 10px;
	color: #3C9196;
	font-size: 10px;
}

td.clientlistspaced {
	padding: 5px 0 5px 10px;
	color: #3C9196;
	font-size: 10px;
}

.short {
	margin-bottom: 100px;
}

.alignright {
	text-align: right;
}

.margin-right-10 {
	margin-right: 10px;
}

.width50 {
	width: 50%;
}

.width25 {
	width: 25%;
}

.rule, .errorrule {
	width: auto;
	height: 1px;
	margin: 10px 0;
	font-size: 0;
	line-height: 0;
}

.rule {
	border-bottom: 1px dotted #E1E1E1;
}

.errorrule {
	border-bottom: 1px dotted #FF7F7F;
}

.errordiv {
	width: auto;
	height: auto;
	padding: 10px 20px;
	background-color: #FFF2F2;
	border: 1px dotted #FF7F7F;
}

.dataTable {
	border-top: 1px dotted #E1E1E1;
	border-left: 1px dotted #E1E1E1;
}

.dataTable td {
	padding: 5px 3px;
	border-right: 1px dotted #E1E1E1;
	border-bottom: 1px dotted #E1E1E1;
}

.fontsize10 {
	font-size: 10px;
}

.dataList {
	padding: 5px;
	color: #4B4B4B;
}
