
/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; }

body { 
	/* This reduces default size from 16px to 12px = 75% ~ 76% bug fix */
	font-size:76%;
	font-family:Verdana;
	color:#999999;
	background:#000000 url('images/background.gif') repeat-x;	
	line-height:1.4em;
	letter-spacing:0;
	padding:0px;
	margin:0px;
}


input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p, pre { font-size:1em }

form { border:0px; margin:0px; }
ul,ol,dl { margin-top:1em; margin-bottom:1em; }
li { padding-left:0em; }
p { margin: 0em 0em 1.8em 0em; }
h1,h2,h3,h4,h5,h6 { margin:0em 0em 0.8em 0em;  }
img { border:0px; }
hr {
	height:10px;
	border:none;
	background:url('images/divider_big.gif') no-repeat;
}

/* Link layout settings */

a {
	text-decoration:none;
	color:#cc9933;
}
a:hover {
	text-decoration:underline;
	color:#996633;
}
a:link { }
a:visited { }
a:active { }


/* Headings */

h1 {
	color:#cc9933;
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	color:#cc9933;
	font-size: 1.4em;
	font-weight: normal;
}
a:hover h2 { text-decoration:none; }
h2 a:hover { text-decoration:none; }

h3 {
	color:#cc9933;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	color:#cc9933;
	font-size: 1.0em;
	font-weight: normal;
}

h5 {
	color:#cc9933;
	font-size: 0.8em;
	font-weight: normal;
}

h6 {
	color:#cc9933;
	font-size: 0.6em;
	font-weight: normal;
}


/* Main layout style settings */

div#wrapper {
	padding:0px;
	text-align:center;
}
div#container_box {
	width:764px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#logo {
	width:184px;
	height:166px;
	float:left;
	text-indent:-10000px;
	background:url("images/logo.gif");
}
div#menu {
	width:484px;
	height:166px;
	float:left;
	clear:right;
}
div.inner_menu {
	width:29%;
	float:left;
	padding:10px;
	margin-top:100px;
}
div.menu_divider {
	width:1px;
	height:162px;
	float:left;
	background:url('images/menu_divider.gif') bottom no-repeat;
}
div#teaser {
	width:764px;
	height:206px;
	background:url('images/teaser/5.jpg');	
}
div#content {
	padding-top:30px;
	background:url('images/background_content.gif') no-repeat top;
	margin-top:4px;
	padding-left:110px;
	padding-right:110px;
}
div#mapbox {
	width:544px;
	height:250px;
	overflow:hidden;
}

.sortable_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.sortableitem {
	border: 0px;
	margin: 0px;
	padding-top:2px;
}

/* ImageBox */

#ImageBoxOuterContainer {
	z-index:2000;
}
#ImageBoxOverlay {
	z-index:2000;
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #333;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #333;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #fff;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(images/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(images/prev_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Classes */

div.center { text-align:center; }
div.left { text-align:left; }
div.right { text-align:right; }
div.clear { clear:both; }
div.scroll { overflow:auto; }
div.notebox {
	font-size:0.83em;
	padding:2px;
	clear:left;
}
div.floatercell {
	float:left;
	width:105px;
	height:105px;
	margin:3px;
	background:#090909;
	border:1px solid #333;
}
div.footer {
	font-size:90%;
	color:#444;
	margin:20px;
	margin-top:50px;
	padding-bottom:20px;
	text-align:center;
}
div.footer a {
	color:#444;
}

/* Form layout settings */
input[type=text], input[type=password], textarea, select {
	color:#999999;
	padding: 4px;
	border: 1px solid;
	border-color: #444;
	background:#111;
	-moz-border-radius: 6px;
}
input[type=text]:focus, input[type=text]:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
	border-color: #888;
}
label.error {
	font-size:80%;
	color:red;
	display:block;
	clear:both;
	width:100%;
}
.valid {
	color:green;
}
input.error { border: 1px solid red; color:red; }
#captcha.success {  }
#captcha.error {  }
.fieldButton { font-size: 1em; }
