@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
a:Link, a:Active, a:Visited { 
text-decoration: none;
}

a:Hover { 
text-decoration: underline;
color: #c00;
}

a { 
color: #33c;
font-size: 12px;
font-weight: bold;
}
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #ffffff
	; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 15px 0px;
}
#arttop {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #930;
	line-height: 170%;
	
}
#homepage {
	text-align: center;
	font-size: 14px;
	color: #33c;
	
	
}
#navmenu ul {
	
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: #33c;
	margin-left: 0em;
	padding-left: 0px;
}

#navmenu li {
	padding: 8px 0px 8px 5px;
	
}

ul.nav a{
	text-decoration: none;
	font-size: 13px;
	color: #33c;
}

ul.nav a:hover {
	text-decoration: underline;
	color: #C00;
}
#navmenu2 ul {
	
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: #33c;
	margin-left: 0em;
	padding-left: 0px;
}

#navmenu2 li {
	padding: 0px 0px 8px 5px;
	
}

ul.nav a{
	text-decoration: none;
	font-size: 13px;
	color: #33c;
}

ul.nav a:hover {
	text-decoration: underline;
	color: #C00;
}
#questions {
	
	
	
	}
#questions ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #33c;
	margin-left: 0em;
	padding-left: 0px;
}
#questions li {
	padding: 0px 0px 25px 0px;
}

li.questions {
	padding: 0px 0px 20px 10px
}

#concerns ul {
	list-style-type: square;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-left: 2em;
	padding-left: 35px;
}
#concerns li{
	padding: 0px 0px 5px 18px;
	
}
#helpyou ul {
	list-style-type: square;
	font-size: 13px;
	
	color: #000;
	margin-left: 2em;
	padding-left: 15px;
}
#helpyou li{
	padding: 0px 0px 15px 15px;
	
}

#struggle ul {
	list-style-type: square;
	font-size: 13px;
	
	color: #000;
	margin-left: 2em;
	padding-left: 15px;
}
#struggle li{
	padding: 0px 0px 10px 15px;
	
}

#experience ul {
	list-style-type: square;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-left: 2em;
	padding-left: 35px;
}
#experience li{
	padding: 0px 0px 5px 10px;
	
}


#articles {
	padding-left: 5px;
	font-size: 13px;
	color: #4040ff;
	
}

#articles ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	color: #33F;
	margin-left: 0em;
	padding-left: 0px;
	margin-top: 0em;
	padding-top: 0px;
	line-height: 140%;
}

#articles li {
	padding: 15px 20px 5px 8px;
	
}

ul.art a{
	text-decoration: none;
	color: #33f;
	font-size: 12px;
	font-weight: normal;
	
}

ul.art a:hover {
	text-decoration: underline;
	color: #C00;
}


#factors {
	background-color: #ddF;
	padding: 5px 15px 15px 40px;
}
#factors2 {
	background-color:#ddF;
	padding: 8px 15px 30px 40px;
}
#pastwork {
	height: 70px;
	width: 469px;
	background-color: #ddF;
	padding: 14px 2px 5px 45px;
}
#pastwork2 {
	height: 75px;
	width: 469px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #069;
	background-color: #ddf;
	padding: 16px 7px 5px 40px;
}
#testimonial {
	height: 120px;
	width: 466px;
	background-color:#ddF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #069;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #069;
	padding: 14px 10px 5px 40px;
}

#testimonial p {
	padding: 0px 0px 0px 0px;
}
.image {
	float: right;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 150%;
	
} 

#mainContent h1{
	color: #33c;
	font-size: 18px;
}
#mainContent h2{
	color: #33c;
}
#mainContent h3{
	color: #33c;
	line-height: 140%;
}
#mainContent h4{
	color: #33c;
	line-height: 140%;
}
.main {
	text-decoration: none;
	color: #33c;
}
#main a:hover {
	text-decoration: none;
	color: #C00;
}
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 150%;
	border-left: solid;
	border-left-color: #999;
	border-left-width: 1px;
} 

#mainContent2 h1{
	color: #33c;
	font-size: 18px;
	line-height: 140%;
}
#mainContent2 h2{
	color: #33c;
	font-size: 15px;
	line-height: 140%;
}
#mainContent2 h3{
	color: #33c;
	font-size: 14px;
	line-height: 140%;
}
#mainContent2 h4{
	color: #33c;
	font-size: 13px;
	line-height: 140%;
}
.twoColFixLtHdr #footer { 
	border-top: solid;
	border-top-width: 3px;
	border-top-color: #333;
	padding: 0 10px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #000;
	
} 
.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 0px 20px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	 
	
}
#left {
	width: 170px;
	height: 55px;
	
	float: left;
	padding: 28px 0px 0px 0px;
}
#right {
	width: 485px;
	height: 55px;
	float: left;
	line-height: 160%;
	margin-left: 85px;
	padding: 10px 0px 0px 0px;
	color: #33c
	

}
.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;
}
