@charset "utf-8";
li.f2jnag {
	display:none;
}
body {
	background-color: #001b48;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.orange_text {
	color: #c06c06;
}
.brown_text {
	color: #837a08;
}
.green_text {
	color: #237874;
}
/***************** TOP *****************/
#top {
	background: url(http://cmgtr.com//images/top_bg.jpg) repeat-x;
	width: 100%;
	height: 122px;
}
#top #wrap {
	margin: 0 auto;
	width: 1000px;
}
#top #logo {
	float: left;	
}
/***************** NAVIGATION *****************/
#nav {
	background: url(http://cmgtr.com//images/nav_bg_gold.jpg) repeat-x;
	width: 100%;
	height: 41px;
}
#nav #wrap {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0 auto;
	width: 936px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	height: 31px;
	padding: 10px 16px 0;
	margin-right: 17px;
	float: left;
}
#nav ul li a:hover {
	/*background: url(http://cmgtr.com//images/header_bg_blue.jpg) repeat-x;*/
	background-color: #001b48;
	padding: 10px 15px 0;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
/***************** HEADER *****************/
#header {
	/*background: url(http://cmgtr.com//images/header_bg_blue.jpg) repeat-x;*/
	width: 100%;
	height: 306px;
}

#header #wrap {
	/*background: url(http://cmgtr.com//images/header_bg_blue.jpg) no-repeat top center;*/
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	width: 980px;
	height: 306px;
	margin: 0 auto;
}

#header #text {
	width: 550px;
	height: 306px;
	float:left;
}

#header #text h1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0;
	padding: 0;
	padding-top: 45px;
}
#header #text p {
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	width: 550px;
}

/***************** INSIDE HEADER *****************/
#insideheader {
	/*background: url(http://cmgtr.com//images/header_bg_blue.jpg) repeat-x;*/
	width: 100%;
	height: 50px;
}

#insideheader #wrap {
	/*background: url(http://cmgtr.com//images/header_bg_blue.jpg) no-repeat top center;*/
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: 45px;
	color: #FFF;
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#insideheader #text {
	width: 550px;
	height: 50px;
	float:left;
}

#insideheader #text h1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0;
	padding: 0;
	padding-top: 45px;
}

#insideheader #text h2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#insideheader #text p {
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	width: 550px;
}

/***************** MAIN FEATURES *****************/
#main_features {
	background: url(http://cmgtr.com//images/home_topfeatures_bg.jpg) repeat-x;
	width: 100%;
	height: 150px;  /***206px***/
}
#main_features #wrap {
	width: 965px;
	margin: 0 auto;
}
#main_features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_features ul li {
	width: 350px;
	padding-top: 37px;
	float: left;
}
#main_features ul .seperator {
	background: url(http://cmgtr.com//images/home_topfeature_seperator.jpg) no-repeat top left;
	width: 21px;
	height: 135px;  /***184px***/
	padding: 0 10px;
	margin-top: 12px;
	float: left;
}
#main_features ul li h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#main_features ul li h1 a {
	color: #000;
}
#main_features ul li h1 a:hover {
	color: #666;
	text-decoration: none;
}
#main_features ul li p {
	width: 300px;
	padding-top: 14px;
}
#main_features .mainfeature1 {
background: url(http://cmgtr.com//images/server_icon.gif) no-repeat;
	height: 10px;
	padding: 8px 0 30px 61px;
}	

#main_features .mainfeature2 {
background: url(http://cmgtr.com//images/testimonial_icon.gif) no-repeat;
	height: 10px;
	padding: 8px 0 30px 61px;
}

/***************** HOME CONTENT *****************/
#content {
	background: url(http://cmgtr.com//images/content_bg.jpg) repeat-x #FFF;
	width: 100%;
	min-height: 200px;
	height: 200px;
	height: auto !important;
	float: left;
}
#content #wrap {
	/*width: 963px;*/
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#content .columns {
	width: 450px;
	height: 300px;
	overflow: hidden;
	margin: 49px 5px 0 0;
	margin-bottom: 30px;
	/*border-right: dashed 1px #CCC;*/
	float: left;
}
#content .local_column {
	width: 375px;
	height: 300px;
	overflow: hidden;
	margin: 49px 5px 0 0;
	margin-bottom: 30px;
	float: left;
}
#content .svccolumns {
	width: 450px;
	/*height: 300px;*/
	overflow: hidden;
	margin: 49px 5px 0 0;
	margin-bottom: 30px;
	/*border-right: dashed 1px #CCC;*/
	float: left;
}
#content .svclocal_column {
	width: 375px;
	/*height: 300px;*/
	overflow: hidden;
	margin: 49px 5px 0 0;
	margin-bottom: 30px;
	float: left;
}
#content .last_columns {
	width: 280px;
	margin-top: 49px;
	margin-right: 0;
	border: none;
	float: left;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

