/***********************************************/
/* ArtAblityMain.css                           */
/* For use on the www.artablility.com sites    */
/* Home Page                                   */
/* Site design by Keith Kubal, Lap Cat Studio  */
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center; /* hack to force IE5.x pc to center the wrapper div */ 
	font-family: Tahoma, "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 770px;
	background-color:#000;
	margin:0px auto 0px auto;
	text-align: left; /* re-align the text to the left after the above "body" section hack */
}

/***********************************************/
/* Headder styles                              */
/***********************************************/

#headder {
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 80px;
}

#breadcrumb {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	text-align: right;
}

#breadcrumb h2 {
	font-size: 110%;
}

.underlined {
	text-decoration: underline;
}

#pageTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 770px;
	text-align: center;
}


/***********************************************/
/* #content styles                             */
/***********************************************/
.papyrus {
	font-family: Papyrus;
	font-size: 120%;
	line-height: 1.5em;
}

.arialBlack {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 110%;
}

.centuryGothic {
	font-family: "Century Gothic";
}

.historyBox {
	padding: 0px;
	margin: 30px;
}

#content{
	width: 770px;
	text-align: center;
}

#content p, td, th, li{
	line-height: 1.34em;	
	font-size: 90%;
	margin: 0px 20px 20px 20px;
}

#content a{
	color: #FFF;
	text-decoration: none;
}

#content a:hover, a:focus{
	text-decoration: underline;
}

#content h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	padding: 0;
	margin: 10px 10px 5px 10px;
}

#content h1{
	font-size: 140%;
	font-variant:small-caps;
	font-family: Broadway, "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* original style - remove font-family: and set font-size to 130% */
}

#content h2{
	font-size: 130%;
	font-family: Tahoma, "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#pageTitle{
	margin: 0;
	padding: 0;
}

#pageTitle h1{
	margin: 2px 10px 2px 2px;
	padding: 0;
	text-align: right;
}

#consultants {
	width: 770px;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 130%;
	line-height: 100%;
}

#consultants a{
	color: #FFF;
	text-decoration: none;
}

#consultants a:hover, a:focus{
	text-decoration: underline;
}

#service {
	line-height: 1.34em;	
	font-size: 130%;
	font-family: Tahoma, "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 30px 20px 30px;
	color: #FFFFFF;
}

#service a {
	font-size: 90%;
	text-decoration: none;
	color: #FFFFFF;
}

#service a:hover, a:focus{
	text-decoration: underline;
}
.sectionTitle{
	padding: 0;
}

.sectionTitle h2{
	padding: 0;
	font-size: 110%;
	border-top: dotted;
	position: relative;
	margin-top: 0;
}

.imageLeft {
	float: left;
	margin: 0px 20px 10px 10px;
}

.imageRight {
	float: right;
	margin: 0px 10px 10px 20px;
}

.clearit {
	clear: both;
	display: block;
}



/************* #footer styles ******************/


#footer{
	clear: both;
	width: 770px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a{
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover, a:focus{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer h3{
	padding: 2px 10px;
	margin: 0;
	font-size: 70%;
	font-weight: normal;
	color: #CCCCCC;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	word-spacing: 1.5em;
}

#homeFooter{
	clear: both;
	width: 770px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#homeFooter h3{
	padding: 2px 10px;
	margin: 0;
	font-size: 70%;
	font-weight: normal;
	color: #CCCCCC;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	/*word-spacing: 1.5em;  REMOVE COMMENT WEHN UPDATED*/
}

#homeFooter a{
	color: #FFFFFF;
	text-decoration: none;
}

#homeFooter a:hover, a:focus{
	text-decoration: underline;
}

#homeFooter h3{
	padding: 2px 10px;
	margin: 0;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}

