@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../../images/template/main_bg.jpg);
	background-color:#F0F0F0;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding:0px;

}

/* main containers */

div.pagetop {
	width:841px;
	padding:0px;
	min-height:70px;
}

div.header {
	width:809px;
	padding:0px;
	min-height:70px;
}
div.navigation {
	width:770px;
	padding:0px;
	margin:0px;
	height:31px;
}

div.pagebottom {
	width:1026px;
	background-image: url(../../images/gr_homebg.jpg);
	background-repeat: repeat-y;
	height:auto;
	margin:0px;
}



/* body drop shadows */

.left_drop {
	background-image:url(../../images/template/left_shadow.jpg);
	background-repeat: repeat-y;
}

.right_drop {
	background-image:url(../../images/template/right_shadow.jpg);
	background-repeat: repeat-y;
}

.dropshadow{
	background-image:url(../../images/template/mainbg_shadow.jpg);
	background-repeat: repeat-y;
}

/* Home Page Styles */
div.btm_content {
	max-width:809px;
	height:auto;
	margin:0px 1px 0px 0px;
	padding:0px 0px 10px 0px;
	/*background-image: url(../../images/template/mainbg_shadow.jpg);
	background-repeat: repeat-y;*/
}
div.home_features {
	width:766px;
	height:auto;
	padding-top:0px;
	font-family:Arial, sans-serif;
	background-image: url(../../images/featurebx_middle2.jpg);
	background-repeat: repeat-y;
}
.feature1 {
	float:left;
	width:335px;
	padding:0px;
	margin-left:35px;
	height:auto;
}

.feature2 {
	float:right;
	width:335px;
	padding:10px 0px 0px 0px;
	margin-right:35px;
	height:auto;
}

div.btm_title {
	padding:0px;
	background-image: url(../../images/featurebx_top2.jpg);
	background-repeat: no-repeat;
	width:766px;
	text-align:left;
	height:45px;
}
div.btm_foot {
	width:766px;
	max-height:10px;
	padding-bottom:20px;
	background-image: url(../../images/featurebx_btm.jpg);
	background-repeat: no-repeat;
}

div.headerLeft {
	float:left;	
}

div.headerRight {
	float:right;
	margin-top:20px;
}
/* Text Styles */
p {
	font-size:12px;
	font-family:Arial, sans-serif;
	line-height:19px;
	color:#666;
	Text-align:left;
}

.ylw {
	font-size:13px;
	font-family:Arial, sans-serif;
	color:#F90;
}

.call {
	font-size:11px;
	font-family:Arial, sans-serif;
	line-height:16px;
	color:#003366;
	padding-right: 30px;
}

