/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { /*background:url(../images/body_bgnd.jpg) repeat-x scroll top left;*/ background-color:#6C80BF; background-color:#3399CC; margin:0px; padding:0px; }
body, td { font-family:Arial; font-size:12px; color:#010101; } /*default font-family and font color*/
.navtd_background_color {background-color: #CCCCCC;}
/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right {
	text-align:right;
}
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td { padding:20px 15px 20px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#0000FF; text-decoration:none; }
a:hover { color:#0000FF; text-decoration:underline; }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited {
	color:#555555;
	text-decoration:none;
	font-size:9px;
} 
.a1 a:hover {
	color:#555555;
	text-decoration:underline;
	font-size:9px;
} 

.a2 a:link, .a2 a:visited { color:#00FF00; text-decoration:underline; } 
.a2 a:hover { color:#00FF00; text-decoration:none; }

.a3 a:link, .a3 a:visited { color:#263668; text-decoration:underline; } 
.a3 a:hover { color:#263668; text-decoration:none; }

/*css navigation | main nav*/
.nav_block { padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.nav a { /*display:block; for vertical*/ /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:5px 10px 5px 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#96AE57; text-decoration:none; }
.nav a:hover { }
#currentnavpage { color:#748250; }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:10px 15px 10px 15px; color:#333333; font-weight:normal; font-size:11px; text-align:center; }
.footer a { padding:0px 10px 0px 10px; font-weight:normal;  font-size:11px; }
.footer a:link, .footer a:visited { color:#333333; text-decoration:none; }
.footer a:hover { }

/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs { font-family:"Comic Sans MS"; } /*sample font-family to be use*/
.light_blue { color:#6C80BF; }
.blueBorder {
	border: 4px solid #8194ce;
}

.red { color:#FF0000; }
 /*sample font color to be use*/
.form { font-family:Arial; font-size:10px; color:#384362; } /*font attrributes for form, e.g., input box, textarea, select*/
.form1 { font-family:Arial; font-size:10px; color:#263668; }

.float_l {
	float: left;
	margin-right: 10px;
}

.float_r {
	float: right;
	margin-left: 10px;
}
.GetTested {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	text-align: left;
	padding: 0px;
	margin-left: 100px;
	margin-top: 10px;
	color: #FF0000;
	line-height: 5mm;
}
.GetTested2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-left: 100px;
	margin-top: 10px;
	color: #FF0000;
	line-height: 4mm;
}
.rss_post { width: 450px; padding-bottom: 10px; }
.rss_post h2{ font-size: 14px; }
.rss_post_date { padding-bottom: 4px; font-weight: bold; }


#rss_feed ul{list-style:none; padding:0px; margin:0px;}
#rss_feed li{padding-top:10px;}
#rss_feed li a{font-size:13px; font-weight:bold;}
.fs26 {
	font-size:26px;
}



#form_box_wrapper{width:710px;}
#form_box_bg_top{background-image:url(../images/form_box_bg_top.jpg); background-repeat:no-repeat; padding-top:7px;}
#form_box_bg_repeat{background-image:url(../images/form_box_bg_repeat.jpg);}
#form_box_bg_btm{background-image:url(../images/form_box_bg_btm.jpg); background-repeat:no-repeat; padding-bottom:7px; background-position:bottom; padding-left:10px;}
#form_box_wrapper h1{font-size:20px; font-family:Arial, Helvetica, sans-serif; color:#1a7aaa; font-weight:normal;}
#form_box_wrapper td{ font-size:11px; color:#666666;}
#form_box_wrapper input{ font-size:12px; color:#666666; border:1px solid #666666;}
#form_box_wrapper select{ font-size:12px; color:#666666; border:1px solid #666666;}
#form_box_wrapper input.radio{ font-size:12px; color:#666666; border:none;}
#community{
	visibility: hidden;
	position:absolute;
	left: 677px;
	top: 324px;
	z-index: 200;
}
#private{
	visibility: hidden;
	position:absolute;
	left: 480px;
	top: 722px;
	z-index: 201;
	height: 315px;
}
#dna{
	visibility: hidden;
	position:absolute;
	left: 378px;
	top: 995px;
	z-index: 202;
}
.required_field{font-size:12px; color:#FF0000; font-weight:bold;}
