html {
	font-family: Arial, Helvetica sans-serif;
	height:100.2%;
	background-color:#2D8EE8;
}

body {
	position: relative;
	top: 0;
	left: 0;
    color: #1D5EC0;
	background-color:transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.reader {
	display: none;
}

#header {
	border-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
	box-shadow: 0 0 5px #888888;
	background-color:#FFFFFF;
	position: fixed;
	bottom: 10%;
	left:0;
	width: 100%;
	z-index:999;
}

#header .centercell {
	width: 990px;
	margin: 0 auto;
}

#header nav#menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header nav#menu ul {
	padding: 0 0 0 1em;
}
#header nav#menu ul li {
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}

#header nav#menu ul li a {
	text-decoration: none;
	color: #1D5EC0;
	display: block;
	padding: 2px .5em;
	transition: all 0.5s ease 0s;
	margin-top: -1px;
	margin-bottom: -1px;
	border-width: 1px 0;
	border-style: solid;
	border-color: transparent;
	
}

#header nav#menu ul li a:hover,
#header nav#menu ul li a.activelink {
	background-color: #1D5EC0;
	color: white;
	border-color: #1D5EC0;
}

#bodywrapper {
	padding-bottom: 10%;
	padding-top:50px;
}

#bodywrapper .centercell {
	padding-left: 440px;
	margin: 0 auto;
	width: 530px;
	overflow: hidden;
}

#bodywrapper .centercell #content,
body.cke_editable {
	background: transparent url(/images/overlay.png) repeat top left;
	border-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
	box-shadow: 0 0 5px #888888;
	padding: 30px;
	margin-top:8px;
}



#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin-top: 5px;
	font-size: x-small;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.35)), color-stop(40%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#ccffffff',GradientType=0 );


	box-shadow: 0 0 5px #aaaaaa;
}

#footer .centercell {
	margin: 0 auto;
	width: 990px;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#footer nav {
	margin: 4px;
	float:right;
}

#footer nav ul {
	
}

#footer nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer nav ul li {
	float: right;
	margin-left: 1em;
	margin-top: 1px;
}

#footer nav ul li span,
#footer nav ul li a {
	text-decoration: none;
	display: block;
	color: #1D5EC0;
}

#footer div div span {
	margin: 2px;
	padding: 2px;
	display: inline-block;
}

#footer div a {
	text-decoration: none;
}

#content h2,
.cke_editable h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2px 0;
	padding: 2px 0;
	    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
	color: #2D8EE8;
}

#content h3,
.cke_editable h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding:0;
    color: #2D8EE8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
}
div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.thumbimages {
	position: relative;
	width:480px;
	margin:14px 0;
	height:120px;
	overflow:hidden;
}
.cke_panel_list .thumbimages {
	height:0%;
	margin:0;
}
.cke_editable .thumbimages {
	border:1px solid red;
}
body.cke_editable .thumbimages {
	width:100%;
	
}
.thumbimages:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.thumbimages img {
	margin:4px 5px 0 0 ;
	overflow:hidden;
}
#content p {
	padding: 1px;
	line-height: 1.1em;
    margin: 0;
    padding: 15px 0 0 0;
}
#content ul {
	list-style-type: disc;
    margin: 0 0 10px ;
    padding: 15px 0 0 15px;
}
#content a:link,#content a:visited {
    color: #2D8EE8;
    text-decoration: underline;
}
#content a:hover,#content a:active {
    color: #1D5EC0;
    text-decoration: underline;
}

.formAlert,
#content p.formAlert {
	color: #FF6600;
	border: 1px solid #FF6600;
	border-radius: 5px;
	padding: 1%;
	margin: 1% 0;
	background-color: #FFFFCC;
	display: block;
	line-height:1.5em;
}

form fieldset {
	margin:15px;
}
form fieldset legend {
	font-size:1em;
	font-weight:bold;
	padding:4px 0;
}
label {
	display:block;
}
textarea {
	width:98%;
}
input[type="text"] {
	width:98%;
}
input[type="submit"] {
	color:#2D6CC6;

}
label em {
	color:red;
}
#fixbg {
	background-image: url(/images/bg/home.jpg);
   	background-repeat: no-repeat;	
   	background-position: center top;
	position:fixed;
	height:100%;
    width:100%;
	z-index:-10;
	background-size: cover;
}

@media only screen and (max-width: 990px) {
	#header .centercell {
	    width: 100%;
	}
	#bodywrapper {
		padding-bottom:15%;
	}
	#bodywrapper .centercell {
	    margin: 0 auto;
		padding-left:0;
	}	
	#footer .centercell{
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	#header {
		background: transparent;
		box-shadow: none;
	}
	#header .centercell {
	    width: 300px;
		background: white url(/images/overlay.png) repeat top left;
		margin: 0 auto;
	}
	#header nav#menu ul {
		margin:0;
		padding:0;
	}
	#header nav#menu ul li {
		float: none;
	}
	img {
		max-width:100%;
	}
	img#logo {
		width:280px;
	}
	#bodywrapper {
		width: 100%;
		padding:5px 0 0 0;
	}
		
	#bodywrapper .centercell {
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 5px;
	    width: 300px;
	}	
	#bodywrapper .centercell #content {
		background: white url(/images/overlay.png) repeat top left;

		padding:10px;
	}
	.thumbimages {
		position: relative;
		
		width:100%;
		margin:14px auto;
		height:120px;
		overflow:hidden;
	}
	#header {
	    position: relative;
		top:0;
		left:0;
	    width: 100%;
	    z-index: 999;
	}	
	#footer {
		width: 100%;
		position: relative;
		bottom: 0px;
		margin-top: 5px;
		padding:0;
	}
	#footer .centercell {
		width: 100%;
	}

}