a.ylw:link {font-size:13px; font-family:Arial, sans-serif; text-decoration: underline; color: #F90;}
a.ylw:visited {font-size:13px; font-family:Arial, sans-serif; text-decoration: underline; color: #F90;}
a.ylw:active {font-size:13px; font-family:Arial, sans-serif; text-decoration: underline; color: #F90;}
a.ylw:hover {font-size:13px; font-family:Arial, sans-serif; text-decoration: underline; color: #F90;}

/* image styles */

.padding5{
	padding-bottom:5px;
}

/* content styles */

.content_body {
	font-family: Verdana, Geneva, sans-serif;
	line-height:16px;
	color:#666;
	padding-left:40px;
	padding-right:30px;
}

.content_body_portfolio {
	font-family: Verdana, Geneva, sans-serif;
	/*background-image: url(../../images/template/gr_body-bg.jpg);
	background-repeat: repeat-y;*/
	color:#666;
	padding-top:0px;
	margin-left:0px;
	max-width:770px;
	min-height: 600px;
	text-align:center;
}

/*--sub page css --*/
.subpages {
	width:809px;
	background-image: url(../../images/subg2.jpg);
	background-repeat: repeat-y;
	height:auto;
	padding-top:0px;
	margin:0px;
	
}
.pagetitle {
	background-image: url(../../images/template/gr_main-title.jpg);
	background-repeat: no-repeat;
	width:771px;
	height:36px;
	text-align:left;
	padding-top: 8px;
}

h1.strPageTitle {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F90;
	margin-left: 6px;
	display: inline; 
}

.pagebtm2 {
	width:770px;
	max-height:10px;
	/*background-image: url(../../images/template/gr_body-ftr.jpg);
	background-repeat: no-repeat;*/
	margin-left:0px;
}
h1 {
	font-size:16px;
	font-family:Arial, sans-serif;
	color:#F90;
}

hr {
	height:1px;
	color: #CCCCCC;
}

.home_title {
	background-image: url(../../images/featurebx_top2.jpg);
	background-repeat: no-repeat;
	width:766px;
	height: 25px;
	text-align:left;
}
h1.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #383B82;
	padding-left:20px;
	padding-bottom:0px;
	padding-top:15px;
	height:10px;
}
ul.list {
	list-style-image:url(../../images/template/bullet_ylw.jpg);
	padding-left:20px;
	padding-right:20px;
	margin:0px;
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#666;
}
ul {
	list-style-type: none;
	padding-left:20px;
	padding-right:20px;
	margin:0px;
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#666;
}

li {
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#666666;
	line-height: 20px;
}


/* links */
a:link {font-size:12px; font-family:Arial, sans-serif; text-decoration: underline; color: #0C717A;}
a:visited {font-size:12px; font-family:Arial, sans-serif; text-decoration: underline; color: #0C717A;}
a:active {font-size:12px; font-family:Arial, sans-serif; text-decoration: underline; color: #0C717A;}
a:hover {font-size:12px; font-family:Arial, sans-serif; text-decoration: underline; color: #0C717A;}

a.footer:link {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #666;}
a.footer:visited {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #666;}
a.footer:active {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #999;}
a.footer:hover {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #039;}

/* drop shadows */

.left_drop{
	background-image:url(../../images/template/left_shadow.jpg);
	background-repeat: repeat-y;
}

.right_drop{
	background-image:url(../../images/template/right_shadow.jpg);
	background-repeat: repeat-y;
}

/* footer styles */
.footerbg {
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#666;
	width:809px;
	background-image: url(../../images/template/footer_bg.gif);
	background-repeat: no-repeat;
	height:50px;
}
.mainftr_left{
	margin-top:18px;
	margin-left:22px;
	max-width:350px;
	float:left;
	height:20px;
}
.mainftr_right{
	margin-top:7px;
	max-width:375px;
	margin-right:22px;
	float:right;
	height:31px;
}

.floatRight {
float:Right;
}

.floatLeft {
float:Left;
}

.clear {
	clear: both;
}

hr {
	height:1px;
	color: #CCCCCC;
}



table.hostingFeature {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

td.hostingFeatureHeader {
	background-color: #fff;
}

td.hostingFeatureBronzeHeader {
	background-color: #999966;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.hostingFeatureBronze {
	background-color: #DDDDB3;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.hostingFeatureSilverHeader {
	background-color: #ccc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.hostingFeatureSilver {
	background-color: #EEEBEB;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.hostingFeatureGoldHeader {
	background-color: #B58801;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td.hostingFeatureGold {
	background-color: #ECE1BF;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.hostingFeature {
	color: #000;
	font-weight: normal;
	font-size:11px;
	font-family:Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td.hostingFeatureBold {
	color: #000;
	font-weight: bold;
	font-size:11px;
	font-family:Arial, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td.contactform {
	font-size:12px;
	font-family:Arial, sans-serif;
	line-height:19px;
	color:#666;
}
/* new homepage styles */
div.flashbanner {
	margin:0px;
	padding:0px;
}
div.homecontentTop {
	background-image: url(../../images/gr_homecontent_top.jpg);
	background-repeat: no-repeat;
	width:765px;
	height:10px;
	margin-top:10px;
}
div.homecontentMiddle {
	background-image: url(../../images/gr_homecontent_middle.jpg);
	background-repeat:repeat-y;
	width:765px;
	text-align:left;
	min-height:640px;
}
div.homeLeft {
	float:left;
	width:438px;
	margin-left:26px;
	margin-right:40px;
	padding-top: 10px;
	min-height:620px;
}
div.homeRight {
	float:left;
	width:261px;
	min-height:620px;
}
div.homecontentBtm {
	background-image: url(../../images/gr_homecontent_btm.jpg);
	background-repeat: no-repeat;
	width:765px;
	height:10px;
}
/* Quote Form */
div.rightFreature {
	width:252px;
	padding-bottom:1px;
}
div.rightFreatureQuote{
	margin:0px;
	width:252px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding-top:8px;
	padding-left:0px;
	padding-bottom:4px;
	background-color:#F0F0F0;
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#666666;
	height:203px;
	min-height:203px;
	overflow: hidden;
}
div.rightFreatureQuoteLeft{
	margin-left:12px;
	width:65px;
	float:left;
	line-height:20px;
	text-align:right;
}
div.rightFreatureQuoteRight{
	padding-left:5px;
	width:165px;
	float:left;
	height:20px;
}
div.rightFreatureQuoteBtm{
	margin-left:6px;
	padding-left:0px;
	padding-right:0px;
	width:230px;
	float:left;
	height:84px;
}
div.rightFreatureQuoteButton{
	margin-top:2px;
	margin-left:12px;
	padding-left:95px;
	width:230px;
	float:left;
	height:22px;
}
.inputQuote {
	font-size:11px;
	color: #666;
	border:solid 1px #CCCCCC;
	width:155px;
	height:18px;
	margin-bottom:2px;
}
.inputQuotetextarea {
	font-size:11px;
	color: #666;
	border:solid 1px #CCCCCC;
	width:225px;
	height:78px;
	margin:0px;
	padding:0px;
}
.QuoteForm {
	padding:0px;
	margin:0px;
}
.quotesuccess {
	margin-left:10px;
	margin-right:6px;
}
/* End of Quote Form */
div.rightFreatureLibrary {
	max-width:252px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding-top:13px;
	padding-left:12px;
	padding-bottom:13px;
	background-color:#F0F0F0;
}
div.rightFreatureFaq {
	max-width:252px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding-top:13px;
	padding-left:12px;
	padding-bottom:13px;
	background-color:#F0F0F0;
}
div.rightFreatureTwitter {
	max-width:252px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding-top:8px;
	padding-left:0px;
	padding-bottom:24px;
	background-color:#F0F0F0;
}
div.portfolio {
	width:405px;
	max-width:390px;
	border:solid 1px #CCCCCC;
	padding:8px;
	background-color:#F0F0F0;
}

div.newfooterbg {
	float:left;
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#DDDDDD;
	width:100%;
	background-image: url(../../images/bg_newfooter.jpg);
	background-repeat:repeat-x;
	height:200px;
}
div.newfooter {
	text-align:center;
	width:765px;
}
div.footerColumn1 {
	float:left;
	width: 136px;
	text-align:left;
	padding-top: 20px;
}
div.footerColumn2 {
	float:left;
	width: 190px;
	text-align:left;
	padding-top: 20px;
}
div.footerColumn3 {
	float:left;
	width: 225px;
	text-align:left;
	padding-top: 20px;
}
div.footerColumn4 {
	float:left;
	width: 180px;
	text-align:left;
	padding-top: 20px;
}
div.footerColumn5 {
	float:left;
	width: 30px;
	text-align:left;
	padding-top: 20px;
}
h1.hometitle {
	font-family: Arial Narrow, sans-serif;
	font-size: 20px;
	color: #FF8A00;
	text-transform: uppercase;
}
h2 {
	font-family: Arial Narrow, sans-serif;
	font-size: 20px;
	color: #FF8A00;
	text-transform:uppercase;
}
ul.resources {
	list-style-image:url(../../images/bullet_resources.jpg);
	padding-left:18px;
	margin:0px;
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#666;
}
select.faq {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	width:226px;
	padding:2px;
	border:solid 1px #CCCCCC;
}
a.footerText:link {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #ddd;}
a.footerText:visited {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #ddd;}
a.footerText:active {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #ddd;}
a.footerText:hover {font-size:11px; font-family:Arial, sans-serif; text-decoration: none; color: #ddd;}

div.portfolioPopup {
	width:308px;
	position:absolute;
	z-index:1;
}

div.pfPopupTitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width:298px;
	height:25px;
	background-image: url(../../images/gr_pf_popup_top.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	padding-left:10px;
}
div.pfPopup {
	width:308px;
	background-image: url(../../images/gr_pf_popup_bg.jpg);
	background-repeat:repeat-y;
	min-height:110px;
}
div.pfPopupLeft {
	padding-top:4px;
	width:98px;
	float:left;
	padding-left:10px;
	background-image: url(../../images/gr_pf_popup_leftbg.jpg);
	background-repeat:repeat-y;
	min-height:104px;
}
div.pfPopupRight {
	padding-top:4px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	font-weight:normal;
	float:left;
	background-image: url(../../images/gr_pf_popup_rightbg.jpg);
	background-repeat:repeat-y;
	min-height:104px
}
div.pfPopupBtm {
	width:308px;
	height:25px;
	background-image: url(../../images/gr_pf_popbox_btm.png);
	background-repeat:no-repeat;
	float:left;
}
