﻿/* This file contains the styles used in the master page (template) */

#form1 {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	min-width: 62em;
	/*width: auto !important;*/
	width: 98%;
	margin: 0;
	padding: 0;
	background: url(images/template/brcurve.gif) bottom right no-repeat;
}

/* -------------------- THIS FIXES IE6 PROBLEMS WITH MIN-WIDTH -------------------- 
   See 4th item from http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml  */
#container {
	width: 1000px;
}

html>body #container {
	width: 98%;
	min-width: 62em;
} 

#container2 {
	width: 1000px;
}

html>body #container2 {
	width: 98%;
	min-width: 62em;
} 


#toprightcontainer {
	margin: 0;
	background: url(images/template/trcurve.gif) top right no-repeat;
}
#bottomleftcontainer {
	width: 100%;
	background: url(images/template/blcurve.gif) bottom left no-repeat;
	margin: 0;
}
#header {
	height: 160px;
	max-height: 160px;
}
#logo {
	width: 18em;
	float: left;
	background: url(images/template/logocurve.gif) top left no-repeat;
	border-bottom: 1px solid #CCC;
}
#logo h1 {
	position: absolute;
	left: -500px;
}
#logo img {
	margin: 8px 0 80px 8px;
}
#logo p {
	position: absolute;
	top: 78px;
	left: 10px;
	font-size: 9px;
}
#logo a:link {
	color: #f29518;
	font-weight: normal;
	text-decoration: none;
}
#logo a:visited {
	color: #f5d6a0;
	font-weight: normal;
	text-decoration: none;
}
#logo a:hover {
	color: #f29518;
	font-weight: normal;
	text-decoration: underline;
}
#rightmenu {
	float: right;
	text-align: left;
	font-size: 12px;
	min-width: 9em;
	margin: 0;
	padding: 2em 0 2.2em 1em;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}
#rightmenu a {
	font-size: 9px;
}
#language {
	position: relative;
	top: -20px;
	left: 20px;
	width: 19em;
	font-size: 0.625em;
}
#language a:link {
	color: #f29518;
	font-weight: normal;
	text-decoration: none;
}
#language a:visited {
	color: #f5d6a0;
	font-weight: normal;
	text-decoration: none;
}
#language a:hover {
	color: #f29518;
	font-weight: normal;
	text-decoration: underline;
}
#w3c {
	float: right;
	position: relative;
	top: -42px;
	right: 10px;
	clear: left;
}
#leftcol {
	padding: 1.2em 1.2em;
	width: 18.75em;
	min-width: 300px;
	float: left;
	clear: left;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}
#rightcol {
	margin: 0 3em 2em 21.875em;
	border-left: 1px solid #CCC;
	padding: 2.4em 1.8em;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#innerfooter {
	padding: 0 45px 20px 0;
}
#innerfooter img {
	float: right;
	margin: 0 0 0 10px;
}
#headercenter {
	min-width: 35em;
	float: left;
}
#breadcrums {
	margin: 0.6em 0 0 0.2em;
	min-width: 35em;
	max-width: 60em;
	max-height: 1.25em;
	font-size: 0.58em;
	overflow: hidden;
}
#breadcrums a:link {
	color: #f29518;
	text-decoration: none;
}
#breadcrums a:visited {
	color: #f0b050;
	text-decoration: none;
}
#breadcrums a:hover {
	color: #f29518;
	text-decoration: underline;
}
#aspmenu {
	margin: 0.6em 0 0 0;
	min-width: 35em;
}
#googlesearch {
	position: absolute;
	left: 140px;
	top: 120px;
	z-index: 0;
}
/* -------------------- GALLERY -------------------- */
#gallery table {
	width: 520px;
	margin: 0px;
	padding: 0px;
	border: 1px;
}
#gallery td {
	text-align: center;
}
/* -------------------- GOOGLE CUSTOM SEARCH -------------------- */
#searchcontrol .gsc-control {
	width: 100%;
}
#searchcontrol .gs-webResult .gs-title {
	font-size: 10px;
	font-weight: bold;
}
#searchcontrol .gs-webResult .gs-snippet {
	font-size: 10px;
}
#searchcontrol .gs-webResult .gs-visibleUrl-short {
	font-size: 10px;
	display: block;
	color: Green;
}
/* ----- IE8 Fix for asp:menu ----- */
.IE8Fix  {
	z-index: 100; 
}
