/* global */
html
{height: 100%;
 overflow-y: scroll;
}

body
{
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	background-image: url(../img/backround-site.jpg);
	background-attachment: fixed;
	background-position: center top;
}

p
{
	margin: 0px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



h2
{
	margin: 0px;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../img/backround2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	letter-spacing: 2px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	background-color: #fff;
	background-image: url(../img/backround2-b.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


img{
	border: 0px;
}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
.center2 {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.center3 {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}
.align_top {
	padding-top: 2px;
	padding-left: 15px;
	vertical-align: text-top;
}

.align_top2 {
	vertical-align: top;
	padding-top: 2px;
	padding-left: 15px;
}
.center_image {
	display: block;
	text-align: center;
	margin: 0 auto;
	background-image: url(../img/coms_for_sale.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.center_middle {
	vertical-align: top;
}
.center_middle_grapics {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
.icon_center {
	vertical-align: text-top;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 24px;
	font-size: 94%;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 11px;
	padding-left: 9px;
	padding-bottom: 5px;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{
	text-decoration: underline;
}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 100px;
  text-align: left;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{
	height: 30px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-color: #DDE98C;
	border-right-style: outset;
	border-top-style: none;
	border-left-style: none;
} 

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0px;
	overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 206px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#column3 {
	width: 512px;
	float: left;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 19px;
}

.sidebaritem
{
	width: 100%;
	float: left;
	text-align: left;
}

.sbihead
{
	height: 14px;
	width: 188px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 18px;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{
	width: 512px;
	float: left;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 19px;
	background-image: url(../img/paper4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#column2 h1
{
	border-bottom: 1px solid;
	font-size: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.sidebaritem a:hover, #column2 a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4391CD;
}
.div_50pct {
	float: left;
	width: 48%;
	line-height: 1.4em;
}

.div_50pct_rt {
	float: right;
	width: 48%;
}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
}

/* contact page - form layout */
form{margin-top: 0px;}
.popup {
	width: 375px;
	padding: 20px;
	margin-top: 20px;
}
.backround_blue {
	width: 93%;
	background-color: #E1EFFB;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94BDD6;
	border-bottom-color: #94BDD6;
}
.backround_comment {
	background-image: url(../img/comment.png);
	background-repeat: no-repeat;
	width: 90%;
	height: 51px;
}
.backround_grey {
	background-color: #CCCCCC;
}
.boarder_grey {
	border: thin solid #CCCCCC;
}
.boarder_white_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
.bullet_black {
	font-weight: normal;
	list-style-type: circle;
	line-height: 1em;
}
.bullets {
	list-style-image: url(../img/bullet-final.png);
	color: #000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	line-height: 2em;
}
.bulletsInfo {
	list-style-image: url(../img/info.gif);
	color: #CC6600;
	line-height: 1.6em;
}
.bullets2 {
	list-style-image: url(../img/right53.gif);
	line-height: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 4px;
	color: #999999;
}
.bullet_no_deco {
	list-style-type: none;
	line-height: 1.4em;
}
.bullets_20pxMargin {
	list-style-image: url(../img/right53.gif);
	color: #666;
	line-height: 1.6em;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: 20px;
}
.bullet_arrow {
	list-style-image: url(../img/arrow_green5.gif);
}
.bullet_blue_arrow {
	list-style-image: url(../img/box-arow.gif);
}
.bold {
	font-weight: bold;
}
.bold_black {
	font-weight: bold;
	color: #000000;
}
.bold_blue {
	font-weight: bold;
	color: #006699;
}
.bold_blue {
	font-weight: bold;
	color: #006699;
}
.bold_orange {
	font-weight: normal;
	color: #CC6600;
	list-style-type: circle;
	line-height: 1em;
}
.bold_red {
	font-weight: bold;
	color: #FF0000;
}
.bold_white {
	font-weight: bold;
	color: #FFFFFF;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sbicontent_orange_back {
	background-color: #CC9900;
	background-position: center;
	color: #333333;
}
.red {
	color: #FF0000;
}
.green {
	color: #009900;
}
.curser_pointer {
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	text-align: center;
}
.font_contact_us {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 0.75px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.font_10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.font_10px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.font_10px_w_boarder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
.font_10px_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.font_10px_w_boarder_lt_grey_br {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.font_10px_w_boarder_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.font_10px_w_boarder_padding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.font_10px_bold_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}
.font_11px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.font_11px {
	font-size: 11px;
}
.font_11px_box_w_boarder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}

.font_11px_center_w_boarder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 5px;
}
.bold_blue11px {
	color: #006699;
	font-size: 10px;
}
.font_11px_orange {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: .7em;
}
.font_11px_small_spacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 0.7em;
}
.font_12px_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.font_12px_grey_br {
	font-size: 12px;
	word-spacing: 5px;
	background-color: #EEEEEE;
}
.font_14px_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.font_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.font_12px_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.font_12px_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.font_13px_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.font_13px_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.font_14px_bold_boarder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.font_14px_bold_boarderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #009900;
	background-color: #F7F7F7;
	color: #CC6600;
}

.font_14px_bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.font_68ems {
	word-spacing: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .68em;
	line-height: 1.4em;
}
.text_dropline {
	color: #590000;
	font-style: italic;
}
.text_1em_lh {
	line-height: .7em;
}


.text_grey_bold {
	font-weight: bold;
	color: #CCCCCC;
}
.text_middle_bold {
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
}
.text_padding_bottom3px {

}
.text_small {
	font-size: 6px;
}
.italic_dropline {
	font-style: italic;
	color: #660000;
}
.text-required-field {
	color: #FF0000;
	vertical-align: sub;
}
.no_hyperlink {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
no_hyperlink_center {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
.no_hyperlink_pic {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.no_hyperlinks {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.no_hyperlink2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linespacing_small {
	line-height: .3em;
}
.spacer_top {
	font-size: 1px;
}
.italic {
	font-style: italic;
}
.no_hyperlink {
	text-decoration: none;
}
.lineheight_1p5ems {
	line-height: 1.6em;
}
.title2 {
	background-image: url(../img/title_2_c_flat.png);
	height: 41px;
	width: 387px;
}
.right_no_hyperlink {
	float: right;
	background-image: url(../img/cloud_comment_flat.png);
	height: 86px;
	width: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.comment_text {
	margin: auto;
	padding-top: 8px;
	padding-left: 25px;
	color: #666666;
}
.comment_text2line {
	margin: auto;
	padding-top: 3px;
	padding-left: 25px;
	color: #666666;
}
.padding_5px_all {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.pad_5px_top {
	padding-top: 5px;
}
.padding_5pxall_greybr {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.padding_5px_lt_gr_bdr_brnd {
	border: 1px solid #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FBFBFB;
	padding-right: 5px;
}
.padding_lft_rt_top {
	padding-right: 5px;
}

.padding_lft_rt_top-2 {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-top: 2px;
}
.padding_10px_right {
	padding-right: 10px;
}
.padding_10px_all {
	padding: 10px;
}
.padding_text {
	margin-left: 20px;
}
.pad_5px_left {
	padding-left: 5px;
}
.grey_br_10px_padding {
	background-color: #CCCCCC;
	padding: 10px;
}
.right_5pxPad {
	float: right;
	margin-right: 10px;
	padding: 0px;
}
.pic_1 {
	float: left;
	padding-right: 10px;
}
.pic_1rt {
	float: right;
	padding-left: 10px;
}
.margin_20px_left {
	margin-left: 30px;
}
.margin_10px_left {
	margin-left: 10px;
}
.margin_10px {
	margin-left: 10px;
	margin-top: 5px;
}
.box_center {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
.box_center_blue_br {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	height: 100px;
	width: 100px;
	background-image: url(../img/backround.png);
	background-position: center center;
}
.sidebaritem_no_padding {
	text-align: left;
	width: 188px;
	float: left;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebaritem2 {
	text-align: left;
	width: 188px;
	float: left;
	margin: 0px 0px 25px 0px;
}
.cell_150px {
	width: 200px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.cell_noboarder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cell_noboarder_pricing {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.container_75px {
	width: 75px;
}
.container_sidebar {
	background-color: #CCCCCC;
	height: 40px;
	width: 150px;
	margin-left: 4px;
	border: 1px solid #FFFFFF;
}
.table_w_pad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: .5em;
}
.table_no_boarder {
	color: #006699;
}
.table_93pct_blue_top_bot_boarder {
	background-color: #E1EFFB;
	width: 93%;
	border: 1px solid #94BDD6;
}
.table_100_pct {
	width: 494px;
	border: 1px solid #E8E8E8;
}
.table_right_nav {
	background-image: url(../img/www.jpg);
}
.table_35pxhigh {
	font-size: 12px;
	height: 30px;
}
.banner1 {
	background-image: url(../img/thumb2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-top: 4px;
	margin-bottom: 12px;
	width: 180px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	border: 1px solid #666;
}
.header_web {
	background-image: url(../img/request_web2.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	cursor: pointer;
}
.header_logo {
	background-image: url(../img/request_logo_1.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 250px;
	cursor: pointer;
	padding-bottom: 20px;
}
.header_graphic {
	background-image: url(../img/request_graphic.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	cursor: pointer;
}
.bottom_info_table {
	width: 480px;
	padding: 10px;
	background-image: url(../img/bottom_table_br2.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
}
.table_web_extras {
	margin-right: auto;
	margin-left: auto;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
}
.no_link {
	display: block;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.no_hyperlink1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav_br_lft {
	background-attachment: fixed;
	background-image: url(../circle/img/arrow5.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 80px;
	background-position: center center;
}
.nav_br_rt {
	background-attachment: fixed;
	background-image: url(../circle/img/arrow5.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 80px;
	background-position: center center;
}
.side-content {
	width: 172px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
	border: 1px solid #919191;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background-color: #646464;
}
.sbiconten2 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.br-color {
	background-image: url(../img/arrows2.jpg);
	width: 87px;
}
.br-center-nav {
	background-image: url(../img/arrows.jpg);
}

.br-color-lft {
	background-image: url(../img/arrows3.jpg);
	width: 87px;
}
.center-index-nav {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border: 1px solid #CCC;
	background-image: url(../img/paper2.jpg);
}
.center_more {
	font-size: 18px;
	text-align: center;
	color: #CC6600;
}
.br-white {
	background-color: #FFFFFF;
}
.italic_bold {
	font-style: italic;
	font-weight: bold;
}
.gallery-cell-spacing {
	padding-right: 8px;
	padding-left: 8px;
	background-color: #000000;
}
.gallery-cell-spacing-spacer {
	height: 5px;
}
#column2-b {
	width: 510px;
	float: left;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 19px;
	background-color: #000000;
}
#div-ad {
	background-color: #222;
	border: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 4px;
}
.text-accordion-content {
	color: #666;
	line-height: 1.6em;
}
.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 10px;
	margin-right: 100px;
}
.image-boarder-left {
	background-color: #484848;
	margin-right: 15px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image-boarder-right {
	padding: 10px;
	background-color: #484848;
	margin-right: 10px;
	float: right;
	margin-left: 20px;
}
.margin_10px-justify {
	margin-left: 10px;
	margin-top: 5px;
	text-align: justify;
}
.pad-5px-steps {
	padding: 10px;
}
.steps-1 {
	background-image: url(../img/steps1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.steps-2 {
	background-image: url(../img/steps2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.justify {
	text-align: justify;
}
.contact-container {
	border: 10px solid #CCC;
	width: 500px;
	background-color: #EEE;
}
.blockquote2 {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.slide-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.blockquote1 {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-right: 5px;
}
.form-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #000;
}
.form-category {
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.form-cell-field {
	padding: 10px;
}
.form-captcha-field {
	width: 24px;
	height: 24px;
}
.form-security-boarder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.image-boarder-center {
	background-color: #484848;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.margin-20px-grey-text {
	color: #666;
	margin-left: 20px;
}
.container-design-bullet {
	width: 460px;
	padding-left: 20px;
	padding-top: 14px;
	border: 1px none #CCC;
	background-image: url(../img/question-2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
}
.boarder-banner {
	border: 10px solid #CCC;
}
.banner-shadow {
	width: 520px;
	height: 20px;
	background-image: url(../img/banner-shadow.png);
	background-repeat: repeat-x;
}
.business {
	background-image: url(../img/business-owners.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 350px;
	background-position: left top;
}
.contact-bottom-cell {
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
}
.form-field-size {
	height: 20px;
}
.title-reach {
	background-image: url(../img/reach.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	width: 220px;
}
.form-security-text {
	font-size: 10px;
	color: #F00;
	line-height: 1.2em;
}
.container-design-check {
	width: 480px;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 1px;
	border: 1px none #CCC;
	background-image: url(../img/check-large.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-bottom: 4px;
	background-position: left center;
}
.bullet_greenarrow {
	font-weight: normal;
	list-style-type: circle;
	line-height: 1em;
	list-style-image: url(../img/arrow_right-bullet.png);
}
.center-nav-titlebox {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}
.text-white {
	color: #FFF;
}
.nav-filler {
	width: 281px;
	height: 22px;
}
.div-nav {
	height: 32px;
	width: 760px;
}
#mainb {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/backround-content-full.png);
	background-repeat: repeat-y;
}
#column2-b {
	width: 730px;
	float: left;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 19px;
	background-color: #FFF;
}
#column2-c-black {
	width: 738px;
	float: left;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 19px;
	background-color: #000;
}
.image-table {
	width: 500px;
	margin-bottom: 10px;
}
.text-quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #666;
	font-style: italic;
}
.note {
	font-size: 10px;
}
.button-submit {
	background-color: #999;
	color: #FFF;
	width: 100px;
	height: 30px;
	font-size: 12px;
}
.button-reset {
	width: 24px;
	height: 24px;
	background-image: url(../img/arrow-circle-double.png);
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
    text-transform: capitalize;
}
.contact-container-general {
	border: 10px solid #CCC;
	width: 500px;
	background-color: #FFF;
}
.noticed {
	height: 50px;
	width: 500px;
	background-image: url(../img/noticed-final.png);
	background-repeat: no-repeat;
	background-position: center;
}
.icons-header {
	padding-right: 3px;
	padding-left: 5px;
}
#gallery {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
.bullets-bold {
	list-style-image: url(../img/bullet-final.png);
	color: #4F5662;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.title-content {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
.text-title-br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #333;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	width: 480px;
}
.padding-container1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.net-feat {
	margin-top: 5px;
}
.div-br-circle {
	height: 320px;
	background-image: url(../img/noticed-final.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.image-no-wrap {
	padding-bottom: 20px;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}
.text-10px {
	font-size: 10px;
	line-height: 1em;
	color: #CCC;
}
.text-10-2px {
	font-size: 12px;
	color: #CCC;
}

