/* CSS Document 
Company: DMS Design
Date:25th October 2007
Contents -------
----------- LAYOUT ELEMENTS ----------
----------- STYLE ELEMENTS -----------
----------- BREADCRUMB ELEMENT -----------
----------- NAVIGATION ELEMENTS ------
----------- SPRY ACCORDIAN WIDGET ----
*/

body{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:65%;
margin:10px 0 10px 0;
padding:0;
text-align:center; /*Hack for ie5 & 6 to centre align the page */
line-height:1.4em;
background-color:#8C8C8C;
}

/* ----------- LAYOUT ELEMENTS ----------- */
#outer{
margin:0px auto;
background-color:#FFFFFF;
border:0px solid #000;
width:743px;
text-align:left;
}

#header{
	width:100%;
	margin:0;
	padding: 0px;
	background-color:#FFFFFF;
	border:0px solid #00f;
}

#mainNav{
margin:0 0 0 0;
padding:0;
border-right:4px solid #000;
border-left:4px solid #000;
background-color:#ccc;
width:735px;/* 743-8 = 735 */
float:right;
}

/* ------- the main page area is split in to 2 columns, #content #subNav --------- */

/* float right so the subNav is positioned below the content in the code */
#content{
margin:0 0 0 0;
padding: 5px 15px 0px 15px;
width:705px;/* -- 743px - 30px - 8px = 705px -- */
border-right:4px solid #000;
border-left:4px solid #000;
background-image: url(../images/content_bkg.gif);
background-repeat: repeat-y;
background-position: top;
}

		#mainContent{ /* This additional div is needed for the styling of the vertical dots */
		padding: 10px 0 0 0;
		width:517px;/* -- 705px - 188px = 517px -- */
		border:0px solid #000;
		color:#666;
		line-height:1.8em;
		float:left;
		font-size:1.2em;
		}

	
/* END #content */

/* float left to sit next to #content */
#otherInfo{
width:168px;/* -- 188px - 20  -- */
float:right;
border:0px solid #999;
margin:0;
padding:10px 0px 0 0;
color:#669933;
text-align:right;
font-size:1.1em;
font-weight:bold;
}

#footer{
width:738px; /* -- 743px - 5 -- */
margin:0px auto;
padding:10px 0 0 5px;
font-size:1.1em;
text-align:left;
color:#fff;
border-top:4px solid #000;
}

.clear{
clear:both;
display:block;
}


/* ----------- LAYOUT ELEMENTS END ----------- */

/* ----------- STYLE ELEMENTS ----------- */
h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
margin:20px 0 20px 0;
padding:0;
font-weight:normal;
color:#0099CC;
line-height:1.2em;
}

h2{
font-family:Arial, Verdana, Helvetica, sans-serif;
margin:7px 0 20px 0;
padding:0;
font-weight:bold;
color:#000;
font-size:1.2em;
}


h3{
font-family:Arial, Verdana, Helvetica, sans-serif;
margin:7px 0 4px 0;
padding:0;
font-weight:normal;
color:#0099CC;
line-height:1.4em;
border-bottom:1px solid #0099CC;
display:block;
}

.style1 {color: #000066}

.style2 {color: #00A2DC}

/* ----------- STYLE ELEMENTS END ----------- */


/* ----------- NAVIGATION ELEMENTS ----------- */
#mainNav ul{
margin:5px 0;
padding:0;
list-style:none;
float:right;
}
#mainNav ul li{
text-align:center;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-transform:uppercase;
font-size:10px;
display:inline;
}

#mainNav ul li a, #mainNav ul li a:link{
color:#fff;
text-decoration:none;
padding:4px 4px 4px 4px;
margin:3px 3px 0 0;
background-color:#000;
display: block;
float: left;
width:105px;
background-image:url(../images/menu_corner.gif);
background-position:top right;
background-repeat:no-repeat;
}
#mainNav ul li a:hover{
background-color:#336600;
margin:0px 3px 0 0;
padding:4px 4px 7px 4px;
}

/* ----------- FOOTER NAVIGATION ELEMENTS ----------- */
#footer ul{
margin:0;
padding:0;
list-style:none;
display:inline;
text-align:center;
}
#footer ul li{
font-family:Arial, Verdana, Helvetica, sans-serif;
display:inline;
border-left:1px solid #fff;
padding:0 2px 0 4px;
}

#footer ul li a, #footer ul li a:link{
color:#fff;
text-decoration:none;
}
#footer ul li a:hover{
text-decoration:underline;
}

/*--Hilight current page in nav bar*/
#home #mainNav .home a, #home #mainNav .home a:link, 
#team #mainNav .team a, #team #mainNav .team a:link,
#projects #mainNav .projects a, #projects #mainNav .projects a:link, 
#development #mainNav .development a, #development #mainNav .development a:link,
#safety #mainNav .safety a, #safety #mainNav .safety a:link,
#contact #mainNav .contact a, #contact #mainNav .contact a:link
{
color:#FFFFFF;
background-color:#336600;
margin:0px 3px 0 0;
padding:4px 4px 7px 4px;
}

#subNav ul{
	width:168px;/* -- 0px - 20  -- */
	float:right;
	border:0.5px solid #999;
	margin:15;
	color:#000000;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#subNav ul li{
	margin:0;
	padding:4px 0;
	list-style-type: none;
	text-align: left;
}
#subNav h1{
font-family:"Times New Roman", Times, serif;
margin:0 0 35px 0;
padding:0;
font-weight:normal;
color:#666;
}
#subNav a{
	text-decoration:none;
	color:#000000;
	display:block;
	list-style-type: none;
}
#subNav a:hover{
text-decoration:underline;
}
/* ----------- NAVIGATION ELEMENTS END ----------- */


/* ----------- SPRY ACCORDIAN WIDGET ----------- */
.plus{
border:0px solid #666;
padding:0px 2px 0px 2px;
display:inline;
background-color:#FFFFFF;
}

.minus{
border:0px solid #666;
padding:0px 3px 0px 4px;
display:none;
font-size:1.0em;
background-color:#FFFFFF;
}
/* ----------- SPRY ACCORDIAN WIDGET END ----------- */
.picbox {
	border: 3px solid #000000;
	width: 146px;
}
