/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	color: black;
	/*background:black url(backgroup.jpg) no-repeat left top; */
	background-color: transparent;
}

.bk {
	/*background:transparent url(../images/top.jpg) no-repeat left center;*/
	height: 90px;
	color: black;
	font-weight: bold;
	border-bottom:2px solid #336600;
}

.bx {
	background:black url(../images/px.jpg) repeat-x left center;
	height: 185px;
}

.se {
	background:transparent url(../images/se.gif) no-repeat left center;
	height: 25px;
}

.submenu {
	background:transparent url(../images/submenu.gif) no-repeat left center;
	height: 38px;
}

.submenu div {
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: white;
}

.submenu1 {
	background:transparent url(../images/submenu1.gif) no-repeat left center;
	height: 38px;
}

.submenu1 div {
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #7C716F;
}

.sub2menu {
	height: 38px;
}

.sub2menu h1 {
	font-size: 13px;
	font-weight: bold;
	color: #4F4F4F;
}

div.inner { margin: 0; background: #FDFFF5; padding: 10px; border:0; zoom:1;}
div.outer { margin-right: 1px; margin-top: 15px; background: #c82; padding: 4px;  }
div.outertop { margin-right: 1px; background: #c82; padding: 4px;  }


.bcontent { 
	padding:5px;font-weight:bold;font-size:20px;color:#3A3845;
	}
.bcontent span { 
	padding: 5px;
	font-size: 12px;
	color: #9A9A9A;
	}
.bcontent li { 
	font-size: 12px;
	color: #9A9A9A;
	}

.bcontents { 
	padding:5px;font-weight:bold;color:#3A3845;
	}
.bcontents span { 
	padding: 5px;
	font-size: 12px;
	color: #9A9A9A;
	}
.bcontents li { 
	font-size: 12px;
	color: #9A9A9A;
	}

.page #container
{
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
}

.page #header
{
	background: #DDDDDD;
	padding: 0 10px 0 20px;
}

.page #header h1
{
	margin: 0;
	padding: 10px 0;
}

.page #header a
{
	color: #555;
	text-decoration: none;
}

.page #sidebar
{
	float: right;
	width: 200px;
	padding: 15px 10px;
}

.page #content
{
	margin: 0 210px 0 0;
	padding: 0 20px;
}

.page #footer
{
	margin: 20px 0 0 0;
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	font-size: 0.8em;
}

.page #footer p
{
	margin: 0;
	padding: 10px 0;
}


.bwhite { background-color: white; }

a { text-decoration: none; color: #336699; }

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 125px;
	height: 50px;

	/*do not change these */
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: black;
	cursor: pointer;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks li span {
	color: #9A9A9A;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	padding: 5px;
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #FFDE03;
}
#kwick_2 {
	background-color: #FFA600;
}
#kwick_3 {
	background-color: #FE8900;
}
#kwick_4 { 
	background-color: #FF5B03;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.cctinymce {
	padding: 2px 12px 2px 25px;
	font-size: 13px;
	line-height: 150%;
}

.cctinymce div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
}

.cctinymce ol,ul {
	padding-left: 20px;
	list-style-type: default;
}