/* -------------------------------------------------------------
	McClure Management Consultants
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			Feb 22, 2006
------------------------------------------------------------- */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #c8c5aa url(/images/bg.jpg) repeat-x top left;
	font: normal 11px/1.5 Verdana, Helvetica, sans-serif;
	color: #3c3c3c;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:active, a:visited {
	color: #5b2a24;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_listArrow.gif) no-repeat 0 7px;
	padding-left: 7px;
	position: relative;
	margin-bottom: 5px;
}

#brand, #brand a,
#bodyMessaging h2#messaging,
.title, 
#uiList li, #uiList li a, #uiSubList {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	background: none;
}

.indexDiv:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rootDiv#home {
	width: 746px;
	height: 466px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -233px 0 0 -373px;
}

.rootDiv#interior {
	width: 746px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.indexDiv {
	position: relative;
	text-align: left;
	width: 746px;
	display: block;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/*	Body: indexDiv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1#brand {
	width: 148px;
	height: 92px;
	background: url(/images/logo.gif) no-repeat top left;
	clear: none;
	float: left;
	margin-top: 15px;
}

h1#brand a {
	width: 148px;
	height: 92px;
}

#bodyMessaging, #bodyMessaging h2#messaging {
	width: 550px;
	height: 301px;
}

#bodyMessaging h2#messaging {
	background: #262626 url(/images/bg_messagingHome.gif) no-repeat top left;
}



/*	Body: indexDivBody
- - - - - - - - - - - - - -  */

.indexDivBody {
	position: relative;
	display: block;
	width: 550px;
	min-height: 419px;
	float: right;
	clear: none;
	border: 10px solid #fff;
}


/* --- div#ui --- */
#ui {
	width: 550px;
	height: 118px;
	background: #212121;
}

#uiList {
	display: block;
	float: right;
	clear: none;
}

#home .indexDiv .indexDivBody #ui #uiList li, 
#home .indexDiv .indexDivBody #ui #uiList li a {
	width: 338px;
	height: 28px;
}

#uiList li a:link, #uiList li a:active, #uiList li a:visited {
	background-position: top left;
}

#uiList li a:hover {
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* --- #home #ui --- */
#home .indexDiv .indexDivBody #ui #uiList {
	margin-top: 9px;
}

#home .indexDiv .indexDivBody #ui #uiList li {
	margin-bottom: 8px;
	padding: 0;
}

#home .indexDiv .indexDivBody #ui #uiList li#who a {
	background-image: url(/images/ui_whoHome.gif);
}

#home .indexDiv .indexDivBody #ui #uiList li#how a {
	background-image: url(/images/ui_howHome.gif);
}

#home .indexDiv .indexDivBody #ui #uiList li#approach a {
	background-image: url(/images/ui_approachHome.gif);
}

#home .indexDiv .indexDivBody #ui #uiSubList {
	float: left;
	clear: none;
	width: 204px;
	height: 118px;
	background: url(/images/bg_uiSub.gif) no-repeat top center;
}

/* --- #interior #ui --- */
#interior .indexDiv .indexDivBody #ui {
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	background: #212121 url(/images/bg_uiInterior.jpg) no-repeat 0 4px;
}

#interior .indexDiv .indexDivBody #ui #uiList li, 
#interior .indexDiv .indexDivBody #ui #uiList li a {
	width: 223px;
	height: 24px;
}

#interior .indexDiv .indexDivBody #ui #uiList {
	margin-top: 4px;
}

#interior .indexDiv .indexDivBody #ui #uiList li {
	margin-bottom: 3px;
	padding: 0;
}

#interior .indexDiv .indexDivBody #ui #uiList li#who a {
	background-image: url(/images/ui_whoInterior.gif);
}

#interior .indexDiv .indexDivBody #ui #uiList li#how a {
	background-image: url(/images/ui_howInterior.gif);
}

#interior .indexDiv .indexDivBody #ui #uiList li#approach a {
	background-image: url(/images/ui_approachInterior.gif);
}

/* --- contentWrapper --- */

#interior .indexDiv .indexDivBody .contentWrapper {
	min-height: 287px;
}

.contentWrapper {
	display: block;
	width: 470px;
	padding: 18px 40px 0 40px;
	background: #e6e5d6;
	border-top: 10px solid #fff;
}

.contentWrapper #img_content {
	float: right;
	padding: 0 0 5px 5px;
	margin-right: -40px;
}

.contentWrapper h3.title {
	clear: none;
	height: 14px;
	margin: 0 0 15px -20px;
}

.contentWrapper h3.title#header {
	clear: none;
	width: 290px;
	text-indent: 0;
	font-size: 14px;
	padding-bottom: 3px;
}

.contentWrapper p, .contentWrapper ul {
	padding-bottom: 23px;
}


/*	Body: Sub
- - - - - - - - - - - - - -  */

.bodySub {
	width: 148px;
	position: absolute;
	display: block;
	z-index: 3;
	clear: both;
	bottom: 10px;
	left: 0;
	color: #72705a;
	font-size: 10px;
	line-height: 1.7;
}

.bodySub li {
	background: url(/images/icon_listSubArrow.gif) no-repeat 0 7px;
	padding-left: 6px;
	line-height: 1.7;
}

.bodySub ul li a:link, .bodySub ul li a:active, .bodySub ul li a:visited {
	color: #72705a;
}



/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivFooter {
	color: #72705a;
	width: 746px;
	float: right;
	clear: both;
	display: block;
	font-size: 10px;
	position: relative;
	margin: 10px 0 0 0;
}

.indexDivFooter p a:link, .indexDivFooter p a:active, .indexDivFooter p a:visited {
	color: #72705a;
}

.indexDivFooter p {
	display: block;
	clear: none;
}

.indexDivFooter p#copyright {
	float: left;
	width: 410px;
	margin-left: 176px;
	display: inline;
	text-align: left;
}

.indexDivFooter p#sitecredit {
	float: right;
	text-align: right;
	width: 150px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	font: normal 11px Verdana, Arial, sans-serif; 
	border: 1px solid #333333;
	color: #666;
	height: 18px;
	padding: 0 4px 0 4px;
}

.input {
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 90px;
	color: #333333; 
	height: 12px;
	padding-left: 4px;
} 

.input2 {
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 192px;
	color: #333333; 
	height: 12px;
	padding-left: 4px;
}

.input3 {
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 25px;
	color: #333333; 
	height: 12px;
	padding-left: 4px;
}

.input4 {
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 46px;
	color: #333333; 
	height: 12px;
	padding-left: 4px;
}

.input5 {
	font: normal 10px Verdana, Arial, sans-serif; 
	width: 64px;
	color: #333333; 
	height: 24px;
	padding-left: 4px;
	padding-right: 4px;
}


/* --- sitemap --- */

#interior .indexDiv .indexDivBody h3 a:link,
#interior .indexDiv .indexDivBody h3 a:visited {
	text-decoration: none;
}

#interior .indexDiv .indexDivBody h3 a:hover,
#interior .indexDiv .indexDivBody h3 a:active {
	text-decoration: underline;
}

#interior .indexDiv .indexDivBody ul.siteMapUL {
	margin-top: 5px;
	padding: 0;
}

#interior .indexDiv .indexDivBody ul.siteMapUL a {
	font-weight: normal;
}



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* --- vcard --- */
.vcard {
	display: block;
}

.vcard .org {
	display: none;
}

.vcard abbr {
	text-decoration: none;
	border: 0px;
}