/* ==================================================================

 *  owner: Emory Interactive http://www.emoryinteractive.com

 *  author: Shawn Emory (shawn@emoryinteractive.com)

 *  created: March 2010

 * ================================================================== */


html { 
	font-size:100.01%; 
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align:center;
	}
	
	.home { 
		background: url(../images/bg_home.jpg) center top no-repeat #000;
		width: 100%;
	}
	
	.sub { 
		background: url(../images/bg_sub.jpg) center top no-repeat #000;
		width: 100%;
	}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	}

strong {

	}


/* ==================================================================
 * Headings
 * ================================================================== */

h1 {
	color: #86c0ff; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 190%;  
	margin:0 0 .6em 0;
	font-weight:normal;
	line-height:1.2em;
	}
	.sub h1 { font-size: 190%; color: #fff; }
		.sitemap h1 { border-bottom: 1px solid #badafc; padding-bottom: 4px; }

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;  
	margin:0 0 .4em 0;
	font-weight: bold;
	line-height:1.2em;
	letter-spacing:-.02em;
	color: #681e26;
	}
	.sub h2 { font-size: 200%; color: #86c0ff; margin:-10px 0 1em 0;}
	

h3 {
	color: #9d1930; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 140%;  
	margin:0 0 .1em 0;
	font-weight:normal;
	line-height:1.2em;
	letter-spacing:-.02em;
	}
	.sub h3 { font-size: 120%; color: #86c0ff; margin:0 0 1.1em 0;}

h4 { 
	background: #fff;
	color: #9fbaca; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 150%;
	font-weight:bold;
	font-style:italic;
	line-height:1.2em;
	margin:0 0 .3em 0;
	}

h5 { 
	background: #fff;
	color: #006eab; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 125%; 
	margin:0 0 1em 0;
	}

h6 { 
	background: #fff;
	color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;  
	margin:0 0 .3em 0;
	
	}

/* ==================================================================
 * Lists
 * ================================================================== */

dl {
	background: #fff;
	color: #000;
	}

dt {
	font-weight: bold;
	}

dt a:link, dt a:visited { 
	background: #fff;
	color: #000; 
	text-decoration: underline; 
	}

dd {
	margin: 0 0 0 1em;
	padding: 0;
}

ol {

	}
	
ol li { 
	margin:0 0 0 1em;
	padding:0 0 .8em .8em;
	line-height: 1.5em;
}

ul {
	margin:1em 0;
	padding:0;
	list-style-image:none;
	font-weight: bold;
}

ul li {
	background:url(../images/bullet.gif) no-repeat 0 6px;
	margin:0 0 0 1em;
	padding:0 0 .8em 1.5em;
	line-height: 1.5em;
	list-style-type: none;
	font-weight: normal;
}

ul ul {
	margin:1em 0 .3em 0;
}
ul ul li {
	padding:0 0 .4em 1.5em;
}

/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	background: none;
	color: #badafc;
	text-decoration:underline;
	}

a:visited {
	background: none;
	color: #badafc;
	text-decoration:underline;
	}

a:hover {
	background: none;
	color: #badafc;
	text-decoration: none;
	}

a:active {
	background: none;
	color: #badafc;
	text-decoration: none;
	}

/* ==================================================================
 * Misc
 * ================================================================== */

img.right {
	float: right;
	margin: 0 0 20px 15px;
}

img.left {
	float: left;
	margin: 0 15px 20px 0;
}

img.right-no-border {
	float: right;
	margin: 0 0 20px 15px;
}

img.left-no-border {
	float: left;
	margin: 0 15px 20px 0;
}

img.border {
	margin: 0;
	padding:2px;
	border:1px solid #750e24;
	background: #fff;
	}

img.padded {
	margin:20px 0;
}

img.image-headers {
	margin: 0 0 20px 0;
	}

img.logo {
	margin:0 0 30px 0;
	float:left;
	}

img.inline {
	display:inline;
	margin-bottom:-4px;
	margin-left:5px;
	}

.clear {
	clear: both;
	}
	
.rule {
	border-bottom:1px dotted #750e24;
	margin:10px 0 15px 0;
	clear: both;
	}

.small_text { font-size: .85em;}

.indent { padding-left: 30px; margin-bottom: 1em;}
		
/* ==================================================================
 * Pullquote
 * ================================================================== */	

#pullquote {
	padding-left:25px;
	margin-bottom:30px;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	}

#pullquote .symbolQuoteOpen {
	color: #006eab;
	background: #fff;
	margin: 0 0 -15px -40px;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 60px;
	position:absolute;
	}

