/**
* CSS
* 
* @version 1.0
* @author Catrin Lewis 
* @author Catrin Lewis 
*/
* {
	margin: 0;
	padding: 0;
}

body {
font-family: Arial, san-serif;
font-size: 11px;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a.blue { colour: #000000; font-weight: bold; }
a.blue:hover { text-decoration: none; colour: #00FFDB; }

#title a:link { text-decoration: none; color: #000000; line-height: 14px; }
#title a:visited { text-decoration: none; color: #000000; line-height: 14px; }
#title a:hover { text-decoration: none; background-color: #00FFDB; line-height: 14px; }
#title a:active { text-decoration: none; color: #000000; line-height: 14px; }

#content a:link { text-decoration: none; color: #000; }
#content a:visited { text-decoration: none; color: #000; }
#content a:hover { text-decoration: none; color: #000000; background-color: #00FFDB; }
#content a:active { text-decoration: none; color: #000; }

#menu1 li.active a {  text-decoration: none; color: #000; }
#menu1 a:link { text-decoration: none; color: #000;} 
#menu1 a:visited { text-decoration: none; color: #000;}
#menu1 a:hover { text-decoration: none; color: #00FFDB;}
#menu1 a:active { text-decoration: none; color: #000;}

#menu li.active a { text-decoration: none; color: #aaaaaa;}
#menu a:link { text-decoration: none; color: #000;} 
#menu a:visited { text-decoration: none; color: #000;}
#menu a:hover { text-decoration: none; color: #000000; background-color: #00FFDB;}
#menu a:active { text-decoration: none; color: #000;}

a img { text-decoration: none; border: none; padding-bottom:0px; border: none; } 

a img:hover { text-decoration: none; font-colour: #000000; background-colour: #FFFFFF; z-index: 149; } 

#holder {
height:100%;
padding-top:10px;
top:0;
position:fixed;
top:30px;
}

#menu {
text-align:left;
left:20px;
padding:10px 10px 10px 10px;
position:fixed;
top:30px;
height: 89px;
width: 200px;
}

#other {
text-align:right;
font-weight: bold;
}


#menu ul {
list-style: none;
margin-bottom: 0px;
}

#menu ul li.section-title {
font-weight:bold;
margin-bottom: 0px;
}


#content {
height:100%;
margin:0 0 0 129px;
padding-left:50px;
padding-top:40px;
top:0;
}

#blog {
font-size: 11px;
font-weight: bold;
padding-bottom: 0px;
color: #aaaaaa;}

.container {
padding: 0;
}

#content p {
}

p {
    margin: 0;
}

h1 { font-size: 32px; }
h2 { font-size: 11px; line-height: 13px; font-weight: normal; font-family: Arial, san-serif; padding-bottom: 0px; }
h3 { font-size: 14px; font-weight: normal; font-family: Arial, san-serif; padding-bottom: 0px; }
h4 { font-size: 11px; text-decoration: none; font-weight: bold; padding-bottom: 0px;}



#img-container {
margin: 0;
padding-bottom: 0;
}

#img-container p {
margin: 0;
padding: 0 0 0 0;
}

#once { clear: left; }