/*** CSS styles for deliverables page ***/

/*** global styles ***/
* {
   margin: 0;
   padding: 0;
   border: 0;
   font-family: verdana, arial, sans-serif;
}
body {
   background-color: #fff;
}

p {
   font-size: 11px;
}

p span {
   color: red;
}

hr {
  margin: 5px 0 5px 0;
  height: 1px; 
  width: 250px;
  background: #828282;
}

em {
  margin-left: 6px;
  color: #828282;
}

textarea {
   margin: 20px 0 0 0;
   font-size: 13px;
   background: #fff;
   border: 1px solid #5d7081;
}

/*** header elements  ***/
h3 {
  margin: 10px 0 -10px 0;
  padding: 3px;
  clear: both;
  display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
  font-size: 26px;
  background: #c5e2f0;
	border:dotted;
	border-width: 1px;
	border-color:#CCCCCC;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
  font-size: 24px;
  margin: 20px 0 0 0;
	border:dotted;
	border-width: 1px;
	border-color:#CCCCCC;
  background: #edf6fa;
}

h4 span {
  font-weight: normal;
  font-size: 11px;
}

/*** container ***/
#container {
  margin: 10px 0 0 40px;
	width: 800px;
}

/*** header ***/
#header {

}

#header img {
   float: left;
   margin-left: -25px;
   margin-top: -10px;

}



#header h1 {
  float: left;
  margin: 0 120px 40px 70px;
  font-size: 28px;
  text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
  color: #828282;
}

#header h1 span {
  font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header h2 {
  padding-top: 10px;
  font-size: 2px;
  color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}



/*** headerPhoto ***/
#headerPhoto {
	background: url(/images/delivs/bg_photo.jpg) no-repeat top left;
	width: 100%;
	height: 109px;
}

/*** headerSlick ***/
#headerSlick {
	background: url(/images/delivs/bg.jpg) no-repeat top left;
	width: 100%;
	height: 109px;
}

#headerSlick #logo_vw {
	background: url(/images/delivs/vw.png) no-repeat top left;
	height:50px;
	width:50px;
	float:left;
	margin: 13px 0 0 300px;
}

#headerSlick h1{ 
	height:109px;
  margin: -5px 220px -100px 300px;
  font-size: 34px;
  text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
  color: #FFFFFF;
	white-space: nowrap;
}

#headerSlick h1 span {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

#headerSlick ul {
	position: absolute;
	top: 0;
	left: 0;
	top: 15px;
	left: 720px;
	white-space: nowrap;
}

#headerSlick li {
	display: inline;
	color: #fff;
}

#headerSlick li a {
	color: #fff;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*** columns ***/
#column_one h4, #column_two h4, .column_one h4 {
  font-size: 13px;
}

#column_one ul, #column_two ul, .column_one ul {
  list-style: none;
  font-size: 12px;
  margin: 0 0 20px 0;
}

#column_one li, #column_two li, .column_one li{
  padding: 6px 0 0 20px;
  list-style: none;
  line-height: 16px;
  font-size: 12px;
}

#column_one, #column_two, .column_one {
  float: left;
  width: 500px;
}

/*** list icons ***/
li.doc {
   background: url(/ico/doc.gif) left center no-repeat;
}

li.xls {
   background: url(/ico/xls.gif) left center no-repeat;
}

li.mov {
   background: url(/ico/mov.gif) left center no-repeat;
}


li.wmv {
   background: url(/ico/wmv.gif) left center no-repeat;
}

li.pdf {
   background: url(/ico/pdf.gif) left center no-repeat;
}

li.pptx {
   background: url(/ico/pptx.jpg) left center no-repeat;
}


li.image {
   background: url(/ico/jpg.gif) left center no-repeat;
}

li.link {
   background: url(/ico/ff.gif) left center no-repeat;
}

li.ethnio {
   background: url(/ico/eth.gif) left center no-repeat;
}


li.mc {
   background: url(/ico/mc.jpg) left center no-repeat;
}

/*** instructions (order lists) ***/
ol * {
   font-size: 10px;
}

/*** text area - for code page ***/
textarea {
   background-color: #fcffb9;
   border: 1px dashed gray;
}

/*** project list ***/
#project-list {
  position: absolute;
  top: 0;
  left: 590px;
  width: 250px;
  border:dotted 1px #ccc;
}

#project-list h5 {
  background-color: #edf6fa;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 11px;
  padding-left: 5px;
}

#project-list ul {
  background-color: #edf6fa;
  font-size: 9px;
  list-style-type: none;
  padding: 5px;
}

#project-list li {
}

