@charset "utf-8";
body  { background: #c3d1d3; margin: 0 auto; padding: 20px 0 0; text-align: center; color: #000000; font-family: Arial, Helvetica, sans-serif; width: 951px; }

.twoColFixLtHdr #container { 
	width: 950px;  
	background: #ffffff;
	margin: 0 auto; 
	/*border: 1px solid #000000;*/
	text-align: left; 
} 

.twoColFixLtHdr #container_2 { 
	width: 975px; 
	height:auto; 
	background: #FFFFFF;
	margin: 0 auto; 
	/*border: 1px solid #000000;*/
	text-align: left; 
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px 10px 0px 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
}
.twoColFixLtHdr #header p {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 44px 10px 10px;
	color: #919195;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}
.twoColFixLtHdr #header a:link {
	color: #919195;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #header a:visited {
	text-decoration: none;
	color: #919195;
}
.twoColFixLtHdr #header a:hover {
	text-decoration: underline;
	color: #000000;
}
.twoColFixLtHdr #header a:active {
	text-decoration: none;
	color: #666666;
}

.twoColFixLtHdr #sidebar1_contact {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 429px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05.gif);
	background-repeat: no-repeat;	
}
.twoColFixLtHdr #sidebar1_about {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 429px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05_about.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1_thankyou {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 429px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05_thankyou.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1_gallery {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 429px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05_gallery.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1_gallery_int {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 429px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05_gallery_interior.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1_coming {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 429px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05_coming.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #sidebar1_coming_img {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	width: 228px;
	height: 64px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/support_pages_05_under_gallery.gif);
	background-repeat: no-repeat;

}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 228px;
	height: 429px;
} 
.twoColFixLtHdr #mainContent_eg { 
	margin: 0 0 0 0px;
	height: 429px;
} 
.twoColFixLtHdr #mainContent p{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
} 
.twoColFixLtHdr #mainContent p.one{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 20px 20px 10px;
} 
.twoColFixLtHdr #mainContent h1 {
	margin: 0; 
}
.twoColFixLtHdr #mainContent_interior { 
	margin: 0 0 0 228px;
	height: 500px;
} 
.twoColFixLtHdr #mainContent_interior p{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent_interior p.one{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	padding: 20px 20px 9px 20px;
} 
.twoColFixLtHdr #mainContent_interior h1 {
	margin: 0; 
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#B4CD95;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: right;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.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;
}
.imgeg{
float:left;
}
.txtbold{
font-family:"Times New Roman", Times, serif, Georgia;
font-size:11px;
font-weight:bold;
color: #3e54a8;}
.help{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color: #0000FF;}
.menu_a:link{color:#0000FF; text-decoration:underline;}
.menu_a:visited{color:#0000FF; text-decoration:underline;}
.menu_a:hover{color:#000; text-decoration:none;}
.menu_a:active{color:#3c641a; text-decoration:none;}
.txtblack{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #000000;
padding-left:10px;}
.lefttxt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: gray;
}
.aboutmenu { color: #00417d; font-size: 10px; font-family: "Times New Roman", Times, serif, Georgia; font-weight: bold; font-style: normal; }
.txt_a:link{color:#0099FF; decoration:underline;}
.txt_a:visited{color:#0099FF; decoration:underline;}
.txt_a:hover{color:#000; text-decoration:none;}
.txt_a:active{color:#3c641a; text-decoration:none;}
.txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #25952C;
padding-left:20px;
}

.txtinner{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;

}
.txtcenter{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
font-weight:bold;
padding-left:20px;
}
.txtclick{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #0000FF;

font-weight:bold;
}
.menu_a:link{color:#0000FF; text-decoration:underline;}
.menu_a:visited{color:#0000FF; text-decoration:underline;}
.menu_a:hover{color:#000; text-decoration:none;}
.menu_a:active{color:#3c641a; text-decoration:none;}

#address_span {
font-family:Arial, Helvetica, sans-serif;
position:relative;
color: #919195;
top:0px;
display:absolute;
text-align:center;
margin-top:380px;
font-size:12px;

}.green {
	color: #006600;
}

