/* CSS Document */

BODY,Form, div
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:2px;
	text-align:left;
	color:#002F6F;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#002F6F;
	text-align:left;
	margin-bottom:0px;
	margin-left:5px;
}
.paras
{
	padding:2px;
	line-height:30px;

	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textboxcss
{
	padding:1px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:22px;
}
.textname
{
	padding:1px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:10px;
	margin-bottom:-5px;
}
h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#009900;
	margin:0px;
	padding:4px;
	text-align:left;
	margin-left:2px;
}
h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#009900;
	
}
.subHead
{
	margin-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1768B9;
	margin-bottom:0px;
}
.boxpara
{
	padding:1px;
	width:195px;
	line-height:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	
}
.read:link
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#002F6F;
	text-decoration:none;
	margin:0px;
	vertical-align:top;
	
}
.read:active
{
	
	font-family:Arial, Helvetica, sans-serif;
	color:#002F6F;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	vertical-align:top;
}
.read:visited
{
	
	font-family:Arial, Helvetica, sans-serif;
	color:#002F6F;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	vertical-align:top;
}
.read:hover
{
	margin:0px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#002F6F;
	text-decoration:underline;
}
.subpara
{
	line-height:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}



.mybutton
{
	clear:left;
	float:left;
	width:50px;
	margin-left:120px;
	
}
a:link
{
	color:#002F6F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	
}
a:Active
{
	color:#002F6F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:Visited
{
	color:#002F6F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:hover
{
	color:#002F6F; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.footerMenu:link
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:3px;
}
.footerMenu:Active
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:3px;
}
.footerMenu:Visited
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:3px;
}
.footerMenu:hover
{
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	padding:3px;
}

.inputTyle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-color:#00CC00;
	border-style:solid;
	border-width:1px;
	float:left;
	
}
.inputIMG
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	float:right;
	
}
img 
{
	border:0px;
}
input , select, texarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

/* form */
.cssform p{
width: 240px;
clear: left;
margin: 0;
padding: 2px 0 5px 0;
padding-left: 0px; /*width of left column containing the label elements*/
height: 1%;
background-image:url(../pix_new/body_quickContact.jpg);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#002F6F;
}

.cssform label{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
float: left;
margin-left:15px; /*width of left column*/
width: 85px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 60px;
}
.cssform input[type="Submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 50px;
}

.cssform input[type="select"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 50px;
}

.cssform textarea{
width: 100px;
height:30px;
}

.style1 {
	color: #006699;
	font-weight: bold;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/



/* CSS Layout */
#startUp
{
	width:100%;
	height:auto;
	margin:0px;
}
#MainContent
{
	width:1000px;
	height:auto;
		
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#75B53A;
	border-right-color:#75B53A;
	border-right-style:solid;
	border-right-width:1px;
	
	
}
#MainContentT
{
	width:1000px;
	overflow:hidden;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#75B53A;
	border-right-color:#75B53A;
	border-right-style:solid;
	border-right-width:1px;
	
	
}
#banner
{
	height:80px;
}
#banner #logo
{
	float:left;
}
#banner #call
{
	float:right;
}
#mainBanner
{
	height:228px;
	background-image:url(../pix_new/bannerBG.jpg);
	background-repeat:repeat-x;
}
#mainBanner #longBanner
{
height:228px;
float:left;
clear:both;
}
#mainBanner #icons
{
	float:right;
	text-align:right;
	
}
#menu
{
	background-image:url(../pix_new/menuBG.jpg);
	background-repeat:repeat-x;
	height:33px;
	
}
#areaContent
{
	width:auto;
}
#areaContent #Content
{
width:67%;
float:left;
height:170px;
vertical-align:top;
margin-left:25px;
}

#areaContent #QForm
{
width:240px;
float:right;
vertical-align:top;
margin-right:3%;
}
#boxContent
{
	width:100%;
	margin-top:0px;
	margin-left:15px;

}

#boxContent #header1{
 background-image:url(../pix_new/RoundBoxTop.jpg);
 background-repeat:no-repeat;
 height:28px;
 width:220px; 
  }
#boxContent #FirstBox
{
	height:230px;
	width:220px;
	float:left;
	margin-left:10px;
	
}
#boxContent .BoxArea
{
	background-image:url(../pix_new/Round_area.jpg);
	background-repeat:repeat-y;
	height:auto;
	
	
}

#boxContent #Second
{
	height:230px;
	width:220px;
	float:left;
	margin-left:20px;
	
}
#boxContent #Third
{
	height:230px;
	width:220px;
	float:left;
	margin-left:20px;
	
}
#boxContent #Forth
{
	height:230px;
	width:220px;
	float:left;
	margin-left:20px;
	
}
#BaseFooter
{
	width:auto;
	margin-left:2.5%;
	margin-top:-15px;
}
#BaseFooter #HIPAA
{
	height:220px;
	width:200px;
	float:left;
	margin-left:0.5%;
}
#BaseFooter #HIPAA2
{
	height:220px;
	width:220px;
	float:left;
	margin-left:1.9%;
}
#BaseFooter #HIPAA3
{
	height:220px;
	width:200px;
	float:left;
	margin-left:1.9%;
}
#BaseFooter #HIPAA4
{
	height:220px;
	width:230px;
	float:left;
	margin-left:1.9%;
	margin-top:-5px;
}
.devider
{
	background-image:url(../pix_new/devider.jpg);
	background-repeat:repeat-y;
	width:6px;
	height:200px;
	float:left;
	margin-top:25px;
	margin-left:10px;
}
.listalign
{
	float:left;
	margin-bottom:1px;
	text-align:left;
	padding:3px;
	clear:left;
	margin-left:0px;
	margin-top:30px;
    margin-right:0px;
	list-style:none;
	line-height:15px;
	vertical-align:top;
}
.listdetail
{
	padding:3px;
}
#Tab
{
	background-image:url(../pix_new/topTab.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:18px;
	float:left;
}
#tabRep
{
	background-image:url(../pix_new/bgTab.jpg);
	background-repeat:repeat-x;
	height:229px;
	width:230px;
	vertical-align:top;
}
.tablist
{
	float:left;
	width:200px;
	text-align:left;
	margin-left:5px;
}
#footer
{
	width:100%;
	background-image:url(../pix_new/footer.jpg);
	background-repeat:repeat;
	height:45px;
	float:left;
	clear:left;
	text-align:center;
	vertical-align:middle;
}
#footerH
{
	width:100%;
	background-image:url(../pix_new/footer.jpg);
	background-repeat:repeat;
	height:35px;
	float:left;
	clear:left;
	text-align:center;
	vertical-align:middle;
	margin:0px;
}
#MainContentT #footerS
{
	width:100%;
	background-image:url(../pix_new/footer.jpg);
	background-repeat:repeat;
	height:35px;
	float:left;
	clear:left;
	text-align:center;
	vertical-align:middle;
	
}
li
{
	list-style:none;
}
#followus
{
	width:400px;
	height:25px;
	float:left;
	vertical-align:top;
}
#ContactForms
{
	width:240px;
	height:220px;
    float:left;
	margin-left:0px;
	
}
#ContactForms #formbg
{
	background-image:url(../pix_new/body_quickContact.jpg);
	background-repeat:repeat-y;
	height:260px;
}
#ContactForms #formbg #lipos
{
	margin-left:-15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	vertical-align:top;
	height:23px;
}
#ContactForms #formbg #libuton
{
	margin-left:-10px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	vertical-align:top;
	height:23px;
}
#followus
{
	width:400px;
	height:25px;
	float:left;
	vertical-align:top;
}
