/* CSS for DICI */
* { 
	margin: 0; 
	padding: 0; 
}

body {
	background: #263918;
	font: 14px Trebuchet MS;
	color: #000000; 
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #009900; 
	background: inherit;
	font-style:italic;
}

a:hover {
	color: #00CC00;
	background: inherit;
	font-style:italic;
}

h1, h2, h3 {
	font-family: Trebuchet MS;
	font-weight: Bold; 		
}

h1 {
	font-size: 120%;	
}

h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #666666;
}

h3 {
	font-size: 110%;
	color: #666666; 
}


h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000000;	
}

ul span, ol span {
	color: #000000;
}

form {
	margin:5px; padding: 0 5px 5px 5px;
	border: 1px solid #f2f2f2; 
	background-color: #263918; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #eee;
	font: 12px Trebuchet MS;
	color:#000000;
}

textarea {
	width:400px;
	padding:2px;
	font-family: Trebuchet MS;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000000;
}
input.button { 
	margin: 0; 
	font: bolder 12px Trebuchet MS; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #666666;
}

#wrap {
	width: 900px;
	background: url(../dici_images/content.jpg);
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 850px;
	padding: 0; 
	padding-top: 2px;
	padding-right:2px;
	margin: 0 auto;
}

#pictures {
	clear: both;
	width: 900px;
	height:auto;
	text-align:center;
}

#contactpic {
	clear: both;
	width: 790px;
	padding: 0; 
	margin: 0 auto;
}

#header {
	width: 900px;
	position: relative;
	height: 200px;
	background: #CCC url(../dici_images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 12px;
	color: #FFF;
}

#logo {
	position:absolute;
	left:644px;
	top:63px;
	width:200px;
	height:130px;
	z-index:1;
}

#main {
	float: right;
	width: 670px;
	padding: 0; 
	margin: 0;
}

#content {
	width:630px;
	height:auto;
	z-index:1;
	float:right;
	border:thin solid #999999;
	text-align:justify;
}

#slideshow {
	width:630px;
	height:auto;
	z-index:1;
	float:right;
	text-align:center;
}

#flash {
	width:630px;
	height:auto;
	z-index:1;
	float:right;
	text-align:justify;
}

#small_pic {
	width:630px;
	height:auto;
	z-index:1;
	float:right;
	border:thin solid #999999;
	text-align:center;
	padding: 5px 0px 5px 0px;
}

#personnel_pic {
	width:95px;
	height:95px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

#personnel_detail {
	width:510px;
	height:auto;
	float:right;
}

#content_pic {
	width:400px;
	height:auto;
	float:left;
	text-align:center;
	border-right:thin solid #999999;
}

#content_specs {
	width:228px;
	height:auto;
	float:right;
	padding-bottom:10px;
}

#content_desc {
	width:630px;
	height:auto;
	float:right;
	text-align:center;
}

#main h1 {
	font: bold 20px Trebuchet MS;;
	color: #000;
}

#main .box {
	margin: 0 0 5px 0;
	padding: 5px 80px 5px 80px;
	text-align: justify;
}

#main .box2 {
	margin: 0 0 5px 0;
	padding: 5px 40px 5px 40px;
	text-align: justify;
}

#main .box3 {
	margin: 0 0 5px 0;
	padding: 5px 40px 5px 40px;
	text-align: justify;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 0; 
	margin: 0;	
}

#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Trebuchet MS;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}

#contact-area {
	width: 340px;
}

#footer {
	color: #000000;
	background: #CCC url(../dici_images/footer.jpg) no-repeat center top;
	clear: both;
	width: 900px;
	height: 150px;
	font-size: 80%;
}
#footer a { 
	text-decoration: none; 
}
#foot-content {
	width:715px;
	height:auto;
	float:right;
	text-align:left;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
