body {
    margin:0;
    padding:0;
    background: url(../images/cream_pixels.png) repeat;
    font-family: arial;
}
img {
    border:none;
}
label {
    font-size: 11px;
    color: #333;
}
p {
    line-height: 1.2em;
    font-size: 12px;
    color: #333;
}
.content {
    font-size:12px;
}
.content a {
    color: #028594
}
div#header {
    position:relative;
}
div#header .inner{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 2px;
}
.inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

div#footer{
    clear: both;
    padding-top:10px; 
}
div#footer .inner{

    background-color: #efedd4;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


a {
    color: #028594;
    text-decoration: none;
    padding-left: 3px;
}
h1, h2 {
    color: #d1151a;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    padding: 7px 2px 5px 0px;
    margin: 0 0px 10px 0px;
    border-bottom: 1px solid #E8E8E8;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 15px;
}

.clear {
    clear:both;
}

#logo {
	float: left;
	display: block;
}
#top_menu {
    float: right;
    display: block;
    margin: 0 0 0 0;
    z-index: 11;
}
#top_menu ul{
    position: relative;
    padding: 0;
    margin: 0;
    height: 15px;
}
#top_menu ul li{
    float: left;
    text-align: center;
    margin: 0 15px;
    list-style-type: circle;
}
#top_menu ul li a {
    font-size: 11px;
    padding: 4px 5px;
    display: block;
    font-size: 11px;
}
#top_menu ul li a:hover {
    font-size: 11px;
    text-decoration: underline;
}


#footer_menu {
	display: block;
	margin: 10;
	z-index: 11;
}
#footer_menu ul{
    position: relative;
    padding: 0;
    margin: 0;
    height: 15px;
}
#footer_menu ul li{
	float: left;
	text-align: center;
	margin: 0 15px;
}
#footer_menu ul li a {
	font-size: 11px;
	padding: 4px 5px;
	display: block;
	font-size: 13px;
}
#footer_menu ul li a:hover {
	font-size: 13px;
	text-decoration: underline;
}

#main_menu {
    float: right;
    margin: 0 10px 0 0;
    z-index: 1;
}

#main_menu ul{
	list-style: none;
	padding: 0 20px;
	background: url(../images/background-menu.png) repeat-x center;
	height: 35px;
	border: 3px solid orange;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top: 10px;
}
#main_menu ul li{
    float: left;
    text-align: center;
}
#main_menu ul li a{
    padding:3px 20px 6px 20px;
    display: block;
    color:#8B2E26;
    font-size: 11px;
}
#main_menu ul li a span.first{
    display: block;
    font-weight: bold;
    font-size: 12px;

}
#main_menu ul li a span.second{
    display: block;
    font-weight: lighter;
    font-size: 10px;
    color:#555;
    font-style:italic;
}
#main_menu ul li a:hover  span.first {

}
#main_menu ul li .submenu {
    display: none;
    width:100%;
    background-color: transparent;
    height: 30px;
    padding: 0;
    position: absolute;
    left:0;
	visibility: hidden;
}
#main_menu ul li ul{
	background: orange;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: 0;
	border: none;
	height: 33px;
}
#main_menu ul li ul li {
    margin-bottom:3px;
}
#main_menu ul li ul li a{
    padding: 8px 20px;
    display: block;
    font-size: 11px;
}
#main_menu ul li ul li a:hover {
    background:rgb(252, 186, 65);
}

#main_menu ul li:hover .submenu, #main_menu ul li.current .submenu {
    display: initial;
}

#banner {
	width: 100%;
	height: 344px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#footer_content {
    width: 100%;
    font-size: 11px;
    padding: 15px;
}

#login_form {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: url(../images/background-login.html) no-repeat;
    width: 210px;
    height: 180px;
    margin:10px 0;
    padding:10px;
}
#login_form form label {
    width: 55px;
    float: left;
    padding-top:8px;
}
#login_form form input[type="text"] {
    width: 90px;
    margin: 3px 0;
    padding: 2px 0 2px 3px;
}
#login_form form input[type="submit"] {
    height: 50px;
    width: 50px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    float: right;
    background-color:#6bc93b;
    border-color:#9ee944;
    color:white;
    cursor: pointer;
}
#login_form form .login_footer {
    margin: 15px 10px;
    font-size: 12px;
}
#login_form form .login_footer a {
    color:#695242;
}

