body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

h2 {
	width: inherit;
	font-weight: bold;
	font-size: 14px;
	color: #357b9e;
	border-bottom: 1px solid #d6d7d7;
	padding: 4px 0;
	margin: 4px;
}

h3 {
	width: inherit;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	padding: 4px 0;
	margin: 4px;
}

p {
	padding: 4px 2px;
}

strong {
	font-weight: bold;
}

img.left {
	padding: 7px 10px 0 5px;
}

label {
	display: block;
	clear: both;
	font-weight: bold;
}

input, select {
	padding: 2px;
}

input[type=hidden] {
	display: none;
}

.notice {
	padding: 3px;
	margin: 0 5px;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
}

.error {
	color: #FF0000;
	background: #FFBABA;
	border: 1px solid #FF0000;
}

.success {
	color: #4F8A10;
	background: #DFF2BF;
	border: 1px solid #4F8A10;
}

.clear-all {
	display: block;
	clear: both;
	width: inherit;
	height: 10px;
}

form .clear-all {
	height: 5px;
}

#container {
	background: #878c92;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #333;
}

#time {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	padding: 4px;
	font-size: 10px;
}

#header {
	display: block;
	background: url(../img/bg_header.png) no-repeat;
	height: 122px;
	width: inherit;
	clear: both;
}

	#logo {
		float: left;
		background: url(../img/logo.png) no-repeat;
		width: 306px;
		height: 122px;
	}
	
	#login {
		float: right;
		width: 250px;
		text-align: right;
		padding: 20px;
	}
		
		.time {
			color: #FFF;
			padding-bottom: 10px;
		}

#menu {
	display: block;
	clear: top;
	background: url(../img/bg_menu.png) repeat-x;
	border-top: 1px solid #333;
	height: 24px;
	width: inherit;
	padding-top: 6px;
}
	#menu ul {
		margin-left: 10px;
		height: 30px;
	}

	#menu ul li {
		display: inline;
		padding: 8px;
		width: 120px;
		margin-right: 10px;
	}

	#menu ul li.active a {
		color: #FFFF00;
	}
	
	#menu ul li a {
		text-transform: capitalize;
		text-decoration: none;
		font-weight: bold;
		font-size: 110%;
		color: #fff;
	}
	
	#menu ul li a:hover {
		color: #3b92ca;
	}

#sidebar {
	top: 30px;
	right: 15px;
	margin-top: -145px;
	position: relative;
	z-index: 1;
	float: right;
	display: block;
	width: 262px;
	
}
	#sidebar .signup {
		position: relative;
		z-index: 1;
		width: inherit;
		min-height: 210px;
		background: #d6d7d7;
		border: 1px solid black;
		clear: both;
	}
	
		.signup h1 {
			padding-top: 4px;
			font-family: "arial black";
			font-weight: bold;
			font-size: 20px;
			color: #1859b0;
			text-align: center;
			text-transform: capitalize;
		}
		
		form {
			padding: 10px;
		}
		
			form .float-left {
				float: left;
				width: 48%;
			}
		
	.box {
		position: relative;
		z-index: 1;
		width: inherit;
		border: 1px solid #0066CC;
		display: block;
		min-height: 115px;
	}
		
		.box .header {
			background: #89BAf2;
			color: #000;
			padding: 4px;
			font-weight: bold;
		}
		
		.box .content {
			font-size: 12px;
			background-color: #ECF1F7;
			border-top: 1px solid #0066CC;
			padding: 4px;
			padding-left: 10px;
			line-height: 16px;
		}
		
		#sidebar .testimonials {			
			background: #ECF1F7;
		}
		
		ul.float-left {
			float: left;
		}
		
		ul.float-left-last {
			float: left;
			padding-left: 20px;
		}
	
#banner {
	height: 132px;
}

#content {
	padding: 0 2px 2px 2px;
}
	
	#inside {
		padding: 10px;
		margin-top: -15px;
		background: #fbfbfc;
	}
		#inside .left-sidebar {
			width: 124px;
			float: left;
			margin-right: 12px;
		}
		#inside .left-side {
			width: 356px;
			float: left;
		}
	
		#inside a {
			font-weight: bold;
			text-decoration: none;
			color: #000;
		}
	
		#inside a:hover {
			color: #3b92ca;
		}
		
		ul.publishers li {
			background: url(../img/icons/check.png) no-repeat 0px 2px;
			padding-left:16px;
			margin-left: 10px;
			margin-bottom: 5px;
			font-size: 10px;
			vertical-align: top;
		}
		
		ul.services li {
			list-style-type: square;
			margin-left: 25px;
			margin-bottom: 5px;
			font-size: 10px;
		}
		
		ul.publishers li strong {
			font-size: 11px;
		}
#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}

	#footer ul.links li  {
		display: inline;
	}

		#footer ul.links li a {
			text-transform: capitalize;
			text-decoration: none;
			color: #000;
			font-weight: bold;
			padding: 0 4px;
		}
	
		#footer ul.links li a:hover {
			color: #3b92ca;
		}

#bar { 
	background: url('/img/top_nav_bg.png') no-repeat;
	height: 77px;
}
#bar .docking {
	background: transparent;
	margin-left: 0;
	z-index: 2;
	position: relative;
	top: -50px;
	width: auto;
	padding-top: -70px;
	display: block;
}

.size {
	color: #fff;
	padding: 5px;
	margin: 5px;
}

h2.center {
	text-align: center;
}

.copyright table {
	margin: 0 auto;
}