﻿body 
{
	background: #e1e1e1;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	color: #376ab7;
	text-decoration: none;
}

a:hover
{
	color: #004d93;
}

h1 {
	font-family:Tahoma, Arial, Verdana;
	font-size:24px;
	font-weight:normal;
	color:#D34C45;
}
h2 {
	font-family:Tahoma, Arial, Verdana;
	font-size:18px;
	font-weight:normal;
	color:#D34C45;

}
h3 
{
	font-family: Arial, Sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#4e463f;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
h3 a
{
	font-family: Arial, Sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#105ccf;
}
.ReadMore 
{
	font-family: Arial, Sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#105ccf;
}
.contentText {
	line-height: 18px;
	color:#333333;
}

#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. */
	background: #FFFFFF url(../images/BG/bg.gif) repeat-y left top;
}
#header {
	padding: 0 25px;
	padding-top: 30px;
	background: url(../images/BG/top.gif) no-repeat left top;
}
#content {
	padding: 0 20px;
	width: 930px;
	overflow: hidden;
}

#leftContent
{
	 padding: 5px;
	 width: 580px;
}

#homeleftContent
{
	 padding: 5px;
	 width: 580px;
overflow: hidden;
}

#rightContent
{
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;

}

#navbar {
	width: 930px;
	margin: 10px;
}

#mainFullContent {
	margin: 10px;
}
#mainContent {
	margin-left: 10px;
	margin-right: 150px;
}

#botCurve {
	padding: 15px;
	background: url(../images/BG/bottom.gif) no-repeat left bottom;
}

#footer {
	color: #666666;
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}
#footer p a {
	text-decoration: none;
}

/* Navigation Bar
********************************/
ul#navLinks
{
	padding-top: 5px;
	padding-left: 20px;
	width: 930px;
	margin: 10px;
	background: url(../images/BG/navbar.gif) repeat-x left;
	margin: 0;
	padding-left: 20;
	overflow: hidden;
}
#navLinks li
{
	list-style-type: none;
	display: block;
	float: left;
}
#navLinks a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 7px 15px;
	border-right: solid 1px #999999;
}

#navLinks a:hover
{
	text-decoration: underline;
}


.FormTitle 
{
	background-color:#E1E1E1; 
	font-weight:bold; 
	padding-left:20px; 
	color:#000000; 
	border-top:solid 3px #F0F0F0; 
	border-bottom:solid 1px #CCCCCC; 
} 
.FormLeft 
{
	background-color:#F0F0F0; 
	text-align:right; 
} 
.FormRight 
{
	text-align:left; 
	background-color:#FCFCFC; 
} 

#toprow {
	text-align:center;
	clear:both;
	overflow:hidden;
	width:100%;
	vertical-align: top;
	background:url("../images/navbar.gif") no-repeat left top;
	padding-left:15px;
}

#toprow ul {
	margin:1px;
	padding:1px;
	list-style: none;
}
#toprow li {
	float:left;
	display: block;

}
#toprow a 
{
	display:block;
	float:left;
	text-align:center;
	letter-spacing:1px;
	padding: 6px 6px;
	display: block;
	color: #284f8f;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-right:solid 1px #b6b6b6;
}
#toprow a:hover {
	padding: 6px 6px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	background-color: #0c6ed3;
}
#technology #toprow a#technology, 
#social #toprow a#social, 
#seo #toprow a#seo,
#search #toprow a#search,
#google #toprow a#google,
#yahoo #toprow a#yahoo,
#home #toprow a#home,
#msn #toprow a#msn
{		color: #ffffff;
		background-color: #0c6ed3;
}