/* davinci_screen.css */
/* Created 3/23/06 by Jay */
/* Modified 3/27/06 by Jay */
/* Version 1.1 */

/* HMTL tag styles */

body { 
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
 }
 
a {
	color:#C2041D;
	font-weight:bold;
	text-decoration:none;
}

 a:hover {
 	text-decoration:underline;
 }
 
 /* image styles */

img {
	border: 0;
}

img.right {
	float: right;
	padding: 0 0 0 5px;
}

img.left {
	float: left;
	padding: 0 5px 0 0;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Layout Divs */

#container,
#masthead,
#header,
.divider,
#contentArea,
#editorialWell,
.teasers,
.teaser,
#sidebar,
#footer {
	margin:0;
	padding:0;
	overflow:hidden;
}

#container {
	width:760px;
	float:left;
	background:#CED68C;
}

#masthead {
	width:760px;
	height:178px;
	background: url(/davinci/images/davinci_header_noNav.gif) no-repeat;
	border-bottom: 5px solid #CED68C;
}

#globalNav {
	position:absolute;
	width:760px;
	z-index:100;
	top:151px;
	text-align:center;
}
   
#contentArea {
	width:760px;
	border-bottom: 5px solid #CED68C;
}

#editorialWell {
	float:left;	
	width: 465px;
	padding:35px;
	background: #FFFFF7 url(/davinci/images/edwell_background.gif) repeat-y;
	margin-left:5px;
 }
 
 #sidebar {
    padding:0 20px 0 0;
    float:right;
    width:180px;
    text-align:center;
}
   
#footer {
 	background:#CED68C;
	font-size:10px;
	text-align:center;
	clear:both;
 }
   
   /* masthead styles */
   
  #header {
	width:760px;
	height:100px;
}

 #header ul {
	list-style:none; 
	margin:0; 
	padding:0;
	position:absolute;
	width:760px;
	height:100px;
	top:0px;
	left:0px;
}

#header h2 a, 
#header h3 a { 
	position:absolute; 
	margin:0; 
	padding:0; 
	display:block; 
	text-indent:-9999px;
}

#header h2 a {
	z-index:50; 
	top:31px; 
	left:159px; 
	width:221px; 
	height:45px; 
}

#header h3 a { 
	z-index:20; 
	top:86px; 
	left:362px; 
	width:228px; 
	height:45px;
} 
   /* globalNav styles*/
   
#globalNav ul {
	margin:0;
	list-style-type: none;
}

#globalNav li {
	margin:0;
	font-weight: bold;
	font-size: 14px;
	display: inline;
	padding: 0 15px 0 0;
	text-transform:uppercase;
 }
 
#globalNav ul li a {
 	color: white;
 }
 
 /* editorialWell styles*/
 
#editorialWell h1 { 
	color:#C2041D;
	font-size: 18px;
	margin:0;
	padding:0;
}
 
.teasers {
	width:100%;
}

.teasers h3,
.teasers h3 a {
  	font-size:16px;
	color:#C2041D;
	margin:0;
  }
  
.teaser-Aa,
.teaser-aA {
	width:210px;
	background-color: #F3E6C6;
	text-align: center;
	padding:10px;	 
  }
  
.teaser-Aa {
  	float:left;
  }
  
.teaser-aA {
  	float:right;
  }
  
/* Sidebar Styles*/

.resourceAd {
	background:#ECE9D8;
	text-align:center;
	width:155px;
	margin: 0 auto;
	margin-bottom:5px;
	padding:10px;
	font-size:10px;
}
h4.intro {
color:white;
font-size:12px;

}

.resourceAd h4,
.resourceAd h4 a {
	color:#C2041D;
	font-size:11px;
	margin:0;
}

.resourceAd h5 {
	color:#C2041D;
	font-size: 11px;
	text-align:left;
	margin:0;
}

.resourceAd h4 a:hover,
.resourceAd h5 a:hover {
	text-decoration:underline;
}

.resourceAd img {
	margin-bottom:5px;
}

.resourceAd .form {
	font-size:10px;
	margin:10px 0 0 0;
}

.resourceAd .form .enews {
	font-size:9px;
	width:120px;
	height:13px;
	margin:3px;
	padding:0;
}

.resourceAd form {
	margin:0;
	padding:0;
}

.resourceAd ul,
.resourceAd ul li {
	list-style-type:none;
}

.resourceAd p {
	margin:2px;
}

.resourceAd p.submit {
	width:45px;
	margin: 0 auto;
	 font-size:11px;
	 font-weight:bold;
 }
 
.resourceAd .orclinks a {
display:block;
text-align:left;
font-size:11px;
}

 .resourceAd p.submit a,
 .resourceAd .orclinks a {
	padding:2px;
 }
 
 .resourceAd p.submit a:hover,
 .resourceAd .orclinks a:hover {
 	background: #c2041D;
	text-decoration:none;
	color:white;
	padding:2px;
 }



/* footer styles */

.legal {
	padding:10px;
	margin:0;
}

.legal a {
	color:white;
	font-weight:bold;
}