/*** IT NEWS ***/
#content #itnews_heading {
	background: url(http://cmgtr.com//images/newspaper.jpg) no-repeat;
	height: 10px;
	padding: 8px 0 30px 61px;
}
#content #itnews_text {
	width: 375px;
	float: left;
}
#content #itnews ul li {
	background: url(http://cmgtr.com//images/news_arrow.jpg) no-repeat 0 8px;
	line-height: 25px;
	padding-left: 10px;
	clear: both;
}
#content #itnews ul {
	margin: 12;
	padding: 0;
	list-style: none;
}	

/*** LOCAL NEWS ***/
#content #localnews_heading {
	background: url(http://cmgtr.com//images/hawaii_seal.jpg) no-repeat;  /*70px top;*/
	height: 10px;
	padding: 8px 0 30px 61px;
}
#content #localnews_heading span {
	padding-left: 92px;
}
#content #localnews {
	/*height: 200px;*/
}
#content #localnews ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content #localnews ul li {
	background: url(http://cmgtr.com//images/news_arrow.jpg) no-repeat 0 6px;
	line-height: 20px;
	padding-left: 10px;
	clear: both;
}
#content #localnews ul li a {
	color: #237874;
}

#content #localnews img {
	padding: 5px 10px 0 0;
}

#content #localnews ul .date {
	background: none;
	padding: 0;
	font-weight: bold;
}
#content #localnews ul .bottom_padding {
	padding-bottom: 35px;
}
#content #localnews ul .bottom_padding2 {
	padding-bottom: 135px;
}

/***************** QI HOME PAGE CONTENT *****************/
#home-content {
	color: #CCC;
	width: 100%;
	height: auto;
	padding-top: 28px;
	padding-bottom: 20px;
	clear: both;
}
#home-content-wrap {
	width: 980px;
	margin: 0 auto;
}

#home-content h1, h2 {
	font-size: 13px;
}

#home-content h1 {
	margin-bottom: 10px;
}

#home-content p {
	margin-bottom: 5px;
}

#home-content a {
	color: #aaa;
}

/***************** INSIDE CONTENT *****************/
#inside_content {
	background: url(http://cmgtr.com//images/inside_content_bg.jpg) repeat-x #FFF;
	width: 100%;
	min-height: 200px;
	height: 300px;
	height: auto !important;
	padding-top: 31px;
	padding-bottom: 30px;
	float: left;
}
#inside_content #wrap {
	width: 980px;
	margin: 0 auto;
}

#inside_content #text {
	width: 550px;
	float:left;
}

