﻿body  {
	background: #e1e1e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 970px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#toplinks {
	padding:0 25px;  
	padding-top:15px;
	width:920px;
	overflow:hidden;
	text-align:right;
}
#bottomlinks { 
	width:940px;
	overflow:hidden;	
	padding:0 5px;  
	margin:30px 10px;
}
#header {
	padding:0 25px;
	padding-top:30px;
	background:url(../images/BG/top.gif) no-repeat left top;
}
#navbar {
	width:930px;
	margin:10px;
}
.leftbar {
	width:210px;
	float:left;
}
#rightbar {
	width:170px;
	float:right;
	padding-left:5px;
	background:transparent url('../images/dotL.gif') repeat-y scroll left top;
}
#content {
	padding:0 0px;
	width:950px;
	overflow:hidden;
}
#mainContent {
	margin-left:210px;
	margin-right:0px;
}
#mainFullContent {
	margin:10px;
}
#mainContentRight {
	margin-left:210px;
	margin-right:10px;
}
#botCurve {
	padding:15px;
	background:url(../images/BG/bottom.gif) no-repeat left bottom;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	color:#666666;
	text-align:center;
	font-size:11px;
	margin-bottom:20px;
}

.BoxContent
{
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
}

.BoxContent a{
	 text-decoration:none;
}
.BoxContent td
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: #ffffff;
}
.SEOBoxContent {
    padding-bottom:20px;
    margin-bottom:5px;
	width: 850px;  

}
.announcements {
	border:solid 1px #CCCCCC;
	padding:20px 10px;
	padding-bottom:0;
}
.announcements ul {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.announcements ul li {
	margin-bottom:20px;
}
.announcements ul span {
	color:#999999;
}
.announcements a {
	color:#000000;
}
.seoservice
{
		border-bottom: lightgrey 1px solid;

}
.seoSubTitle {
	font-size: 14px;
	color: #EC562B;
	font-weight: bold;
}
.SeoBoxContent
{
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}
.detailstabbox 
{
	vertical-align:top;
	width: 600px;
	border: #F0F0F0 1px solid;
}

.detailsboxHeader {
    background-color: #F8F8F8;
	border-bottom:solid 1px #29628A;
    height:30px;
    padding-left:10px;
}
.detailsboxHeader div {
    float:left;
    padding:4px 10px;
    font-size:11px;
    font-weight:bold;
    padding-bottom:6px;
}
.SubProjects
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	color: green;
}

/* --- Paging Links --- */
.pnlPageLinks {
	clear:both;
	margin-top:20px;
	background-color:#EEEEEE;
	border-bottom:2px solid #CCCCCC;
	border-top:2px solid #FBFBFB;
	padding:6px;
	text-align:center;
	font-weight:bold;
}
.pnlPageLinks p {
	display:inline;
	margin-right:30px;	
	font-weight:normal;
}
.pnlPageLinks p span {
    font-weight: bold;
    color: #006600;
}
#lblNav {
	font-weight: bold;
	color: #006633;
}
#lblNav a {
	font-weight:normal;
}	
/* -x- Paging Links -x- */

.SocialMedia img 
{
	padding:15px;
}

.tickpoints {
    border:solid 1px #fbefad;
    padding:5px 25px;
    margin:10px 30px;
    background-color:#f6f6f6;
}
.tickpoints ul li {
	background: url(../images/tick.gif)) no-repeat left top;
	color:#4b4b4b;
}


.TRTitle {
	background-color:#7badb5;
	font-weight:bold;
	font-size:16px;
	padding:10px;
	color:#FFFFFF;
}
.TDFormLeft
{
	background-color: lightgrey;
	text-align: right;
	padding: 7px;
	font-weight: bold;
}
.TDFormRight {
	text-align:left;
	padding:7px;
}
.semService {
    padding:5px 25px;
    margin:10px 30px;
}

.free 
{
	font-style:italic;
	font-size: 14px;
	color:Green;
	font-weight:bold;
}