
/* Reset
----------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,select,option,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}


.floatleft {
	float:left;
	padding:0px;
	margin:0px 8px 10px 0px;
}

.clear {
	clear:both;
}


.clearfix {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
 }


.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 10px 10px;

}

hr {
	display:block;
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #eaeaea;
	padding:0px 0px 0px 0px;
	margin:-5px 0px 8px 0px;
	overflow:hidden;
}


.divider {
	border-bottom:1px solid #eaeaea;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.hide{
	display:none;
}


/* END Reset
----------------------------------------------------------------------------------------*/






/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000000;
}


a {
	color:#0c6771;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;

}

h2 {
	font-size:18px;
	color:#0c6771;
	line-height:22px;
	margin:0 0 8px 0;
	font-weight:bold;
}

h3 {
	font-size:14px;
	color:#0c6771;
	line-height:16px;
	margin:0 0 8px 0;
	font-weight:bold;
}

h5 {
	color:#000000;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	margin:0 0 8px 0;
}



/* Wrappers */


#outer-wrapper {
	width:100%;
	margin:-5px 0 0 0;
	padding:0;
	background:url(../images/bodybg.gif) top repeat-x;
}


#wrapper {
	width:993px;
	margin:0 auto;
	padding:25px 0 0 0;
	text-align:left;
	position:relative;
	z-index:1;
}


/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/







/* START TOP CONTENT STYLES
----------------------------------------------------------------------------------------*/


#top-content {
	width:100%;
	/*position:absolute;
	top:0;
	left:0;*/
	z-index:2;

}

#panel {
	width:100%;
	background:url(../images/top_bg.png) repeat-x;
	display:block;
	height:39px;
	position:relative;
	z-index:3;
	/*
	display:none;*/

}


.slide {
	width:50px;
	position:absolute;
	right:0;
	top:0;
	z-index:4;

}

.btn-slide {
	background:url(../images/slide_btn.png) no-repeat 0 0;
	width:50px;
	height:0;
	padding-top:39px;
	overflow:hidden;
	cursor:pointer;
	display:block;
}

.active {
	background:url(../images/slide_btn.png) no-repeat 0 -39px;
}


#panel-content {
	width:1024px;
	margin:0 auto;
	padding:0;
	height:32px;
	text-align:left;
}

.top-logo {
	float:left;
	margin:7px 9px 0 0;
}

.user-welcome {
	float:left;
	margin:10px 17px 0 0;
}

.user-welcome span {
	color:#0c6771;
	text-transform:uppercase;
	font-weight:bold;
}


/* Login */

.top-title {
	float:left;
	margin:10px 8px 0 0;
	text-transform:uppercase;
	font-weight:bold;
}

#login {
	float:left;
	padding:6px 0 0 0;
}

#login .input-bg {
	background:url(../images/login_box.gif) no-repeat 0 0;
	width:88px;
	height:19px;
	float:left;
	margin:0 9px 0 0;
	display:inline;
}

#login form input.text-box {
	width:72px;
	height:16px;
	background:none;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding:3px 8px 0 8px;
	float:left;
}

#login form input.submit-btn {
	background:url(../images/send_btn.gif) no-repeat 0 0;
	width:62px;
	height:19px;
	font-size:0;
	border:none;
	text-align:left;
	letter-spacing:19px;
	text-indent:-1000px;
	float:left;
	margin:0 9px 0 0;
	cursor:pointer;
}


/* Top nav */

#top-nav {
	float:left;
	height:32px;
}

#top-nav ul {
	background:url(../images/top_divider.gif) no-repeat 0 0;
	height:32px;
	float:left;
}

#top-nav ul li {
	height:22px;
	margin:0 0px 0 7px;
	padding:10px 7px 0 0;
	float:left;
	display:inline;
	background:url(../images/top_divider.gif) no-repeat 100% 100%;
	line-height:12px;
}

#top-nav ul li a {
	text-transform:uppercase;
	text-decoration:none;
}

#top-nav ul li a:hover {
	text-decoration:none;
	color:#0c6771;
}

#top-nav ul li a.active1 {
	padding:0 0 2px 0;
	border-bottom:3px solid #0c6771;
}



/* Choisy */

#choisy {
	float:right;
	color:#0c6771;
	margin:7px 0 0 0;
}

#choisy span {
	float:left;
	line-height:18px;
	margin:0 2px 0 0;
}

#choisy a {
	float:left;
	display:inline;
	margin:0 4px 0 4px;
}



/* Add Content */


#add-container {
	width:100%;
	/*position:absolute;
	top:0;
	left:0;*/
	background:url(../images/add_content_bg.gif) repeat-x ;
	height:276px;
	display:none;
}

#add-content {
	width:964px;
	padding:50px 30px 0 30px;
	margin:0 auto;
	text-align:left;
}

#add-form {
	width:964px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #dfdfdf;
}

#add-form .leftcol {
	width:438px;
	float:left;
}

#add-form .rightcol {
	width:485px;
	float:left;
	border-left:1px solid #dfdfdf;
	padding:0 0 0 40px;
}


/* CheckBOX */

.check-box {
	width:146px;
	float:left;
}

.check-box ul li {
	line-height:12px;
	margin:0 0 8px 0;
	width:146px;
	float:left;

}


.check-box ul li input {
	width:14px;
	height:14px;
	margin:0 6px 0 0;
	float:left;

}

.check-box ul li span {
	float:left;
}



.inner-title {
	display:block;
	margin:0 0 10px 0;
}

#add-form .rightcol-col1 {
	width:260px;
	float:left;
}

