@charset "UTF-8";

/* GLOBAL STYLES */

body {
  background: #EBE3CE;
  font-family: 'Trebuchet' Tahoma, Verdana, Helvetica, Sans;
  color: #555;
}

.clear {
  height: 1px;
  clear: both;
}
  
/* STRUCTURE STYLES */    

#container {
  width: 100%;
}

.home {
  background: #FFF url(../images/production/home/bg.jpg) repeat-x top center;
}

.inside {
  background: #FFF url(../images/production/inside/bg.jpg) repeat-x top center;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

iframe {
  border:2px solid #CCC;
  width:100%;
  height:425px;
  margin-top: 20px;
}  

/* HEADER STYLES */  

#header {
  background: url(../images/production/global/bgHeader.jpg) no-repeat top center;
  height: 151px;
}

#header h1 a {
  display: block;
  float: left;
  height:150px;
  width: 330px;
  text-indent: -9000px;
}  

#header ul {
  float: right;
  font-size: 11px;
  margin: 1px 11px 3px 0;
  height: 25px;
}  

#header ul li {
  margin: 0 2px 0 0;
  display: inline;
  background: url(../images/production/global/bgSubNav.jpg) repeat-x top center;
  height: 19px;
  display: block;
  float: left;
  padding: 6px 10px 0 10px;
}

#header ul li a {
  color: #FFF;
  text-decoration: none;
}

#header ul li a:hover {
  text-decoration: underline;
}

/* MAIN NAV STYLES */   

#nav {
  background: url(../images/production/global/bgNav.jpg) no-repeat top center;
}  

.tall {
 height: 66px;
}

.short {
 height: 45px;
 margin-bottom: 30px;
}

#nav ul {
  float: left;
  width: 750px;
  font-size: 12px;
  color: #FFF;
  margin: 15px 0 0 10px;
}

#nav ul li {
  margin: 0 2px;
  display: inline;
  float: left;
  display: block;
}

#nav ul li a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px;
}

#nav ul li a:hover {
  background: url(../images/production/global/bgNavElement.jpg) repeat-x top center;
  color: #444;
}

#nav .auth {
  float: right;
  width: 105px;
  height: 26px;
  margin: 8px 15px 0 0;
}

#nav .auth a {
  background: url(../images/production/global/authOff.jpg) no-repeat top center;
  display: block;
  float: left;
  height:26px;
  width: 105px;
  text-indent: -9000px;
}  

#nav .auth a:hover {
  background: url(../images/production/global/authOn.jpg) no-repeat top center;
}

/* BANNER STYLES */  

#wrapperBanner {
  height: 285px;
}

#wrapperBannerInside {
  height: 185px;
  text-align: center;
}

#slideshow {
  float: left;
  width: 669px;
  display: inline;
}

#wrapperConnect {
  float: right;
  width: 290px;
  height: 230px;
  padding: 10px;
  background: url(../images/production/home/bgConnect.jpg) no-repeat top center; 
  line-height: 14px;
  font-size: 11px;
  color: #FFF;
}

#wrapperConnect a {
  color: #FFF;
  text-decoration: none;  
}

#wrapperConnect a:hover {
  text-decoration: underline;  
}

#wrapperConnect .input {
  width: 250px;
  border: 1px solid #450F1E;
  padding: 8px 5px;
  font-size: 10px;
  color: #777;
  margin: 5px 0 10px 0;
}

#wrapperConnect .subscribe {
  padding-left: 160px;
  background: url(/assets/images/production/global/subcribe.jpg) no-repeat;
  width:104px;
  height:26px;
}

#wrapperConnect p {
  padding: 7px 0;
  line-height:17px;
}


#wrapperConnect .divider {
  height: 1px;
  border-top: 1px dashed #FFF;
  margin: 15px 0 10px 0;
}

#wrapperConnect #feed {
  float: left;
  width: 190px;
}

#wrapperConnect #feed #feeds a span {
  font-size: 10px;
  padding-top: 7px;
  display: block;
}

#wrapperConnect #feed #feeds ul li a {
  padding-top: 8px;
  display: block;
  text-decoration: none;
}

#wrapperConnect #follow {
  float: right;
  width: 80px;
}

#wrapperConnect #follow .twitter {
  background: url(../images/production/global/icons/iconTwitter.png) no-repeat top left; 
}

#wrapperConnect #follow .facebook {
  background: url(../images/production/global/icons/iconFB.png) no-repeat top left; 
}

#wrapperConnect #follow .linkedin {
  background: url(../images/production/global/icons/iconLinked.png) no-repeat top left; 
}

/* CONTENT STYLES */   

#content {
  padding: 20px 0;
  font-size: 11px;
}

