body {
	background: url('images/bg/bg.gif') top repeat-x #272828;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
}

#wrapper1 {
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	#wrappertop {
		width: 763px;
		background: url('images/bg/shadow.png');
		float: left;
	}
	
		#header {
			width: 747px;
			height: 120px;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			position: relative;
			text-align: left;
		}
		
			#logo {
				top: 20px;
				left: 20px;
				position: absolute;
			}
			
			#nav {
				top: 86px;
				left: 33px;
				position: absolute;
			}
			
			#cs-login {
				position: absolute;
				top: 7px;
				right: 20px;
			}
			
			.cs-loginsm {
				margin: 15px 0 0 0;
			}
			

		#bodywrapper {
			width: 747px;
			background: url('images/bg/bodybg.gif') repeat-y #fff;
			margin-left: 8px;
			float: left;
		}
			
			#body {
				width: 747px;
				text-align: left;
				float: left;
			}
			
				#leftcol {
					width: 547px;
					float: left;
				}
				
					#callout {
						
					}
					
					#col1 {
						width: 244px;
						padding: 20px 0 0 20px;
						float: left;
					}
					
						#col1text {
							padding: 27px 0 0 23px;
						}
					
					#col2 {
						width: 244px;
						padding: 20px 20px 0 0;
						float: right;
					}
					
						#col2text {
							padding: 27px 0 0 23px;
						}
						
					#subnavwrapper1 {
						float: left;
						/*width: 138px;*/
						width: 200px;
						
					}
					
						#subnavwrapper {
							/*width: 118px;*/
							width: 168px;
							margin: 20px 0 20px 20px;
							border-top: 1px solid #99a5b0;
							border-bottom: 1px solid #99a5b0;
						}
						
							#subnav {
								margin: 7px 0 7px 0;
							}
					
					#content {
						float: right;
						/*width: 350px;*/
						width: 305px;
						margin: 21px 35px 20px 0;
					}
					
					#contentlg {
						float: right;
						width: 470px;
						margin: 21px 35px 20px 0;
					}
				
				#rightcolwrapper {
					width: 200px;
					float: right;
				}
				
					#rightcol {
						width: 180px;
						margin-left: auto;
						margin-right: auto;
					}
					
						#pcitest {
							margin: 0 0 10px 0;
						}
						
						#watchvideo {
							margin: 0 0 10px 0;
						}
				
						#news {
							margin: 20px 0 10px 0;
						}
				
				#partners {
					float: left;
					padding: 38px 0 25px 20px;
				}
				
					#partnerstitle {
						padding: 0 0 8px 0;
					}

	#wrapperbtm {
		width: 763px;
		height: 23px;
		background: url('images/bg/shadowbtm.png');
		float: left;
	}
	
	#footerlinks {
		width: 707px;
		margin: 5px 28px 0 28px;
		padding: 0 0 20px 0;
		float: left;
		text-align: left;
	}

/* text styles */
h1 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #535E78;
}

p {
	line-height: 160%;
}

a:link, a:visited {
	color: #e6571f;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

.bullets {
	padding: 10px 0 10px 0;
}

ul.blue {
	line-height: 200%;
	list-style-position: outside;
	list-style-image: url('images/li/arrow_blue.gif');
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 17px;
}

	ul.news {
		line-height: 200%;
		list-style-position: outside;
		list-style-image: url('images/li/arrow_orange.gif');
		list-style-type: square;
		margin: 0 15px 8px 0;
		padding: 0 0 0 22px;
	}
	
	ul.partners {
		line-height: 200%;
		list-style-position: outside;
		list-style-image: url('images/li/arrow_blue.gif');
		list-style-type: square;
		margin: 0 15px 8px 0;
		padding: 0 0 0 22px;
	}
	
		li.newsli {
			line-height: 16px;
			margin: 5px 0 8px 0;
		}
		
ul.subnav {
	line-height: 200%;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

	li.selected {
		list-style-position: outside;
		list-style-image: url('images/li/arrow_orange.gif');
		list-style-type: square;
		padding: 0;
		margin: 0 0 0 15px;
	}
	
		a.subnavlink:link, a.subnavlink:visited {
			color: #393939;
			text-decoration: none;
		}
		
			a.subnavlink:hover {
				color: #e6571f;
				text-decoration: underline;
			}
	
a.newslink:link, a.newslink:visited {
	color: #393939;
	text-decoration: none;
}

	a.newslink:hover {
		color: #e6571f;
		text-decoration: underline;
	}

.newsmorep {
	padding: 0 0 0 22px;
}

a.newsmore:link, a.newsmore:visited {
	color: #e6571f;
	text-decoration: none;
}

	a.newsmore:hover {
		text-decoration: underline;
	}
	
.footertext {
	margin: 0;
	padding: 0 0 8px 0;
	color: #ababab;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
a.footerlink:link, a.footerlink:visited {
	color: #ababab;
	text-decoration: none;
}

	a.footerlink:hover {
		color: #eee;
		text-decoration: underline;
	}

/* img styles */
img { border: 0; }

.nav { margin: 0 7px 0 0; }

/* input styles */
input {
	width: 174px;
	height: 16px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	padding: 3px 0 0 4px;
}

.go {
	width: 19px;
	height: 19px;
	background: url('images/submit_btn.png') center center no-repeat transparent;
	cursor: pointer;
	position: absolute;
	top: 47px;
	left: 160px;
	padding: 0;
	border: 0;
}