#add-form .rightcol-col2 {
	width:210px;
	float:right;
}

#add-form .rightcol-col2 ul li a {
	color:#ff0000;
}

#add-form .rightcol p {
	color:#666666;
	line-height:12px;
	padding:0 0 15px 0;
}


#add-form select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:165px;
	display:block;
	margin:0 10px 9px 0;
	float:left;
}

#add-form input.add-btn {
	background:url(../images/add_btn.gif) no-repeat 0 0;
	width:62px;
	height:19px;
	font-size:0;
	border:none;
	text-align:left;
	letter-spacing:19px;
	text-indent:-1000px;
	float:left;
	cursor:pointer;
}

#add-content input.save-btn {
	background:url(../images/save_btn.gif) no-repeat 0 0;
	width:78px;
	height:19px;
	font-size:0;
	border:none;
	text-align:left;
	letter-spacing:19px;
	text-indent:-1000px;
	float:right;
	cursor:pointer;
	margin:8px 0 0 0;
}

#add-content input.cancel-btn {
	background:url(../images/cancel_btn.gif) no-repeat 0 0;
	width:78px;
	height:19px;
	font-size:0;
	border:none;
	text-align:left;
	letter-spacing:19px;
	text-indent:-1000px;
	float:right;
	cursor:pointer;
	margin:8px 9px 0 0;
}

/* END TOP CONTENT STYLES
----------------------------------------------------------------------------------------*/












/* START HEADER STYLES
----------------------------------------------------------------------------------------*/


#header {
	width:993px;


}

#header-top {
	width:916px;
	height:72px;
	margin:0 20px 0 20px;
	padding:19px 20px 0 17px;
	background:url(../images/header_bg.png) no-repeat 0 0;

}

#logo {
	float:left;
}


/* Search */



#search {
	float:right;
	background:url(../images/search_bg.gif) no-repeat 0 0;
	width:75px;
	height:16px;
	display:block;
	padding:3px 5px 0 8px;
	margin:30px 0 0 0;
}

#search input.search-box {
	width:60px;
	float:left;
	background:none;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

#search input.search-btn {
	background:url(../images/search_icon.gif) no-repeat 0 0;
	width:13px;
	height:13px;
	font-size:0;
	float:right;
	text-align:left;
	text-indent:-1000px;
	letter-spacing:19px;
	border:none;
	cursor:pointer;

}



/* Nav */

.nav-home {
	width:22px;
	float:left;
	display:block;
	margin:5px 17px 0 0;
}

.nav-home a {
	background:url(../images/home_icon.gif) no-repeat 0 0;
	width:22px;
	height:0;
	padding:16px 0 0 0;
	overflow:hidden;
	display:block;
	cursor:pointer;

}

#nav {
	width:943px;
	background:url(../images/nav_bg.png) no-repeat 0 0;
	height:31px;
	margin:-19px 0 0 0;
	padding:4px 25px 4px 25px;
	float:left;
	color:#ffffff;
	position:relative;
	z-index:10;
}

#nav ul {
	padding:0px 0 0px 2px;
	height:auto;
	min-height:31px;
	height:31px;
	float:left;
	background:url(../images/nav_divider.png) repeat-y 100% 100%;
}


#nav ul li {
	height:31px;
	background:url(../images/nav_divider.png) repeat-y 0 0;
	display:block;
	float:left;
	/*position: relative;*/
}



#nav ul li a {
	color:#ffffff;
	text-decoration:none;
	height:24px;
	display:block;
	float:left;
	padding:7px 6px 0 8px;
	margin:0 0 0 0;
	font-size:12px;

}

#nav ul li a:hover {
	color:#0c6771;
	background:url(../images/nav_hover.gif) repeat-x 0 0;
}

#nav ul li a.selected {
	color:#0c6771;
	background:url(../images/nav_hover.gif) repeat-x 0 0;
}



/* Drop Down */


#nav ul li .sub {
	position: absolute;
	top: 28px;
	left: -72px;
	float:left;
	background:url(../images/dropdown_bg.png) no-repeat 0 0;
	width:809px;
	height:275px;
	display: none;
	padding:15px 16px 0 7px;
	margin:0;


}
#nav ul li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
#nav ul li .sub ul{
	list-style: none;
	padding: 0;
	float: left;
	background:none;
	height:auto;
	margin:0 0 6px 0;
}
#nav ul li.drop-active .sub ul li {
	width: 100%;
	color: #fff;
	background:none;
	padding:0;
	margin:0 0 8px 0px;
	display:inline;
	float:left;
	height:auto !important;
	min-height:10px;
	height:10px;

}


#nav ul li.drop-active .sub ul li a {
	float:left;
	text-indent: 0; /*--Reset text indent--*/
	padding: 0px 0px 0px 8px;
	margin:0 0px 0 0px;
	text-decoration: none;
	color: #0c6771;
	background:none;
	font-size:11px;
	width:197px;
	display:inline;
	height:auto !important;
	min-height:10px;
	height:10px;

}

#nav ul li.drop-active .sub ul li a:hover {
	text-decoration:underline;
}

#nav ul li.drop-active {
	width:59px;
	float:left;

}
#nav ul li.drop-active:hover a {
	color:#0c6771;
	width:61px;
	height:44px;
	position:relative;
	margin:-5px 0px 0 0px;
	padding-top:12px;
	z-index:4;
	background:url(../images/dropdown_selected.png) no-repeat 0 0;
}


#nav .sub-col {
	width:205px;
	float:left;
	color:#000000;
	margin:0 10px 0 0;
}


