/* CSS Styles by Good Web Solutions for Julie Curtain Art.com */


body  {
	background: #500087;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #500087;
	width: 925px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 56px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #500087;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 685px;
} 
.twoColFixLtHdr #footer {
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#500087;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Header-logo-Tagline */

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #500087;
	float: right;
	font-size: 1.4em;
	margin-top: -45px;
}

.twoColFixLtHdr #container #header #logo .tagline img {
	float: left;
}


/* Footer*/


.twoColFixLtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #500087;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #CC99FF;
}




/* 
 #navlist
{
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: gray;
	width: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 10px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
	padding: 0px;
}

#navlist li a
{
	display: block;
	background: #CCD;
	text-decoration: none;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #3C86AB;
	margin-bottom: 0px;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
}



#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
	border-color: #D89E55;
	color: #FFF;
	background: #332;
}

*/


/* BEGIN Side Menu */
 #navlist
{
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: gray;
	width: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 10px;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	border-top: 1px solid gray;
	text-align: left;
	padding: 0px;
}

#navlist li a
{
	display: block;
	background: #CCD;
	text-decoration: none;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #3C86AB;
	margin-bottom: 0px;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
}



#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
	border-color: #D89E55;
	color: #FFF;
	background: #332;
}

/* END Menu */


/* Main Content */

.twoColFixLtHdr #container #mainContent h1 {
	background-image: url(images/heading.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 1.6em;
	padding-top: 10px;
	font-weight: normal;
	color: #500087;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent h2, h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #500087;
}

.twoColFixLtHdr #container #mainContent h4, h5, h6 {
	font-size: 1.2em;
	font-weight: normal;
	color: #500087;
}

.twoColFixLtHdr #container #sidebar1 #navcontainer {

}
.twoColFixLtHdr #container #mainContent table {
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}


/* contact form-contact page */

.contactform  p {
	margin: 0px;
	clear: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contactform p label {
	font-weight: lighter;
	float: left;
	width: 20%;
	font-size: 0.9em;
}
.txt {
	background-color: #F2ECFF;
	color: #000000;
}

.twoColFixLtHdr #container #mainContent .contactform {
	width: 660px;
}

.twoColFixLtHdr #container #sidebar1 #navcontainer {
	margin-top: 0px;
	padding-top: 0px;
}
