@charset "UTF-8";

/* GLOBAL STYLES */

body {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	font-size: 12px;
	color:#222;
	}
	
#home {
	background:#F7F7F7 url(../images/production/home/bgHome.jpg) repeat-x;
	}
	
#inside {
	background:#FFF url(../images/production/global/bg.jpg) repeat-x;
	}		
	
p {
	padding:0 0 10px 0;
	}
	
.clear {
	clear:both;
	}	
	
.floatRight {
	float:right;
	margin:10px;
	}
	
.center {
	text-align:center;
	}	
	
a {
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	color:#430517;
	}	
	
iframe {
	border:2px solid #CCC;
	margin:10px 0;
	}			
		
/* GLOBAL HEADER STYLES */	
	
#header {
	width:980px;
	margin:0 auto 0 auto;
	}	
	
#banner {
	width:980px;
	height:125px;
	margin:0 auto 0 auto;
	}		
	
.home {
	height:460px;
	background:url(../images/production/home/bgHeaderHome.jpg) no-repeat;
	}
	
.inside {
	height:131px;
	background:url(../images/production/global/bgHeader.jpg) no-repeat;
	}		
	
#header h1 a {
	display:block;
	height:90px;
	width:275px;
	text-indent:-9000px;
	float:left;
	}	
	
#header ul {
	float:left;
	margin:22px 0 0 0;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	clear:both;
	height:19px;
	}
	
#header ul li {
	display:inline;
	margin:0 10px 0 0;
	}
	
#header ul li a:link, #header ul li a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
#header ul li a:active {
	color:#FFF;
	text-decoration:underline;
	}
	
#header ul li a:hover {
	color:#FFF;
	text-decoration:underline;
	}						

/* CONTENT STYLES */	
	
#content {
	width:960px;
	margin:10px auto;
	}	
	
.columnWide {
	width:575px;
	float:left;
	}
	
.columnThin {
	width:350px;
	float:right;
	}
	
.columnSubNav {
	width:225px;
	float:left;
	}
	
.columnContent {
	width:700px;
	float:right;
	}			
	
#content h2 {
	font-size:16px;
	font-weight:bold;
	padding:10px 0 3px 0;
	border-bottom:2px solid #CCC;
	margin:0 0 15px 0;
	color:#430517;
	}
	
#content h3 {
	font-size:14px;
	font-weight:bold;
	padding:15px 0 3px 0;
	border-bottom:1px solid #DEDEDE;
	margin:0 0 5px 0;
	color:#430517;
	}
	
#content h4 {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 3px 0;
	margin:0 0 5px 0;
	}		
	
#content p {
	padding:10px 0x;
	line-height:22px;
	}	
	
#content strong {
	color:#111;					
	}
	
.listSquare {
	margin:0 0 15px 25px;
	line-height:20px;
	}
	
.listSquare li {
	margin:0 0 5px 0;
	list-style:square;
	}
	
.listNone {
	line-height:20px;
	margin:0 0 15px 0;
	}
	
.listNone li {
	margin:0 0 15px 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:1px solid #CCC;
	width:300px;
	}	
	
/* FORM STYLES */

dl {
	padding:35px;
	}

dt {
  	float: left;
  	width: 250px;
  	text-align: left;
	color:#222;
	font-size:13px;
	font-weight:bold;
	}

dd {
  	margin-left: 0px;
	margin-bottom: 5px;
	}	

.input {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	border:1px solid #999;
	background:#FFF;
	font-size:13px;
	width:250px;
	margin-bottom:5px;
	padding:5px;
	}

.btn {
	background-color:#430517;
	color:#FFF;
	float:right;
	border:1px solid #999;
	font-size:12px;
	padding:5px;
	margin-right:150px;
	margin-bottom:10px;
	font-weight:bold;
	}					
	
/* FOOTER STYLES */		

#footerWrapper {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:15px 0;
	margin:20px auto;
	width:980px;
	text-align:center;
	background:#F3F3F3;
	color:#999;
	}