h1 {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT: inherit; VERTICAL-ALIGN: baseline; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}

h2 {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT: inherit; VERTICAL-ALIGN: baseline; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}

h3 {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT: inherit; VERTICAL-ALIGN: baseline; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}

h4{
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT: inherit; VERTICAL-ALIGN: baseline; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}

h5 {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT: inherit; VERTICAL-ALIGN: baseline; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}

span {
	COLOR: red; FONT-SIZE: 1.5em
}

.blank {
	height: 20px;
}

.strongwords {
	FONT-WEIGHT: BOLD;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menuheader-wrapper {
	width: 100%;
	height: 47px;
	background: url(../images/content-bg.gif) lightgrey;
	border-bottom: 4px solid grey;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: fixed;
	z-index: 99999;
}

#menuheader-left {
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 15px 0 12px 40px;
	position: relative;
	float: left;
}

#menuheader-right
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	float: right;
}

#menuheader-right ul li
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	list-style: none;
}

#menuheader-right ul li a 
{
	float: left;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .9px;
	text-transform: uppercase;
	text-decoration: none;
	COLOR: #8E8D8D;
	padding: 0 0 10px 0;
	margin: 0 30px 0 0;
}

#menuheader-right ul li a.activelink
{
	text-decoration: underline;
}


#menuheader-right ul li:hover > a
{
	text-decoration: underline;
}

*html #menuheader-right ul li a:hover /* IE6 */
{
	text-decoration: underline;
}

*html #menuheader-right ul li a.activelink /* IE6 */
{
	text-decoration: underline;
}

#menuheader-right ul li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menuheader-right ul ul
{
	list-style: none;
	margin: 0;
	padding: 0;    
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 99999;    
	background: url(../images/transparencyfix.png);
	-moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
	box-shadow: 0 0 2px rgba(255,255,255,.5);	
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#menuheader-right ul ul li
{
	float: none;
	margin: 0;
	padding: 0;
	display: block;  
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menuheader-right ul ul li:last-child
{   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}

#menuheader-right ul ul li a
{
	padding: 10px;
	height: 10px;
	height: auto;
	font-size: .8em;
	color: #fff;
	letter-spacing: 0px;
	font-weight: normal;
	text-decoration: sentencecase;
	display: block;
	white-space: nowrap;
	float: none;
}

*html #menuheader-right ul ul li a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menuheader-right ul ul li a /* IE7 */
{    
	height: 10px;
}

#menuheader-right ul ul li a:hover
{
	color: #fff
}

#menuheader-right ul ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menuheader-right ul ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #2F2F2F;
}

#menuheader-right ul ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menuheader-right:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menuheader-right             { zoom: 1; } /* IE6 */
*:first-child+html #menuheader-right { zoom: 1; } /* IE7 */

.homebgcolor { background-color: #1D4C98; }

.homebgimage { background: url(../images/menu-header-bg-home.jpg); }

.innerimage { background: url(../images/menu-header-banner-home.jpg); }

.internetmktngbgcolor { background-color: #FFB631; }

.internetmktngbgimage { background: url(../images/menu-header-bg-internetmktng.jpg); }

.internetmktngbanner { background: url(../images/menu-header-banner-internetmktng.jpg); }

.webdesignbgcolor { background-color: #CE2413; }

.webdesignbgimage { background: url(../images/menu-header-bg-webdesign.jpg); }

.webdesignbanner { background: url(../images/menu-header-banner-webdesign.jpg); }

.domainbgcolor { background-color: #7A4381; }

.domainbgimage { background: url(../images/menu-header-bg-domain.jpg); }

.domainbanner { background: url(../images/menu-header-banner-domain.jpg); }

.webbgcolor { background-color: #303CB4; }

.webbgimage { background: url(../images/menu-header-bg-webhosting.jpg); }

.webbanner { background: url(../images/menu-header-banner-webhosting.jpg); }

.emailerbgcolor { background-color: #367C45; }

.emailerbgimage { background: url(../images/menu-header-bg-emailer.jpg); }

.graphicbgcolor { background-color: #531706; }

.graphicbgimage { background: url(../images/menu-header-bg-graphic.jpg); }

body #contentheader-wrapper {
	width: 100%;
	height: 700px;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
}

body #contentheader-wrapper #contentheader {
	width: 960px;
	height: 700px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

body #contentheader-wrapper #contentheader .contentright {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:right;
}

body #contentheader-wrapper #contentheader .contentright .top{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

body #contentheader-wrapper #contentheader .contentright .bottom{
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #contentheader-wrapper #contentheader .contentright .bottom img{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

body #contentheader-wrapper #contentheader .contentright .bottom .imgright{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:right;
}

body #contentheader-wrapper2 {
	width: 100%;
	height: 300px;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
}

body #contentheader-wrapper2 #contentheader2 {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

body #contentheader-wrapper2 #contentheader2 .contentright {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:right;
}

body #content-wrapper {
	width: 100%;
	background: url(../images/content-bg.gif) lightgrey;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #5c5c5c;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

body #content-wrapper A {
	COLOR: #5c5c5c; TEXT-DECORATION: none
}

body #content-wrapper A:hover {
	COLOR: #5c5c5c; TEXT-DECORATION: underline
}

body #content-wrapper #promobox {
	width: 920px;
	background: #fff;
	border: 1px solid lightgrey;
	margin: 0 auto 20px;
	padding: 20px 20px 20px 20px;
	overflow: auto;
}

