@charset "UTF-8";

/* GLOBAL STYLES */

body {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	font-size: 12px;
	color:#666;
	}		
		
p {
	margin-top:10px;
	margin-bottom:15px;
	}
	
.clear {
	clear:both;
	}	
	
a:link, a:active, a:visited {
	text-decoration:none;
	color:#D61408;
	} 
	
a:hover	{
	text-decoration:none;
	color:#333;
	}
	
.greenFont {
	color:#778F47;
	}
	
.blueFont {
	color:#4E5C78;
	}	
	
.orangeFont {
	color:#D47E1B;
	}	
	
.greenBrightFont {
	color:#B0CA65;
	}	
	
.center {
	text-align:center;
	}	
	
strong {
	font-weight:bold;
	}	
	
iframe {
	width:500px;
	height:350px;
	border:5px solid #DEDEDE;
	margin:0 0 20px 0;
	float:right;
	}	
	
.imageRight {
	float:right;
	margin:10px;
	max-width:350px;
	}	
	
/* HOME PAGE STYLES */	

#home {
	background: #000;
	}
	
#homeContainer {
	background:#000 url(../images/production/home/bgContentWrapper.jpg) center top repeat-y;
	}					
	
#bannerHome {
	width:980px;
	margin:0 auto;
	height:400px;
background:#000 url(../images/homepagebanner.png) no-repeat left top;
	color:#DEDEDE;
	line-height:16px;
	}	
	
#bannerHome .news {
	width:250px;
	padding:0 0 0 35px;
	float: left;
	}	
	
#bannerHome #feature {
	float: right;
	width:600px;
	height: 200px;
	}	
	
#bannerHome #featureAlt {
	float: right;
	width:600px;
	height: 360px;
	}			
	
#bannerHome h2 {
	border-bottom:3px solid #111;
	padding:50px 0 5px 0;
	font-size:18px;
	}
		
#bannerHome h3 {
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	border-top:1px dashed #222;
	}
	
#bannerHome a:link, #bannerHome a:visited, #bannerHome a:active {
	color:#DEDEDE;
	text-decoration:none;
	}
	
#bannerHome a:hover {
	color:#CCC;
	text-decoration:underline;
	}		
	
#bannerHome p {
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	}
	
#bannerHome .first {
	border:none;
	}
	
/* HEADER STYLES */
	
#header {
	width:980px;
	margin:0 auto;
	height:155px;
	}
	
#header h1 a {
	display:block;
	height:145px;
	width:150px;
	text-indent:-9000px;
	float:left;
	}	
	
.redLogo {
	background: url(../images/production/global/logo.jpg) no-repeat left top;
	}
	
.brownLogo {
	background: url(../images/production/content/gallery/logo.jpg) no-repeat left top;
	}
	
.blueLogo {
	background: url(../images/production/content/studio/logo.jpg) no-repeat left top;
	}
	
.orangeLogo {
	background: url(../images/production/content/services/logo.jpg) no-repeat left top;
	}		
	
.greenLogo {
	background: url(../images/production/content/contact/logo.jpg) no-repeat left top;
	}			
	
#header div {
	float:right;
	margin:120px 0 0 12px;
	font-weight:bold;
	}	
	
#header div a {
	display:block;
	text-decoration:none;	
	padding:5px 0 0 0;
	font-size:14px;	
	}	
	
#header .whiteNav a {
	color: #FFF;
	}	
	
#header .whiteNav a:hover {
	color:#DEDEDE;
	border-top:4px solid #D71201;
	}
	
#header .brownNav a {
	color: #333;
	}	
	
#header .brownNav a:hover {
	color:#444;
	border-top:4px solid #605132;
	}	
	
#header .blueNav a {
	color: #333;
	}	
	
#header .blueNav a:hover {
	color:#444;
	border-top:4px solid #4E5C78;
	}	
	
#header .orangeNav a {
	color: #333;
	}	
	
#header .orangeNav a:hover {
	color:#444;
	border-top:4px solid #D47E1B;
	}	
	
#header .greenNav a {
	color: #333;
	}	
	
#header .greenNav a:hover {
	color:#444;
	border-top:4px solid #B0CA65;
	}					
	
/* CONTENT PAGE STYLES */

#inside {
	background: #FFF url(../images/production/content/bg.jpg) repeat-x;
	}
	
#contentContainer {
	background: #000 url(../images/production/content/bgContentWrapperExtended.jpg) center top repeat-y;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
	