#nav .sub-col h4 {
	color:#29aadd;
	font-size:12px;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 8px;
	margin:0 0 8px 0;
	font-size:12px;
}

#header #nav ul li.drop-active ul.list-inner li a {
	height:auto !important;
	min-height:12px;
	height:12px;
	font-size:10px;
}

#nav ul li.drop-active ul.list-inner1 li {
	height:auto !important;
	min-height:12px;
	height:12px;
	display:block;
	float:left;
	margin:0 0 12px 0;
}


#nav ul li.drop-active ul.list-inner1 li a {
	height:auto !important;
	min-height:12px;
	height:12px;
	font-size:10px;



}

#nav ul li.drop-active .more a {
	width:205px;
	background:none;
	font-size:10px;
	display:block;
	text-align:right;
}

#nav ul li.drop-active .more a:hover {
	text-decoration:none;
}


#nav .sub-col-content {
	width:377px;
	float:left;
	height:244px;
	background-color:#3eb2e0;
	color:#000000;
}

#nav .sub-col-content .banner {
	width:377px;
	height:189px;
	display:block;
	margin:0 0 7px 0;
}

#nav .sub-col-content .banner-title {
	font-size:10px;
	font-weight:bold;
	margin:0 7px 0 7px;
}

#nav .sub-col-content p {
	margin:0 7px 0 7px;
	line-height:11px;
	 font-size:9px;
}


/* Text-Styles */


.text-styles {
	width:80px;
	float:right;
	height:23px;
	background:url(../images/text_styles_bg.gif) no-repeat 0 0;
	position:absolute;
	right:4px;
	top:4px;
	padding:8px 10px 0 10px;
}

.text-styles a {
	margin:0 10px 0 0;
}



/* END HEADER STYLES
----------------------------------------------------------------------------------------*/















/* START MAINBODY STYLES
----------------------------------------------------------------------------------------*/

#mainbody {
	width:966px;
	padding:0 14px 0 13px;
	margin:0;
	text-align:left;

}

#main-content {
	width:939px;
	overflow:hidden;
	background:url(../images/main_content_bg.gif) repeat-y 0 0;
	display:block;
	padding:20px 11px 0px 16px;
	position:relative;

}


/* Content */

#content {
	width:684px;
	float:left;
	padding:0px 0 0 0;
}



/* gallery */


#gallery {
	width:682px;
	height:228px;
	border:1px solid #dfdfdf;
	overflow:hidden;
	margin:0 0 5px 0;
}

#gallery-content {
	width:451px;
	height:228px;
	float:left;
	border-right:1px solid #dfdfdf;
	position:relative;
}

.gallery-box-active {
	display:block !important;
}

#gallery-content2 {
	width:451px;
	height:228px;
	float:left;
	background-image:url(../images/gallery-content-2.jpg);
	position:relative;
}

.gallery-banner {
	width:451px;
	height:228px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;

}

.gallery-info {
	width:431px;
	background:url(../images/gallery_bg.png) repeat 0 0;
	height:auto;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 10px;;
	z-index:2;
	color:#ffffff;
}

.gallery-info a {
	color:#ffffff;
}

.gallery-info .title {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	display:block;
	margin:0 0 2px 0;
}

.gallery-info p {
	width:	395px;
	line-height:12px;
}

.gallery-info .more {
	display:block;
	text-align:right;
	position:absolute;
	right:10px;
	bottom:	0;
}

#gallery-nav {
	float:right;
	width:230px;
	background-color:#efefef;
	height:228px;
	position:relative;
	z-index:4;
}


#gallery-nav li {
	height:45px;
	border-bottom:1px solid #dfdfdf;
}

#gallery-nav li:hover, #gallery ul li.selected {
	background-color:#29aadd;
}

#gallery-nav li a {
	display:block;
	height:28px;
	padding:17px 0 0 25px;
	line-height:14px;
	font-size:12px;
	color:#666666;

}

#gallery-nav li a:hover, #gallery ul li.selected a {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/gallery_filler.png) no-repeat 0 13px;
	display:block;
	margin:0 0 0 -11px;
	padding:17px 0 0 36px;
	position:relative;
	z-index:3;
}

.gallery-box ul{
	padding:10px;
}

.gallery-box ul li{
	margin-bottom:15px;
}

.gallery-box ul a{
	color:#000;
	font-weight:bold;
}

.gallery-box .black a{
	color:#000;
	font-weight:bold;
	padding-right:10px;
}


.news-reg span {
	color:#b4b4b4;
	display:block;
	margin:0 0 18px 0;
	float:right;
	display:block;
}


/* Custom Content */

#custom-content {
	width:682px;
	border:1px solid #99cc00;
	padding:10px 0 0 0;
	margin:0 0 18px 0;
}


#family {
	width:672px;
	background:url(../images/custom_filler.gif) no-repeat 0 0 #0c6771;
	height:59px;
	overflow:hidden;
	padding:0 5px 0 5px;
	margin:0 0 12px 0;

}

#family h3 {
	text-align:center;
	margin:0 0 19px 0;
}

#family .title {
	font-size:14px;
	text-align:center;
	display:inline;
	color:#ffffff;
	font-weight:bold;
	padding:3px 0 3px 0;
	float:left;
	margin:0 0 0 300px;
}

#custom-content .close-btn {
	float:right;
	margin:6px 0 0 0;
}

