html
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.1em;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	color:#333;
	text-align:center;
	background:#fff url("images/gradientbg.gif") top left repeat-x;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;color:#502F92;}
h4 {font-size: 1.0em; margin: .5em 0 0;font-style:italic;font-weight:normal;color:#502F92;}
img{border:0;}

.section_title
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}

a:link, a:visited
{
	color: #6699CC;
	text-decoration:underline;
}
a:hover
{
	color: #6699CC;
	text-decoration:underline;
}

p
{
	margin:1em 0;
}

div,form
{
	margin:0;
	padding:0;
}
td,th{vertical-align:top;}
ul{margin:8px 0 12px;padding-left:20px;}
li{margin:10px 0;}
li li{margin:3px;}
.normal li{margin:0;}

input, textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;}

.small {font-size: .9em;}
.alert {color: #990000;}

.hidden{display:none;}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.clearleft
{
	float:left;
	clear:left;
}
.clearright
{
	float:right;
	clear:right;
}
.spacer{clear:both;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right, img.clearright
{
	margin: 0 0 .5em 1em;
}

div#site
{
	width:963px;
	margin:15px auto 0;
	color:#444;
	background:#fff url("images/contentbg-left.gif") 24px 156px repeat-y;
}

div#top
{
	height:130px;
	padding-bottom:26px;
	margin:0 24px;
	background:#fff url("images/contentbg-top.gif") bottom center no-repeat;
}
#logo
{
	width:232px;
	height:130px;
	float:left;
}

div#menu
{
	padding-top:20px;
	margin-right:0px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
#tiptopmenu
{
	margin-right:12px;
	margin-bottom:2px;
	font-size:11px;
	text-transform:lowercase;
}
#search
{
	padding-top:6px;
	margin-right:17px;
	color:#502F92;
	background-color:transparent;
	font-size:11px;
}
#mainmenu
{
	margin:18px 0px 2px 0;
	float:right;
	text-transform:uppercase;
}
#menu a:link, #menu a:visited
{
	white-space: nowrap;
	margin:0 17px;
	color:#502F92;
	background-color: transparent;
	text-decoration:none;
}
#menu a:hover
{
	color:#502F92;
	background-color: transparent;
	text-decoration:none;
	border-bottom:2px solid #999;
}
#menu a:link.current, #menu a:visited.current
{
	color:#502F92;
	background-color: transparent;
	border-bottom:2px solid #999;
}

#tiptopmenu a:link, #tiptopmenu a:visited
{
	margin:0 6px;
}

#breadcrumb
{
	clear:both;
	padding:10px 0 0 18px;
	text-align:left;
	font-size:.8em;
}
#breadcrumb a
{
	color:#502F92;
}
#pagetitle{font-size:1.3em;}

/* drop down menu system */
#dropdown, #dropdown ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropdown a:link, #dropdown a:visited
{
	display: block;
}
#dropdown a:hover
{
	border:none;
}

#dropdown ul a:link, #dropdown ul a:visited
{
	display:inline;
	margin:0 7px;
	border-bottom:2px solid #fff;
}
#dropdown ul a:hover
{
	border-bottom:2px solid #999;
}
#dropdown li
{
	float: left;
	display: inline;
}
#dropdown ul li{float:none;display:block;margin:0 0 2px;}

#dropdown ul
{
	position: absolute;
	top: auto;
	left: -999em;
	margin-left:9px;
	padding:4px 0;
	background-color:#fff;
	font-size:11px;
	text-align: left;
	border: 1px solid #bbb;
}
#dropdown ul#lastdropdown
{
	margin-left:-30px;
}

#dropdown li:hover ul, #dropdown li.over ul
{
	left: auto;
}
/* end drop down menu */

/* in-page tabs */
div#tabnav
{
	height:18px;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	background:url("images/tab_border.gif") bottom left repeat-x;
}
#tabnav a
{
	display:block;
	float:left;
	margin-left:4px;
	padding: 2px 12px;
	border-left: 1px solid #A0A1A5;
}
.tab:link, .tab:visited
{
	text-decoration: none;
	color:#502F92;
	background:url("images/corner_r.gif") top right no-repeat;
}
.tabcurrent:link, .tabcurrent:visited
{
	text-decoration: none;
	color: #A0A1A5;
	background:#E8F0F7 url("images/corner_r.gif") top right no-repeat;
}

.tab:hover, .tabcurrent:hover
{
	text-decoration: underline;
	color: #A0A1A5;
}

#tab_copy
{
	color:#A0A1A5;
	font-size:.9em;
	font-weight:normal;
	/*line-height:1.8em;*/
}
#tab_copy a, a#tab_link:link, a#tab_link:visited{color:#6699CC;}
/* end in-page tabs */

div#content
{
	margin:0 24px 0 42px;
	padding:.1em 24px 0 0;
	text-align:left;
	clear:both;
	background:#E8F0F7 url("images/contentbg-right.gif") top right repeat-y;
}
#left_content
{
	float:left;
	width:430px;
}
#intro_text
{
	color:#502F92;
	font-size:.9em;
	font-weight:normal;
}
#intro_text p
{
	/*line-height:1.8em;*/
}
#flash_rotate
{
	width:403px;
	height:447px;
	margin-left:460px;
}

#thumbstrip
{
	margin-left:20px;
	/*padding:5px 12px 13px 6px;*/
	float:right;
	text-align:center;
}
#thumbnav{padding-top:8px;width:100%;}
/*#thumbstrip img{border:2px solid #6699CC;}*/
#thumbcaption{color:#333;font-weight:bold;margin-bottom:8px;
font-style:normal;}

#thumbtopleft
{
	background:url("images/thumbstrip_bg_topleft.png") top left no-repeat;
	width:16px;
	height:30px;
}
#thumbtop
{
	background:url("images/thumbstrip_bg_top.png") top left repeat-x;
	height:30px;
	padding-right:6px;
}
#thumbtopright
{
	background:url("images/thumbstrip_bg_topright.png") top left no-repeat;
	width:16px;
	height:30px;
}
#thumbleft
{
	background:url("images/thumbstrip_bg_left.png") top left repeat-y;
	width:16px;
}
#thumbcenter
{
	padding-right:6px;
	background-color:#fff;
}
#thumbright
{
	background:url("images/thumbstrip_bg_right.png") top left repeat-y;
	width:16px;
}
#thumbbottomleft
{
	background:url("images/thumbstrip_bg_bottomleft.png") top left no-repeat;
	width:16px;
	height:18px;
}
#thumbbottom
{
	background:url("images/thumbstrip_bg_bottom.png") top left repeat-x;
	height:18px;
	padding-right:6px;
}
#thumbbottomright
{
	background:url("images/thumbstrip_bg_bottomright.png") top left no-repeat;
	width:16px;
	height:18px;
}

.thumbs_layout
{
	
}
.thumb
{
	float:left;
	width:200px;
	height:170px;
	margin:1em 45px 1em 45px;
	text-align:center;
}

div#footer
{
	clear:both;
	padding:48px 34px 24px;
	color:#999;
	font-size:11px;
	font-weight:bold;
	background:#fff url("images/contentbg-bottom.gif") top center no-repeat;
}
#left_footer
{
	float:left;
}
#center_footer
{
	
}
#right_footer
{
	float:right;
}
/*#footer a{color:#999;text-decoration:none;}
#footer a:hover{color:#999;text-decoration:underline;}*/

table.normal
{
	margin:1em 0;
}
.normal td, .normal th
{
	padding:2px 10px 2px 0;
	vertical-align:top;
}