/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0px;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-attachment: scroll;
	background-color: #1C0328;
	background-image: url(../images-wca/bg1.png);
	background-repeat: repeat-x;
	color: #333;
	font-size: .85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	color: #EA616B;
	font-style: italic;
	font-weight: normal;
	letter-spacing:2px;
}
h2 {
	color: #EA616B;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing:1px;
	padding-top:1em;
}
h3 /* x logo */
{
	height: 219px;
	width: 302px;
	background: url(../images-wca/wca-women-icon.png) 0 0 no-repeat;
	text-indent: -999em; /* remove the text so only the logo appears */
	float: left;
}
h3 img
{
	display: none;
}
h4 /* intro text */
{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing:1px;
	padding-top:1.5em;
}
a,  a:link {
	color: #EA616B;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #EA616B;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #EA616B;
	text-decoration: underline;
}
a:focus {
  color: #EA616B;
}
li {
	list-style: square;
}

#outerWrapper #contentWrapper {
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	height: 177px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	width: 960px;
}
#homegreypanel {
	background-image: url(../images/homepage_greypanel2.jpg);
	height: 110px;
	padding: 30px 74px 30px 50px;
	vertical-align: middle;
}
#maincontentbox {
}
#outerWrapper #contentWrapper {
	background-image: url(../images-wca/main-bg.png);
	min-height: 600px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 212px;
	background-image: url(../images/nav/main_nav_gradient.png);
	background-repeat: no-repeat;
}
/* main page content */
#outerWrapper #contentWrapper #content {
	padding: 0px;
	margin: 0 0 0 212px;
	background-color: none;
}
#outerWrapper #contentWrapper #content #maincontentpadbox {
	padding-top: 12px;
	padding-right: 74px;
	padding-bottom: 45px;
	padding-left: 50px;
}
#outerWrapper #contentWrapper #content #maincontentpara { /*less space after */
	padding-top: 0px;
	padding-right: 74px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#outerWrapper #contentWrapper #leftColumn1 #logowatermark {
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#largepic {
	margin-left: 32px;
}
.redtext {
	color: #FF0000;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
background-color:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #EA616B;
	bottom: 0px;
	margin-top: 8px;
}
#outerWrapper #footer a:link {
	color: #EA616B;
	text-decoration: none;
}
#outerWrapper #footer a:visited {
	color: #EA616B;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper #header #headerimage img {
}
/* #outerWrapper #footer #footergreybar {
	background-color: #a7a9ab;
	height: 12px;
	width: 960px;
	margin-bottom: 8px; */
}
#basephotos {
	height: 60px;
	width: 374px;
	float: left;
	padding-top: 20px;
}
#masterbuilders {
	float: left;
}
.maincolspecs {
	width: 374px;
	padding: 20px 0px 3px 0px;
}
.spaceafter1 {
	float: right;
}
.alignright {
	float: right;
	padding: 10px 0px 20px 0px;
}
.greytext {
	color: #999999;
	font-size: 8px;
}

/* main nav - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#leftColumn1 ul li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.1em;
	letter-spacing:2px;
	list-style:none;
	text-indent:-15px;
	/*margin-bottom:5px;*/
	line-height:1.4em;
	padding-top:1em;
}

#leftColumn1 ul li a:link,
#leftColumn1 ul li a:visited
{
	color: #9e5470;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	display: block;
}

#leftColumn1 ul li a:hover
{
	background-repeat:no-repeat;*/
	text-decoration:none;
	color:#4c194d;	
	outline: none;
	list-style: circle;

}
#leftColumn1 ul li a:active
{
	color: #fff;
	text-decoration:none;
}
#leftColumn1 ul li a.active:link,
#leftColumn1 ul li a.active:visited,
#leftColumn1 ul li a.active:hover,
#leftColumn1 ul li a.active:active
{
	text-decoration: none;
	cursor: default; 
	} /* changing the cursor to normal arrow, so people think it's not a link */
	
/* END main nav - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	


#outerWrapper #contentWrapper #leftColumn1 #navmain {
	z-index: 1001;
}
#topitem {
	z-index: 991;
}
#genericgreypanel {
	background-image: url(../images/homepage_greypanel.jpg);
	height: 40px;
	padding: 20px 74px 0px 50px;
	background-repeat: repeat-y;
	line-height: 50px;
}

#spaceafter {
	padding-bottom:2em;
}
#spaceafter8em {
	padding-bottom:8em;
}
#bigspaceafter {
	padding-bottom:18em;
}
.testimonialname {
	font-weight: bold;
	padding-bottom: 3px;
}
.anchor {
	color: #999;
	margin-top: 4em;
}
.anchor a:link {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}
.anchor a:visited {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}
.anchor a:hover {
  color: #444;
  text-decoration: none;
}
.anchor a:active {
  color: #999;
  text-decoration: underline;
}
.projectbody {
	padding-top: 0px;
	padding-bottom: 10px;
}
.projectbodybold{
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 10px;
}
#charcoallogo {
	float: right;
}
.hiddenPic {
	display: none;
}
.linked-img {
	border: 0px;
}
.projects li {
	height: 125px; /* the maximum image height */
	width: 125px;
	float: left;
	position: relative;
	list-style-type:none;
	margin:0px 40px 40px 0px;
}
.projects li img {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
}

.clear {
	clear:both;
}
.bold {
	font-weight: bold;
}
#header #womenicon {
}
#outerWrapper #header #headerimage {
	float: left;
}
#outerWrapper #header #womenicon {
	float: left;
}
#outerWrapper #footer #charcoalblurb, #charcoalblurb a {
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 250px;
	text-align: right;
	font-weight: normal;
}
#appointment a {
display:block;
width: 124px;
height:94px;
margin-left:44px;
margin-top:30px;
padding:0;
background: url(../images-wca/make-appointment.png) 0 0 no-repeat;
text-decoration: none;
}
#appointment a:hover { 
background: url(../images-wca/make-appointment-o.png) 0 0 no-repeat;
color: #049;
}
/*.rollover a:active {
background-position: 0 -70px;
color:#fff;
}
*/
#maincol {
	float: left;
	width: 748px;
}
#leftcol {
	float: left;
	height: auto;
	width: 212px;
}
.style1 {
	margin-left: 2em;
}
#homegallery {
	padding-top: 2em;
	margin-left: 12px;
	width: 724px;
	height: 292px;
}
.regular-indent {
	margin-right: 3em;
	margin-left: 3em;
}
#outerWrapper #footer #footermenu {
	width: 600px;
	float: left;
}