#custom-content .close-btn a {
	background:url(../images/close_btn.png) no-repeat 0 0;
	width:13px;
	height:0;
	padding-top:13px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#custom-list {
	font-size: 9px;
	width:682px;
	overflow:hidden;
	border-bottom:1px solid #dfdfdf;
	margin:0 0 6px 0;
	background:url(../images/custom_3colbg.gif) repeat-y 0 0;
}

#custom-list h5 {
	margin:0 0 3px 0;
	color:#0c6771;
}

.list-title {
	width:682px;
	overflow:hidden;
	border-bottom:1px solid #dfdfdf;
	background-color:#ffffff;
}


#custom-list .bg-gray {
	background-color:#f7f7f7;
}


#custom-list .col-first {
	width:210px;
	float:left;
	padding:0 5px 0 5px;


}

#custom-list .col {
	width:210px;
	float:left;
	margin:0 0 0 10px;
	padding:0 5px 0 5px;


}

#custom-list ul {
	padding:5px 0 5px 0;

}

#custom-list ul li {
	line-height:18px;
}

#custom-list ul li a {
	color:#000000;
}


#content .more, #sidebar .more {
	display:block;
	text-align:right;
	margin:0 0 5px 0;


}

.attention {
	width:662px;
	margin:0 0 2px 0;
	padding:0 10px 0 10px;
	border-bottom:1px solid #dfdfdf;
}

.attention p {
	color:#990000;
	text-align:center;
	font-weight:bold;
	line-height:11px;
	display:block;
	margin:0 0 5px 0;
	padding:0;

}

.up-btn {
	width:9px;
	height:9px;
	overflow:hidden;
	float:right;
	margin:0 6px 5px 0;
	display:inline;

}

.up-btn a {
	background:url(../images/up_arrow.gif) no-repeat 0 0;
	width:9px;
	height:0px;
	display:block;
	overflow:hidden;
	cursor:pointer;
	padding-top:9px;

}

/* Block Content */

.block-content {
	width:693px;
	overflow:hidden;
	margin:0 -10px 15px 0;
}

.block-col {
	width:	221px;
	height:	auto !important;
	float:	left;
	clear:	none;
	display:	inline-block;
	margin:	0 10px 0 0;
}

.block-col .banner {
	display:block;
	margin:0 0 7px 0;
}

.block-col p {
	line-height:11px;
	padding:0 0 10px 0;
	height:57px;
}

.block-head {
	height:19px;
	padding:0 0 0 6px;
	margin:0 0 15px 0;
	border-bottom:1px solid #dfdfdf;

}

.block-head-green {
	height:19px;
	padding:0 0 0 6px;
	margin:0 0 15px 0;
	border-bottom:1px solid #99cc00;

}

.block-head-blue {
	height:19px;
	padding:0 0 0 6px;
	margin:0 0 15px 0;
	border-bottom:1px solid #29aadd;
}

.block-head-grey {
	height:19px;
	padding:0 0 0 6px;
	margin:0 0 15px 0;
	border-bottom:1px solid #999999;
}


.block-head-a {
	height:19px;
	padding:0 0 0 6px;
	margin:0 0 0px 0;
	border-bottom:1px solid #0c6771;
}

.block-head-content {
	background:url(../images/block_dotted.png) repeat-x 0 0;
	height:19px;
}


.block-head-sidebar {
	background:url(../images/block_dotted.png) repeat-x 0 0;
	height:19px;
}


.block-head-content h5, .block-head-inner h5 {
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	height:15px;
	float:left;
	display:block;
	background-color:#ffffff;
	padding:4px 2px 0 2px;
	color:#0c6771;
	position:relative;
	margin-bottom:-2px;
}

.block-head-inner h5.green {
	border-top:1px solid #99cc00;
	border-left:1px solid #99cc00;
	border-right:1px solid #99cc00;
	height:15px;
	float:left;
	display:block;
	background-color:#ffffff;
	padding:4px 2px 0 2px;
	color:#666666;
	position:relative;
	margin-bottom:-2px;
}

.block-head-inner h5.grey {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	height:15px;
	float:left;
	display:block;
	background-color:#ffffff;
	padding:4px 2px 0 2px;
	color:#29aadd;
	position:relative;
	margin-bottom:-2px;
}

.block-head-content h5.green-sidebar {
	border-top:1px solid #99cc00;
	border-left:1px solid #99cc00;
	border-right:1px solid #99cc00;
	height:15px;
	float:left;
	display:block;
	background-color:#f7f7f7;
	padding:4px 2px 0 2px;
	color:#0c6771;
	position:relative;
	margin-bottom:-2px;
}

.block-head-inner h5.blue {
	border-top:1px solid #29aadd;
	border-left:1px solid #29aadd;
	border-right:1px solid #29aadd;
	height:15px;
	float:left;
	display:block;
	background-color:#ffffff;
	padding:4px 2px 0 2px;
	color:#666666;
	position:relative;
	margin-bottom:-2px;
}


.block-head-content h5.events {
	border:none;
	height:15px;
	float:left;
	display:block;
	background-color:#0c6771;
	padding:5px 4px 0 4px;
	color:#ffffff;

}

.sub-head {
	color:#666666;
	float:left;
	margin:3px 0 0 3px;
}

.block-head-content h5 span, .block-head-inner h5 span {
	border-bottom:1px solid #99cc00;
	padding:0px 2px 4px 2px;
	display:block;
	float:left;
}

.block-head-inner h5.inactive {
	border:none;
	float:left;
	font-weight:normal;
	margin:3px 0 0 3px;
	padding:0;
}

.block-head-inner h5.inactive span{
	border-bottom:none;
}