body #content-wrapper #promobox .promobox-logo {
	width: 300px;
	height: 195px;
	BORDER-right: 1px dotted #6d6d6d;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

body #content-wrapper #promobox .promobox-right {
	width: 600px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

body #content-wrapper #promobox .promobox-right h1{
	MARGIN: 0px 0px 10px; FONT: normal 35px Arial; LETTER-SPACING: -0.5px; COLOR: #000;
}

body #content-wrapper #promobox .promobox-right h2{
	MARGIN: 0px 0px 0px; FONT: bold 1em Arial; LETTER-SPACING: 5px; COLOR: #000; TEXT-TRANSFORM: sentencecase;
}

body #content-wrapper #promobox .promobox-right p{
	PADDING-BOTTOM: 0px; FONT: normal .8em Arial; color: #000; TEXT-TRANSFORM: sentencecase; TEXT-ALIGN: justify; LINE-HEIGHT: 1.7
}

body #content-wrapper .scrollbox {
	width: 920px;
	background: #fff;
	border: 1px solid lightgrey;
	margin: 0 auto 20px;
	padding: 20px 20px 20px 20px;
}

body #content-wrapper .scrollbox h3 {
	width: 920px;
	FONT: bold 12px Arial;
	LETTER-SPACING: 1px;
	COLOR: #000
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #content-wrapper .contentbox {
	width:920px;
	background: white;
	border: 1px solid lightgrey;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	overflow:auto;
}

body #content-wrapper .contentbox .heading h1 {
	MARGIN: 0px 0px 10px; FONT: bold 35px Arial; LETTER-SPACING: -0.5px; COLOR: #00acd2; width: 100%; margin: 0 0 20px 0; padding: 0 0 0 0; BORDER-BOTTOM: 1px dotted #6d6d6d;
}

