/* CSS Document */

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}
img{
padding:0px;
margin:0px;
}


body{
margin:0 auto;
background-image:url(../images/global/pageBg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#2b2b2b;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* this is for the gradient bar heading in the right content area*/

h1{
background:url(../images/global/headingBg.gif) no-repeat;
height:35px;
line-height:35px;
color:#4dceff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding-left:20px;

}

p{
padding-left:20px;
padding-right:20px;
}

#leftContentWrapper a:link{
color: #4dceff;
}
#leftContentWrapper a:visited{
color: #4dceff;
}
#leftContentWrapper a:hover{
color: #4dceff;
text-decoration:none;
}
#leftContentWrapper a:active{
color: #4dceff;
}

#rightWrapper .textAreaRight p{
padding-bottom:20px;
}


.contactPadding{
padding-left:10px;
padding-right:10px;
}

.statementLine{
font-size:14px;
font-style:italic;
font-weight:bold;
color:#666666;
}


.miscPaddingLeft{
padding-left:40px;
}

#rightWrapper .textAreaRight table tr td ul{
line-height:20px;
font-weight:bold;
padding-left:40px;

}

table{
width:100%;
}

.imgPadding{
padding:0 5px 5px 5px;
}

/*faq page list style*/





/* main nav styles*/

#navWrapper ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navWrapper li
{
float: left;
margin: 0 5px 5px 0;
}

#navWrapper li a
{
font-family: Arial, Helvetica, sans-serif;
color: #4dceff;
font-size: 12px;
background:url(../images/global/navLine.jpg) no-repeat right;
height: 25px;
line-height: 25px;
float: left;
/*width: 100px;*/
display: block;
border:none;
text-decoration: none;
text-align: center;
padding:0 7px 0 5px;
}

/* end main nav styles */

#footerNavWrapper a{

font-family: Arial, Helvetica, sans-serif;
color: #4dceff;
font-size: 10px;
height: 25px;
line-height: 25px;
/*width: 100px;*/
border:none;
padding:0 7px 0 5px;
text-decoration:none;
}



/*footer nav styles */


/*end footer nav styles */


#container {
width:780px;
text-align:left;
margin:0 auto;
}

#header {

	width:780px;
	height:147px;
	background:url(../images/global/header.jpg) no-repeat;
	overflow:hidden;
	
}

#navWrapper {
	width:780px;
  height:25px;
	background:url(../images/global/navBg.jpg) repeat-x;
	overflow:hidden;
}

#featureImage {
	background:url(../images/global/featureImage.jpg);
	height:171px;
	width:780px;

}

/* begin content area*/

#content {
	
	background-color:#242424;
	width:780px;

	

}


#leftContentWrapper{
width:214px;
float:left;
padding:4px 0 0 6px;
}

#leftContentBox{
border:solid 1px #078cbe;
margin-bottom:15px;
}

#sideBarHeading{
background-image:url(../images/global/sideBarHeading.gif);

height:37px;
line-height:37px;
color:#4dceff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
padding-left:25px;
}

#sideBarContent{
background:#4c4b4b;
color:#b9b9b9;

}


/*SCROLLING TEXT BOX IN THE RIGHT COLUMN*/

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: #4c4b4b;
overflow: hidden;

margin-left: 6px;

}

#vmarquee p{
padding-left:5px;
line-height:20px;
}

/*END SCROLLING TEXT BOX*/



#rightWrapper{
width:547px;
float:right;
padding:4px 6px 0 0;
}

.textAreaRight{
background:#FFFFFF;
border:solid 1px #078cbe;
}


#homeContactWrapper{
width:540px;
padding-bottom:15px;
}

#homeContact1{
width:170px;
height:90px;
float:left;
display:inline;
margin-top:10px;
margin-left:8px;
padding-top:10px;
border: 1px solid #CCCCCC;

}

#homeContact2{
width:170px;
height:90px;
float:left;
margin-top:10px;

padding-top:10px;
border: 1px solid #CCCCCC;

margin-left:5px;
}

#homeContact3{
width:170px;
height:90px;
float:left;
margin-top:10px;

padding-top:10px;
border: 1px solid #CCCCCC;

margin-left:5px;
}




/* end content area*/

#footerTopImage {
	background:url(../images/global/footerTopImage.jpg) no-repeat;
	width:780px;
	height:7px;
	overflow:hidden;
}

#footer {
	background:#242424;
	width:780px;
	height:33px;

	
	
}

#footerNavWrapper{
	line-height:33px;
	color:#4dceff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
padding-right:20px;
}