#pullquote p {
	line-height:1.3em;
	background:transparent;
	color:#9fbaca;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-.03em;
	text-align:right;
	padding:15px 15px 0 0;
	}
	
#pullquote .symbolQuoteClose {
	display:block;
	float:left;
	margin-top: -15px;
	color:#006eab;
	background: #fff;
	font-size: 60px;
	font-style:normal;
	line-height:1em;
	text-align:right;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#pullquote .quote_credit {
	margin-top: -50px;
	float: left;
	text-align: left;
	width:100%;
	font-style:italic;
	font-size: .8em;
}




/* ==================================================================
   Secondary Nav (Horizontal - Basic) 
   ================================================================== */

#secnav {
	position: absolute;
	list-style-type: none;
	left: 20px;
	top: 0px;
	padding: 0;
	text-transform:none;
	background: none;
}

#secnav li {	
	float: left;
	background-image:none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	line-height: normal;
}

#secnav li.firstchild {
	border-left: none;
}

#secnav a:link, #secnav a:visited {
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 0 10px 0 10px;
	display:inline;
}

#secnav a:hover {
	text-decoration: underline;
}

#secnav #secnav_selected {
	text-decoration: none;
	background: #ca2222;
}


/* ==================================================================
 * Container Layout
 * ================================================================== */

#container_outer {
	width: 960px;
	margin: 0 auto;
	position: relative
	}
	
	#logo {
		position: absolute;
		left: 2px;
		top: 75px;
		z-index: 1;
	}

#animation {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
		
/* ==================================================================
 * Content
 * ================================================================== */
	

#col1, #col2, #col3 { float: left; }

#logo {
	position: absolute;
	left: 27px;
	top: 60px;
}

/* Sub Page Styles */



/* END Sub Page Styles */

/* Home Page Layout */

	.home #main_content {
		width: 960px;
		background:url(../images/bg_home_watermark.jpg) 4px top no-repeat;
		min-height:800px;
		height:auto !important;
		height:800px;
		position: relative;
		z-index: 2;
		text-align: left;
	}
	
	#home_text {
		position: absolute;
		left: 30px;
		top: 235px;
		width: 440px;
		height: 225px;
		font-size: 1.2em;
		z-index: 100;
	}
		#home_text p {
			margin-bottom: 1.4em;
			line-height: 1.4em;
		}
	
	

	
	
	#carousel_container {
        width:380px;
        height:380px;
        position: absolute;
		z-index: 2;
		/*left: 480px;*/
		left: 555px;
		top: 283px;
		z-index: 5;
    }
	
	.home #footer {
		position: absolute;
		left: 40px;
		top: 660px;
		font-size: .9em;
		color: #7f7f7f;
	}
	
	#date {
		position: absolute;
		right: 60px;
		top: 60px;
		color: #86c0ff;
	}
/* End Home Page Layout */


/* Global Layout */

#sign_box
	{
	width:170px;
	background-color:#3d7ec5;
	padding:10px;
	position:absolute;
	display:none;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	right: 45px;
	z-index:1000;
	line-height: 1.6em;
	top: 45px;
	text-align: left;
	color: #fff;
	}
	.sign_in 
	{
	color: #86c0ff;
	font-size: 1.3em;
	}

