@charset "utf-8";
body  {
	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;
}

.twoColFixLtHdr #clients  {

}

.twoColFixLtHdr #clients a {
	text-decoration: none;
	color: #E62C8E;
	line-height: 1.3em;
}
.twoColFixLtHdr #clients a:link {
	color: #E62C8E;
}
.twoColFixLtHdr #clients a:hover {
	color: #60BB46;
}
.twoColFixLtHdr #clients a:active {
	color: #60BB46;
}


.twoColFixLtHdr a {
	text-decoration: none;
	color: #E62C8E;
	line-height: 1.3em;
}
.twoColFixLtHdr a:link {
	color: #E62C8E;
}
.twoColFixLtHdr a:hover {
	color: #60BB46;
}
.twoColFixLtHdr a:active {
	color: #60BB46;
}

.twoColFixLtHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 154px;
	width: 890px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/head.gif);
	margin-bottom: 16px;
} 
.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 #intro {
	font-size: 21px;
	font-weight: normal;
	font-family: "Arial Black";
	top: 30px;
	position: relative;
	letter-spacing: -0.1em;
}

.twoColFixLtHdr #menu {
	font-size: 19px;
	font-weight: normal;
	font-family: "Arial Black";
	top: 98px;
	position: relative;
	letter-spacing: -0.1em;
}


.twoColFixLtHdr #menu img {
	margin-right: 1px;

}
.twoColFixLtHdr #menu a:link {
	color: #6DB31A;
}
.twoColFixLtHdr #menu a:hover {
	color: #CDA043;
}
.twoColFixLtHdr #menu a:active {
	color: #CB9C3A;
}

.twoColFixLtHdr .title_about {
	color: #E62C8E;
	margin-top: 4px;
}

.twoColFixLtHdr .title_contact {
	color: #E62C8E;
}

.twoColFixLtHdr .title_contact p {
	font-size: 24px;
	line-height: 1.1em;
}

.twoColFixLtHdr .title_contact h1 {
	background-image: url(images/title_contact.gif);
	height: 62px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}


.twoColFixLtHdr .title_about h1 {
	background-image: url(images/title_about.gif);
	height: 62px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;


}
.twoColFixLtHdr .title_about h2 {
	color: #60BB46;
	font-family: "Arial Black";
	font-size: 20px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 8px;


}

.twoColFixLtHdr .title_news {
	color: #E62C8E;
}


.twoColFixLtHdr .title_news h1 {
	background-image: url(images/title_news.gif);
	height: 62px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;


}

.twoColFixLtHdr .title_news h2 {
	color: #E62C8E;
	font-family: "Arial Black";
	font-size: 20px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}

.twoColFixLtHdr .title_port {
	color: #E62C8E;
}


.twoColFixLtHdr .title_port h1 {
	background-image: url(images/title_portfolio.gif);
	height: 62px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}

.twoColFixLtHdr .title_port h2 {
	color: #E62C8E;
	font-family: "Arial Black";
	font-size: 20px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}


.twoColFixLtHdr .title_news h3 {
	font-size: 16px;
	color: #60BB46;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;


}

.twoColFixLtHdr .title_news p {
	font-size: 16px;

}

.twoColFixLtHdr #social_menu {
	top: 60%;
	padding-left: 40px;
	padding-top: 100px;

}

.twoColFixLtHdr #leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 398px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
}

.twoColFixLtHdr #leftcolumn .newsitem{
	width: 380px;


}

.twoColFixLtHdr #leftcolumn .newsitem h1{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 18px;
}

.twoColFixLtHdr #leftcolumn .newsitem p{
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;


}



.twoColFixLtHdr #maincolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
}

.twoColFixLtHdr #maincolumn .portitem{


}

.twoColFixLtHdr #maincolumn .portitem h1{
	font-size: 24px;


}

.twoColFixLtHdr #maincolumn .portitem p{
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;

}

.twoColFixLtHdr #rightcolumn {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 418px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
} 

.twoColFixLtHdr #rightcolumn p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.twoColFixLtHdr #footer {
	height: 73px;
	width: 890px;
	background-color: #DDDDDD;
	background-image: url(images/foot.gif);
} 
.twoColFixLtHdr #newsletter {
	padding-top: 0px;
	padding-left: 46px;
	padding-right: 15px;
} 

.twoColFixLtHdr #newsletter h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;

}

.twoColFixLtHdr #newsletter form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.twoColFixLtHdr #footer {
	padding-top: 2px;

}

#nav p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: "Arial Black";
	font-size: 13px;
	color: #62BB45;
}

.twoColFixLtHdr #footer img.mid {
	vertical-align: middle;
}

#nav {
	float: left;
	width: 450px;

}

#nav a {
	font-family: "Arial Black";
	color: #EE3194;
	text-decoration: none;
	line-height: 20px;
}

#nav a:link {
	color: #EE3194;

}

#nav a:hover {
	color: #62BB45;

}

#nav a:active {
	color: #EE3194;

}

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

.arial_black_bold_green{
	font-family: "Arial Black";
	font-weight: bold;
	color: #60BB46;

}

.arial_black_bold_purple{
	font-family: "Arial Black";
	font-weight: bold;
	color: #E62C8E;
}

.arial_black_green{
	font-family: "Arial Black";
	color: #60BB46;

}

.arial_green{
	font-family: Arial, Helvetica, sans-serif;
	color: #60BB46;
	font-size: 14px;
	font-weight: bold;

}

.arial_purple{
	font-family: Arial, Helvetica, sans-serif;
	color: #E62C8E;
	font-size: 14px;
	font-weight: bold;
}

.arial_purple_small{
	font-family: Arial, Helvetica, sans-serif;
	color: #E62C8E;
	font-size: 11px;
	font-weight: bold;
}

.arial_black_purple{
	font-family: "Arial Black";
	color: #E62C8E;
}

.email_form_text{
	font-family: "Arial Black";
	font-weight: normal;
	font-size: 14px;
	background-color: #D8DADC;
	line-height: 24px;
	width: 270px;
}

.email_form_submit{
	font-family: "Arial Black";
	font-weight: bold;
	background-color: #E62C8E;
	color: #FFFFFF;
	font-size: 14px;
}

.smallfont{
	font-size: 12px;

}

#creds {
	float: right;
	width: 340px;
	text-align: right;
	padding-top: 6px;
}

#creds a {
	color: #EE3194;
	text-decoration: none;
}

#creds a:link {
	color: #EE3194;

}

#creds a:hover {
	color: #62BB45;

}

#creds a:active {
	color: #EE3194;

}
