body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	text-align: center;
	line-height: 14px;
	color: #4d4d4d;
	background: #FFFFFF url(../../images/bg.gif) repeat-x top left;
}
img {
	border: 0;
}
.imgBorder{
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #446CB1;
}
#wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	font: normal 11px arial;
	color: #bcbcbc;
	padding: 0;
	margin: 5px 0 10px 10px;
	width: 600px;
	position: relative;
	float: left;
}
#topmenu {
	margin: 15px 12px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 290px;
	position: relative;
	float: right;
	clear: right;
}
#topmenu li {
	padding-left: 10px;
	margin-left: 10px;
	float: left;
	background-image: url(../../images/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#topmenu li#home {
	background: none;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	font: normal 12px arial;
	color: #2a6596;
	text-decoration:none;
}
#topmenu a:hover {
	font: normal 12px arial;
	color: #2a6596;
	text-decoration:underline;
}
#left-column {
	width: 187px;
	float: left;
	clear: left;
	margin: 0 0 15px 0;
	background: #FFFFFF url(../../images/bg_left.gif) repeat-y top left;
}
#left-column div {
	background: transparent url(../../images/bg_left_bottom.gif) no-repeat left bottom;
	text-align: center;
	padding: 15px 7px  15px 7px;
}
#left-column div .inp {
	border: 1px solid #abadb3;
	font: normal 12px Arial;
	color: #4d4d4d;
	padding-left: 3px;
	margin-bottom: 4px;
	width: 160px;
}
#left-column div select {
	border: 1px solid #abadb3;
	font: normal 12px Arial;
	color: #4d4d4d;
	padding-left: 3px;
	margin-bottom: 6px;
	width: 165px;
}
#left-column div img {
	margin-top: 10px;
}
#main {
	width: 750px;
	float: left;
	margin: 0 0 15px 0;
}
#phone {
	font: normal 14px Arial;
	color: #f06a28;
	line-height: 16px;
	background: transparent url(../../images/phone.gif) no-repeat left top;
	padding: 3px 0 5px 69px;
	margin: 10px 0 0 10px;
	width: 200px;
	float: left;
}
#nosupr {
	width: 330px;
	float: right;
	margin: 21px 25px 0 0; 
}

#menu {
	margin: 0 0 0 4px;
	padding: 26px 0 0 0;
	list-style: none;
	clear: both;
}
#menu li {
	margin: 0 0 0 13px;
	padding: 0 0 15px 0;
	float: left;
}
#menu li a:link, #menu li a:visited, #menu li a:active, #menu li a:hover {
	font: bold 14px arial;
	color: #fff;
	text-decoration: none;
	padding-bottom: 15px;
}
#menu li a:hover {
	background: transparent url(../../images/arrow.gif) no-repeat center bottom;
}
#submenu {
	margin: 16px 0 0 10px;
	clear: both;
}
#submenu a:link, #submenu a:visited, #submenu a:active {
	font: normal 12px arial;
	color: #2a6596;
	text-decoration: underline;
}
#submenu a:hover {
	font: normal 12px arial;
	color: #2a6596;
	text-decoration: none;
}
#testimonials {
	float: left;
	width: 239px;
	background: #dfdfdf url(../../images/test_bg.gif) repeat-y center top;
}
#cards
{
		float: right;
	width: 218px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}
#testimonials p{
	margin: 0;
	padding: 0 16px 0 16px;
}
A:link, A:visited, A:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #2a6596;
	text-decoration: underline;
}
A:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #2a6596;
	text-decoration: none;
}
#content {
	margin: 20px 0 0 17px;
}
.title {
	font: normal 18px arial;
	color: #f06a28;
}


/* footer */
#footer {
	padding: 6px 10px 30px 10px;
	border-top: 1px solid #aeaeae;
	font: normal 11px arial;
	color: #aeaeae;
	clear: both;
}

#copyright {
	float: left;
}
#poweredby {
	float: right;
	text-align: right;
}
#poweredby a:link, #poweredby a:visited, #poweredby a:active {
	font: normal 11px arial;
	color: #aeaeae;
	text-decoration: none;
}
#poweredby a:hover {
	font: normal 11px arial;
	color: #aeaeae;
	text-decoration: underline;
}


/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.input {
	border: 1px solid #abadb3;
	font: normal 12px Arial;
	color: #4d4d4d;
	padding-left: 3px;
	margin-bottom: 6px;
	width: 280px;
}
.tab{
	background-color: #F06D1D;
	padding: 2px 2px 2px 4px;
	color: #FFFFFF;
	font-weight: bold;
}
.pad{
	padding: 2px 2px 2px 4px;
}
.tbmain{
	border: 2px solid #F06D1D; 
	background-color: #EBEBEB;
}
textarea {
	border: 1px solid #abadb3;
	font: normal 12px Arial;
	color: #4d4d4d;
	padding-left: 3px;
	margin-bottom: 10px;
	width: 280px;
	height: 120px;
}
.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
.searchTitle
{
    COLOR: #F06D1D;
    FONT-FAMILY: Arial;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.headerFontbig
{
    COLOR: #616161;
    FONT-FAMILY: Arial;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.calText
{
    COLOR: #000000;
    FONT-FAMILY: "Ms Sans Serif";
    FONT-SIZE: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: lighter
}
.LeadTdBg1
{	background-color: #12336D;
	COLOR: black;
    FONT-FAMILY: MS Sans Serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.tableestimate
{
border-top: 1px solid #F06D1D;
	border-right: 1px solid #F06D1D;
	border-left: 1px solid #F06D1D;
	border-bottom: 1px solid #F06D1D;
	/*background-color: #FFFFFF;
	color:#FFFFFF;*/
}
.LeadTdBg2{
	padding:2px 0px 2px 0px;
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
	background-color: #F06D1D;
	line-height:15px;
}
.LeadTdBg2 A:link, .LeadTdBg2 A:visited, .LeadTdBg2 A:active{
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	text-decoration: none;
}
.LeadTdBg2 A:hover{
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	text-decoration: underline;
}
.smallFont
{background-color: #EBEBEB;
    COLOR: #F06D1D;
    FONT-FAMILY: Verdana,Helvetica, sans-serif;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none
}
.smallFont1
{background-color: #EBEBEB;
    COLOR: #F06D1D;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
     FONT-WEIGHT: bold;
    /* width:100%;*/
    TEXT-DECORATION: none
}
.LeadTdBgRow1
{	background-color: #EBEBEB;
	line-height:15px;
	height:15px;
	padding:2px 0px 2px 0px;
    FONT-FAMILY: arial,Helvetica, sans-serif;
    FONT-SIZE: 11px;
    font-weight:normal;
    TEXT-DECORATION: none
}
.LeadTdBgRow2
{	background-color: #FFFFFF;
	COLOR: #1c1d1e;
    FONT-FAMILY: arial,Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none
}