/* END Global Layout */

/* Sub Layout */

.t3 {
	float: left;
	width: 142px;
	text-align: center;
	margin: 0 50px 20px 0;
	display: inline;
}
	.t3 img { border: 1px solid #4c84c1; margin-bottom: 4px;}
	.t3last {}
	

.tc {
	float: left;
	width: 124px;
	text-align: center;
	margin: 0 25px 20px 0;
	display: inline;
}
	.tc img { margin-bottom: 4px; border: 1px solid #4c84c1;}
	
.chart_large img { text-align: center; border: 1px solid #4c84c1; }
	


.ext { width: 20px;}

/* END Sub Layout */

/* Layout 1 */

	.layout1 #main_content {
		float: left;
		width: 960px;
		background: url(../images/bg_sub_footer.jpg) left bottom no-repeat;
		padding-bottom: 70px;
		min-height:770px;
		height:auto !important;
		height:770px;
		text-align: left;
		position:relative;
	}
		
	.layout1 #col1 {
		position:absolute;
		z-index: 200;
		display: none;
		left: 0;
		top: 256px;
		}
		
	.layout1 #col2 {
		width: 610px;
		position: relative;
		z-index: 100;
		margin: 240px 0 0 315px;
		}
		
		.main_image {
			position: absolute;
			left: -320px;
			top: 0;
		}
		
		.main_image2 {
			position: absolute;
			left: -320px;
			top: 280px;
			
		}
		
		.main_image_vert {
			position: absolute;
			left: -260px;
			top: 0;
		}
		
		.divleftcol { 
			float: left;
			width: 290px;
			display: inline;
		}
		
		.divrightcol { 
			float: right;
			width: 290px;
			display: inline;
		}
		
		.partners #col2 img {border: 1px solid #3d7ec5; }
		.customer #col2 img {border: 1px solid #3d7ec5; }
		

	
	.layout1 #footer {
		position: absolute;
		left: 40px;
		bottom: 10px;
		font-size: .9em;
		color: #7f7f7f;
	}
	
	.turnkey_item img, .turnkey_item h3   {
		float: left;
	}
	
	.turnkey_item p {
		margin-left: 300px;
		padding-top: 30px;
	}
	


/* End Layout 1 */


table, th, td {
	border: 1px solid #8d8d8d;
	border-collapse: collapse;
	color: #000;
	 background: #e7e6e6;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
	vertical-align: top;
}

thead th {
	background: #4681c0;
	color: #fff;
	font-size: 120% !important;
}

tbody th {
	font-weight: bold;
	background: #d4d4d4;
	font-size: 100% !important;
}

tbody tr { }

tbody tr.odd { background: #F7F9FC; }

.table_wide { width: 100%; margin-bottom: 15px;}

.leftcol { width: 30%; text-align: right}
.rightcol { width: 70%}

/* Sign In Box*/



.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-west.gif);
	background-position:left center;
}

a.signin {
/*	background:#88bbd4;*/
/*	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;*/
/*	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;*/
}
a.signin:hover {
	background:#59B;
	*background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
a.signin, a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
/*	position:relative;
	margin-left:3px;*/
}
a.signin span {
/*	background-image:url("http://s.twimg.com/a/1249943174/images/toggle_down_light.png") !Important;
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;*/
}
a.menu-open {
/*	background:#ddeef6!important;
	color:#666!important;
	outline:none;*/
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {

}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#3d7ec5;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:10px;
/*	margin-left:-8px;
	*margin-left:-15px;*/
	right: 45px;
	top: 44px;
/*	margin-top:5px;*/
	color:#fff;
	z-index: 1000;

}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#85befc repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.ie6 .tipsy {
	width:250px;
}
.signup-tip {
	line-height:18px;
	margin:30px 0;
	color:#333;
}
.signup-tip a {
	font-weight:bold;
}


	

