/* ------------------------------------------------
      SIDE BLOCK
------------------------------------------------ */

#sidebar {
    float: right;
	width: 230px;
	background: #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-bottom: 0px;
    margin-right: 0px;
}



#sidebar ul {
	padding: 0px 0px 0px 0px;
	background-color: inherit;
}

#sidebar li{
	text-indent: 0px;
	line-height: 20px;
	margin-left: 30px;
    list-style: url(images/link_top.png) disc;
}

#sidebar li:hover{
    list-style: url(images/link_bot.png) disc;
}

#sidebar li a{
	font-size: 90%;
	display: block;
	color: #000000;
	text-decoration: none;
	background: inherit;
 	border-bottom: 1px dotted #7991a1;
 	margin-right: 4px;
}

#sidebar li a:hover{
	color: #ff6600;
	background: inherit;
    list-style-image: url(images/link_bot.png);
}

h4.sidebar {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 115%;
	line-height: 35px;
	font-weight: normal;
	color: #cfcfcf;
    text-align: center;
    font-variant: small-caps;
}

div.topsidebar {
	width: 230px;
	height: 75px;
	background: #333333 url(images/sidetop_back.png);
        margin: 0px 0 0px 0;
}

div.botsidebar {
	width: 230px;
	height: 75px;
	background: #333333 url(images/sidebot_back.png);
}

div.h4sidebarnav {
	width: 230px;
	height: 37px;
	background: #333333 url(images/sideh4_back.jpg) no-repeat;
}


div.h4sidebar2 {
	width: 230px;
	height: 37px;
	background: #333333 url(images/sideh4_back_bottom.jpg) no-repeat;
 	margin: 0px 0 5px 0;
}

#sidebar p {
    font-size: 85%;
    font-family: arial, sans-seif;
    margin: 6px 3px 4px 3px;
}

div.textblock {
    border-left: 5px solid #333333;
    border-right: 5px solid #333333;
    background: #fff;
    padding: 5px 0px 5px 0px;
}

/* ------------------------------------------------
      SUBMIT BUTTONS CONTAINER/TAGS
------------------------------------------------ */

#submit_buttons {
	float: left;
	width: 120px;
	height: 11px;
        padding: 2px;
        background: #faa140;
        border: #ff6600 solid 1px;
        margin: 62px 0px 0px 100px;
}

#submit_buttons a {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
}

#submit_buttons a:hover {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #f00;
}
