body {
	color: #4d4d4d;
	font: 12px/18px "Trebuchet MS", Arial, sans-serif;
	background-color: #808080;
	margin: 24px 0;
}

img {
	border-style: none;
}

#container {
	width: 888px;
	height: auto;
	background: url(../images/bg.gif) repeat-y;
	margin: 0 auto;
}

a {
	color: #0081c6;
	font: 12px/18px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

a .capitals {
	text-transform: uppercase;
}

h1 {
	color: #00b25a;
	font: normal 30px "Trebuchet MS", Arial, sans-serif;
	padding: 0;
	margin: 0;
}

.h1_small {
	color: #00b25a;
	font: normal 22px "Trebuchet MS", Arial, sans-serif;
	padding: 0;
	margin: 0;
}

h1 .capitals {
	text-transform: uppercase;
}

.highlight {
	color: #00b25a;
}

.selected {
	color: silver;
}

#flashheader {
	background-color: silver;
	width: 888px;
	height: 210px;
	display: block;
}

#navbar {
	width: 852px;
	height: 85px;
	margin: 0 18px;
	padding: 0;
}



/***** main menu *****/
#menu {
	background: transparent;
	width: 852px;
	height: 47px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0081c6;
	position: absolute;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}

#menu li {
	float: left;
	display: inline;
}

#menu ul li a {
	color: #0081c6;
	font: 18px/18px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2pt;
	height: 33px;
	padding: 16px 0 0 24px;
	display: block;
}

#menu ul li.selected {
	color: silver;
	font: 18px/18px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2pt;
	height: 33px;
	padding: 16px 0 0 24px;
	display: block;
}

*html #menu ul li a {
	color: #0081c6;
	font: 18px/18px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2pt;
	height: 33px;
	padding: 16px 0 0 24px;
	display: inline-block;
}

*html #menu ul li.selected {
	color: silver;
	font: 18px/18px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2pt;
	height: 33px;
	padding: 16px 0 0 24px;
	display: inline-block;
}

#menu ul li a:hover {
	color: #4d4d4d;
	text-decoration: none;
	background-color: transparent;
	height: 33px;
	width: auto;
}


/***** submenu *****/
#menu ul ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	width: 852px;
	margin: 0;
	background-color: transparent;
}

#menu ul li:hover ul,
#menu ul li.ie_does_hover ul {
	display: block;
	visibility: visible;
	top: 49px;
	margin-top: 0;
}

#menu ul li:hover ul li,
#menu ul li.ie_does_hover ul li {
	background-color: transparent;
	height: 27px;
}

#menu ul li:hover ul li a,
#menu ul li.ie_does_hover ul li a {
	float: left; 
	color: #0081c6; 
	padding: 8px 0 0 24px;
	font-size: 15px;
	text-transform: none;
	letter-spacing:  0;
	height: 27px;
}

ul li:hover ul li#attention a,
ul li.ie_does_hover ul li#attention a { 
	color: #be0027; 
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul li:hover ul li a:hover,
#menu ul li.ie_does_hover ul li a:hover {
	color: #4d4d4d;
	height: 27px;
}

#menu ul li:hover ul li.selected,
#menu ul li.ie_does_hover ul li.selected {
	float: left; 
	color: #silver;
	padding: 8px 0 0 24px;
	font-size: 15px;
	text-transform: none;
	letter-spacing:  0;
	height: 27px;
}

#menu ul li:hover ul li.selected .attention,
#menu ul li.ie_does_hover ul li.selected .attention { 
	font-weight: bold;
	text-transform: uppercase;
}

#menu .capitals {
	text-transform: uppercase;
}

/***** end of main menu/submenu *****/



#language {
	float: right;
	margin: 18px 24px 0 0;
}

#language .selected {
	color: silver;
}

#content {
	width: 852px;
	margin: 0 18px;
	padding: 0;
	display: inline-block;
	float: right;
}

#subnav {
	width: 183px;
	margin: 12px 0 48px 24px;
	float: left;
	border-top: 1px solid #0081c6;
}

#subnav ul {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

/* IE 5.x - 6 */

*html #subnav {
	width: 183px;
	height: 192px;
	margin: 12px 0 48px 12px;
	float: left;
	border-top: 1px solid #0081c6;
}


*html #subnav ul {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

/* end of IE 5.x - 6 */

#subnav li a{
	color: #0081c6;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	display: block;
	border-bottom: 1px solid #0081C6;
}

li#attention a {
	color: #be0027;
	font-weight: bold;
	text-transform: uppercase;
}

#subnav li a:hover {
	color: #4d4d4d;/*#00B25A;*/
	text-decoration: none;
}

li#attention.selected {
	color: silver;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	display: block;
	border-bottom: 1px solid #0081C6;
}

#subnav li.selected {
	color: silver;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	display: block;
	border-bottom: 1px solid #0081C6;
}

#subnav li.selectedsub {
	color: silver;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	display: block;
	border-bottom: 0;
}

#subnav li.heading {
	color: #00b25a;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	display: block;
	border-bottom: 1px solid #0081C6;
}

