@charset "UTF-8";
/* CSS Document */

body
{
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.2em;
}
/*//////////////////////////////////////////////////////////////////////////////////*/
p
{
	padding:5px  0px;
	color:#000000;
}

h2
{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	color:#000;
	padding:0;
	margin:10px 0;
}

h3
{
	font-size:16px;
	font-weight:bold;
	padding:12px 0px;
	color:#e67b1e;
	border-bottom:1px solid #a2a2a2;
	border-top:1px solid #a2a2a2;
	text-align:left;
}

p{
  text-align: left;
  margin: 5px 5px 5px 0px;
}


.thumbL
{
	width:auto;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}

strong,b
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.imgLink
{
	cursor:pointer;
	border:0;
}

.orangeTxt
{
	color:#e67b1e;
}

.blueTxt
{
	color:#013479;
}

.bullet
{
	background:url(../images/bullet.png) no-repeat center;
}

ul
{
	margin-top:10px;
	color:#000000;
}

.red,.error-message{
  color: red;

}


/*//////////////////////////////////////////////////////////////////////////////////*/
.main
{
	width:845px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.header
{
	position:relative;
	width:100%;
	height:65px;
	background-color:#e5e5e5;
	margin-top:25px;
	clear:both;
}

.banner
{
	position:relative;
	width:100%;
	height:235px;
	background:#FFFFFF url(../images/bannerBg.png) repeat-x top;
	float:left;
	margin-top:25px;
	clear:both;
	text-align:center;
}

.leftColumn
{
	width:590px;
	height:auto;
	margin:0;
	float:left;
}

a.top_menu_item{
   text-indent: -10000px;
}


ul#menu
{
	width:590px;
	height:52px;
     list-style: none;
	color:#dc3620;
	background-image:url(../images/menuTile.jpg);
	background-repeat: repeat-x;
	text-align:center;
    padding-left: 0px;
	margin:25px 0px 25px 0px;
	float:left;
	clear:both;
}
ul#menu li {
  list-style: none;
  float: left;
}
ul#menu li a{
  outline: none;
}


a#menuhome,a#menuhome:hover{
   width: 117px;
   height: 52px;
   background: url(../images/btnHome.png) no-repeat center left;
}
a#menuhome:hover,a#menuhome.active{
  background: url(../images/btnHomeOver.png) no-repeat center left;
}


a#menufaq,a#menufaq:hover{
   width: 103px;
   height: 52px;
   background: url(../images/btnFaq.png) no-repeat center left;
}
a#menufaq:hover,a#menufaq.active{
  background: url(../images/btnFaqOver.png) no-repeat center left;
}



a#menuabout,a#menuabout:hover{
   width: 120px;
   height: 52px;
   background: url(../images/btnAbout.png) no-repeat center left;
}
a#menuabout:hover,a#menuabout.active{
  background: url(../images/btnAboutOver.png) no-repeat center left;
}



a#menupromo,a#menupromo:hover{
   width: 133px;
   height: 52px;
   background: url(../images/btnPromo.png) no-repeat center left;
}
a#menupromo:hover,a#menupromo.active{
  background: url(../images/btnPromoOver.png) no-repeat center left;
}

a#menuorder,a#menuorder:hover{
   width: 117px;
   height: 52px;
   background: url(../images/btnOrder.png) no-repeat center left;
}
a#menuorder:hover,a#menuorder.active{
  background: url(../images/btnOrderOver.png) no-repeat center left;
}


ul#menu a
{
	z-index:1000;
	float:left;
	margin:0;
	cursor:pointer;
}

.leftColumn .container
{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-bottom:25px;
	text-align:left;
}

.rightColumn
{
	width:225px;
	height:auto;
	margin-top:25px;
	float:right;
}

.rightColumn .container
{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-bottom:20px;
}

.phoneDetail
{
	float:left;
	width:auto;
	height:auto;
	margin-left:10px;
	line-height:1.5em;
	font-size:16px;
	text-align:left;
}

.panelHead
{
	width:225px;
	height:60px;
	background-image:url(../images/servicesHead.png);
	background-repeat:no-repeat;
	margin:0;
	clear:both;
}

.panelBody
{
	width:100%;
	height:auto;
	padding:10px 0px 18px 0px;
	background-color:#35629e;
	clear:both;
	float:left;
	margin:0;
}

.services
{
	border:0;
}

.services td
{
	text-align:left;
	vertical-align:middle;
	padding:6px;
}

.contactInfo
{
	float:left;
	width:110px;
	height:auto;
}

.footer
{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:25px;
	padding-top:22px;
	padding-bottom:15px;
	background: #e3e3e3 url(../images/footerBg.png) repeat-x;
	font-size:11px;
	color:#000000;
	text-align:center
}

/*/////////////////////////////////////////////////////////////////////////////*/
.tabTop
{
	background-color:#003274;
	color:#FFFFFF;
}

#contactPage .txtField
{
	width:250px;
	height:20px;
	color:#666666;
}

#contactPage textarea
{
	width:250px;
	height:100px;
	color:#666666;
}

#contactPage table.contactTable
{
	background-color:#f2f2f2;
	border:1px solid #CCCCCC;
}

#contactPage table td
{
	padding:8px;
	margin:0;
	vertical-align:top;
}
/*/////////////////////////////////////////////////////////////////////////////*/

.panelBody a:link, .panelBody a:visited
{
	color:#fff;
	text-decoration:none;
}

.panelBody a:hover
{
	color:#fff;
	text-decoration:underline;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.footer a:link, .footer a:visited
{
	font-size:11px;
	color:#000;
	text-decoration:none;
}

.footer a:hover
{
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

/*/////////////////////////////////////////////////////////////////////////////*/

a:link, a:visited
{
	font-size:12px;
	font-weight:normal;
	color:#e67b1e;
	text-decoration:none;
}

a:hover
{
	font-size:12px;
	font-weight:normal;
	color:#e67b1e;
	text-decoration:none;
}


/*//////////////////////////////////////////////////////////////////////////////////*/

table#main  {
	border-top: 1px solid #ddd;
	width: 570px;
}

table#main img{
   margin: 0px; padding: 0px;
   clear: both;
}


table#main  tr td ,table#main thead tr th{
	background: #f6f6f6;
	padding: 0px 20px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
}

table#main thead tr th{
	background: #f0f7fa;
    color: black;
    border-bottom: 1px double #ddd;
}
table#main thead tr th a,table#main thead tr th a:visited{
   text-decoration: none;
   line-height: 29px;
   color: black;
}


table#main tr.odd td {
	background: #fbfbfb;
}

table#main tr:hover td { background: #fdfcf6; }

table#main .action {
	text-align: right;
	padding: 0 20px 0 10px;
}

table#main tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
table#main tr:hover .action .edit { color: #c5a059; }
table#main tr:hover .action .delete { color: #a02b2b; }
table#main tr:hover .action .view { color: #55a34a; }

table#main tr:hover .action a:hover { text-decoration: underline; }
