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

body {
	/**font-family: "Courier New", Courier, Monaco, monospace;                
	font-family: Verdana, Helvetica, Arial, sans-serif;*/
	color: #6b6b6b;
	font-family: "Trebuchet MS", verdana, sans-serif,Trebuchet,Arial;                                                      
	font-size: 12px;
	background: white;
}

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

a:link { text-decoration: none; color: #6b6b6b; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #6b6b6b; }
a:hover { background-repeat: repeat-x; background-color: black; 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 {    
	height: 55px;
}


#menu {
    width: 220px;
    line-height: 16px;
    font-size: 11px;
    padding-right: 20px;
    left: 20px;
	overflow: auto;
    position: fixed;
    height: 100%;
	border-right-color: #cbcbcb;
    border-right-style: dotted;
    border-right-width: 1px;
}


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

#menu ul li.section-title {
	padding-top: 10px;
	border-top-color: #cbcbcb;
	border-top-style: dotted;
	border-top-width: 1px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}

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

.container {
line-height: 16px;
padding-left: 20px;
}

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

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

#content .header {    
	padding-top: 4px;    
	height: 51px;
	border-bottom-color: #cbcbcb;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	font-size: 12px;
	margin-bottom: 10px;
}


#content .subheading {
	margin-bottom: -10px;
	margin-top: 8px;
	text-transform: none;
	font-weight: bold;
	color: #2f2f2f;
	font-size: 12px;
}


#content .subheading2 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 15px;
	border-top-color: #cbcbcb;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-bottom: -10px;
	margin-top: 14px;
	text-transform: none;
	font-weight: bold;
	color: #2f2f2f;
	font-size: 12px;
}


.highlight {
	color: #c9200c;
}

.foot {
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 14px;
    line-height: 13px;
    font-size: 9px;
    color: #b7b7b7;
    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; }
