@charset "UTF-8";

/* GLOBAL STYLES */

html {
	background: url(../images/production/global/bgHTML.jpg) top center;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-top: 1px solid #777;
	border-bottom: 4px solid #DDDBCF;
	margin-bottom: 100px;
	}
	
#home {
	background: #F4F4F4 url(../images/production/global/bgHome.jpg) repeat-x top center;
	}	

#inside {
	background: #F4F4F4 url(../images/production/global/bgInside.jpg) repeat-x top center;
	}	
	
p {
	padding:0 0 10px 0;
	}
	
em {
	font-style: italic;
	}	
	
.clear {
	clear:both;
	}	
	
.floatRight {
	float:right;
	margin:10px;
	border:2px solid #DEDEDE;
	}
	
.floatLeft {
	float:left;
	margin:10px;
	border:2px solid #DEDEDE;
	}	
	
.center {
	text-align:center;
	}	
	
iframe {
	border:2px solid #CCC;
	width:95%;
	height:425px;
	margin: 20px 10px;
	}	
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	}				
		
/* HEADER STYLES */	
	
#header {
	height:184px;
	background: url(../images/production/global/bgHeader.jpg) no-repeat top center;
	}
	
#headerHome {
	height:132px;
	background: url(../images/production/global/bgHeader.jpg) no-repeat top center;
	}		
	
#header h1 a, #headerHome h1 a  {
	display:block;
	height:80px;
	width:175px;
	text-indent:-9000px;
	float:left;
	}	
	
#header ul {
	float:right;
	width:960px;
	color:#1D1311;
	text-align: center;
	}
	
#header ul li {
	display:inline;
	margin:0 8px;
	}
	
#header ul li a {
	color:#1D1311;
	text-decoration:none;
	}
	
#header ul li a:hover {
	color:#000;
	text-decoration:underline;
	}	
	
#nav {
	font-weight: normal;
	font-size:14px;
	margin:68px 0 0 0;
	}
	
#subNav {
	font-weight: bold;
	font-size:12px;
	padding: 8px 0 0 0;
	}									
	
/* CONTENT STYLES */	

#content {	
	padding: 20px;
	}
	
.home {
	background: #F4F4F4 url(../images/production/home/bgHomeContent.jpg) repeat-y top right;
	border-bottom: 5px solid #DFDFD5;
	margin: 11px 0;
	}	
	
#content a {
	color: #1D1311;
	text-decoration: underline;
	}			
	
#content a:hover {
	color: #000;
	text-decoration: none;
	}				
	
#content h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #DEDEDE;
	margin-bottom: 15px;
	}
	
#content h3 {
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	}	
	
#content p {
	padding:10px 0;
	line-height:22px;
	}	
	
#bottom {
	height:25px;
	background: url(../images/production/global/bgBottom.jpg) no-repeat top center;
	}	

#content #banner {
	background: url(../images/production/home/bgBanner.jpg) no-repeat top right;
	height: 265px;
	padding-right: 275px;
	}
	
#content .focus {
	background: #DFDFD5;
	}	

#content .highlight {
	background: #DFDFD5;
	border: 2px solid #C3C3BB;
	font-size: 26px;
	font-family: "Brush Script MT", Georgia;
	*font-style: italic;
	padding: 0 10px;
	text-align: center;
	margin: 10px 0;
	}	

#content .highlightAlt {
	background: #DEDEDE;
	border: 1px solid #CCC;
	padding: 10px 15px;
	margin: 10px 0;
	font-size: 11px;
	line-height: 17px;
	}	
	
#content .highlightAlt p {
	padding: 4px 0;
	}	
	
#content .divider {
	height: 1px;
	background: #999;
	margin: 30px 0 15px 0;
	}			
	
#content #banner h2 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:0px;
	border-bottom:0px solid #DEDEDE;
	color: #40403B;
	}	
	
#content #column {
	width: 650px;
	float:left;
	}	
	
#content #columnThin {
	width: 250px;
	float: right;
	}
	
#content .columnContent {
	width: 425px;
	display: inline;
	margin-right: 15px;
	float:left;
	}			

#content #workshop {
	background: #B8D2ED;
	border: 10px solid #E9DEE1;
	padding: 10px 15px;
	text-align: center;
	}
	
#content #workshop p {
	padding:10px 0;
	line-height:16px;
	font-size: 12px;
	}	
	
#content #workshop p .feature {
	font-size: 14px;
	color: #000;
	}
	
.article {
	float: left;
	display: inline;
	width:140px;
	text-align: center;
	background: #E9DEE1;
	border: 1px dotted #CCC;
	padding: 15px 0;
	margin: 5px;
	}	
	
#focused {
	padding: 10px;
	background: #000;
	border: 1px solid #222;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	}		
	
#focused a {
	color: #FFF;
	}
	
#focused a:hover {
	color: #FFF;
	}		
		
/* LIST STYLES */				
	
.listSquare {
	margin:0 0 0 25px;
	}
	
.listSquare li {
	list-style:square;
	margin:0 0 5px 0;
	line-height:18px;
	}
	
.listNone {
	margin:20px 0 15px 10px;
	}
	
.listNone li {
	margin:0 10px 5px 0;
	list-style:none;
	}	
	
.listInline {
	line-height:20px;
	margin:20px 0 15px 10px;
	}
	
.listInline li {
	margin:0 10px 15px 0;
	list-style:none;
	display:inline;
	}	
	
.listInline li img {
	border:3px solid #CCC;
	width:240px;
	}	
	
.buffer {
	padding-top: 10px;
	}	
	
#vertNav {
	width: 150px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f4f4f4;
	line-height: normal;
	font-size: 14px;
	}

#vertNav li {
	list-style-type: none;
	padding-bottom: 8px;
	}

#vertNav a {
	display: block;
	border: 1px solid #f4f4f4;
	border-bottom: 0;
	text-decoration: none;
	padding: 4px 6px 2px 8px;
	color: #003A79;
	}
	
#vertNav a:hover {
	background-color: #D6B7C4;
	}
	
	
/* FOOTER STYLES */		

#bottom {
	margin:0 auto;	
	width:980px;
	height: 55px;
	background: url(../images/production/global/stripCouples.jpg) no-repeat top left;
	}	
	
#footer {
	margin:0 auto;	
	width:980px;
	height: 125px;
	border-top: 5px solid #DFDFD5;
	clear:both;
	color: #A6A497;
	}
	
#footer a {
	color: #A6A497;
	}		
	
#footer #right  {
	font-size:10px;
	width: 300px;
	letter-spacing:.2em;
	padding:2em 0;
	text-align:right;
	float: right;
	}

#footer #right li {
	display: inline;
	margin-left:.5em;
	padding-right:.8em;
	}
	
#footer .left  {
	font-size:10px;
	letter-spacing:.2em;
	padding:2em 0;
	float: left;
	margin-right: 20px;
	}

#footer #left li {
	margin: 0 0 3px 10px;
	}			