/* 

CSS: www.deirdrerogers.com
Created by Daragh Butler
www.outside.ie
© 2008 


/* -- generic -- */


#flashcontent{  
	color:#60605F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
		
/* -- structure -- */

/* commented backslash hack \*/
html, body{
	height:100%;
	}
/* end hack */

html,body {
	margin:0;padding:0
	}

#wrapper01{
	min-height:100%;
	margin-bottom:-160px;
	}

* html #wrapper01{
	height:100%;
	}

#clearfooter
{clear:both;height:160px;}

p 
{margin:0}

/* -- content -- */
	

#header {
    width: 912px;
    height: 299px;
	background-color:#FFFFFF;
	}

#navcontainer {
 	min-width:912px;
	width: 100%;
    height: 68px;
	background-color:#9AE2EF;
	background-repeat:repeat-x;
	}
	
#navleft{
 	width:291px;    
 	float:left;
	  }	

#navright{
    width:621px;
	height:68px;
	float: left;
    display: inline;
	background-color: #9AE2EF;
	}

#content { 
    background-color: #ffffff;
	width:912px;
	margin-bottom:40px;
	}

#contentleft{
 	width:308px;    
 	float:left;
	color:#60605F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 42px 9px 0px 31px;
	margin-bottom:40px;
	
	  }	

#contentright{
    width:462px;  
	float: right;
    display: inline;
	padding: 55px 0px 0px 0px;
	}

#footer{
 	min-width:912px;
    width:100%;
	height:159px;
	float: left;
	background-image:url(../gifs/sub/profile/subbgtile.jpg);
	background-repeat:repeat-x;
	background-color:#477F89;
}

#footerleft{
 	width:12px;    
 	float:left;
	  }	
	 
#footerright{
    width:829px;
	height:26px;
	background-color: #477F89;
	float: left;
	display: inline;
	margin: 26px 0px 0px 19px;
}


/* ---------- 3. links and navigation ---------- */

a {
    color: #9CCFD8;
	font-weight:bold;
	text-decoration:none;
		}
		
a:hover {
    color: #41aec2;
	font-weight:bold;
	text-decoration:none;
	
		}
		
#nav {
	margin: 0;
	padding: 26px 0 0 0;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 16px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #60605F;
	font-family:Verdana;
	font-size:11px;
	border-bottom: 1px solid #6FC0CF;
	}

#nav a.active:link, #nav a.active:visited, #nav a:hover {
	border-bottom: 4px solid #ffffff;
	padding-bottom:6px;
	color: #41aec2;
	}
		

#links {
	margin: 0;
	}

#links li {
	margin: 0; 
	padding: 0;
	display: inline;
	}
	
#links a:link, #links a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 19px;
	text-decoration: none;
	color: #90CFDB;
	font-family:Verdana;
	font-size:10px;
	}

#links a.active:link, #links a.active:visited, #links a:hover {
	color: #ffffff;
	}

#site {
       font: 10px Verdana;
       color: #7AB5BF;
	   padding:5px 0px 0px 700px;
		}




/* ---------- 4. fonts ---------- */


.hl1{
	color: #3DBBD1;
	font-weight:bold;
	font-style:italic;
	font-family: verdana, arial, sans-serif;
	}



/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