.block-head-inner h5.inactive a{
	border-bottom:none;
	color:#666;
}

.block-head-inner h5.blue span {
	border-bottom:1px solid #29aadd;
	padding:0px 2px 4px 2px;
	display:block;
	float:left;
}

.block-head-inner h5.grey span {
	border-bottom:1px solid #999999;
	padding:0px 2px 4px 2px;
	display:block;
	float:left;
}

.move-btn {
	float:right;
	margin:4px 0 0 0;
}

.close-btn {
	float:right;
	margin:0 0 0 3px;
}

.block-col-content {
	width:209px;
	padding:0 6px 0 6px;
}

.block-col .title {
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
	line-height:12px;
}

.block-col ul {
	margin:0 0 10px 0;
}

.block-col ul li a {
	color:#000000;
}


/* Events */

#events {
	width:684px;
	overflow:hidden;
	margin:0 0 25px 0;
}

.events-content {
	width:672px;
	background:url(../images/events_contentbg.gif) repeat-x 0 0;
	height:205px;
	display:block;
	padding:6px;
	overflow:hidden;
}

.block-agenda {
	width:222px;
	height:195px;
	background-color:#ffffff;
	padding:5px;
	float:left;
}

.calendar {
	width:222px;
	height:110px;
	display:block;
	margin:0 0 5px 0;
}

.block-agenda ul {
	padding:0 0 5px 0;
}

.block-agenda ul li em {
	font-style:normal;
	margin:0 5px 0 0;
}

.block-agenda ul li span {
	color:#0c6771;
	font-weight:bold;
}

.block-agenda h5 {
	color:#0c6771;
	text-align:center;
	display:block;
	border-top:1px solid #cccccc;
	padding:8px 0 0 0;
	margin:6px 0 0 0;
}

.events-agenda {
	width:438px;
	overflow:hidden;
	float:right;
	margin:0 -7px 0 0;
	display:inline;
}

.events-info {
	width:202px;
	height:89px;
	float:left;
	margin:0 7px 7px 0;
	padding:5px 5px 5px 5px;
	background-color:#ffffff;
	display:inline;
}

.events-info .banner {
	width:202px;
	height:63px;
	display:block;
	margin:0 0 4px 0;
}

.events-info p {
	line-height:11px;
}

/* Sidebar */

#sidebar {
	width:239px;
	float:right;
	padding:0 5px 0 5px;
}

#sidebar .news-reg span {
	color:#b4b4b4;
	display:block;
	margin:0 0 10px 0;
	float:right;
	display:block;
}

#sidebar p {
	padding:0 0 10px 0;
}


.sidebar-content {
	width:219px;
	overflow:hidden;
	margin:0 0 10px 0;
	border-bottom:1px solid #dfdfdf;
	padding:0 10px 6px 10px;
}

.sidebar-content ul {
	padding:0 0px 0 0px;
}

.sidebar-content ul li {
	line-height:14px;
	margin:0 0 6px 0;
}

#advert {
	margin: 0 -5px 50px -5px;

}

.infos {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

.infos-inner {
	border-left: 1px solid #99cc00;
	margin: 3px 5px;
	padding: 3px;
}

.infos h3 {
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
}

/* Agenda */

.agenda-content {
	width:219px;
	overflow:hidden;
	border-bottom:1px solid #dfdfdf;
	padding:0 10px 6px 10px;
	margin:0 0 10px 0;
}

.agenda-content ul {
	padding:0 0 10px 0;
}

.agenda-content ul li em {
	font-style:normal;
	margin:0 5px 0 0;
}

.agenda-content ul li span {
	color:#0c6771;
	font-weight:bold;

}


.agenda-content .calendar {
	width:175px;
	height:109px;
	margin:0 auto 20px auto;
	text-align:center;
	display:block;
}

/**
*	Module Specifics
*/

.clr {
	clear:both;
}

.module {
	width:239px;
	margin-bottom: 10px;
	overflow:hidden;
}

.module .module-title {
	background: url(../images/bg-module-title.jpg) repeat-x scroll center center;
	height: 20px;
}

.module .module-title img {
	display: inline;
	float: left;
}

.module .module-title h6 {
	background: #f7f7f7;
	border-left: 1px solid #99cc00;
	border-top: 1px solid #99cc00;
	border-right: 1px solid #99cc00;
	color: #0c6771;
	display: inline;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 3px 0 4px 0;
	text-transform: uppercase;
}

.module .module-title span {
	border-bottom: 1px solid #99cc00;
	padding: 3px 4px;
	margin: 0 3px;
}

.module .module-content {
	padding: 11px 6px;
}

.module .module-content p.txt-right {
	margin: 0;
	text-align:right;

}

.module .module-content a.readon {
	background: url(../images/bg-readon.jpg) no-repeat scroll right center;
	color: #0c6771;
	padding-right: 10px;
}

.choose-images {
	width:239px;
	overflow:hidden;
	padding:0 0 20px 0;
}
.choose-images ul {}

.choose-images ul li {
	display: inline;
	float: left;
	margin-right: 5px;
}

.choose-images ul li.last {
	margin: 0;
}

.choose-images ul li a {
	display: block;
	color: #666666;
	float: left;
	height: 72px;
	width: 72px;
}

.choose-images ul li a:hover,
.choose-images ul li.selected a {
	color: #000000;
	text-decoration: none;
}

.choose-images ul li a img{
	border: 1px solid #cccc00;
}

.choose-images ul li a span {
	display: block;
	text-align: center;
}

.poll {
	width:239px;
	overflow:hidden;
	padding:0 0 10px 0;
}
.poll ul {}
.poll ul li {
	padding: 3px 0 3px 20px;
}

.poll ul li .inputradio {
	margin-right: 5px;
}

.tag-clouds .module-content {
	padding: 0;
}


/* INNER PAGES */


#breadcrumbs {
	color:#0c6771;
	position:absolute;
	top:0;
	left:16px;
}

