@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 242px;
	overflow: hidden;
	background-image: url(i/awdg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header #logo {
	display: block;
	margin: 0px;
	padding: 0px;
}
.header #logo a {
	color: #136FFC;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	width: 400px;
	padding: 12px;
	margin-top: 22px;
	font-size: 2em;
}
.header .tagtext {
	display: block;
	float: left;
	clear: left;
	width: 500px;
	font-size: 1.3em;
}
.header #topmenu {
	display: block;
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEDED;
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
	font-size: .8em;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header #topmenu li a { text-decoration: none; }
.header #topmenu li a:hover { color: #136FFC; }
#login {
	background-color: #000;
	color: #FFF;
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px;
}
#login .login-structure {
	padding: 4px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#loginbar {
	height: 25px;
	width: 960px;
	color: #FFF;
}
#login-tab  {
	font-size: 0.8em;
	line-height: 20px;
	height: 25px;
	float: right;
	margin: 0px;
	text-align: center;
	width: 120px;
	background-image: url(i/login-tab.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
}
#div_login div { padding-left: 40px; }
#div_login div label {
	width: 220px;
	text-align: right;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 4px;
	padding: 0px;
}
#div_login div input {
	line-height: 30px;
	display: block;
	height: 30px;
	margin: 4px;
	padding: 0px;
	font-size: 1.2em;
}
#div_login .no-label .login-link {
	color: #C00;
	text-decoration: none;
}
#div_login .no-label { padding-left: 275px; }

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0px;
	margin: 0px;
}
.content .photo, #menu {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
.content h1 {
	font-size: 1.3em;
	color: #136FFC;
	text-decoration: none;
	font-weight: normal;
	line-height: 48px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.content p { font-size: .9em; }

.twos {
	width: 450px;
	display: block;
	float: left;
	padding: 5px;
}
.thirds {
	width: 280px;
	display: block;
	float: left;
	padding: 10px;
	margin: 10px;
}
#footer {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	background-color: #191919;
	margin: 0px;
	font-size: .9em;
} 
#inner_footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
}
#footer a {
	color:#EDEDED;
	background: inherit;
	text-decoration: none;
}
#footer a:hover {
	color:#E3A81F;
	background: inherit;
	text-decoration: underline;
}
#footer h1 {
	font-weight: normal;
}
#footer ul {
	list-style-image: none;
	list-style-type: circle;
	padding-left: 22px;
}
#footer .nobullet {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 16px;
}
#banners {
	clear:left;
}
.mobile_off {
	height: 36px;
	font-size: 1em;
	line-height: 36px;
	display: block;
	padding-left: 22px;
	text-align: right;
	padding-right: 22px;
}
.mobile_off p { line-height: 36px; }
.mobile_off a img {
	height: 36px;
	width: 100px;
	display: inline;
	background-image: url(i/onoff.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mobile_off a:hover img {
	background-position: center top;
}
#copyright {
	clear:left;
	text-align: left;
	font-size: x-small;
	color:#98827F;
	margin: 0px;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#4EAFC4;
}

#copyright a:active, #copyright a:hover {
	color:#A52C24;
	margin: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
#rightPane {
	float: right;
	width: 480px;
}
#leftPane {
	float: left;
	width: 480px;
}
.clearfloat, .clear { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.feedback ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.feedback ul input {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.feedback ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.feedback li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 4px;
}
.feedback fieldset ol li label {
	width: 160px;
	color: #333;
}
.feedback , .feedback fieldset {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.feedback fieldset{ text-align: left; }
.feedback fieldset legend {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
	margin: 0px;
	font-size: 1.4em;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feedback p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#feedback_form {
	margin: 0px;
	padding: 0px;
}


/* Form Details */
.fields {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
}
.fields  fieldset {
	padding-left: 4px;
	color: #FFF;
	display: block;
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields fieldset legend, .title {
	color: #333;
	font-weight: bold;
	display: block;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: larger;
}
.fields fieldset .rightMessage {
	font-weight: normal;
	text-align: right;
	font-size: .9em;
}
.fields ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields ul input {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fields ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 4px;
}
.info {
	font-size: 0.7em;
	color: #999;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.red {
	font-weight: bold;
	color: #900;
}
#map_canvas {
	border: 1px solid #A79264;
}
.directions {
	width: auto;
	padding: 4px;
}
.directions a {
	color: #C00;
	font-size: 0.8em;
}
.outlined {
	border: 1px solid #eee;
	margin: 2px;
	padding: 2px;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
	width: auto;
}
.fields fieldset ol li label {
	width: 160px;
	color: #333;
}
.fields input {
	width: 160px;
	border: 1px solid #eee;
}
.fields .nowidth {
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields .required {
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	border: 1px solid #eee;
	width: 280px;
	height: 50px;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #eee;
	font-size: 1.2em;
}
.fields .submit {
	font-size: 1.2em;
	line-height: 50px;
	margin: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	height: 50px;
	width: 300px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fields .submit a {
	color: #28CFCD;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 130px;
	margin-left: 160px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 50px;
	text-indent: 35px;
}
.fields .submit a:hover {
	color: #333;
	text-decoration: none;
}
.fields p #submit_button {
	display: block;
	text-align: right;
	margin: 4px;
	padding: 4px;
	background-color: #EDEDED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#submit_button {
	width: auto;
	font-weight: bold;
	font-size: 1.4em;
	margin: 4px;
	padding: 4px;
}



/* Gallery styles */

#gallery {
	width:960px;
	overflow:hidden;
}

#slided {
	width:960px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
#slided .slide {
	width:960px;
}
#slided .slide .text { margin-top: 290px; }
#slided .slide .side_0 {
	float: right;
	width: 500px;
}
#slided .slide {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#slides {
	/* This is the slide area */
	height:430px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:960px;
	overflow:hidden;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

#slides .slide {
	float:left;
	margin: 0px;
	padding: 0px;
	height: 430px;
	width: 960px;
	overflow: hidden;
}
#slides .slide .webname, #slided .slide .webname {
	color: #136FFC;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2.5em;
	letter-spacing: -5px;
}
#slides .slide p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#slides .slide .visit {
	padding-top: 8px;
	color: #3870FC;
}
#slides .slide .visit a { color: #3877FD; }

#menu { }

#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	/* Every thumbnail is a li element */
	width:70px;
	display:inline-block;
	list-style:none;
	height:70px;
	overflow:hidden;
}

#menu li.inact:hover {
	/* The inactive state, highlighted on mouse over */
	background:url(images/pic_bg.png) repeat;
}

#menu li.act,li.act:hover {
	background-image: url(images/active_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu li.act a {
	cursor:default;
}

#menu li a {
	display:block;
	height:70px;
	background-image: url(images/divider.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 4px;
	width: 70px;
}

#menu a img{
	border:none;
}
#slides .slide .webname a, #slided .slide .webname a {
	color: #3877FD;
	text-decoration: none;
}
#slides .slide .webname a:hover, #slided .slide .webname a:hover
{
	color: #393;
	text-decoration: underline;
}
#slides .slide {
	height: 430px;
	width: 960px;
}
#slides  .slide .text { margin-top: 290px; }
#slides .slide .side_0{
	float: right;
	width: 500px;
	height: 250px;
	overflow: hidden;
}
.nav_top , .nav_bottom  {
	float: right;
	font-size: 0.9em;
	margin: 2px;
	padding: 2px;
	color: #F1F1F1;
}
.nav_top a , .nav_bottom a  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #333;
}
.nav_top a:hover, .nav_bottom a:hover
{
	text-decoration: none;
	background-color: #192221;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #FFF;
}

