/**
* css
* 
* @version 1.0
* @author vaska 
* @author shellee
*/


/*this sets the color of text*/
* {
color:#808080;
margin:0;
padding:0;
}

/*sets the thickbox attributes -- keeps links from being underlined yellow*/
#img-container span.backgrounded a, #img-container a.thickbox, #img-container a.thumb-img, #img-container #d-col1 a {
background:transparent none repeat scroll 0 0;
border:medium none;
}

/*sets attributes of main content area*/
body {
	background:white none repeat scroll 0 0;
	color:black;
	font-size: 10px;
}

/*sets attributes of all outside links*/
a:link {
font-size:11px;
line-height:14px;
color:#808080;
text-decoration:none;
}
a:active {
text-decoration: underline;
colour: black;
}
a:visited {
text-decoration:none;
}
a:hover {
background-color:yellow;
text-decoration:underline;
}


/*sets attributes of main content area*/
#content {
color:black;
font-family:helvetica,arial,sans-serif,verdana;
font-size:11px;
font-weight:normal;
height:0px;
line-height:13px;
/*This aligns area to the left -- only effects some IE -- */
position:absolute;
left:0px;
width:0px;
top:215px;
}

/*sets attributes of main content area*/
#content .container {
margin-left:0;
margin-top:0;
padding-left:20px;
width:1100px;
height:420px;
}


/*sets the menu width attributes -- only effects some IE -- */
.container {
margin-left:0;
margin-top:0;
padding-top:0;
width:1090px;
}

/*sets the menu area attributes*/
#menu {
background: none repeat scroll 0 0;
background: white;
float:left;
font-family:helvetica,arial,sans-serif,verdana;
font-size:11px;
font-weight:normal;
height:175px;
line-height:12px;
position:relative;
width:1100px;
border-top:1px dotted #c0c0c0;
border-bottom:1px dotted #C0C0C0;
z-index: 99;
}

/*sets the menu lists attributes, horizontal*/
#menu ul {
background: none repeat scroll 0 0;
float:left;
font-family:helvetica,arial,sans-serif,verdana;
font-size:11px;
font-weight: normal;
height:125px;
line-height:15px;
list-style-type:none;
margin-left:auto;
margin-right:auto;
padding-left:20px;
padding-right:20px;
padding-top:20px;
text-decoration:none;
width:115px;
}

/*set the menu section title attributes*/
#menu ul li.section-title {
background: none repeat scroll 0 0;
color:#009933;
font-family:Georgia, "Times New Roman", serif;
font-size:13px;
font-weight: bold;
line-height:13px;
margin-bottom:2px;
margin-right:auto;
margin-top:0;
padding-bottom:5px;
padding-top:2px;
width:120px;
}

/*set the menu section title hover state*/
#menu ul li.section-title:hover {
font-weight: bold;
color:#009933;
}
