@charset "utf-8";
/* CSS Document */

html
{
	margin:0;
	padding:0;
}

a:link, a:visited
{
	color:#4396ca;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	color:#45657f;
	font-weight:normal;
	text-decoration:underline;
}

body {
	background:url('images/bg.jpg') repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

#page{
	background:url('images/page-bg.jpg') repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

form
{
	margin:0;
	padding:0;
}

h1
{
	margin:0;
	padding:0;
	font-size:22px;
	color:#45657f;
	font-family:Arial, Helvetica, sans-serif;
}

h2
{
	margin:0 0 5px 0;
	padding:0;
	font-size:13px;
	color:#62a385;
}

h3
{
	font-size:14px;
	color:#325166;
	margin:0;
	padding:0;
}

td
{
	vertical-align:top;
}

.submit, .button
{
	background:url('images/submit_bg.jpg') repeat-x;
	color:#FFF;	
	border:1px solid #1a3044;
	padding:3px 8px;
	cursor:pointer;
}

.spacer
{
	width:85%;
	height:0;
	border-top:1px dashed #999;
	margin:15px 0;
}

#container {
	width:1000px;
	margin:0 auto;
	padding:0;
	background:#FFF;
}

#sign-in
{
	width:400px;
	padding:20px 0;
	float:right;
	color:#FFF;
	text-align:right;
	
}

#mast{
	background:url('images/mast.jpg') no-repeat top center;
	width:1000px;
	height:70px;
	margin:0;
	padding:0;
}

#top-nav
{
	background:url('images/top-nav.jpg') no-repeat top center;
	width:1000px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#crumb
{
	margin:0 0 15px 0;
	width:100%;
}

#content
{
	margin-top:5px;
}

#index {
	background:url('images/index.jpg') no-repeat top center;
	width:1000px;
	height:325px;
	position:relative;
}

#childcare
{
	position:absolute;
	top:235px;
	left:20px;
	width:110px;
	height:65px;
}

#business
{
	position:absolute;
	top:235px;
	left:140px;
	width:110px;
	height:65px;
}

#shohs
{
	position:absolute;
	top:235px;
	left:260px;
	width:110px;
	height:65px;
}

#sts
{
	position:absolute;
	top:235px;
	left:380px;
	width:110px;
	height:65px;
}

#nexport
{
	position:absolute;
	top:235px;
	left:500px;
	width:110px;
	height:65px;
}

#pages {
	background:url('images/pages.jpg') no-repeat top center;
	width:1000px;
	height:75px;
}

#pages h1
{
	margin:0;
	padding-top:25px;
	font-size:22px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#products img
{
	float:left;
	margin-top:226px;
}


#left{
	padding:0 20px 0 0;
	width:680px;
	border-right:1px solid #DDD;
}

#right
{
	width:280px;
	padding:0 0 0 20px;
}

#footer-bg
{
	width:100%;
	bottom:0px;
	margin:0;
	/*background:url('images/footerbg.jpg') repeat-x top center;*/
}

#footer
{
	margin:15px auto 0 auto;
	padding:10px 10px 0 10px;
	text-align:center;
	/*background:url('images/footer.jpg') no-repeat top center;*/
	width:1000px;
	color:#333;
	font-size:12px;
	border-top:1px solid #DDD;
}

#footer ul
{
	list-style-type:none;
}

#footer li
{
	margin:0 20px;
	display:inline;
}

#footer li a:link, #footer li a:visited
{
	color:#4396ca;
}

#footer li a:hover
{
	color:#333;
}

#copyright
{
	color:#999;
	font-size:10px;
}

.col1
{
	width:33%;
	border-right: 1px solid #CCC;
	text-align:left;
	padding:0 10px 10px 10px;
}

.col2
{
	width:33%;
	border-right: 1px solid #CCC;
	text-align:left;
	padding:0 10px 10px 10px;
}

.col3
{
	width:34%;
	text-align:left;
	padding:0 10px 10px 10px;
}

/***** SOCIAL NETWORKING ICONS *****/
#facebook
{
	background:url('http://www.smarthorizons.org/images/facebook_0.jpg') no-repeat top center;
	width:69px;
	height:56px;
	margin:0;
	border:0;
	display:none;
	float:left;
}
#linkedin
{
	background:url('http://www.smarthorizons.org/images/linkedin_0.jpg') no-repeat top center;
	width:69px;
	height:56px;
	margin:0;
	border:0;
	display:none;
	float:left;
}
/**********/

.services
{
	list-style-type:none;
}

.services li
{
	display:block;
	float:left;
	padding:0 20px 0 0;
}

.p-header
{
	font-size:15px;
	font-weight:bold;
	margin:15px 0;
}

.p-section
{
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	margin:0 0 5px 0;
	padding:0;
}

/***** LOGIN PANEL *****/
/***** Main Layout ****/
#login-container {
  	width: 100%;
  	height: 100%;
  	/*text-align: center; IE fix to center the page */
}

#login-content {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#top {
  	background:none;
	height: 0;
	position: relative;
	width:100%;
	z-index:200;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 35px;
	width: auto;
  	font-weight: bold;
	line-height: 25px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url('images/login_r.png') no-repeat right 0;
	padding-right: 50px;
}

#top ul.login li.left {
  	background: url('images/login_l.png') no-repeat left 0;
  	height: 35px;
	width: 50px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 35px;
  	background: url('images/login_m.png') repeat-x 0 0;
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: #FFF;
	background: url('images/login_bg.png') repeat;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	height: 100px;
	display:none;
}


#login a {
	text-decoration: none;
	color:#33CCCC;
}

#login a:hover {
	color: white;
}


#login .loginContent {
	width: 600px;
	height: 90px;
	/* margin: 0 auto;*/
	padding-top: 10px;
	text-align: left;
	font-size: 0.85em;
	float:right;
	position:relative;
	right:50px;
}

#login .loginContent .left {
	width: 500px;
	float: left;
	margin:0 0 10px 0;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 500px;
	float: left;
	text-align:right;
	padding: 0;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url('images/button_login.jpg') no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url('images/button_close.png') no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url('images/button_close.png') no-repeat right -20px;
}
/**********/