BODY {
	margin: 0px;
	padding: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #333333;
}
#main-body {
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
h1, h2, h3, h4 {font-weight: lighter;}
h1 {font-size: 1.8em; color: #FF6600;}
h2 {font-size: 1.6em; color: #FF6600;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

p{
	font-size: 12px;
	}
	
li	{
	font-size: 12px;
	}

a:link {
	color: #06C;
	text-decoration: underline;
}
a:visited {
	color: #339;
	text-decoration: underline;}
a:hover {
	color: #FF6600;
	text-decoration: underline;}
a:active {
	color: #FF6600;
	text-decoration: underline;}

	
/* LOGO & NAVIGATION */
#logo-nav {
	position: relative;
	height: 80px;
	background: url(images/bkg-top-right.gif) #FFF repeat-x right top;
	margin-top: 7px;
	}
#logo {
	background: url(images/bkg-top-left.gif) no-repeat left top;
	height: 80px;
	padding-left: 25px;
}
#logo img {
	display: block;
	padding-top: 12px;
}

#nav {
	position: absolute;
	float: right;
	margin: 0px;
	padding: 0px;
	top: 25px;
	right: 25px;
}
#nav a {
	margin: 0px;
	padding: 3px 7px;
	vertical-align: 50%;
	white-space: nowrap;
	color: #666666;
	font-size: 1.25em;
	text-decoration: none;
	display: table-cell;
}
#nav a:link, #nav a:visited {
	color: #666666;
	text-decoration: none;
	border-right: 1px solid #CCC;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #93989E;
	border-bottom: 2px solid #E4F2F9;
}

/* BIG CONTAINER */
#BigContainer {
	position: relative;
	background-color: #FFF;
	margin: 0;
	padding: 5px 25px;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
}

/* TOP BANNER */

#TopBanner {
	height: 287px;
	width: 950px;
	background-color: #333;
}

/* CONTENT */
#ContainerContent{ 
	margin-top: 10px;
	clear: both;
	width: 100%;
}
#MainContent{
	margin-right: 260px;
	padding-right: 15px;
	font-size: 1.4em;
}

#MainContent2{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.4em;
}

#SideContent{
	width: 240px;
	float: right;
	font-size: 1.2em;
}
#news{
	margin-top: 10px;
	clear: both;
	width: 100%;
	border-top: 1px solid #AFB4B7;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#MainContent1{
	font-size: 1.4em;
}

/* ROUND BOX */
.bkg {background: url(images/bkg-sidebox2.jpg) no-repeat 0 0;}
.bl {background: url(images/round-bl.png) no-repeat 0 100%; }
.br {background: url(images/round-br.png) 100% 100% no-repeat}
.tl {background: url(images/round-tl.png) 0 0 no-repeat}
.tr {background: url(images/round-tr.png) 100% 0 no-repeat; padding: 5px 10px 5px 20px;
	}
#BoxDivider{
	height: 10px;
	clear: both;
}

/* FOOTER */
#ContainerFooter{
	border: 1px solid #000;
	/*background-color: #e3e9ee;*/
	background-color: #E8EAEC;
	padding: 5px 25px;
	clear: both;
}
#services{
	margin-right: 270px;
	padding-right: 15px;
	
}

#services h2{
	font-size: 1.8em; color: #646464;
}

#testimonials{
	color:#000;
	width: 250px;
	float: right;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 1.2em;
}

#testimonials h2{
	font-size: 1.6em; color: #646464;
}

#ServicesList a {
	list-style-type: none;
	color: #000;
	text-decoration: none;
	background: url(images/service-bullet.gif) no-repeat left center;
	font-size: 1.2em;
	display: block;
	padding-left: 30px;
}
#ServicesList a:hover {
	color: #FF6600;
	background: url(images/service-bullet-on.gif) no-repeat left center;
}

/* FOOTER Navigation & Copyright */
/*
#ContainerCopyright {
	
	background-color: #AFB4B7;
	clear: both;
	color: #FFF;
	padding: 5px 25px;
	text-align: center;
}
#ContainerCopyright a:link,  #ContainerCopyright a:visited {
	color: #FFF;
	text-decoration: underline;
}
#ContainerCopyright a:hover,  #ContainerCopyright a:active {
	color: #333333;
	text-decoration: underline;
}*/

#ContainerCopyright {
	background-color: #646464;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	color: #FFF;
	padding: 5px 25px;
	text-align: center;
}
#ContainerCopyright a:link,  #ContainerCopyright a:visited {
	color: #FFF;
	text-decoration: underline;
}
#ContainerCopyright a:hover,  #ContainerCopyright a:active {
	color: #333333;
	text-decoration: underline;
}
#footer-nav {
	border: 0px solid #CCC;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 10px;
	text-align: center;
}
#footer-nav a {
	margin: 0px;
	padding: 3px 5px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 1.4em;
	text-decoration: none;
	display: table-cell;
	border-right: 0px solid #CCC;
	border-bottom: 2px solid transparent;
}
#footer-nav a:hover, #footer-nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #93989E;
	border-bottom: 2px solid #E4F2F9;
}

/* TEXT FORMATING */
.clearer {
	font-size: 1px; 
	height: 1px;
	clear: both;
}
div.button a {
	background: transparent url(images/button-right.gif) no-repeat scroll right top;
	color: #666;
	display: block;
	float: left;
	height: 28px;
	padding-right: 24px; /* sliding doors padding */
	text-decoration: none;
	font-size: 12px;
}
div.button a span {
	background: transparent url(images/button-left.gif) no-repeat scroll left top;
	display: block;
	line-height: 14px;
	text-decoration: none;
	height: 20px;
	padding-left: 18px;
	padding-top: 8px;
}
div.button a:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

div.button a:hover span {
    background-position: bottom left;
    color: #000;
	text-decoration: none;
}
a.learn {
	padding: 3px 10px 3px 5px;
	border: 1px solid #ACD3FF;
	text-decoration: none;
	color: #666;
	background: #fff url(images/arrow-off.gif) no-repeat 95% 50%;
}
a.learn:hover, a.learn:active {
	border: 1px solid #ACD3FF;
	color: #FFF;
	text-decoration: none;
	background: #666 url(images/arrow-on.gif) no-repeat 95% 50%;
}
.notes{color:#98AAB5;}

div.ServicesAll a {
	background: top;
	color: #545454;
	display: block; /* sliding doors padding */
	text-decoration: none;
	font-size: 1.2em;
	height: 40px;
}
div.ServicesAll a span {
	background: transparent url(images/services-all.gif) no-repeat scroll left top;
	display: block;
	text-decoration: none;
	height: 30px;
	color: #FFFFFF;
	width: 40px;
	font-size: 1.2em;
	float: left;
	text-align: center;
	vertical-align: 50%;
	margin-right: 5px;
	padding-top: 10px;
}
div.ServicesAll a:hover {
    background-position: bottom left;
    color: #FF6600;
    outline: none; /* hide dotted outline in Firefox */
	  text-decoration: none;
}
div.ServicesAll a:hover span {
    background-position: bottom left;
    color: #FFFFFF;
		text-decoration: none;
}
.service-blurb {
	font-size: 0.8em;
	color: #545454;
	padding: 5px 10px 15px 47px;
	vertical-align: top;
}


.bkg-toolbox{
	background-color: #999999;
	color: #FFFFFF;
}