#inside_content h1 {
	padding-bottom: 22px;
	font-size: 22px;
	font-weight: bold;
	/* clear: both; */
}
/*#inside_content #text h3 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/
#inside_content h3 {
	padding-bottom: 22px;
	font-size: 14px;
}

#inside_content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 4px;
}

/**** Appointment ***/
.forms {
	margin: 0;
	padding: 0;
}
.forms .row {
	min-height: 25px;
	padding: 5px 0;
	clear: both;
	/* width:900px; */
}
.forms .label {
	width: 150px;
	height: 25px;
	padding-top: 2px;
	padding-right: 20px;
	text-align: right;
	float: left;
}
.forms .label2 {
	width: 200px;
	height: 25px;
	padding-top: 2px;
	padding-right: 20px;
	text-align: right;
	float: left;
}
.forms .input {
	width: 340px;
	padding: 2px;
	color: #666;
	border: solid 1px #CCC;
	float: left;
}
.forms .select {
	padding: 2px;
	color: #666;
	margin-bottom:8px;
	border: solid 1px #CCC;
	float: left;
	width:345px;
}
.forms .date{
	width:100px;
	margin-right:3px;
}
.forms .time{
	width:115px;
	margin-right:3px;
}
.forms .outer_scol{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border:1px solid #CCC;
	float:left;
	margin-left:170px;
}
.forms .scol {
	width: 810px;
	padding: 0px;
	float: left;
}
.forms .scol-2 {
	width: 500px;
	height: 25px;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.forms .scol1 {
	width:250px;
	padding: 5px;
	margin-right: 8px;
	float: left;
}
.forms .scol2 {
	width:250px;
	padding: 5px;
	margin-right: 8px;
	float: left;
}
.forms .scol3 {
	width:250px;
	padding: 5px;
	margin-right: 8px;
	float: left;
}
.forms .textarea {
	width: 340px;
	height: 100px;
	padding: 6px;
	color: #666;
	border: solid 1px #CCC;
	float: left;
}
.forms .button {
	background-color: #39A09B;
	color: #FFF;
	padding: 5px;
	margin-top: 5px;
	margin-left: 170px;
	border: outset 1px #39A09B;
}
.forms .button2 {
	background-color: #39A09B;
	color: #FFF;
	padding: 5px;
	margin-top: 5px;
	margin-left: 220px;
	border: outset 1px #39A09B;
}
.forms .button3 {
	background-color: #39A09B;
	color: #FFF;
	padding: 5px;
	margin-left: 10px;
	border: outset 1px #39A09B;
}
/**** Contact ***/
.column1 {
	width: 600px;
	float: left;
}
.column2 {
	width: 308px;
	float: right;
}
.column1 p {
	margin-bottom:10px;
}
/**** SERVICES ***/
#leftmenu {
	width:282px;
	overflow:hidden;
	float: left;
	
}
#rightcontent {
	background: url(http://catstechnology.com//images/service_separator.jpg) repeat-y top left;
	width: 650px;
	padding-left: 48px;
	float: right;
}
#rightcontent .readmore a {
	background: url(http://catstechnology.com//images/reamore_arrow.jpg) no-repeat #39a09b 6px 8px;
	color: #FFF;
	width: 65px;
	height: 20px;
	margin-top: 9px;
	padding: 2px 0 0 17px;
	float: left;
}
#rightcontent .readmore a:hover {
	background: url(http://catstechnology.com//images/reamore_arrow_over.jpg) no-repeat #00235d 6px 8px;
	text-decoration: none;
}
#rightcontent .readmore2 a {
	background: url(http://catstechnology.com//images/reamore_arrow.jpg) no-repeat #39a09b 6px 8px;
	color: #FFF;
	width: 90px;
	height: 20px;
	margin-top: 9px;
	padding: 2px 0 0 17px;
	float: left;
}
#rightcontent .readmore2 a:hover {
	background: url(http://catstechnology.com//images/reamore_arrow_over.jpg) no-repeat #00235d 6px 8px;
	text-decoration: none;
}
#seperator_top {
	width: 629px;
	height: 30px;
	float: left;
	background: url(http://catstechnology.com//images/service_separator_top.jpg) no-repeat left -14px;
}
/***************** BOTTOM LOGOS *****************/
#bottom_logos {
	background: url(http://catstechnology.com//images/bottom_logos_bg.jpg) repeat-x;
	width: 100%;
	height: 142px;
	float: left;
}
#bottom_logos #wrap {
	width: 980px;
	padding-top: 37px;
	margin: 0 auto;
}
#bottom_logos ul {
	margin: 0;
	padding: 0;
	padding-left: 96px;
	list-style: none;
}
#bottom_logos ul li {
	float: left;
	margin-right: 20px;
}
/***************** FOOTER *****************/
#footer {
	/*background: url(http://catstechnology.com//images/footer_bg.jpg) repeat-x;*/
	color: #CCC;
	width: 100%;
	height: auto;
	padding-top: 28px;
	padding-bottom: 20px;
	line-height: 30px;
	clear: both;
}
#footer #wrap {
	width: 980px;
	margin: 0 auto;
}
#footer a {
	color: #CCC;
}
#footer .small {
	text-align:center;
	font-size: 11px;
}
/***************** SEARCH PAGE *****************/
a.search_title:link, a.search_title:visited, a.search_title:active {
	color: #39a09c;
	text-decoration: underline;
	font-height: 12px;
}
.search_results {
	font-size: 11px;
}
.search_link {
	font-size: 10px;
	color: #001b48;
}
.bottom_images {
	width: 230px;
	white-space: nowrap;
	vertical-align: middle;
}
#slot_1, #slot_2 {
	width: 230px;
	height: 100px;
}
#slot_1_cont, #slot_2_cont {
	width: 230px;
	height: 100px;
	overflow: hidden;
}
#slot_1_placer, #slot_2_placer {
	width: 460px;
	height: 100px;
}
#slot_1_sub, #slot_1_sub2, #slot_2_sub, #slot_2_sub2 {
	width: 230px;
	height: 100px;
	text-align: center;	
	vertical-align: middle;
}
#slot_1_sub, #slot_2_sub {
	float: left;
}
#slot_1_sub2 {
	float: right;
}
#slot_2_sub2 {
	float: right;
}




td.box{
	height: 34px;
	background: url(../../images/NarrowButton2.png) no-repeat;
	font: normal 11pt ;
	text-align: left;
	font-weight: bold;
	}

table.largebox{
	width: 220px;
	border-left: solid 12px transparent;
	float:right;
	width: 34%;
	}
table.largebox1 {		width: 220px;
	border-left: solid 12px transparent;
	float:right;
	width: 34%;
}

.clear{
	clear:both;
}
#inside_content #rightcontent .seo {
	font-size: 22px;
	display: block;
	float: none;
	color: #000;
}