#breadcrumbs a {
	color:#333333;
}


#inner-content {
	width:684px;
	float:left;
	padding:10px 0 0 0;

}

#inner-content p {
	padding:0 0 12px 0;
	line-height:12px;
}

#inner-content .pre-title h4 {
	color: #29aadd;
	font-size: 12px;
	font-weight: bold;
}

#inner-content .pre-title p {
	color: #333333;
	font-weight: bold;
}

/* News Conetnt */

#news-content {
	width:684px;
	overflow:hidden;
}

.news-date {
	display:block;
	margin:0 0 12px 0;
}

.filter {
	width:684px;
	overflow:hidden;
	margin:-10px 0 10px 0;
}

.accessibility {
	float:left;
}

.accessibility a {
	margin:0 5px 0 0;

}

.share {
	float:right;

}

.share span {
	float:left;
	margin:3px 0 0 0;
}

.share a {
	margin:0 5px 0 2px;
}


.highlight {
	color:#0c6771;
	font-size:10px;
	font-weight:bold;
	line-height:12px;


}

.content-container {
	width:684px;
	overflow:hidden;
	margin:0 0 10px 0;
}

.read-content {
	width:452px;
	float:left;
	border-bottom:1px solid #dfdfdf;
}

.read-content ul {
	padding:0 15px 0 10px;
}

.read-content ul li, .more-content ul li {
	line-height:14px;
	margin:0 0 6px 0;
}

.more-content {
	width:222px;
	float:right;
}

.more-content .block-head-blue {
	margin:0;
}

.more-content ul{
	border-left:1px solid #29aadd;
	padding:15px 15px 0 10px;
}

.read-content ul li a, .more-content ul li a{
	color:#000;
}

.news-date-inner {
	display:block;
	margin: 30px 0 22px 0;
}

.news-date-inner span {
	font-size: 12px;
	font-weight: bold;
}

/* Comment Content */

#comment-content {
	width:684px;
	padding:10px 0 0 0;
}

.comment-icon {
	margin:-6px 0 0 4px;
	position:relative;
	z-index:2;
	display:block;
	float:left;
}


#comment-content form {
	width:452px;
	padding:0 0 0 10px;
	float:left;
}

#comment-content form textarea {
	border:1px solid #999999;
	width:442px;
	height:124px;
	overflow:auto;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0 10px 0;
}

#comment-content form input.radio-btn {
	float:left;
	margin:0 7px 0 0;
}

#comment-content form label {
	float:left;
}

#comment-content form input.submit-btn {
	float:right;
}


.add-comment {
	width:212px;
	float:right;
}



.sub-highlights {
	font-size:11px;
	color:#0c6771;
	font-weight:bold;
	display:block;

}



/* END MAINBODY STYLES
----------------------------------------------------------------------------------------*/














/* START FOOTER STYLES
----------------------------------------------------------------------------------------*/

/**
*	Sub Footer Group
*/

#footer {
	background: url(../images/bg-subfooter.jpg) repeat-x scroll center bottom;
	border: 1px solid #999999;
	clear: both;
	font-size: 9px;
	width: 955px;
	margin: 0 auto;
	padding: 5px 15px;
}

#footer p {
	padding:0 0 10px 0;
}

#sitemap {
	float: left;
	margin-right: 10px;
}

#sitemap .col {
	float: left;
	margin-right: 5px;
	width: 100px;
}

#sitemap .col ul {
	margin: 0 0 0 0;
}

#sitemap .col ul li a{
	color: #333333;
}

#sitemap .col h3 {
	color: #0c6771;
	font-size: 9px;
	line-height: 14px;
	margin: 0;
}

#map {
	float: left;
	margin-right: 5px;
	width: 190px;
}

#map h3 {
	color: #0c6771;
	font-size: 9px;
	line-height: 14px;
	margin: 10,0,0,0;

}
#map li img {
	padding:0 0 10px 0;
}

#contact {
	float: left;
	width: 120px;
}

#contact h3 {
	color: #0c6771;
	font-size: 9px;
	line-height: 14px;
	margin: 0;
}

#contact p {
	color: #333333;
	font-size: 9px;
	padding-bottom: 5px;
}

/**
*	Footer Group
*/

#copyright {
	clear: both;
	width: 987px;
	margin: 0 auto;
	padding: 8px 0 57px 0;
}

#copyright p {
	color: #333333;
	font-size: 9px;
	margin: 0;
}


/* END FOOTER STYLES
----------------------------------------------------------------------------------------*/



/* START TABS STYLES
----------------------------------------------------------------------------------------*/

.tab {
	margin-bottom: 15px;
	overflow: hidden;
}

.tab .tab-menu ul {
	border-bottom: 1px solid #99CC00;
	height: 19px;
	margin: 0 0 15px;
	padding: 0 0 0 6px;
}

.tab .tab-menu ul li {
	display: inline;
	float: left;
}

.tab .tab-menu ul li a {
	background: #FFFFFF;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	color: #999999;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	margin: 0 0 -2px 0;
	padding: 4px 2px 0;
	position: relative;
}

.tab .tab-menu ul li.first a {
	border-left:1px solid #dfdfdf;
}

