body {
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
}
/*General Heading Settings */
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
/*Heading Specific */
h1 {
	color: #9188B3;
	font-size: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	color: #CC9900;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
h2.strapline {
	color: #FFCC00;
}

h3 {
	color: #6B5F9C;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4 {
	color: #B78900;
	font-size: 100%;
	margin-bottom: 5px;
}
h5 {}
h6 {}
/* Begin Layout Layer Properties */
#masthead {
	height: 170px;
	background-image: url(../images/common/masthead.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #504A22;
	border-right-color: #504A22;
	border-bottom-color: #504A22;
	border-left-color: #504A22;
	background-color: #FFFFFF;
}
#masthead h1 {
	margin: 0px;
	padding: 0px;
}
#masthead a, #masthead a:visited, #masthead a:active {
	display: block;
	height: 160px;
	margin-left: -20000px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#logo {
	height: 105px;
	width: 400px;
	background-image: url(../images/common/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}
#logo a {
	height: 105px;
	width: 380px;
	display: block;
}
#masthead p {
	display:none;
}
#uberwrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#contentwrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-top-style: solid;
	position: relative;
	border-bottom-style: solid;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#maincontent {
	width: 439px;
	float: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	margin: 0px;
}
#maincontent p {
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 90%;
}

/* extra single column main content style */
#maincontentc {
	width: 680px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	overflow: hidden;
}
#maincontentc p 
{
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 90%;
}
#maincontent a:link, #maincontent a:visited,
#maincontentc a:link, #maincontentc a:visited {
	text-decoration: none;
	color: #753AAF;
}
#maincontent a:hover,
#maincontent a:active,
#maincontentc a:hover,
#maincontentc a:active {
	color: #CC9900;
	text-decoration: none;
}
#maincontent ul, #maincontentc ul {
	font-size: 90%;
	color: #666666;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#maincontent li, #maincontentc li {
	background-image: url(../images/common/logo_bullet.gif);
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0.5em 0.2em;
}
#maincontent .client {
	clear: both;
	width: 400px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#maincontent .client h3 {
	margin-bottom: 5px;
}

#quotequestions textarea {
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#sidecontent {
	float: right;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	text-align: left;

}
/* Side Bar Text Formatting */
#sidecontent p {
	font-size: 80%;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.4em;
}
#sidecontent a {
	text-decoration:none;}

#sidecontent a:link, #sidecontent a:visited {
	color: #7B71A6;
}
#sidecontent a:hover, #sidecontent a:active {
	color: #CC9900;
}
	
#sidecontent h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidecontent img, #maincontent img, #maincontentc img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidecontent img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidecontent #sidenavlist {
	list-style-type: none;
	font-size: 90%;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}
#sidecontent #sidenavlist li {
	background-image: url(../images/common/logo_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0em 0.5em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidecontent #sidenavlist a {
	text-decoration: none;
	font-family: "Century Gothic", Arial, sans-serif;
}
#sidecontent #sidenavlist a:link, #sidecontent #sidenavlist a:visited{}
#sidecontent #sidenavlist a:hover, #sidecontent #sidenavlist a:active{}

/* Main Top Navigation */
#navmainlist {
	display: inline;
	height: 40px;
	background-color: #FFFFFF;
}
#navmain {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #504A22;
	border-right-color: #DEE9FF;
	border-bottom-color: #504A22;
	border-left-color: #DEE9FF;
	height: 40px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
#navmainlist li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
#navmainlist li a {
	text-decoration: none;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
#navmainlist a:link, #navmainlist a:visited {
	color: #666666;
}
#navmainlist a:hover, #navmainlist a:active {
	color: #0040FF;
}

#navcontainer {
	width: 760px;
	margin-top: 10px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*Footer */
#footer {
	display: block;
	clear: both;
	height: 60px;
	padding-top: 0px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
}
#footer p, #footer a {
	font-size: 80%;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
/* Specific Classes */
.imgfloatright {
	float: right;
	padding-left: 20px;
}
.imgfloatleft  {
	float: left;
	padding-right: 20px;
	padding-bottom: 2px;
}
.alignright {
	text-align: right;
}
.alignleft {	
text-align: left;
}
.aligncentre {
	text-align: center;
}
p.testimonial {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F2F2F2;
	border: 1px dotted #999999;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

.enlarge {
	font-size: 200%;
}
.policyheader {
	font-weight: normal;
	color: #000000;
}
#maincontentc ul.servicelist {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#featuredsite {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
}
.portfoliosite {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	margin-bottom: 10px;
}
#quotequestions dt {
	font-size: 90%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#quotequestions dd {
	margin: 0px;
	padding: 0px;
}
.quoteextra {
	font-size: 80%;
	font-weight: normal;
}
#quotesubmit {
	background-color: #F2F2EE;
	border: 1px solid #C1D3FB;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#quoteform p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#services {
	width: 680px;
	clear: left;
	display: block;
	margin-top: 20px;
}
#infopack {
	display: block;
	padding-top: 5px;
	margin-top: 5px;
	height: 170px;
}
.warningtext, .warning {
	color: #FF0000;
}
br.clearit {
	clear: both;
}
#quoteform #bus, #quoteform p.bus {
}
#design p,
#create p,
#report p {
	font-size: 80%;
}
#design {
	float: left;
	width: 140px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#create {
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#report {
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.template {
	float: left;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #B9B4C8;
	padding: 5px;
}
#sidecontent label {
	font-size: 90%;
	color: #5A547A;
}
#sidecontent input {
	margin-bottom: 5px;
}
#sidecontent form div {
	background-color: #F4F3F8;
	padding-left: 10px;
	border: 1px solid #DFDCE9;
}
div.curvebox {
	background-image: url(../images/curved_rectangle.gif);
	background-repeat: no-repeat;
	height: 40px;
}
div.curvebox p strong {
	color: #FFFFFF;
	width: 438px;
	display: block;
	text-align: center;
	padding-top: 5px;
}
#maincontent p.highlight {
	color: #FFFFFF;
	background-color: #9188B3;
	padding: 10px;
}
