@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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e8e7e8;
	font-size: 12px;
	font-weight: lighter;
	line-height: 17px;
}
.twoColFixRtHdr   #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 15px;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr  #header {
	background-image: url(images/header.jpg);
	height: 147px;
}
.twoColFixRtHdr  #header2 {
	background-image: url(images/header2.jpg);
	height: 147px;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr  #mainContent_ol { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr   #mainContent {
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 20px;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 330px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #333333;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E7E8;
}
.twoColFixRtHdr  #footer {
	background-image: url(images/footer.jpg);
	height: 142px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
}
.twoColFixRtHdr  #footer2 {
	background-image: url(images/footer2.jpg);
	height: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
}
.twoColFixRtHdr #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;
}
.tab1 {
	background-image: url(images/tab_1.jpg);
	height: 82px;
	width: 253px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left: 7px;
	padding-top: 15px;
	font-weight: lighter;
}
.tab2 {
	background-image: url(images/tab_2.jpg);
	height: 82px;
	width: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
}
.tab3 {
	background-image: url(images/tab_3.jpg);
	height: 82px;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
}
.menubar {
	width: 800px;
	padding-top: 120px;
	padding-left: 2px;
}
.bodycopy {
	width: 425px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
}
.bodycopy2 {
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	padding: 0px;
	text-align: justify;
}
.bodycopy3 {
	color: #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
}
.bodycopy3pink {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #EC008C;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.bodycopy3itals {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333333;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: lighter;
	font-style: italic;
}
.bodycopy3notjustified {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: lighter;
	text-align: left;
}
.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-position: center;
}
.bodycopyboldjustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	background-position: center;
	text-align: justify;
}
.bodycopy16pt {
	width: 425px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
}
.bodycopy16ptpink {
	width: 425px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #EC008C;
	text-align: justify;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.italics {
	width: 425px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333333;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	font-style: italic;
}
.sidebarbox {
	background-color: #E8E7E8;
	width: 265px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.sidebarboxcopy {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333333;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #EC008C;
	padding-left: 10px;
}
.footercopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 5px;
}
.footercopy2pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #EC008C;
	line-height: 18px;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	font-weight: lighter;
	color: #EC008C;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 0px;
}
.smallercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: lighter;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #333333;
	margin-right: 5px;
	list-style-type: disc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
A.linkemail:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #EC008C;
}
A.linkemail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #333333;
}
A.linkemail:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EC008C;
}
A.linkemailbig:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #EC008C;
	text-decoration: underline;
}
A.linkemailbig:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #333333;
	text-decoration: underline;
}
A.linkemailbig:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EC008C;
	text-decoration: underline;
}
A.linkmore:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
}
A.linkmore:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #EC008C;
}
A.linkmore:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
}
A.linktop:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
A.linktop:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EC008C;
	text-decoration: underline;
}
A.linktop:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
A.linkwebsites:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EC008C;
	text-decoration: underline;
}
A.linkwebsites:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
A.linkwebsites:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EC008C;
	font-weight: bold;
	text-decoration: underline;
}
hr {
	color: #E8E7E8;
	border-top-color: #E8E7E8;
	border-right-color: #E8E7E8;
	border-bottom-color: #E8E7E8;
	border-left-color: #E8E7E8;
	padding-left: 5px;
}