#search_form {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #efedd4;
    margin:10px 0;
    padding:10px;
}
#search_form form label {
    width: 35px;
    float: left;
    padding-top:5px;
}
#search_form form input[type="text"] {
    width:130px;
    height: 16px;
}
#search_form form input[type="submit"] {
    background: #95926f;
    color:white;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 22px;
    cursor: pointer;
}

.sidebar_left {
    float:left;
    margin-right:10px;
    width: 230px;
}
.sidebar_right {
    float:right;
    margin-left: 10px;
    width: 250px;
}
.main_content {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: white;
    min-height: 200px;
    margin-top: 10px;
    float:left;
    display: block;
    padding: 10px;
    width: 460px;
}

.content_detail {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: white;
	min-height: 200px;
	margin-top: 10px;
	float: left;
	display: block;
	padding: 10px;
	width: 720px;
}

.one_column {
    width: 720px;
}
.content_submenu {
    width: 100%;
    display: block;
    height: 26px;
    border-bottom: 2px solid #b34340;
    font-size: 11px;
}
.content_submenu ul{
    list-style: none;
    padding:0;
    margin:0 10px;

}
.content_submenu ul li {
    float: left;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    margin: 0 4px;
}
.content_submenu ul li.current, .content_submenu ul li:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 2px solid #b34340;
    border-left: 2px solid #b34340;
    border-right: 2px solid #b34340;
    border-bottom: 2px solid white;
}
.content_submenu ul li a {
    padding: 5px 10px;
    display: block;
    color:#333;
}
.content_submenu ul li.current a, .content_submenu ul li:hover a{
    color:#b34340;
}

.sidebar_box {
    margin-top: 10px;
    background: white;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:5px 5px ;
}

.sidebar_menu ul {
    padding: 0;
    margin:0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: white;
    padding:10px;
    margin-top: 10px;
}
.sidebar_menu ul li{
    list-style-type: circle;
    border-bottom:1px solid #efedd4;
    margin: 0 10px;
    margin-left: 20px
}
.sidebar_menu ul li.current, .sidebar_menu ul li:hover {
    background:#efedd4;
}
.sidebar_menu ul li.sub, .sidebar_menu ul li:hover {
	padding-left: 15px;
	list-style-type:none;
}


.sidebar_menu ul li a {
    padding:5px 5px 5px 7px;
    display: block;
    font-size:11px;
}

#contact-form {
    font-size: 12px;
}
#contact-form th.hissu {
    font-weight: bold;
    color:#333;
}
#contact-form tbody th {
    background-color: #efedd4;
    text-align: left;
    border-bottom: solid 1px #FFFFFF;
    padding:5px 5px 5px 15px;
}
#contact-form tbody td {
    background-color: #FcFcFc;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px #FFFFFF;
    padding:5px;
    padding-left: 20px;
}
#contact-form tbody td input, #contact-form tbody td textarea{
    margin:5px 0;
}

#contact-form input[type="text"] {
    width: 500px;
}
#contact-form textarea {
    width: 500px;
    height: 90px;
}

.poll-box {
    background: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 11px;
    padding:8px;
}
.poll-box .title {
    background-color:hotpink;
    color: white;
    padding:4px;
}
.poll-box .question {
    padding:6px 0;
}
.poll-box .reponses {
    padding:6px 0;
}
.poll-box .reponses ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
}
.poll-box .reponses ul li {
    float: left;
    width: 48%;
}

.box_grey {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #efedd4;
    margin:10px 0;
    padding:10px 20px;
    color: #333;
    font-size: 11px;
    border:1px solid #95926f;
}

.red {
    color:red;
}

.maintitle {
	font-family: 'Vidaloka', serif;
	text-align: left;
	font-weight: normal;
	color: #444;
	display: block;
	font-size: 48px;
	letter-spacing: -4px;
	text-shadow: 1px 1px 3px #fff,3px 3px 6px #888;
	padding-top: 5px;
	padding-left: 15px;
}

dl#news{
    width:450px;
}
 
dl#news dt{
	clear: left;
	float: left;
	width: 7em;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0.5em;
}
 
dl#news dd{
	margin: 0;
	padding: 10px 0.5em 10px 7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}
 
dl#news a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}
 
dl#news a:hover{
    text-decoration:none;
}

dl#event{
	width: 100%;
}
 
dl#event dt{
	clear: left;
	float: left;
	width: 9em;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0.5em;
}
 
dl#event dd{
	margin: 0;
	padding: 10px 0.5em 10px 7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}
 
dl#event a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}
 
dl#event a:hover{
    text-decoration:none;
}

.content_description{
	margin: 10px;
}

.topbg {
	background-image: url(../images/background/background1.jpg);
}

