body {
	margin: 0;
	padding: 0;
	background: #e5f1f4;
	font-family: Arial;
	font-size: 11px;
	color: #333;
}

#toppanel {
	height: 236px;width: 100%;background: #3a6594;clear:both;
}

h1, h2, h3 {
	margin:0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3a6594;
	margin-bottom: 10px;
}

a {
	color: #3a6594;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

h3 a {
	color: #3a6594;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

#leftpanel {
	width:50%;
	margin-left: -150px;
	height: 1000px;
	background-color: #DBE6F5;
}

#wrap {
	width: 764px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -382px;
	/*border: 1px solid #000;*/
	top: 236px;
}

#homecontent {
	margin-top: 28px;
	margin-left: 346px; 
	width: 408px; 
	height: 103px;
	font-size: 11px;
	line-height: 17px;
	color: #333;
}

#homecontent_editable {
	margin-top: 28px;
	margin-left: 346px; 
	width: 408px; 
	height: 103px;
	font-size: 11px;
	line-height: 17px;
	color: #333;
}

#content_editable {
	line-height: 15px;
	font-size: 13px;
}

#content_editable ul li {
	margin-top: 3px;
}

#content_editable ol li {
	margin-top: 3px;
}

#header {
	position:absolute;
	left: 50%;
	top: 175px;
	margin-left: -38px;
	z-index: 5;
}

#polaroid {
	position:absolute;
	left: 50%;
	top: 15px;
	margin-left: -418px;
}

#headerleft {
	float:left;
	margin-top: 30px;
	width: 230px;
	overflow: hidden;
	/*border:1px solid #000;*/
}

#headerright {
	float:left;
	margin-top: 30px;
	width: 515px;
	padding-left: 10px;
	overflow: hidden;
	/*border:1px solid #000;*/
}

#portpager {
	/*display:block;
	float:left;*/
	padding-right: 5px;
	color: #aaa;
}

#newspager {
	/*display:block;
	float:right;*/
	padding-left: 5px;
	color: #aaa;
}

#contactformlayout {
	position: absolute;
	width: 450px;
	height: 350px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	left: 50%;
	margin-left: -225px;
	top: 50%;
	margin-top: -175px;
	z-index: 10;
}

#opencontactlink {
	position:absolute;
	left: 50%;
	top: 10px;
	margin-left: 60px;
}

#searchcontrolcontainer {
	position:absolute;
	left: 50%;
	top: 30px;
	margin-left: 155px;
	width: 200px;
	height: 130px;
}

#searchcontrol {
	position:absolute;
	left: 0;
	top: -170px;
	width: 200px;
	height: 130px;
	background: #B5CFEB;
	padding: 5px;
	overflow: auto;
}

#diggpanel {
	position:absolute;
	left: 50%;
	top: 100px;
	margin-left: 310px;
	width: 52px;
	height: 80px;
	border: 1px solid #ccc;
}
/*########### Classes ###########*/

.leftitem {
	background-color: #B5CFEB;
	width: 224px;
	height: 28px;
	margin-bottom: 3px;
	cursor: pointer;
}

.leftitempadding {
	padding:8px;
}

.leftitemcontent {
	border: 1px solid #BFC9D6;
	background: url(images/left-panel-bg.jpg);
	height: 78px;
	width: 222px;
	margin-top: -3px;
	margin-bottom: 3px;
}

.leftitemcontentnews {
	border: 1px solid #BFC9D6;
	background: url(images/left-panel-bg.jpg);
	height: 48px;
	width: 222px;
	margin-top: -3px;
	margin-bottom: 3px;
}

.leftitemcontenttext {
	margin: 3px 3px 3px 3px;
	width:145px;
	font-size: 10px;
	line-height: 14px;
	color: #4A4A4A;
	float:right;
}

.leftitemcontenttextwide {
	margin: 3px 3px 3px 3px;
	width: 218px;
	font-size: 10px;
	line-height: 14px;
	color: #4A4A4A;
	float:right;
}

.rightitem {
	width:513px;
	height: 130px;
	background-image: url(images/right-panel-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #BFC9D6;
	margin-bottom: 10px;
	overflow:hidden;
	background-color: #d8dde0;
}

.rightitempadding {
	padding: 10px;
}

.rightitemcontenttext {
	/*margin: 3px 3px 3px 3px;
	width:222px;
	color: #4A4A4A;
	line-height: 17px;*/
}

.rightitemcontenttext p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

/*#######search related #######*/
.gsc-branding{
	display:none;
}
table.gsc-search-box {
	width: 100px;
	/*border:1px solid #f00;*/
	background: #B5CFEB;
}

table.gsc-search-box table tbody {
	width: 100px;
	background: #B5CFEB;
}
table.gsc-search-box table tr {
	width: 100px;
	background: #B5CFEB;
}
input.gsc-input {
	border-color: #fff;
	color: #333;
	width: 100px;
	margin-right: 0px;
	padding-right: 0px;
	background: #fff;
}
td.gsc-input {
	width: 50px;
	background: #B5CFEB;
	padding-right: 0px;
	
}
.gsc-ad-box {
	display:none;
}
.gsc-results {
	width: 185px;
	/*border:1px solid #f00;*/
	background: #B5CFEB;
}
.gsc-control {
	/*border: 1px solid #aaa;*/
	width: 185px;
}

/*#######form related ########*/

.formpadheight {
	margin-top: 21px;
}

.formelement label {
	width: 133px;
	float: left;
	clear: left;
}

.textinput {
	width: 180px;
}

.textareainput {
	width:285px;
	height: 95px;
}

.imageinput {
	margin-left: 133px;
}

.required {
	float: right;
	color: #EC5DE1;
	font-weight: bold;
}


.sIFR-hasFlash h1 {
    visibility: hidden;
    /* other CSS properties go here */
    height: 60px;
    width: 300px;
}

.sIFR-hasFlash h2 {
    visibility: hidden;
    /* other CSS properties go here */
    height: 20px;
}

/*############ SIFR Styles, do not change! ############*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

/*############ Comments styles ###################*/
#comments_form {
	background-image: url(images/right-panel-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #BFC9D6;
	margin-bottom: 10px;
	overflow:hidden;
	background-color: #d8dde0;
	padding: 10px;
}

#discussionitem {
	
}

#discussiontitle {
	background-color: #B5CFEB;
}

#discussiontitlepadding {
	padding: 8px;
}

#discussionmeta {
	
}

#discussioncontent {
	border: 1px solid #BFC9D6;
	background: url(images/right-panel-bg.jpg);
	background-repeat: repeat-x;
	background-color: #d8dde0;
	margin-top: -3px;
	margin-bottom: 3px;
	padding: 5px;
}