/******************************/
/** Lamm Media DIV-Layout V2 **/
/**                          **/
/** Sidebar CSS definitions  **/
/******************************/

/***   S   ***/

#sidebar
{
font-family			: Arial, sans-serif;
float				: left;
background-image	: url(../pics/bg_sidebar.jpg);
background-position	: top left;
background-repeat	: no-repeat;
border				: 2px solid #71AA6B;
margin				: 25px 0 25px 0;
}

.sla a:link
{
font-weight			: bold;
color				: #FFFFFF;
background-color 	: transparent;
text-decoration		: none;
}

.sla a:visited
{
font-weight			: bold;
color				: #FFFFFF;
background-color 	: transparent;
text-decoration		: none;
}

.sla a:hover
{
font-weight			: bold;
color				: #104610;
background-color 	: #FFFFFF;
text-decoration		: underline overline;
}

.sla a:active
{
font-weight			: bold;
color				: #104610;
background-color 	: #FFFFFF;
text-decoration		: underline overline;
}


.sidebar_head
{
background-color	: transparent;
color				: #FFF;
font-weight			: bold;
clear				: both;
display				: block;
background-image	: url(../pics/bg_sh.gif);
margin				: 0;
}

.sidebar_head p
{
margin				: 0;
padding				: 4px;
}

.sidebar_content
{
color				: #394347;
margin				: 0;
vertical-align		: top;
}

.sidebar_content div
{
clear				: both;
padding				: 5px 0px 5px 10px;
margin				: 0px 5px 0px 0px;
vertical-align		: top;
}

.sidebar_content div p
{
vertical-align		: top;
}

.sidebar_content div a:link
{
font-weight			: bold;
color				: #104610;
background-color 	: transparent;
text-decoration		: none;
}

.sidebar_content div a:visited
{
font-weight			: bold;
color				: #104610;
background-color 	: transparent;
text-decoration		: none;
}

.sidebar_content div a:hover
{
font-weight			: bold;
color				: #FFFFFF;
background-color 	: #104610;
text-decoration		: underline overline;
}

.sidebar_content div a:active
{
font-weight			: bold;
color				: #104610;
background-color 	: #9BDB9B;
text-decoration		: underline overline;
}

.submit_1_on,
.submit_2_on,
.submit_3_on,
.submit_4_on,
.submit_5_on
{
color 				: #E5F0E6;
background-color 	: #104610;
padding 			: 1px;
margin 				: 0px 4px 0px 0px;
float				: left;
font-weight			: bold;
}

.submit_1_off,
.submit_2_off,
.submit_3_off,
.submit_4_off,
.submit_5_off
{
color 				: #104610;
background-color 	: #E5F0E6;
padding 			: 1px;
margin 				: 0px 4px 0px 0px;
float				: left;
font-weight			: bold;
}

.submit_1_on,
.submit_1_off
{
font-size			: 12px;
}

.submit_2_on,
.submit_2_off
{
font-size			: 14px;
}

.submit_3_on,
.submit_3_off
{
font-size			: 16px;
}

.submit_4_on,
.submit_4_off
{
font-size			: 18px;
}

.submit_5_on,
.submit_5_off
{
font-size			: 20px;
}