/**
* CSS
* 
* @version 2.0
* @author AODHAN 
* @author Nic Whyte
*/
* {
	margin: 0;
	padding: 0px;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;                          
	color: #323232;                                                      
	font-size: 11px;
	background: #f0f0f0;
}

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

a:link { text-decoration: none; color: #323232; }
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; color: #323232; }
a:hover { background-color: #ffcc33; text-decoration: none; font-weight: none; color: white; }



a img { border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; border-width: 0px; font-style: normal; font-weight: normal; text-transform: none; text-decoration: none;}

#logo {    
	margin-bottom: 20px;    
	height: 202px;
}


#menu {
    text-align: left;
    width: 240px;
    line-height: 14px;
    font-size: 10px;
    left: 20px;
	overflow: auto;
    position: fixed;
}

#menu ul {
	padding-bottom: 0px;
	text-transform: none;
	list-style: none;
}

#menu ul li.section-title {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #ffcc33;
	border-bottom-style: none;
	margin-bottom: 2px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 6px;
	border-top-color: #ffcc33;
	padding-left: 0px;
	padding-top: 3px;
	border-top-style: dotted;
	border-top-width: 1px;
	text-transform: none;
	color: #4a4a4a;
	font-weight: bold;
}

#menu ul a:link { margin-left: 5px; text-decoration: none; color: #323232; }
#menu ul a:active { margin-left: 5px; text-decoration: none; }
#menu ul a:visited { margin-left: 5px; text-decoration: line-through; color: #323232; }
#menu ul a:hover { margin-left: 5px; padding-left: 5px; background-color: #ffcc33; text-decoration: none; font-weight: none; color: white; }

#content {
    margin-left: 260px;
    height: 100%;
	margin-top: 20px;
    top: 0;
}

.container {
	margin-left: 20px;
}

#content p { width: 705px; }
#content .container p { width: 705px; }

#content p { padding-right: 0px; margin-bottom: 8px; }

#content .header {    
	padding-top: 5px;    
	border-top-width: 1px;    
	border-top-color: #ffcc33;    
	border-top-style: dotted;    
	font-family: Helvetica, Verdana, Arial, sans-serif;    
	height: 18px;
	border-bottom-color: #ffcc33;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #4a4a4a;
	font-size: 12px;
	margin-bottom: 15px;
}


.highlight {
	background-color: #ffcc33;
	color: black;
}

.foot {
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 14px;
    line-height: 13px;
    font-size: 8px;
    color: #6b6b6b;
    border-top-color: #cbcbcb;
    border-top-style: dotted;
    border-top-width: 1px;
    border-bottom-color: #cbcbcb;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    
}


p {
}

img {
	border-style: none;
	border:none;
}

h1 { margin-top: 2px; border-bottom-color: #cbcbcb; border-bottom-style: dotted; border-bottom-width: 1px; text-transform: uppercase; font-weight: bold; color: #6b6b6b; font-size: 12px; margin-bottom: 5px;}
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }


#img-container a.thickbox:link { border-bottom: 3px transparent solid; }
#img-container a.thickbox:hover { border-bottom: 3px #000000 solid; }

#img-container	{}
#img-container p	{ padding-bottom: 12px; padding-right: 5; width: 400px;}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }