@charset "utf-8";




body {
	font:small "Lucida Sans Unicode" "Lucida Grande",Arial,sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 900px; 
	background: #FFFFFF;
	margin: 10px 0 0 0;
	text-align: left;
}

#header {
	height: 140px;
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
}

.address {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #565656;
}

#navbar {
	height: 38px;
	padding: 4px 0 4px 20px;
	background-image:  url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
}

#dropdown, #dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}

#dropdown a {
	display: block;
	color: #333333;
	text-decoration: none;
    padding: 2px 0 2px 6px;
	width: 120px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;

}

#dropdown li { 
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}

#dropdown li ul {
	position: absolute;
	left: -999em;
	width: 9em;
	padding: 0;
}

#dropdown li ul a {
}

#dropdown li:hover ul {
	left: auto;
	color:#CCFF00;
}

#dropdown li:hover ul, #dropdown li.sfhover ul {
	left: auto;
}

#dropdown a:hover, #dropdown a:focus {
	background-image: url(../images/nav_button_back_over.jpg);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #000000 #000000 #666666;	
	color:#FFFFFF;
}

#mainContent 
{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;

}


#mainContent P 
{
	color: #6b6b6b;
	font-size: 13px;
	line-height: 22px;
}

#mainContent ul 
{
	color: #465d44;
	font-size: 12px;
}


#mainContent h1 
{
	font-size: 16px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #176b0b;
}

#mainContent h2 {
	font-size: 14px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5d5d5d;
}


#HomePageDiv {
    padding: 0;
	background: #FFFFFF;    
}

#HomePageDiv h1 {
	color: #006600;
	font-size: 28px;
	position: relative;
	top: -10px;
}

#HomePageDiv p {
	color: #6b6b6b;
	font-size: 13px;
	line-height: 22px;
}



.HomeLeftCol {
float: left;
margin: 20px 30px 20px 60px;
padding: 20px;
width: 320px;
background-image:  url(../images/rounded_column_back.jpg);
background-repeat: no-repeat;
}

.HomeRightCol {
float: right;
margin: 20px 60px 20px 30px;
padding: 20px;
width: 320px;
background-image:  url(../images/rounded_column_back.jpg);
background-repeat: no-repeat;
}





.leftimage {
float: left;
margin: 20px 20px 20px 40px;
border: 1px solid #000000;
}

.rightimage {
float: right;
margin: 20px 20px 20px 40px;
border: 1px solid #000000;
}



table.rag01 {

	background-color: #829165;
}
table.rag01 th {
	border-width: 1px;
	padding: 4px;
	background-color: #a8b68c;
	background-image:  url(../images/table_header_back.jpg);
	background-repeat: repeat-x;
	
}
table.rag01 td {
	border-width: 1px;
	padding: 4px;
	background-color: #c2d3a1;
	
}

.popop_panel
{
    border-width: 2px;
    border-style: solid;
    border-color: #999999 #333333 #333333 #999999;
    color: #000000;
    padding: 10px;
    background-color: #ffffff;
    
}

.ModalPopupBackground
{
background-color: #162C66;
filter: alpha(opacity=70);
opacity:0.7;
}

#footer {
	text-align: center;
	height: 50px;
	padding: 15px 0 0 0;
	margin: 0;
	color: #000000;
	clear: both;
	background-image:  url(../images/footer_back.jpg);
    background-repeat: no-repeat;
    font-size: 11px;
}



#footer ul {
	padding: 0;
	margin: 0;
	
}

#footer ul li {
	display:inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {

	color: #333399;
	text-decoration: none;
	text-align: center;
	width: 9em;
}

#footer ul li a:hover, #nav ul li a:focus {
	color: #000000;
}

table.portfolio {

    padding: 0;
    margin: 0;

}
table.portfolio th {
	padding: 4px;
}

table.portfolio td 
{
    
}

table.portfolio .col1
{
    text-align: left;
    width: 100px;
    color: #999999;
    text-align: right;
}

table.portfolio .col2 
{
    text-align: left;
    font-weight: bold;
}

.ModalPopupBackground
{

filter:alpha(opacity=70);
opacity:0.7;
}






.MouseOver
{

padding: 1px;
background-color: #000000;




}

.MouseOver:hover
{
padding: 1px;
background-color: #ffffff;


}

.menubar 
{
    text-align: center;
    color: #000000;

    padding: 10px 0 0 0;   
    width: 840px;
    margin: 8px;
    height: 50px;
    background-image:  url(../images/portfolio_menu_back.jpg);
    background-repeat: no-repeat;
    }
    
    
.LinkButton
        {
 
            color: #009900;
            text-decoration: underline;            

            
        }

.LinkButton:hover
        {
            color: #006600;
            text-decoration: none;
            
        }

/* Accordion */

#rightcol {
float: right;
margin: 20px 0 20px 40px;
padding: 0 0 20px 0;
width: 300px;
background-color: #a8b68c;
background-image:  url(../images/column_back.jpg);
background-repeat: no-repeat;
}

#rightcol h2 
{
	font-size: 14px;
    position: relative;
    color: #ffffff;
    padding: 10px 0 20px 20px;
}

#rightcol b
{

    color: #333300;
}

#rightcol p
{
    color: #3c3c3c;
    padding: 10px 20px 0 30px;
}

#rightcol ul
{
    color: #333333;
    position: relative;
    left: -10px;
}



#rightcol .accordionHeader
{
    color: #333300;
	font-size: 14px;
	font-weight: bold;
    padding: 5px 5px 5px 30px;
    margin-top: 5px;
    cursor: pointer;
    background-image:  url(../images/accordian-expand.png);
    background-repeat: no-repeat;
}




#rightcol .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#rightcol .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

#rightcol .accordionHeaderSelected
{
    color: #333300;
	font-size: 14px;
	font-weight: bold;
    padding: 5px 5px 5px 30px;
    margin-top: 5px;
    background-image:  url(../images/accordian-close.png);
    background-repeat: no-repeat;  
    cursor: pointer;
}

#rightcol .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#rightcol .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}



#rightcol .accordionContent p
{
	color:   #000000;
	font-size: 11px;
	background: none;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 20px;

}

#rightcol .accordionContent ul
{
	color:   #404040;
	font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0 0 14px;
}

#addthis {

	padding: 0;
	text-align: right;
}