/* CSS Document */

html, body {
	 background-color: #ffffff;
	 background-image:url(/images/main-bg.png); 
	 background-repeat:repeat-x;
}


div#main {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	margin-left: 40px;
	margin-right: 40px;
}
 
 
div#logo-area {
	height: 74px;
	width: 720px;
	padding-top: 6px;
	/*border: 1px solid #CCC;*/
}

div#nav-area {
	color: #FFF;
	width: 720px;
	height: 35px;
}

div#flash-area {
	width: 720px;
	height: 240px;
	background: #FFF;
}

div#flash-area-inside {
	width: 720px;
	height: 120px;
	background: #FFF;
}

div#content-area {
	width: 720px;
	background-color: #FFF;
	background-image: url(/images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	overflow:auto;
	}

div#content {
	text-align: left;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
	background-color: #FFF;
	
}

div#content-inside {
	text-align: left;
	padding: 10px 10px 20px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	width: 525px;
	float: right;
}

div#sub-nav {
	width: 170px;
	border-right: 1px dotted #bbddee;
	float: left;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#footer-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
}

#footer-area a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#footer-area a:visited {
	color: #333333;
	text-decoration: none;
}

#footer-area a:hover {
	color: #3366ff;
	text-decoration: underline;
}


#content a {
	color: #FF9922;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color: #3366ff;
	text-decoration: none;
}

#content a:hover {
	color: #3366ff;
	text-decoration: underline;
}

#content-inside a {
	color: #FF9922;
	font-weight: bold;
	text-decoration: none;
}

#content-inside a:visited {
	color: #3366ff;
	text-decoration: none;
}

#content-inside a:hover {
	color: #3366ff;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #88bb00;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;	
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ff9922;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;	
	text-align: right;
	border-bottom: 1px solid #cccccc;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	/*margin-top: 0px;
	margin-bottom: 0px;*/
}

.top {
	font-size: 10px;
}

ul.subnav-list {
	list-style-image: url(/images/nav-bullet.gif); 
	margin: 0px; 
	padding: 0px; 
	list-item-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

ul.subnav-list li {
	margin: 0 0 0 12px;
}

ul.subnav-list a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

ul.subnav-list a:visited {
	color: #666666;
	text-decoration: none;
}

ul.subnav-list a:hover {
	color: #3366ff;
	text-decoration: underline;
}

/*Thumbnail viewer code*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 0;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 1;
}
/*end thumbnail viewer code*/