.tab .tab-menu ul li.last a {
	border-right: 1px solid #dfdfdf;
}

.tab .tab-menu ul li a.active {
	border-left: 1px solid #99CC00;
	border-right: 1px solid #99CC00;
	border-top: 1px solid #99CC00;
}

.tab .tab-menu ul li a:hover {
	text-decoration: none;
}

.tab .tab-menu ul li a span {
	border-bottom:1px solid #99CC00;
	display:block;
	float:left;
	padding: 0 2px 2px;
}

.tab .tab-content {
	margin-bottom:20px;
}


.tab  .tab-content .col1,
.tab  .tab-content .col2 {
	float: left;
	margin-right: 15px;
}

.tab  .tab-content  label img {
	vertical-align: bottom;
}

.tab  .tab-content  .input-text {
	background: url(../images/bg-input-text.jpg) no-repeat scroll 0 0;
	border: 0;
	font-size: 10px;
	margin-top: 5px;
	padding: 3px 5px;
	width: 210px;
}

.tab  .tab-content  .title {
	background: url(../images/bg-input-text-title.jpg) no-repeat scroll 0 0;
	height: 29px;
	width: 438px;
	padding: 3px 5px;
}

.tab  .tab-content  .input-textarea {
	background: url(../images/bg-textarea.jpg) no-repeat scroll 0 0;
	border: 0;
	font-size: 11px;
	margin-top: 5px;
	height: 94px;
	width: 438px;
	padding: 5px;
}

.tab  .tab-content .validate-btn {
	clear: both;
	border-top: 1px solid #dfdfdf;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
}

.tab  .tab-content  .input-button {
	background: url(../images/validate-btn.jpg) no-repeat scroll 0 0;
	border: 0;
	cursor: pointer;
	font-size: 10px;
	height: 19px;
	width: 62px;
	padding: 2px 0;
}

.tab  .tab-content h4 {
	color: #006666;
	font-weight: bold;
	margin-bottom: 15px;
}

.tab  .tab-content h4.add-news {
	background: url(../images/add-news.jpg) no-repeat;
	padding: 2px 0 2px 0;
}

.tab  .tab-content h4.add-news a{
	display:block;
	padding:0 0 0 20px;
}


.tab  .tab-content .datasheet {
	width: 100%;
}

.tab  .tab-content .datasheet tr.odd {
	background: #efefef;
}

.tab  .tab-content .datasheet .news-cdate {
	width: 70px;
	padding-left: 20px;
}

.tab  .tab-content .datasheet .news-title {

}

.tab  .tab-content .datasheet .result-1,
.tab  .tab-content .datasheet .result-2 {
	width: 135px;
}

.tab  .tab-content .datasheet .result-1 a {

}

.tab  .tab-content .datasheet .result-2 a {
	color: #000000;
	font-weight: bold;
}

.tab  .tab-content .datasheet .result-3 a {
	color: #000000;
}


.tab  .tab-content .datasheet .news-options {
	width: 50px;
}

.tab  .tab-content .pagination {
	text-align: center;
	padding: 5px;
	clear: both;
	border-top: 1px solid #dfdfdf;
	margin-top: 10px;
}

.tab  .tab-content .pagination a:hover {
	text-decoration: none;
}

#tab6 h4 {
	margin: 0;
}

#tab6 p {
	color: #999999;
	margin-left: 18px;
}

#tab7 h4, #tab8 h4 {
	color: #000000;
	margin: 0;
}

#tab7 #go, #tab8 #go {
	float: right;
	margin: 5px 0 10px 0;
}

#tab7 textarea, #tab8 textarea {
	background: url(../images/bg-textarea-small.jpg) no-repeat;
	height: 87px;
	width: 218px;
}

#tab7 .col1,
#tab7 .col2,
#tab8 .col1,
#tab8 .col2{
	width: 218px;
	margin-right: 12px;
}

#tab7 .col3, #tab8 .col3 {
	float: left;
	margin-right: 0;
	width: 220px;
}

#tab7 .col3 p, #tab8 .col3 p {
	margin-top: 70px;
}


/* END TABS STYLES
----------------------------------------------------------------------------------------*/









/* START IMAGE SLIDER STYLES
----------------------------------------------------------------------------------------*/

#image-slider {
	border: 1px solid #cccccc;
	padding: 15px 10px;
	width: 606px;
}

#slide_nav {
	float: left;
	margin-bottom: 5px;
}

#slide_control {
	float: right;
	margin-bottom: 5px;
}

#slide_nav li,
#slide_control li {
	display: inline;
	cursor: pointer;
}

#portfolio {
	clear: both;
	text-align: center;
}

#portfolio-desc p {
	margin-top: 10px;
}

#portfolio-container .pagination {
	 position:absolute;
	 bottom:0;
	 width:684px;

}

#portfolio-container .pagination .prev {
	float: left;
}

#portfolio-container .pagination .next {
	float: right;
}

/* END IMAGE SLIDER STYLES
----------------------------------------------------------------------------------------*/

/* START MAP STYLES
----------------------------------------------------------------------------------------*/

#map-container .sub-highlights {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
}

#classification {
	float: left;
	width: 225px;
	padding-bottom: 100px;
}

#classification-title {
	margin-bottom: 5px;
}

#classification-content {
	border: 1px solid #cccccc;
	height: 621px;
	padding: 5px;
	overflow-y: scroll;
}