#content #column {
  float: left;
  width: 680px; 
}

#content #columnThin {
  float: right;
  width: 270px; 
}

#content p {
  padding: 7px 0;  
  line-height: 20px;
}

#content a {
  color: #000;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

h2 {
  font-size: 22px;
  color: #111;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCC;
}

h3 {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0 0 0;
  color: #444;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

h5 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
}

/* COLUMNS STYLES */

.subColumnA {
  float: left;
  display: inline;
  width: 190px;
  border-right: 1px dotted #CCC;
  padding: 5px 20px 10px 0;
  margin: 20px 30px 0 0;
} 

.last {
  border-right: 0px;
}

.subColumnA p {
  height: 100px;
} 

.subColumnB {
  float: left;
  display: inline;
  width: 470px;
  margin-top: 20px;
}

.final {
  margin-left: 30px;
} 

/* FLOAT STYLES */  

.right {
  float: right;
  margin: 20px;
}

.left {
  float: left;
}

/* FONT STYLES */  

.focus {
  color: #FE7E00;
  font-size: 10px;
}

.large {
  color: #111;
  font-size: 12px;
}

.center {
  text-align: center;
}

/* FOOTER STYLES */  

#wrapperFooter {
  margin: 0 auto;
  padding-top: 1px;
  background: url(../images/production/global/bgFooter.jpg) repeat-x top center; 
}

#footer {
  width: 980px;
  margin: 15px auto;
  font-size: 11px;
}

#footer a {
  color: #D0B475;
  text-decoration: none;
}

#footer a:hover {
  color: #938054;
  text-decoration: underline;
}

#footer ul {
  float: right;
  width: 300px;
  text-align: right;
  color: #888;
  margin: 15px 0 0 0;
}

#footer ul li {
  margin: 0 0 8px 0;
}

#footer ul li a {
  color: #888;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #888;
  text-decoration: underline;
}

/* LIST STYLES */  

.listSquare {
  margin: 10px 20px;  
}

.listSquare li {
  margin: 5px 0;
  list-style: square;
  line-height: 21px;
}

.listInline {
  margin: 20px;  
}

.listInline li {
  margin: 0 5px;
  display: inline;
  list-style: none;
}

.listNone {
  margin: 10px 0;  
}

.listNone li {
  margin: 3px;
  line-height: 21px;
  list-style: none;
}

.listFollow {
  margin: 8px 0 0 3px;
}

.listFollow li {
  margin: 0 0 2px 0;
  padding: 4px 0 4px 27px;
}

/* LOG IN STYLES */  

#login {
  width:450px;
  margin:0 auto;
}

#loginWrapper {
  border:10px solid #FFF;
  padding:20px 20px 10px 20px;
  background:#F7F7F7;
}

#loginWelcome {
  background:#DEDEDE;
  border:2px solid #CCC;
  padding:7px;
  color:#666;
  text-align:center;
  margin:0 0 35px 0;
}      

#loginWrapper label {
  display:block;
  font-weight:bold;
  text-align:right;
  width:100px;
  float:left;
}

#loginWrapper .small {
  color:#666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:100px;
}

#loginWrapper input {
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #DEDEDE;
  width:250px;
  margin:2px 0 20px 10px;
}

#loginWrapper button {
  clear:both;
  margin-left:225px;
  width:100px;
  background:#999;
  border: 2px solid #666;
  text-align:center;
  line-height:31px;
  color:#FFF;
  font-size:12px;
  font-weight:bold;
}  

#help {
  border-top:1px dashed #CCC;
  margin:40px 0 0 0;
  padding:20px 0 0 0;
}

#help a {
  color: #333;
} 

/* TABLE STYLES */	

table a,
table a:link,
table a:visited {
	color:#666;
	text-decoration:underline;
	}

table a:hover {
	text-decoration:none;
	color:#333;
	}	
			
table {
	width:100%;
	border-top:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	margin:1em auto;
	border-collapse:collapse;
	font-size: 11px;
	line-height: 18px;
	}
	
table img {
	border:0;
	margin-top:.5em;
	}		
	
caption {
	color: #000;
	font-size:12px;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
	
tr.odd td,
tr.odd .column1 {
	background:#F7F7F7;
	}	
	
.column1 {
	background:#f9fcfe;
	}
	
td {
	color:#666;
	border-bottom: 1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding:.3em 1em;
	text-align:center;
	}
					
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding:.3em 1em;
	}	
	
thead th {
	background:#F0F0F0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#333
	}	
				
tfoot th {
	background:#CCC;
	text-align:center;
	border:none;
	}
		
tfoot th strong {
	font:bold 11px;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}
				
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	}		           