@import url('editor.css');

html {
	/* Scrollbar  Moz */
	height: 100%;
	/* Scrollbar IE */
	overflow-y: scroll;	
}
body {
	text-align: center;
	background-color: #CDCCD4;
	font-size: small;
}
div {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


/**************************
*
* Menu
*
**************************/
div #menu {
	width: 100%;
	padding-bottom: 20px;
	background: transparent url(menu-bg.png) repeat-x; 
}
#menu ul {
	font-size: 0px;
	margin: 20px;
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
}
#menu ul li {
 	list-style-type: none;
	display: inline;
	margin: 0px;
}
#menu ul li a {
	font-size: small;
	color:#FFF;
	font-weight: bold;
	padding: 20px;
	padding-top: 15px;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li.active a {
	background: url(gray.png) repeat-x;
	color: #9CD7F2;
}

#logo {
	position: relative;
	top: -30px;
}
/**************************
*
* Baner
*
**************************/
#baner {
	text-align: right;
	height: 300px;
}

#baner_transparent_bar {
	height: 20px;
	background-image: url(transparent_bar.png);
	display:block;
	margin-top: -20px;
	z-index: 9999999;
}

/**************************
*
* The main content
*
**************************/
.container {
	width: 900px;
	padding-left: 6px;
	padding-right: 6px;
	background: transparent url(container-bg.png) repeat-y;
}
.containerbottom {
	width:	912px;
	height: 30px;
	padding-top: 20px;
	text-align: right;
	font-size: x-small;
	background: transparent url(container-bottom-bg.png) no-repeat;
}
.containerbottom a {
	color: #999999;
	margin-right: 8px;
	padding-right: 8px;
	text-decoration: underline;
}
.containerbottom a:hover {
	color: #333333;
	text-decoration: none;
}
.containerbottom a:visited {
	color: #999999;
}
#contentcontainer {
	overflow: hidden;
	background-color: #FFFFFF;
}
#submenu {
	float: left;
	width: 210px;
	background-color: #FFFFFF;
}
#submenu ul
{
	margin: 5px;
	margin-top: 20px;
}
#submenu ul li 
{
	border-bottom: #E1E1E1 solid 1px;
	list-style: none;
}
#submenu ul li.active a {
	font-weight: bold;
}

#submenu ul li.subsubmenu a
{
	padding-left: 30px;
	color: #333;
}
#submenu ul li.subsubmenu.active a
{
	padding-left: 30px;
	font-weight: bold;
}

#submenu ul li a {
	color: #336699;
	font-weight: normal;
	display: block;
	font-size: 11px;
	padding: 5px;
	padding-right: 7px;
	padding-top: 8px;
	padding-bottom: 8px;	
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #993300;
	background-color:#F8F8F8;
}
#content {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 40px;
	width: 630px;
	background-color: #FFFFFF;
	float: right;
}

input[type=text], textarea, label {	
	font-size: small;
	color: #4F4F4F;
	display: block;
	width: 100%;
	padding: 2px;
	margin: 4px;
}
input[type=submit] {
	padding: 3px 20px;
	margin: 4px;
}
label {
	font-variant: small-caps;
	font-size: 11px;
}
acronym {
	color: #000000;
	border-bottom:dashed #666666 1px;
}
p.menupath, p.menupath strong {
	font-size: x-small;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0px;
	color:#999;
}
p.menupath a {
	color: #1D7D9A;
	text-decoration: none;
}

/**************************************
*
* Styles describing the footer
*
**************************************/

.footer {
	clear: both;
	padding: 10px;
	padding-top: 20px;	
	text-align: right;
	color: #999999;
	font-size: 9px;
	background-color: #FFFFFF;
}
.footer a {
	text-decoration: none;
	margin-left: 10px;
	font-size: 9px;
}

pre {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #336600;
	padding: 10px;
	overflow:scroll;
	margin-top: 10px;
	margin-bottom: 10px;
}

#baner img {
	border: 0;
	padding: 0;
	background: none;
}
#poweredby {
	position: relative;
	top: -180px;
	right: -465px;

}
#poweredby img {
	border: 0;
	padding: 0;
	background: none;
	margin-bottom: -100px;
	
}


.contact_error {
	color: red;
}
.contact_success {
	color: green;
}
#contact_form {
	width: 500px;
	float: left;
}
#contact_details {
	float: right;
	width: 300px;
	padding-top: 20px;
}
#contact_details h2 {
	font-variant: small-caps;
	color: #999;
	font-size: 14px;
}
#contact_details ul li {
	list-style: square;
	font-size: 11px;
}
#contact_details ul li a {
	text-decoration: none;
}
#contact_map {
	padding-top: 40px;
	clear: both;
}
#map_canvas {
	border: #E1E1E1 solid 1px;
	padding: 3px;
}
.invalid {
	background-color: #E8C1CA;
}

.gallery_widget_last_added {}
.gallery_widget_picturebox{
    float: left;
    margin: 3px;
}
