/****** ##LOG: 
Author:  Dan Urquhart
Version: 1.0

This template has been made to be as simple to use as possible. Everything does have a place! Make sure you put things where they need to be.

Some rules:

-try not make multiple references o single elements: keeping all the stlyes of an element in one place keeps it from getting over styled or overlooked. 
-try to comment on what does what

Created: March 2007
******/ 
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      IMPORTANT BODY TAGS!!!!
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

html {
    border: none; 
    margin: 0px; 
    padding: 0px; 
}

body {    
    text-align: center;
    margin: 0px;
    padding: 0px; 
    background: #000000;
    color: #ffffff;
}


body,table, tr,td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
} 
  
/*    
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      LINKS
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

a {
	text-decoration: none;
}

a:link {
    color: #ffb364;    
}

a:visited {

    color: #ffb364;
}


a:hover {

    color: #ff9242;
}   

a:active {

    color: #ff9242;
}

a:focus {
    outline: none;
}

a img, .heroTile a img {
    border: 1px solid #ffffff;
}

a:hover img,  .heroTile a:hover img {
    border: 1px solid #ff9242;
}


.readMore {
	font-size: 11px; 
	
}
   
   
#menuCon a {
	color: #ffffff; 
}
   
#menuCon a:hover {
	color: #ff9242; 
}   

#menuCon a:active {
	color: #ff9242; 
}  
   
   
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      Container Styles
[][][[[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
    
#centerCon {
    text-align: center;           
}   


#siteCon {
    position: relative;
    background: #000000;
    margin: 30px 0px 0px 0px;
    width: 900px;           
} 


/* MENU STYLES */

#menuCon {
    width: 900px;   
    height: 20px;
    float: left;
    text-align: left;
    font-size: 1em; 
    margin-top: 10px;    
}
  
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||    Header
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
#headerCon {
    position: relative;
    width: 900px;   
    float: left;
    border: none;       
} 

#logoCon {
    float: left;  
    width: 900px;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

#logoCon img {
    border: none;
}

#textSizeChangeCon {
    float: right;     
    font-size: 1em;       
    vertical-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
} 

#textSizeChangeCon a {
    cursor: pointer;
}

#thumbnailsCon {    
    height: 60px;
    width: 300px;   
    position: absolute;
    right: 0px;
    top: 0px; 
}

.smallThumb {
    height: 30px;
    width: 30px;
    background: #ffffff;
    position: absolute;       
    left: 270px;    
}


.principal {
  clear: both; 
  height: 180px; 
  text-align: justify; 
}

  .principal img {
    float: right; 
    margin-left: 30px; 
    border: 1px solid #ffffff; 
  }



      
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||    Body
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/    
  
#centerBodyCon {
    position: relative;
    width: 900px;
    float: left;     
} 
        
#bodyCon {    
    text-align: left;    
    padding-top: 50px; 
    color: #FFFFFF;     
    padding-left: 30px;
    padding-right: 30px;
    
}    

#bodyInnerCon {        
    float: left;             
}

	#preloader {
		height: 0px; 		
		width: 0px; 
		overflow: hidden; 
		
		
	}
    
form {
    margin: 0px; 
    padding: 0px;       
}

input, textarea {
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;
}

.submit {
    border: 1px solid #ffffff;    
    color: #ffffff;
}
    
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      Footer
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/  
    
#footerCon {
    width: 900px;
    height: 20px;
    clear: both;
    color: #ffffff;
    text-align: center;    
}   
  
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      HEADERS
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

h1,h2,h3,h4,h5,h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
} 

h1 {
    font-size: 1.1em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 0.9em;
} 

h4 {
    font-size: 0.8em;
}
  
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      OTHER STYLES - MODIFIERS
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/  

hr {
    background-color: #ffffff; 
    border: 0px; 
    height: 1px;
    color: #ffffff;
    display: block; 
    clear: both; 
}     


ul {
    color: #ffffff;
    list-style-type : disc;
}

li {
  
  padding-left: 7px; 
  margin-left: 20px; 
}


ol {
    color: #ffffff;
}

.cursor { cursor: pointer; }



