@charset "utf-8";
/* CSS Document */

body
	{
		font: normal normal normal 10pt/1.5 "Georgia", serif;
		background: #000;
		margin: 0;
		color: #000;
	}
#head_con
	{
		width: 100%;
		height: 220px;
		background: #77787b;
	}
		#header
		{
			width: 915px;
			height: 184px;
			margin: 0 auto;
			padding: 0 0 0 45px;
			background: url("images/head_img.jpg") right top no-repeat;
		}
			#header a img
			{
				border: none;
			}
		#top
		{
			width: 100%;
			height: 39px;
			background: #fff url("images/menu_bg.jpg") top repeat-x;
		}
			#top .frm-menu
			{				
				width: 980px;
				height: 39px;
				margin:0 auto;
			}
				#top .frm-menu ul {
					line-height: 1;
					list-style: none outside none;
					margin: 0;
					padding: 0;
				}
				#top .frm-menu li {
					float: left;
					margin: 0 5px;
					padding: 0;
				}
				#top .frm-menu a {
					background: transparent none;
					display: block;
					float: left;
					font-weight: bold;
					padding: 8px 10px;
					text-decoration: none;
				}
				#top .frm-menu a:hover {					
					color: #ffffff;
					text-decoration: none;
				}
				#top .frm-menu .selected a {
					color: #ffffff;
					background: transparent url("images/selected.jpg") no-repeat scroll center bottom;
					height: 23px;
				}
			
	
#content_con
	{
		width: 100%;
		min-height: 409px;
		background: #fff;
		overflow: auto;
	}
	#content
		{
			width: 960px;
			margin:0 auto;

		}
			#left
			{ 
				padding: 5px;
				vertical-align: top;
				width: 15%;
			}
			#center 
			{
				padding: 5px;
				vertical-align: top;
				background: url("images/watermark.jpg") bottom left no-repeat;
			}
			#right
			{
				padding: 5px;
				vertical-align: top;
				width: 15%;
			}


#foot {
    background: transparent url("images/footer.jpg") repeat-x scroll left top;
    padding: 0;
}
    #bottom {
        color: #ffffff;
        margin: 0 auto;
        width: 980px;
    }
        #bottom .frm-menu {
        }
            #bottom .frm-menu ul {
                list-style: none;
                margin: 0;
                padding: 0.3em 0 1em 0;
                text-align: center;
            }
            #bottom .frm-menu li {
                display: inline;
                margin: 0 10px;
            }
            #bottom .frm-menu a {
                font-weight: bold;
                text-decoration: none;
            }
            #bottom .frm-menu .selected a,
            #bottom .frm-menu a:hover {
                color: #ffffff;
                text-decoration: none;
            }
#legal
	{
		color: #fff;
        padding: 0.5em 0;
		text-align: center;
		font-size: 10px;
	}
    #legal img {
        border: 0;
        vertical-align: middle;
    }
/*CONTENT*/	
a {
    color: #7bc041;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 14px 0 4px 0;
	color: #7bc041;
}
h2 {
    font-style: italic;
}
.underline
	{
		border-bottom: solid #b7b7b7 1px
	}
p, ol, ul {
    margin-top: 4px;
    margin-bottom: 10px;
}
#contact-details table.list {
    float: left;
	margin-right: 2em;
	width: auto;
}
table.list th {
    padding: 2px 5px;
	text-align: right;
    white-space: nowrap;
	width: 12em;
	vertical-align: top;
}
table.list td {
    padding: 2px 5px;
	vertical-align: top;
}
fieldset {
	border: 0 none;
}
input.button {
	border: 3px solid #bbee66;
	border-bottom: 3px solid #77aa22;
	border-right: 3px solid #77aa22;
	background: #97cb4f;
	color: #ffffff;
    font-weight: bold;
    padding: 3px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

