@charset "UTF-8";
/* CSS Document */
/* BY STEPHANI MORONI ON AUGUST 25, 2010 */

	body {
		background-image:url(images/bg-top.jpg);
		background-repeat:repeat-x;
		background-color:#071830;
		margin:0;
	}

	/*LINKS */

	a:link {
	color: #06b085;
	text-decoration: none;
	}
	a:visited {
	color: #06b085;
	text-decoration: none;
	}
	a:hover {
	background:#06b085;
	color: #FFFFFF;
	}
	a:active {
	color: #333333;
	text-decoration: none;
	}
	
	/*------------------------------------------------------------*
	**  Twitter Section
	**------------------------------------------------------------*/	
	#wrapper {
		margin:auto;
		width:250px;
		padding:0 0 0 0;
	}
	#jstweets {
	width:250px;
	height:90px;
/*
	z-index:3000;
	position:absolute;
	left:750px;
	top:80px;
	margin-top:inherit;
*/
	background:transparent url('http://www.twitterbuttons.com/upload/images/2ce328f1cbnt21.png') top  left no-repeat;
	letter-spacing: 0.1em;
	font-size:11px;
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.twitter {
		display:table-cell; 
		vertical-align:middle;
		padding: 20px 0 0 95px;
	}
	
	/*------------------------------------------------------------*
	**  Header
	**------------------------------------------------------------*/	
	#header {
		background-image:url(images/header.jpg);
		width: 1200px; 
		height: 390px;
		margin: 0 auto;	
		padding: 0;
		z-index:-100;
		}
		
	/*------------------------------------------------------------*
	**  Middle Section Background
	**------------------------------------------------------------*/
	
	#middle-section{
	width:1200px;
	height:234px;
	position:absolute;
	top:479px;
	background-image:url(images/bg-middle-section.jpg);
	margin-top:inherit;
	padding: 0px;
	z-index:-100;
	left: 2px;
	}
	/*------------------------------------------------------------*
	**  Left
	**------------------------------------------------------------*/
	#left {
	float: left;
	width: 300px;
	text-align: left;
	margin-right: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	/*------------------------------------------------------------*
	**  Right
	**------------------------------------------------------------*/
	#right {
	float: right;
	width: 660px;
	padding-left:10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	/*------------------------------------------------------------*
	** Middle Section Content
	**------------------------------------------------------------*/
	#content {
		width: 1000px;
		margin: 0 auto;
		padding-top:90px;
		padding-bottom: 50px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#CCC;
		}
	* html #content { padding-bottom: 60px; }	
	#content:after {
		content: "."; 
		display: block; 
		clear: both; 
		height: 0;
		visibility: hidden
		}	
	#content p {
	line-height: 2.5em;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}	
		
	#content blockquote { 
		background-color: #FFFFF0; 
		margin: 20px 0; 
		padding: 10px 20px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		}
	#content blockquote p { margin: 0; text-indent: 0; }


	/*------------------------------------------------------------*
	**  Footer
	**------------------------------------------------------------*/		
	#footer {
	width: 100% !important;
	height:120px;
	z-index: 500 !important;
	padding: 3px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/bg-footer.jpg);
	background-color: #071830;
	color: #999;
	font-size: 11px;
	
	}	
	#footer p { margin: 0 20px; text-align: center; }	
	#footer a:hover { background-color: #222; }

   /* FORM STYLE ---------------- */
   #stylized{
		/*border:solid 2px #9C3;*/
		background-image:url(images/bg-mail.jpg);
		background-repeat:no-repeat;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#FFF;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:100px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:100px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:150px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	textarea#styled {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:150px;
		margin:2px 0 20px 10px;
		font-family: Tahoma, sans-serif;
		}
		
		#flash-banner{
		float:inherit;
	    width: 977px;
			
		}
		#CU3ER{
			margin: 0 auto;	
			position:relative;
			top:70px;
		}


</style>

