@charset "UTF-8";
body {
	background: #666666;
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top:none;
	border-bottom:none;
	padding:10px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: white;
}
#navbar {
	margin-top:16px;
	background-color:#4158A2;
	width:780px;
	margin-bottom: 0px;
	}
#navbar ul, #navbar li  {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:white;
	font-size:20px;
	text-align:left;
	line-height: 35px;
	display:inline;
	padding: 1em;
	margin-bottom: 0px;
	}
#links {
	margin-top:16px;
	background-color:#4158A2;
	width:780px;
	margin-bottom: 0px;
	}
#links ul, #links li  {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:white;
	font-size:20px;
	text-align:left;
	line-height: 35px;
	display:inline;
	padding: 1em;
	margin-bottom: 0px;
	}
#header td.left{
	width:250px;
	height:260px;
	background-image:url(images/header_leftbg.png);
	background-repeat:no-repeat;
	}
#header td.right{
	width:530px;
	height:260px;
	background-repeat:no-repeat;
	}
#header .left p{
	color:#00007C;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	}
#mainContent {
	background: #FFFFFF;
	margin-left: 15px;
}
#mainContent h1{
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size: 30px;
	font-weight: lighter;
	}
#mainContent h1.black{
	color:black;
	float:left;
	}
#mainContent .left{
	width:500px;
	float:left;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	}
#mainContent .left2{
	width:700px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin: 27px auto 5px auto;
	font-size: 18px;
	}
#mainContent .left2 h2{
	color:#000000;
	font-weight:normal;
	text-indent:0;
	line-height:25px;
	clear:left;
	font-size: 25px;
 }

#mainContent .right{
	width:200px;
	float:left;
	margin: 27px 0 0 10px;
	}
#footer {
	width:780px;
	clear:both;
	background-image: url(http://cnyoutsourcing.com/images/footer_bg.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 10px;
}
#footer p{
	color:#CCCCCC;
	text-align:center;
	font-size:12px;
	margin: 0;
	line-height: 30px;
	font-family:"Times New Roman", Times, serif;
	}
#sitemap ul {line-height:30px; }
	
/*styling classes*/
.green {color:green;}
.blue {color:#00007C;}
.bold {font-size:1.3ems; font-weight:bold;}
.center {margin:0 auto;}
.text-center {text-align:center;}
/* link styles */

#navbar a {
	color:white;
	text-decoration:none;
	}
#navbar a:hover {
	color:#D9D9D9;
	text-decoration:underline;
	}
#navbar a:visited{
	color:white;
	text-decoration:none;
	}
#navbar a:visited:hover {
	color:#D9D9D9;
	text-decoration:underline;
	}
	
#links a {
	color:white;
	text-decoration:none;
	}
#links a:hover {
	color:#D9D9D9;
	text-decoration:underline;
	}
#links a:visited{
	color:white;
	text-decoration:none;
	}
#links a:visited:hover {
	color:#D9D9D9;
	text-decoration:underline;
	}
#footer a {
	color:white;
	text-decoration:none;
	}
#footer a:hover {
	color:#D9D9D9;
	text-decoration:underline;
	}
#footer a:visited{
	color:white;
	text-decoration:none;
	}
#footer a:visited:hover{
	color:#D9D9D9;
	text-decoration:underline;
	}
/*Drupal Styling Classes*/
.node{
border-bottom:1px solid #E9EFF3;
padding:1.5em 10px;
}
.node-type-page{
	padding:0 10px;
	}
#content a{
	color:#0066CC;
	text-decoration:none;
	}
#content a:hover{
	color:#666666;
	}
#content a:visited{
	color:#0066CC;
	}
#page{
	padding:10px;
	}