.floatRight {
	float: right;
}

/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      CONTENT ITEM STYLES
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/  

#heroImage {
	height: 370px; 
	width: 900px; 
}


/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      OUTPUTLIST
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/  


.listItemCon {    
    float: left;
    width: 840px;               
    margin-bottom: 0px;
    border-top: 1px solid #888888;
    padding: 10px 0px 10px 0px
}

	.itemImage {
		float: left;
		margin-right: 10px;        
		margin-left: 5px;
	}
	
	.itemReadMore {        
		display: inline
		clear: both;
		float: right;
		width: 100px; 
		text-align: right;
		margin-top: 10px;
	}	



/*  NEWS SPECIFIC ITEMS */

.newsImage {    
    height: 60px;
    width: 100px;        
}



/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      OUTPUTLIST ITEM
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

.itemCon {    
    float: left;
    width: 840px;               
    margin-bottom: 0px;
   
    padding: 10px 0px 10px 0px
}

	.itemCategory {			
		color: #ffffff; 
		padding: 0px 0px 4px 0px; 
		font-weight: bold; 		
	}

	.itemHeader {	    
    	font-weight: bold;  
    	padding-bottom: 10px; 
	}

		.itemHeader span {
			display: block; 
			font-weight: normal; 
			padding-top: 4px;
		}
		
	.itemDetail {        
		padding: 10px 0px 10px 0px;
		
		float: left;     
		clear: both;
		width: 100%;
		margin: auto;
		
		border-top: 1px solid #888888;                
	}   







.categoriesTableColumn a {
	display: block; 
	padding-bottom: 4px; 
}




  
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||      Contact PAge
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/  
  
#contactCon {
    width: 900px;
  height: 370px;
    float: left;
    text-align: left;
  background: url(../images/bg.jpg);
}

.contactConCol {    
    float: left;        
    text-align: left;   
    width: 200px; 
    padding-left: 165px;            
  padding-top: 50px;
}

#formMessage {
    font-size: 12px;
    font-weight: bold;    
    width: 400px;   
    text-align: left;
}

.formRequired {
    font-size: 10px;
    color: #FFB364;
}
.highlight {
 color: #FFB364;
}

#contactFormCon {
    width: 200px;   
    text-align: left;
    float: right;
    margin-right: 40px;
} 

#contactFormResponse { 
    float: left;
    font-size: 10px;
    width: 140px;   
    text-align: left;
    color: #ffee33;
}
  


/* PROJECT MAP STYLES */

.mapMarker {    
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0px;
    left: 0px;      
} 

a .mapMarker, a .mapMarker:hover {
    border: none;
}

/* CATEGORIES TABLE STYLING */

#categoriesCon {
  width: 900px;
  height: 370px;
  background: url(../images/mapbg.jpg);   
}

#categoriesTable {
    width: 900px;
    text-align: center; 
}

.categoriesTableRow {
    float: left;
    clear: left;
    width: 900px;
    text-align: center;   
}

.categoriesTableColumn {
    float: left; 
    width: 300px;
    text-align: center;     
}

.categoriesTableCell {
    float: left;
    width: 300px;    
    text-align: center;   
}

#tooltip {
    background: #000000;
    border: 1px solid #ffffff;
    padding: 5px;
}

#menuCon .selected a, .selected a, .selected a:active, .selected a:visited {    
    color: #ff9242;   
  font-weight: bold;
}

/* HERO TITLE STYLES */

.heroTile {
    float: left;
    margin-left: 8px;     
    margin-top: 8px;                
}

.heroTile a img {
    width: 100px;
    height: 60px;
}

#backLink {
  width:100%;
  text-align: right;
  padding-top: 40px;
  float: left;
  font-weight: bold;  
  margin: auto;
  width:840px;
}


.projbox    { width: 800px; clear: both; padding-top: 10px; margin: 0px 0px 10px 0px; border-top: 1px solid #999999;  }
.projthumb  { padding: 5px; float: left; }
.projdet    { margin: 0px 0px 0px 10px; float: left; }
.clear      { clear: both; }


.viewProject {
	padding-top: 25px; 
}