.classification-content-item  {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.classification-content-item h4 {
	color: #0c6771;
	font-weight: bold;
}

.classification-content-item span {
	display: block;
	font-size: 9px;
	margin-bottom: 10px;
}

.classification-content-item p {
	font-size: 9px;
	margin: 0;
	padding: 0!important;
}

.classification-content-item p.readon {
	font-size: 8px;
	font-weight: bold;
	text-align: right;
}

.classification-content-item p.readon a:hover {
	text-decoration: none;
}

#map-area {
	border: 1px solid #cccccc;
	float: right;
	width: 451px;
	overflow: hidden;
}

#map-area #selection {
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}

#map-area #selection li {
	display: inline;
	float: left;
	padding-right: 10px;
}

#map-area h4 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

#map-area p {
	padding: 0 0 2px 0;
}

/* END MAP STYLES
----------------------------------------------------------------------------------------*/




/* START MODALBOX STYLES
----------------------------------------------------------------------------------------*/

.popupblock {
	border: 1px solid #cccccc;
	text-align: left;
	padding: 10px;
	position:absolute;
	background-color:#fff;
	display:none;
	top:50%;
	left:50%;
	z-index:1000;
	width: 660px !important;
}

.modalbox-item {
	margin-bottom: 15px;
}

.modalbox-item h4 {
	color: #0c6771;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.modalbox-item p {
	margin-bottom: 10px;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.modalbox-item .options {
	text-align: right;

}

.modalbox-item .options img {
	vertical-align: bottom;
}

.modalbox-item p {
	text-align: justify;
}

#modalbox .content-container {
	width: 652px;
}

.related-events {
	float: left;
	width: 358px;
}

.these-association {
	float: right;
	width: 280px;
}

.related-events li,
.these-association li {
	padding: 5px 0;
}

/* END MODALBOX STYLES
----------------------------------------------------------------------------------------*/



/* START LISTRICH
----------------------------------------------------------------------------------------*/

#listrich .title{
	font-size:16px;
	font-weight:normal;
	display:block;
	margin-bottom:10px;
	background:url(../images/listrich-icon1.gif) right 10px no-repeat;
	padding-bottom:18px;
}

#listrich .selected{
	background:url(../images/listrich-icon2.gif) right 10px no-repeat;
}

#listrich li img{
	float:left;
	display:inline;
	margin-right:10px;
}




/* END LISTRICH
----------------------------------------------------------------------------------------*/


/* START ARTICLE ACTU COMMENTARIES
----------------------------------------------------------------------------------------*/
.commentaries-tab-content{
	margin:0 0 20px 0;
}

.commentaries-tab-content .author{
	color:#0c6771;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:0 20px 0 0;
	width:212px;
}
.commentaries-tab-content .author span{
	color:#333333;
	display:block;
	font-weight:normal;
}

.commentaries-tab-content .comment-details{
	float:left;
	padding:5px;
	width:430px;
}

.commentaries-tab-content .comment{
	border-bottom:1px dashed #dfdfdf;
	margin:0 0 10px 0;
}

.commentaries-tab-content .comment-details span.signaler{
	display:block;
	font-size:9px;
	text-align:right;
}

.commentaries-tab-content .pagination{
	text-align:center;
}

.commentaries-tab-content .pagination a.current{
	color:#0c6771;
	font-weight:bold;
}


/****************** POPUP **********************/
.popup{
	padding:0 0 30px 0;
	text-align:left;
	/*min-height:510px;*/
	width:550px;
}

.popup .top{
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

.popup h2{
	margin:10px 15px;
}

.popup .form{
	font-size:10px;
	padding:20px 50px 0 50px;
}

.popup .form label{
	display:block;
	margin:0 0 5px 0;
}

.popup .form label span{
	color:#666666;
}

.popup .form .text-box{
	background:url(../images/bg-input-text.jpg) no-repeat;
	border:none;
	font-size:11px;
	height:15px;
	padding:2px 5px;
	width:207px;
}

.popup .form .text-box-medium{
	background:url(../images/bg-input-text-medium.jpg) no-repeat;
	border:none;
	font-size:11px;
	height:15px;
	padding:2px 5px;
	width:167px;
}

.popup .form .text-box-long{
	background:url(../images/bg-input-text-long.jpg) no-repeat;
	border:none;
	font-size:11px;
	height:15px;
	padding:2px 5px;
	width:438px;
}

.popup .form .textarea{
	background:url(../images/bg-input-textarea.jpg) no-repeat;
	border:none;
	font-size:11px;
	height:97px;
	padding:2px 5px;
	width:438px;
}

.popup .form .button{
	background:url(../images/validate-btn.jpg) no-repeat;
	border:none;
	font-size:10px;
	font-weight:bold;
	height:19px;
	text-align:center;
	width:62px;
}

.popup .form img.ui-datepicker-trigger{
	margin:0 0 5px 5px;
	vertical-align:middle;
}

.popup .form .left{
	float:left;
	margin:0 10px 0 0;
	width:220px;
}

.popup .form .submit{
	border-top:1px solid #dfdfdf;
	margin:10px 10px 0 0;
	padding:10px 0 0 0;
	text-align:right;
}
/*IS*/
.fixer {
	float:				left;
	clear:				none;
	display:			inline-block;
	height:				19px;
	background-color:	#f7f7f7;
}

.fixer .taille img {
	margin:			0 5px;
	vertical-align: middle;
}

.block-libre-droite {
	border-bottom:	1px solid #99cc00;
}

.module .block-libre-centre {
	border-bottom:	1px solid #999;
}

.c_recepteur {
	display:	none !important;
}

/*eIS*/