#gallerynav {
	width: 183px;
	margin: 0;
	padding-left: 12px;
	float: left;
}

#gallerynav ul {
	line-height: 18px;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

/* IE 5.x - 6 */

*html #gallerynav {
	width: 171px;
	margin: 0;
	padding-left: 12px;
	float: left;
}

*html #gallerynav ul {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

/* end of IE 5.x - 6 */

#gallerynav li a{
	color: #0081c6;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	display: block;
	border-bottom: 0;
}

#gallerynav li.selected {
	color: silver;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	display: block;
	border-bottom: 0;
}

#maincontent {
	width: 597px;
	margin: 12px 24px 24px;
	padding: 0;
	display: block;
	float: right;
}

#maincontent p {
	margin: 12px 0 0;
	padding: 0;
}

#maincontent p.continue {
	margin: 0;
	padding: 0;
}

#maincontent img.ll {
	background-color: silver;/*#4d4d4d;*/
	width: 244px;
	height: 173px;
	margin: 3px 6px 0 0;
	padding: 0;
	float: left;
	/*border: 1px solid #0081c6;*/
}

#maincontent img.lr {
	background-color: silver;/*#4d4d4d;*/
	width: 244px;
	height: 173px;
	margin: 3px 0 0 6px;
	padding: 0;
	float: right;
}

#maincontent img.pl {
	background-color: silver;/*#4d4d4d;*/
	width: 183px;
	height: 244px;
	margin: 3px 6px 0 0;
	padding: 0;
	float: left;
}

#maincontent img.pr {
	background-color: silver;/*#4d4d4d;*/
	width: 183px;
	height: 244px;
	margin: 3px 0 0 6px;
	padding: 0;
	float: right;
}

#maincontent ul.text {
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: disc;
	list-style-position: outside;
}

#columns {
	width: 852px;
	margin: 0 18px;
	padding: 0;
	display: inline-block;
	clear: right;
}

#columns h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#columns h2 .caps {
	text-transform: uppercase;
}


#columns img {
	background-color: #808080;
	width: 240px;
	height: 180px;
	margin: 0;
	padding: 0;
}

#columns p {
	margin: 0;
	padding: 6px 0;
}

#columns .columnleft {
	background: url(../images/columnLblue.png) repeat-x;
	width: 240px;
	margin: 0;
	padding: 0 20px 0 24px;
	float: left;
}

#columns .columnmiddle {
	background: url(../images/columngreen.png) repeat-x;
	width: 240px;
	margin: 0;
	padding: 0 22px;
	float: left;
}

#columns .columnright {
	background: url(../images/columnDblue.png) repeat-x;
	width: 240px;
	margin: 0;
	padding: 0 24px 0 20px;
	float: left;
}

#columnlinks {
	width: 852px;
	margin: 0 18px;
	padding: 0;
}

#columnlinks .hoh a {
	color: #8bd2f4;
	font-size: 18px;
	line-height: 36px;
	width: 240px;
	height: 36px;
	margin: 0 20px 0 24px;
	padding-bottom: 12px;
	display: block;
	float: left;
	border-top: 1px solid #8bd2f4;
}

#columnlinks .rc a {
	color: #00b25a;
	font-size: 18px;
	line-height: 36px;
	width: 240px;
	height: 36px;
	margin: 0 22px;
	padding-bottom: 12px;
	display: block;
	float: left;
	border-top: 1px solid #00b25a;
}

#columnlinks .stt a {
	color: #0081c6;
	font-size: 18px;
	line-height: 36px;
	width: 240px;
	height: 36px;
	margin: 0 24px 0 20px;
	padding-bottom: 12px;
	display: block;
	float: left;
	border-top: 1px solid #0081c6;
}

*html #columnlinks .hoh a,
*html #columnlinks .rc a,
*html #columnlinks .stt a {
	display: inline-block;
}

#columnlinks .hoh a:hover,
#columnlinks .rc a:hover,
#columnlinks .stt a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

/***** news *****/

.news {
	width: 597px;
	margin: 12px 24px 24px;
	padding: 0;
	display: block;
	float: right;
}

.llNews {
	background-color: silver;/*#4d4d4d;*/
	width: 244px;
	height: 183px;
	margin: 3px 6px 0 0;
	padding: 0;
	float: left;
	clear: left;
}

/***** end of news *****/

/***** iframes *****/

#txtgallery {
	background-color: transparent;
	width: 597px;
	height: 114px;
	margin: 0;
	padding: 0;
	border: 0;
}

/***** end of iframes *****/

#partners p {
	text-align: left;
	width: 628px;
	margin: 0 18px;
	padding: 12px 0 0 224px;
	clear: both;
	border-top: 1px solid #0081c6;
}

#partners span {
	color: #0081c6;
	margin: 0 6px;
}

#partners span #middle {
	height: 72px;
	top: 21px;
}

#partners img {
	vertical-align: text-top;
}

#footer {
	width: 888px;
	height: 43px;
	background: url(../images/footer.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#copyright {
	color: #999;
	text-align: right;
	padding: 12px 36px 0 36px;
	background-color: #808080;
}