body #content-wrapper .contentbox .contentbox-row2 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 285px; PADDING-RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-TOP: 0px; BORDER-BOTTOM: 1px dotted #6d6d6d; MARGIN-BOTTOM: 20px; POSITION: Relative; FLOAT: left;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 IMG.center {
	MARGIN: 0px 0px 12px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 h2 {
	PADDING-BOTTOM: 2px; LINE-HEIGHT: 30px; MARGIN: 0px 0px 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LETTER-SPACING: 0px; HEIGHT: 60px; COLOR: #00acd2; FONT-SIZE: 26px; FONT-WEIGHT: bold; PADDING-TOP: 2px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 h2 a {
	COLOR: #00acd2
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 h2 a:hover {
	COLOR: #e92192; TEXT-DECORATION: none
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 p {
	PADDING-BOTTOM: 10px; FONT: normal .8em Arial; color: #6d6d6d; TEXT-TRANSFORM: sentencecase; TEXT-ALIGN: justify; LINE-HEIGHT: 18px;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 p a {
	COLOR: #ee21ae
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box1 p a:hover {
	TEXT-DECORATION: underline
}





body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 285px; PADDING-RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-TOP: 0px; BORDER-BOTTOM: 1px dotted #6d6d6d; MARGIN-LEFT: 32px; MARGIN-BOTTOM: 20px; POSITION: Relative; FLOAT: left;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 IMG.center {
	MARGIN: 0px 0px 12px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 h2 {
	PADDING-BOTTOM: 2px; LINE-HEIGHT: 30px; MARGIN: 0px 0px 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LETTER-SPACING: 0px; HEIGHT: 60px; COLOR: #00acd2; FONT-SIZE: 26px; FONT-WEIGHT: bold; PADDING-TOP: 2px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 h2 a {
	COLOR: #00acd2
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 h2 a:hover {
	COLOR: #e92192; TEXT-DECORATION: none
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 p {
	PADDING-BOTTOM: 10px; FONT: normal .8em Arial; color: #6d6d6d; TEXT-TRANSFORM: sentencecase; TEXT-ALIGN: justify; LINE-HEIGHT: 18px;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 p a {
	COLOR: #ee21ae
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box2 p a:hover {
	TEXT-DECORATION: underline;
}





body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 285px; PADDING-RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-TOP: 0px; BORDER-BOTTOM: 1px dotted #6d6d6d; MARGIN-BOTTOM: 20px; POSITION: Relative; FLOAT: right;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 IMG.center {
	MARGIN: 0px 0px 12px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 h2 {
	PADDING-BOTTOM: 2px; LINE-HEIGHT: 30px; MARGIN: 0px 0px 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LETTER-SPACING: 0px; HEIGHT: 60px; COLOR: #00acd2; FONT-SIZE: 26px; FONT-WEIGHT: bold; PADDING-TOP: 2px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 h2 a {
	COLOR: #00acd2
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 h2 a:hover {
	COLOR: #e92192; TEXT-DECORATION: none
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 p {
	PADDING-BOTTOM: 10px; FONT: normal .8em Arial; color: #6d6d6d; TEXT-TRANSFORM: sentencecase; TEXT-ALIGN: justify; LINE-HEIGHT: 18px;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 p a {
	COLOR: #ee21ae
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-box3 p a:hover {
	TEXT-DECORATION: underline
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-leftbox {
	PADDING-BOTTOM: 20px; PADDING-LEFT: 0px; WIDTH: 200px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; float:left; MARGIN-RIGHT: 20px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-leftbox h4{
	PADDING-BOTTOM: 5px; PADDING-LEFT: 10px; WIDTH: 190px; PADDING-RIGHT: 0px; PADDING-TOP: 5px; LETTER-SPACING: 0px; COLOR: #fff; FONT-SIZE: 16px; FONT-WEIGHT: bold; background:#00acd2; MARGIN: 0 0 0 0;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-leftbox h4 a{
	COLOR: #fff;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-leftbox ul {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 9px; WIDTH: 180px; PADDING-RIGHT: 9px; PADDING-TOP: 10px; LIST-STYLE-POSITION: INSIDE; LIST-STYLE: NONE; border: 1px DOTTED #00acd2; MARGIN: 0 0 20px 0; background: #fff
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-leftbox ul li a{
	LETTER-SPACING: 0px; COLOR: #grey; FONT-SIZE: .8em; FONT-WEIGHT: normal;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 480px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; float:left; MARGIN-RIGHT: 20px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox p{
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; PADDING-TOP: 0; LETTER-SPACING: 0px; COLOR: #000; FONT-SIZE: .8em; FONT-WEIGHT: normal; MARGIN: 0 0 15px 0; LINE-HEIGHT: 1.2; TEXT-ALIGN: JUSTIFY;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox p strong{
	COLOR: #00acd2;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox a{
	COLOR: red;
	text-decoration: underline;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox a:hover{
	text-decoration: none;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox .links{
	COLOR: #000;
	text-decoration: none;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox .links:hover{
	text-decoration: underline;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-centerbox table{
	FONT-SIZE: .7em;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 200px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; float:left;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox h4{
	PADDING-BOTTOM: 5px; PADDING-LEFT: 10px; WIDTH: 190px; PADDING-RIGHT: 0px; PADDING-TOP: 5px; LETTER-SPACING: 0px; COLOR: #fff; FONT-SIZE: 16px; FONT-WEIGHT: bold; background:#00acd2; MARGIN: 0 0 0 0;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox h4 a{
	COLOR: #fff;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox .queryform {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; WIDTH: 180px; PADDING-RIGHT: 8px; PADDING-TOP: 10px; border: 1px DOTTED #00acd2; MARGIN: 0 0 30px 0; background: #fff;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox .selectbox {
	  PADDINg: 3px; border: 1px solid #00acd2; MARGIN: 6px 0 1px 0; background: #fff; COLOR: grey; FONT-SIZE: .7em; FONT-WEIGHT: normal; WIDTH: 178px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox .inputbox {
	  PADDINg: 3px; border: 1px solid #00acd2; MARGIN: 6px 0 1px 0; background: #fff; COLOR: grey; FONT-SIZE: .7em; FONT-WEIGHT: normal; WIDTH: 170px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox .textbox {
	  PADDINg: 3px; border: 1px solid #00acd2; MARGIN: 6px 0 9px 0; background: #fff; COLOR: grey; FONT-SIZE: .9em; FONT-WEIGHT: normal; WIDTH: 170px; HEIGHT: 100px
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox .submitbutton {
	  PADDINg: 5px; border: 1px solid #00acd2; MARGIN: 0 0 9px 0; background: #00acd2; COLOR: white; FONT-SIZE: .7em; FONT-WEIGHT: bold; CURSOR: pointer;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox ul {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; LIST-STYLE-POSITION: INSIDE; LIST-STYLE: NONE; MARGIN: 0 0 0 0; background: #fff;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox ul li img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #00acd2;
	padding:4px;
	MARGIN-BOTTOM: 30px;
}

body #content-wrapper .contentbox .contentbox-row2 .vertical-rightbox .icons img{
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 35px; PADDING-RIGHT: 0px; PADDING-TOP: 0; MARGIN: 0 5px 0 0
}

body #content-wrapper .contentbox .contentbox-row3 {
	width: 920px;
	height: 445px;
	BORDER-BOTTOM: 1px dotted #6d6d6d;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

body #content-wrapper .contentbox .contentbox-row4 {
	width: 100%;
	BORDER-BOTTOM: 1px dotted #6d6d6d;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: auto;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox {
	PADDING-BOTTOM: 20px; PADDING-LEFT: 0px; WIDTH: 607px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; MARGIN-BOTTOM: 0px; FLOAT: left;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 230px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; MARGIN-BOTTOM: 0px; FLOAT: left;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome h4{
	PADDING-BOTTOM: 5px; PADDING-LEFT: 10px; WIDTH: 220px; PADDING-RIGHT: 0px; PADDING-TOP: 5px; LETTER-SPACING: 0px; COLOR: #fff; FONT-SIZE: 16px; FONT-WEIGHT: bold; background:#00acd2; MARGIN: 0 0 0 0;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome h4 a{
	COLOR: #fff;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome .queryform {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; WIDTH: 210px; PADDING-RIGHT: 8px; PADDING-TOP: 10px; border: 1px DOTTED #00acd2; MARGIN: 0 0 0 0; background: #fff;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome .selectbox {
	  PADDINg: 3px; border: 1px solid #00acd2; MARGIN: 6px 0 1px 0; background: #fff; COLOR: grey; FONT-SIZE: .7em; FONT-WEIGHT: normal; WIDTH: 208px
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome .inputbox {
	  PADDINg: 3px; border: 1px solid #00acd2; MARGIN: 6px 0 1px 0; background: #fff; COLOR: grey; FONT-SIZE: .7em; FONT-WEIGHT: normal; WIDTH: 200px
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome .textbox {
	  PADDINg: 3px; border: 1px solid #00acd2; MARGIN: 5px 0 9px 0; background: #fff; COLOR: grey; FONT-SIZE: .9em; FONT-WEIGHT: normal; WIDTH: 200px; HEIGHT: 100px
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .talktome .submitbutton {
	  PADDINg: 5px; border: 1px solid #00acd2; MARGIN: 0 0 9px 0; background: #00acd2; COLOR: white; FONT-SIZE: .7em; FONT-WEIGHT: bold; CURSOR: pointer;
}



body #content-wrapper .contentbox .contentbox-row4 .leftbox .moreofme {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 357px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 20px; FLOAT: left;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox  .moreofme h4{
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 347px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px; COLOR: #00acd2; FONT-SIZE: 18px; FONT-WEIGHT: bold; MARGIN: 0 0 10px 0;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox .moreofme h4 a{
	COLOR: #fff;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox  .moreofme p{
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 347px; PADDING-RIGHT: 0px; PADDING-TOP: 0; LETTER-SPACING: 0px; COLOR: #000; FONT-SIZE: .8em; FONT-WEIGHT: normal; MARGIN: 0 0 15px 0; LINE-HEIGHT: 1.2; TEXT-ALIGN: JUSTIFY;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox  .moreofme p strong{
	color: #00acd2;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox  .moreofme .icons{
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 347px; PADDING-RIGHT: 0px; PADDING-TOP: 0; MARGIN: 0 0 15px 0;
}

body #content-wrapper .contentbox .contentbox-row4 .leftbox  .moreofme .icons img{
	WIDTH: 35px; MARGIN: 0 5px 0 0;
}

body #content-wrapper .contentbox .contentbox-row4 .facebookbox {
	PADDING-BOTTOM: 20px; PADDING-LEFT: 0px; WIDTH: 292px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; MARGIN-LEFT: 0px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; FLOAT: right;
}

#footer-wrapper {
	width: 100%;
	background: grey;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid blue;
}

#footer-copyright {
	width: 960px;
	font-family: arial;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: 1px;
	color: grey;
	text-transform: sentencecase;
	text-align: center;
	background: #000;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#footer-copyright a{
//	font-size: .7em;
	font-weight: normal;
	letter-spacing: 1px;
	color: grey;
}

#footer-designedby {
	width: 960px;
	height: 50px;
	background: grey;
	margin: 0 auto;
	padding: 0 0 0 0;
}
