@charset "UTF-8";

/* GLOBAL STYLES */

body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color:#555;
	background: #EEE;
	}
	
p {
	padding:0 0 10px 0;
	}
	
.clear {
	clear:both;
	}	
	
.floatRight {
	float:right;
	margin:10px;
	}
	
.imageRight {
	float:right;
	margin:10px;
	border:2px solid #DEDEDE;
	}	
	
.center {
	text-align:center;
	}	
	
iframe {
	border:2px solid #CCC;
	width:100%;
	height:425px;
	}	
	
#container {
	width:100%;
	margin:0 auto;
	background: #FFF url(../images/production/global/bg.gif) repeat-x top center;
	}	
	
#wrapper {
	width:980px;
	margin:0 auto;
	}	
	
a {
	color:#333;
	text-decoration:underline;
	}		
	
a:hover {
	color:#111;
	text-decoration:none;
	}			
		
/* HEADER STYLES */	
	
#header {
	height:100px;
	background:url(../images/production/global/bgHeader.jpg) no-repeat top center;
	}	
	
#header h1 a {
	display:block;
	height:100px;
	width:250px;
	text-indent:-9000px;
	float:left;
	}	
	
#header ul {
	float:right;
	width:700px;
	margin:50px 0 0 0;
	color:#666;
	font-size:10px;
	text-align:center;
	}
	
#header ul li {
	display:inline;
	margin:0 5px;
	}
	
#header ul li a {
	color:#666;
	text-decoration:none;
	}
	
#header ul li a:hover {
	color:#444;
	text-decoration:underline;
	}						
	
/* BANNER STYLES */	

#banner {
	height:340px;
	}	
	
#bannerInside {
	padding:10px;
	background:#E9E6B9;
	border:2px solid #F7F7F7;
	width:920px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	}		

/* CONTENT STYLES */	
	
#content {
	padding:20px;
	}
	
#content h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #DEDEDE;
	}
	
#content h3 {
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	}
	
#content h4 {
	font-size:13px;
	font-weight:bold;
	padding:10px 0;
	}		
	
#content p {
	font-size:14px;
	padding:10px 0;
	line-height:22px;
	color:#666;
	}	
	
#content strong {
	color:#555;					
	}
	
.marketing {
	width:295px;
	height:115px;
	float:right;
	background:url(../images/production/home/marketing.jpg) no-repeat top center;
	margin:10px 0 10px 10px;
	}	
	
.marketing .individual {
	float:left;
	width:125px;
	margin:50px 0 0 0;
	}	
	
.marketing .individual a {
	display:block;
	text-decoration:none;	
	width:125px;
	height:50px;
	}	
	
.marketing .group {
	float:right;
	width:125px;
	margin:50px 0 0 0;
	}	
	
.marketing .group a {
	display:block;
	text-decoration:none;	
	width:125px;
	height:50px;
	}		
	
#column {
	float:left;
	width:600px;
	padding-top:20px;
	}
	
#columnThin {
	float:right;
	width:300px;
	padding-top:20px;
	}	
	
#content .wrapperSmall {
	width:300px;
	height:175px;
	float:left;
	}	
	
#content .wrapperLarge {
	width:900px;
	height:175px;
	float:left;
	}	
	
.category {
	text-align: center;
	border: 1px solid #DEDEDE;
	background: #EFEFEF;
	}				
	
/* LIST STYLES */				
	
.listSquare {
	margin:10px 10px 10px 25px;
	}
	
.listSquare li {
	list-style:square;
	margin:0 0 5px 0;
	line-height:20px;
	}
	
.listNone {
	margin:10px;
	}
	
.listNone li {
	line-height:20px;
	list-style:none;
	}	
	
.listInline {
	line-height:20px;
	margin:20px 0 15px 25px;
	}
	
.listInline li {
	margin:0 10px 15px 0;
	list-style:none;
	display:inline;
	}	
	
.listInline li img {
	border:3px solid #F3F3F3;
	}	
	
/* FORM STYLES */

#formWrapper {
	border:10px solid #DEDEDE;
	padding:20px 20px 10px 20px;
	background:#F7F7F7;
	margin:5px 0;
	}
	
#formWelcome {
	border:1px solid #DEDEDE;
	padding:7px;
	background:#F3F3F3;
	color:#526378;
	text-align:center;
	margin:35px 0;
	}			
		
#formWrapper label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
	}
	
#formWrapper .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
	}
	
#formWrapper input, #formWrapper select, #formWrapper textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #DEDEDE;
	width:65%;
	margin:2px 0 20px 10px;
	}

#formWrapper button {
	clear:both;
	margin:0 0 20px 450px;
	background:#666;
	border:none;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	}	
	
.help {
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	margin:10px 0 30px 0;
	padding:10px 0;
	}
	
#formErrors {
	padding:10px;
	border: 5px solid #F3F3F3;
	background:#FFFFCC;
	margin:15px 0;
	}
	
#formErrors ul {
	margin: 10px 0 10px 25px;
	font-size:14px;
	}
	
#formErrors ul li {
	margin: 5px 0 0 0;
	list-style: square;
	}				
	
/* LOG IN STYLES */	

#login {
	width:450px;
	margin:25px 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;
	}								

/* FOOTER STYLES */		

#footerWrapper {
	border-top:2px solid #DEDEDE;
	padding:15px 0 40px 0;
	}
	
#footerContent {
	margin:0 auto;	
	width:980px;
	background:url(../images/production/global/bgFooter.jpg) no-repeat right top;
	padding-top:40px;
	}	
	
ul.nav-secondary {
	float:left;
	width:200px;
	margin-right:40px;
	border-top:1px solid #DEDEDE;
	text-transform: lowercase;
	font-size:11px;	
	}
	
ul.nav-secondary li {
	border-bottom:1px solid #DEDEDE;
	padding:7px 0 5px 0;
	color:#999;
	}
		
ul.nav-secondary li a {
	display:block;
	}	
		
ul.nav-secondary li a:link, ul.nav-secondary li a:visited {
	text-decoration:none;
	color:#999;
	}	

ul.nav-secondary li a:hover {
	color:#777;
	}	
			
ul.nav-secondary ul, ul.nav-secondary ul li {
	border:none;
	}
									
ul.nav-secondary ul li a:link, ul.nav-secondary ul li a:visited {
	border:none;
	color:#999;
	padding-left:14px;
	background:url(../images/production/global/arrow.gif) no-repeat left top;
	}	

ul.nav-secondary ul li a:hover {
	color:#777;
	}	
		
#footer {
	clear:both;
	}	
	
#footer ul  {
	color:#999;
	font-size:10px;
	letter-spacing:.2em;
	padding:2em 0;
	text-align:right;
	}

#footer ul li {
	display: inline;
	margin-left:.5em;
	padding-right:.8em;
	}		