/* CSS Document */

body{
	text-align: center;
}
body {
	text-align: -moz-center;
}


/* Table Cell Stles */
.titleheader {
	padding-left:20px;
	padding-top:10px;
}
.subtitleheader {
	padding-left:0px;
	padding-top:10px;
}
.servicearea {
	padding-top: 40px;
	padding-left: 10px;
	font-size:14px;
}
.requestcallback {
	text-align:left;
	padding-top:30px;
	padding-left:15px;
	width:150px;
	background-repeat: no-repeat;
	background-position:top;
}

.bodycontent {
	padding: 15px;
	background-color:#f9f4ef;
}

/* ---- Text Styles ---- */

a {
	color:#5728BD;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
}

.homebullets {
	font-size:14px;
	
}
.ggpurple {
	color: #5728BD;
	font-weight:bold;
}
.ggred {
	color:#DD0000;
	font-style:italic;
}
.ggbrown {
	color: #500;
}

.callbk {
	font-size:14px;
	font-weight:bold;
}
.copy {
	font-size:10px;
}
td, ul, li, ol, p, body {
	font-family:arial;
	font-size:14px;
	color:#111;
	text-align: left;
}

td, th {
	font-size:12px;
}
h1 {
	font-size:30px;
	margin:0;
	font-weight:normal;
	color:#666;
}

h2 {
	font-size:29px;
	margin:0;
}
h3 {
	font-size:20px;
	font-stretch:normal;
	font-weight:100;
	margin:0;
	color:#996600;
}
h4 {
	font-size:18px;
	font-stretch:normal;
	font-weight:800;
	margin:0;
	color:#000;
	font-style:italic;
}
h5 {
	font-size:18px;
	font-stretch:normal;
	font-weight:800;
	margin:0;
	color:#dd0000;
	font-style: italic;
}