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

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
word-spacing: 1px;
}

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

#menu h1 a:link { text-decoration: none; color: #000000;}
#menu h1 a:visited { text-decoration: none; color: #000000;}
#menu h1 a:hover { text-decoration: none; border-bottom: 1px black dotted; color: #000000;}

#menu a:link { text-decoration: none; color: #000000;}
#menu a:active { text-decoration: none; color: #000000;}
#menu a:visited { text-decoration: none; font-weight: bold; color: #000000;}
#menu a:hover { text-decoration: none; border-bottom: 1px black dotted; color: #000000;}

#content a:link { text-decoration: none; color: #000000;}
#content a:hover { text-decoration: none; border-bottom: 1px #000000 dotted; color: #000000;}

#content p a:link { text-decoration: none; color: #000000;}
#content p a:hover { text-decoration: none; border-bottom: 1px #000000 dotted; color: #000000;}

#img-container a:link {  text-decoration: none; color: #000000;}
#img-container a:active {  text-decoration: none; color: #000000;}
#img-container a:visited {  text-decoration: none; color: #000000;}
#img-container a:hover { text-decoration: none; background-color: #FFFFFF;}

#the_text h1 { text-decoration: none; color: #000000; font-weight: bold;}
#the_text p { text-decoration: none; color: #000000; font-weight: normal;}

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


#logo {
text-align:left;
left:0px;
padding:30px 10px 10px 30px;
position:fixed;
top:0px;
height: 180px;
width: 140px;
background-color: #fff;
}

#menu {
text-align:left;
left:0px;
padding:0px;
position:fixed;
top:0px;
height: 100%;
width: 200px;
background-color: #fff;
}

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

#menu ul li.active a { font-size: 12px; line-height: 18px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}

#menu ul li.section-title {
line-height: 13px;
margin-bottom: 26px;
border-botom: 1px solid #000000;
text-decoration: none;
}

#content {
height:100%;
margin:0 0 0 180px;
padding-left:10px;
padding-top:36px;
top:0;
}

#the_text {
width: 420px;
}

.container {
padding: 30px 10px 10px 30px;
}

#content p {
}

p {
    margin: 0;
}

h1 { font-size: 12px; line-height: 18px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
h2 { font-size: 12px; line-height: 18px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
h3 { font-size: 12px; line-height: 18px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
h4 { font-size: 12px; line-height: 18px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}



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

#img-container a.thickbox {
margin: 0px 0px 0px 0px;
padding-bottom: 0;
border: none;
}

#img-container a.thickbox img {
margin: 0px 10px 10px 0px;
padding-bottom: 0;
border: none;
}

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

#once { clear: left; }
