@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:eeeeee;
	color:#666;
	margin : 5px 0 0 5px;

}

.twoColFixed #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/onecolbodyborder.gif) repeat-y; 
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixed #header {
	background: #DDDDDD;
	display:block;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/headercauto5.jpg);
	height:150px;
	background-color: #EEEEEE;
} 

.twoColFixed #menuheader {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image 	is used in the #header instead of text, you may want to remove the padding. */
	height:60px;
} 

.twoColFixed #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
}

.twoColFixed #mainContent {
	width:100%;
} 

.twoColFixed #left {
	float:left;
	width:50%;
		
} 
.twoColFixed #right {
	float:right;
	width:50%;
} 


.twoColFixed #textblock {
	background-image: url(../images/addressdeliverybg.gif);
	margin:0px 10px 10px 10px;
	padding:10px 20px 10px 20px;
	color:#000000;
	height:208px;
} 

.twoColFixed #textblock h1{
	font-size: 13px;
	color: white;
	text-align:center;
}

.twoColFixed #textblock ul{
	line-height:1.5;
}


.twoColFixed #textblock p{
	font-size: 13px;
	text-align:left;
}


.twoColFixed #star{
	margin :80px 10px 0px 10px;
	font-size: 10px;
	text-align:left;
}


.twoColFixed #interview {
	margin:0px 10px 10px 8px;
	padding:5px 20px 10px 4px;
	color:#000000;
	/*background-color: #CCCCCC;*/
	text-align:center;
} 


.twoColFixed #interview h4{
	background: url(../images/interview-q.gif) no-repeat;
	padding:0 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	line-height: 1.5;
	color: #048F36;
	font-weight: bold;
}

.twoColFixed #interview h5{
	padding:0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	line-height: 1.5;
	font-weight: normal;	

}

.twoColFixed #interview p{
	font-size: 12px;
	text-align:left;
}


.twoColFixed #footer {
	color:#fff;
	clear:both;
	height:80px;
	padding:20px 0 0 0;
	background:#777777;
/*	background: url(../images/footerbg.gif) repeat-y; */
} 
.twoColFixed #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: 4px 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;
}


#caclinks{width:200px;height:58px;float:left;vertical-align:middle; margin:0 0 0 10px}
#caclinks p{float:left; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#caclinks p a{
	padding:0 5px 0;
	color:#333333;
}


.twoColFixed #textblock2 {
	margin:0px 10px 10px 10px;
	padding:5px 20px 10px 20px;
	color:#000000;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	line-height: 1.5;
} 

.twoColFixed #textblock2 h1{
	font-size: 13pt;
	color: #048F36;
	text-align:left;
}

.twoColFixed #textblock2 h3{
	font-size: 13pt;
	color: #048F36;
	text-align:center;
}

.twoColFixed #textblock2 h2{
	font-size: 15px;
	color: #000000;
	text-align:left;
}

.twoColFixed #textblock2 p{
	margin:0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	line-height: 1.5;
}

.twoColFixed #textblock2 img{
	margin:20px 0px 20px -30px;
	text-align:center;
}


.twoColFixed #textblock2 ul li{
	padding:0 0 15pt 0;
}

#fsc{width:50px;height:38px;float:left;vertical-align:left;}
#sfi{width:200px;height:38px;float:left;vertical-align:right;}
#copy{
	width:500px;
	vertical-align:middle;
	float:left;
}
#copy p{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


A { text-decoration:none;}
A:link	{color: blue;}
A:visited{color: blue;}
A:hover	{
	color: red;
	background-color:#FFFFFF;
}
 .tabb { font-weight:bold; font-size:14px; font-family:Arial,Helvetica;TEXT-ALIGN: center}
 .tan {FONT-SIZE: 12px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center}
 .tann {FONT-WEIGHT: bold;FONT-SIZE: 18px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center}
 
 .twoColFixed #contactus {
	margin:0px 5px 10px 5px;
	padding:5px 5px 10px 5px;
	color:#000000;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-align:left;
	line-height: 1.5;
} 