
/* GENERAL PAGE STYLES */

body {
margin: 0; 
font-family: "trebuchet ms", trebuchet, Geneva, Arial, Helvetica, sans-serif; 
font-size: 14px; 
background-image:url(/images/global/bg_main.gif); 
background-repeat: repeat-x;
background-color: #6f6f6f;

}

.SmallText {
	font-size: 10px;
}

.TableHeader {
	background-color: #17a34a;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

a:link, a:visited {
color: #6f6f6f;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}

h1 {
font-size: 20px; 
font-weight: bold;
color: #0f6f32;
}

h2 {
font-size: 16px; 
font-weight: bold; 
color: #0f6f32;
}

h3 {
font-size: 12 px;
}

.sidebarlist {
font-size: 16px;
color: #0f6f32;
margin-left: 0; 
padding-left: 1em;
}

.sidebarlist ul {

}

.sidebarlist  li{
padding-left: 20px;
list-style-type: none;
background: url(/images/global/check_bullet.gif) left center no-repeat;
/*list-style: url(/images/global/carrot_bullet.gif) disc inside; */


}

.imgctr {
	display:block;
	margin-right:auto;
	margin-left: auto;
}

/* BASIC PAGE LAYOUT STYLES */

#header {
margin-top: 25px;
margin-right: auto; 
margin-left: auto;
width: 900px; 
height: 88px; 
background-color: #ffffff;

}

#navbar {
margin-right: auto;
margin-left: auto;
width: 900px;
height: 30px;
background-color: #17a34a;

}

#maincontainer {
margin-right: auto;
margin-left: auto;
width: 900px;
background-color: #ffffff;

}



#footer {
width: 100%; 
background-color: #6f6f6f;
}

#footercontent {
width: 870px;
margin-right: auto;
margin-left: auto;
padding: 15px;
background-color: #17a34a;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #cccccc; 
}

#footercontent a {
color: #cccccc;
text-decoration: none;
}

#footercontent a:hover {
text-decoration: underline;
}

/* NAVIGATION BAR STYLES */

#navlist {
font-size: 12px;
height: 30px;
float: right; 

}

#navlist ul {
list-style: none;
margin-top: 6px; 
margin-right: 0px; 


}

#navlist ul li {
width: 200px; 
display: inline;
padding: 5px; 


}

#navlist ul li a {
text-decoration: none;
color: #d2decd;
width: 200px; 
height:30px;
padding: 4px; 
}

#navlist ul li a:hover{
padding: 4px; 
background: #0f6f32; 
/*background: transparent url(/images/nav/bg_on.gif) ; */

}

/* MAIN CONTENT STYLES */

#maincontent {
padding: 10px 30px 30px 30px;
border: 0px #000000;
border-style: solid;
margin: 0px 250px 5px 0px; 

}

#sidebar {
float: right;
width: 210px;
padding: 15px 10px 10px 10px;
border-left: solid 1px #000000;
margin-top: 10px;
margin-bottom: 5px;


}

.portfolio {
font-size: 14px; 
border-bottom: solid 1px #17a34a;
margin-bottom: 10px;
padding: 5px;
}

.porttitle {
font-size: 14px; 
font-weight: bold; 
color: #17a34a; 
}

.portimage {
float: right; 
border: 0px; 
padding-left: 5px; 
padding-bottom: 10px;
}

.clear {
clear: both;
}