#contentWrapper {
	width:980px;
	margin:0 auto;
	background: #DEDEDE url(../images/production/content/bgContentWrapper.jpg) center top;
	min-height:450px;
	}
	
#contentRight {
	float:right;
	width:724px;
	padding:0 3px 20px 0;
	}

.contentBanner {
	height:175px;
	margin:0;
	}
	
#contentRight .content {		
	width:704px;
	margin:0 auto;
	line-height:20px;
	}
	
#contentRight h2 {
	border-bottom:2px solid #DEDEDE;
	padding:20px 0 5px 0;
	font-size:16px;
	font-weight:bold;
	color:#444;
	}
	
#contentRight h3 {
	border-bottom:1px solid #DEDEDE;
	padding:10px 0 3px 0;
	font-size:14px;
	font-weight:bold;
	color:#555;
	}
	
/* CONTENT LEFT STYLES */			
	
#contentLeft {
	float:left;
	width:230px;
	padding:20px 0 20px 0;
	text-align:right;
	color:#DEDEDE;
	}
	
#contentLeft a {
	color:#DEDEDE;
	text-decoration:none;
	}		
	
#contentLeft ul {
	margin:10px 0 0 0;
	}
	
#contentLeft ul li {
	margin:0 0 5px 0;
	}		
	
#contentLeft h4 {
	border-bottom:2px solid #222;
	padding:30px 0 5px 0;
	font-size:16px;
	}
	
#contentLeft .start {
	padding:0 0 5px 0;
	}		
	
.highlightBox {
	background:#DEDEDE;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #CCC;
	}	
	
/* FOOTER STYLES */

.listSquare {
	margin: 10px 0 10px 25px;
	}
	
.listSquare li {
	margin: 5px 0 0 0;
	list-style: square;
	}
	
.listImages {
	margin: 10px 0 10px 25px;
	}
	
.listImages li {
	margin: 5px 0 0 0;
	list-style: none;
	display:inline;
	}
	
.listImages li img {
	width:200px;
	border:2px solid #DEDEDE;
	}			

/* FOOTER STYLES */

#footer {
    float:left;
	height:185px;
	margin:0px auto 15px auto;
	color:#666;
	font-size:11px;
	}
	
.footerHome {
	background: url(../images/production/global/footer.jpg) no-repeat left top;
	width:980px;
	}
	
.footerStudio {
	background: url(../images/production/content/studio/footer.gif) no-repeat left top;
	width:1180px;
	}
	
.footerGallery {
	background: url(../images/production/content/gallery/footer.jpg) no-repeat left top;
	width:1180px;
	}	
	
.footerServices {
	background: url(../images/production/content/services/footer.gif) no-repeat left top;
	width:1180px;
	}	
	
.footerContact {
	background: url(../images/production/content/contact/footer.gif) no-repeat left top;
	width:1180px;
	}				
	
#footer .left {
	float:left;
	width:300px;
	padding:70px 20px 20px 20px;
	}	
	
#footer .right {
	float:right;
	width:500px;
	padding:70px 20px 20px 20px;
	text-align:right;
	letter-spacing:.2em;
	text-align:right;
	color:#777;
	}	
	
#footer ul li {
	margin:0 0 3px 0;
	}	
	
#footer .buffer {
	margin-bottom:10px;
	}			
	
/* 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;
	}
	
table img {
	border:0;
	margin-top:.5em;
	}		
	
caption {
	color: #000;
	font-size:1.2em;
	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 url(/faculty/colloquia/images/bgTable.gif) no-repeat;
	}	
	
.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:1.2em;
	color:#333
	}	
				
tfoot th {
	background:#CCC;
	text-align:center;
	border:none;
	}
		
tfoot th strong {
	font:bold 1.2em;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}
				
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
/* 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:350px;
	margin:2px 0 20px 10px;
	}

#formWrapper button {
	clear:both;
	margin:0 0 20px 450px;
	background:#666 url(../images/production/global/button.png) no-repeat;
	border:none;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	}	
	
#help {
	border-top:1px dashed #CCC;
	margin:10px 0;
	padding:10px 0;
	}
	
#help a {
	color: #333;
	}
	
#formErrors {
	padding:10px;
	border: 3px solid #DCCC;
	background:#FFFFCC;
	margin:15px 0;
	}
	
#formErrors ul {
	margin: 10px 0 10px 25px;
	}
	
#formErrors ul li {
	margin: 5px 0 0 0;
	list-style: square;
	}				
