/* color guide
yellow: ffff00
moss green: bed600
light apple green: 92d400
dark apple green: 7ab800
light blue: 00a9e0
med blue: 0088ce
navy blue: 005b82
deep blue: 37424a
*/

/* ELEMENT STYLES */

HTML, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
scrollbar-base-color: #37424a;
scrollbar-track-color: #37424a;
scrollbar-arrow-color: #92d400;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color: #37424a;
font-size: 12px;
line-height: normal;
}
a:link {
	color: #005b82;
}
a:visited {
	color: #005b82;
}
a:hover {
	color: #00a9e0;
}
h1 {
	font-size:16px;
	color: #7ab800;
	line-height: normal;
}
h2 {
	font-size:15px;
	color: #7ab800;
	line-height: normal;
}
h3 {
	font-size:14px;
	color: #7ab800;
	line-height: normal;
}
h4 {
	font-size:12px;
	color: #7ab800;
	line-height: normal;
}
h5 {
	font-size:11px;
	color: #0088ce;
	line-height: normal;
}
h6 {
	font-size:10px;
	color: #0088ce;
	line-height: normal;
}

p {
	line-height: normal;
}

hr {
	height: 1px;
	border: 0;
	color: #00a9e0;
	background-color: #00a9e0;
}

input, textarea, select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #effaff;
}
input:hover, textarea:hover, select:hover {
	background-color: #effaff;
}

/* COMMON STYLES */

#BGimg {
	background-image: url(/images/BG-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #37424a;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

#berlinBGimg {
	background-image: url(/berlin2009/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #005b82;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

#topNav {
	height: 30px;
	float: right;
	background: url(/images/topNav.gif) left top no-repeat;
	padding-left: 52px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}

td.contentBG {
	background:url(/images/contentBG.gif);
	width: 800px;
	vertical-align: top;
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
}
td.headertop {
	height: 110px;
	width: 800px;
	background: url(/images/header.jpg);
	vertical-align:top;
	text-align: center
}
td.navBG {
	background: url(/images/navBG.gif);
	height: 36px;
	text-align:center;
	border-bottom: solid 1px #37424A;
}
table.footer {
	border-top: solid 1px #37424A;
	width: 800px;
}
td.FooterNav {
	background-image:url(/images/footer-rowBG.gif); 
	background-repeat:repeat-x; 
	background-position:top;
}
td.FooterNav img {
	vertical-align:middle;
}
td.FooterNav A:LINK, td.FooterNav A:VISITED  {
	font-size: 10px;
	text-decoration: none;
	background: transparent url(/images/footer-nav-spacer.gif) no-repeat center right;
	padding-right: 12px;
}
td.FooterNav A:HOVER  { 
 	text-decoration: underline;
}
.FooterCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.HeaderSelectNav {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #005b82;
	padding: 1px;
	margin-top: 5px;
	color: #005b82;
}

.MedCopy {
	font-size: 11px;
	line-height: normal;
}

.SmlCopy {
	font-size: 10px;
	line-height: normal;
}

A.BlueHeaderLink:LINK, A.BlueHeaderLink:VISITED  {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #005b82;
}
A.BlueHeaderLink:HOVER  { 
	color: #0088ce;
}
.homeNewsDate {
	font-size: 10px;
	font-weight: bold;
	color: #7ab800;
}

.homeEventHeader {
	font-size: 13px;
	font-weight: bold;
	color: #005b82;
}

.imgBorderPadding {
	border: 1px solid #37424a;
	margin: 5px;
}
.imgRight {
	float: right;
	border: 1px solid #37424a;
	margin: 5px;
}
.imgLeft {
	float: left;
	border: 1px solid #37424a;
	margin: 5px;
}
.imgPadding {
	margin: 5px;
}
.imgBorder {
	border: 1px solid #37424a;
}

A:link img.imgLinkPad, A:visited img.imgLinkPad {
	text-decoration: none;
	border-color: #37424a;
	border-width: 1px;
	margin: 5px;
}

A:hover img.imgLinkPad {
	text-decoration: none;
	border-color: #00a9e0;
	border-width: 1px;
}

A:link img.imgLink, A:visited img.imgLink {
	text-decoration: none;
	border-color: #37424a;
	border-width: 1px;
}

A:hover img.imgLink {
	text-decoration: none;
	border-color: #00a9e0;
	border-width: 1px;
}

A.imgTxtLinks:LINK, A.imgTxtLinks:VISITED  {
	color:#005b82;
	text-decoration: none
}
A.imgTxtLinks:HOVER  { 
 	color:#00a9e0;
}

.myTableHeader {
	color:#fff;
	background-color:#005b82;
	font-size:15px;
}	
#myTable {
	background-color:#005b82;
}
#myTable TR {
	background-color:#ffffff;
	text-align:left;
	vertical-align: top;
}
#myTable TR:HOVER {
	background-color:#effaff;
	color:#000000;
}
#myTable p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentTable {
 	background:url(/images/rowBG.gif) repeat-x top;
}

.bullets {
	list-style-image: url(/images/bullet.gif);
}

.subnavBG {
	background:url(/images/subnavBG.gif);
	height: 28px;
	border-bottom: solid 1px #37424A;
}
.buttonmenu{
	list-style-image:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
.buttonmenu li a{
	list-style-type: none;
	list-style-image:none;
	color: #ffff00;
	display: block;
	width: 100%;
	padding: 2px 2px;
	font-weight: bold;
	background:url(/images/menuBG.gif);
	background-position:center;
	background-repeat:repeat-x;
	text-decoration:none;
	border: 1px solid;
	font-size: 11px;
	border-color:#fff #7ab800 #7ab800 #fff; /*light dark dark light*/
}
.buttonmenu li a:visited{
	list-style-image:none;
	color: #ffff00;
}
.buttonmenu li a:hover, .buttonmenu li a:active{
	list-style-image:none;
	list-style-type: none;
	color: #005b82;
	background:url(/images/menuBG-over.gif);
	background-position:center;
	background-repeat:repeat-x;
}
#subnav  { 
	float: right;
	margin: 0;
	list-style:none;
	padding-right: 10px;
	font-size:11px;
	color: #37424a;
	font-weight: bold;
}
#subnav a:link,
#subnav a:visited {
	color: #37424a;
	text-decoration: none;
	font-size: 11px;
}
#subnav a:hover,
#subnav a:active {
	color: #FFF;
}

#slides img{
	border: 1px solid #37424a;
}


/* breadcrumb nav */

#crumble  { 
	float: left;
	margin: 0;
	list-style:none;
	padding-left: 10px;
	font-size:13px;
	color: #37424a;
	font-weight: bold;
}
#crumble a:link,
#crumble a:visited {
	color: #37424a;
	text-decoration: none;
	font-size: 13px;
}
#crumble a:hover,
#crumble a:active {
	color: #FFF;
}

/* accordion styles */

#accordion  { 
	margin: 0;
	width: auto;
	list-style: none;
}
.accordianHeader {
	padding-bottom: 4px;
	padding-top: 4px;
}
.accordianContent {
	line-height: 16px;
	font-size: 11px;
}
