@import url("css/menu.css");
*
{
	margin: 0;
	padding:0;
}
img 
{
	border: 0;	
}
.clear-both
{
	clear: both;
}
.clear-right
{
	clear: right;
}
.clear-left
{
	clear: left;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
body, .Normal
{
	font-family: Tahoma;
}
.Normal
{
   font-size: 1em; 
}
h1
{
    font-size: 1.5em;
}
h2
{
    margin: 20px 0 5px 0;
    color: #333333;
    font-size: 1.16em;
    font-weight: bold;
}
h3
{
    margin: 20px 0 5px 0;
    font-size: 1em;
    color: #333333;
    font-weight: bold;
}
ol, ul
{
    margin: 10px 20px;
}
ul li
{
    list-style-type: disc;
    margin: 2px 0;
}
p
{
    margin: 10px 0;
}
body
{
    font-size: 0.75em;
	background: #ffffff url('images/bg.png') repeat-x fixed;
}
table td
{
    font-size: inherit;
}
#container
{
	width: 881px;
	margin: 0 auto;
}
#headerTop
{
    margin-top: 40px;
}
#headerTop, #footer
{
	width: 871px;
}
#headerTop *
{
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}
#headerTop a:hover
{
	color: #d3941a;
}
#headerMain
{
	margin-top: 8px;
	position: relative;
	height: 132px;
}
#headerBody, #headerBody DIV
{
	height: 98px;
}
#headerFill
{
	background-color: #ffffff;
	margin-right: 428px;
}
.shadow-tr
{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	top: -10px;
	background: url('images/shadow-corners-small.png') no-repeat right top;
}
.shadow-bl
{
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	bottom: 0px;
	background: url('images/shadow-corners-small.png') no-repeat left bottom;
}
.shadow-br
{
	background: url('images/shadow-corners.png') no-repeat right bottom;
}
.shadow-tl
{
	position: relative;
	left: -10px;
	top: -10px;
	padding: 10px 0 0 10px;
	background: url('images/shadow-corners.png') no-repeat left top;
}
.corner
{
	width: 6px;
	height: 6px;
	background-image: url('images/corners-white.png');
}
.corner-tl
{
	background-position: left top;
}
.corner-tr
{
	background-position: right top;
}
.corner-bl
{
	background-position: left bottom;
}
.corner-br
{
	background-position: right bottom;
}
#logo
{
	background: url('images/logo.png') no-repeat left top;
	width: 367px;
	float: left;
}
#headerImage
{
	background: url('images/header.png') no-repeat right top;
	float: right;
	width: 428px;
}
#nav-left-corner
{
	background: url('images/top-nav-corners.png') no-repeat left bottom;
	width: 5px;
	height: 34px;
	float: left;
}
#nav-right-corner
{
	background: url('images/top-nav-corners.png') no-repeat right bottom;
	width: 5px;
	height: 34px;	
	float: right;
}
#navigation
{
	background: #d3941a url('images/top-nav-rpt.gif') repeat-x 6px top;
	margin: 0 5px;
	height: 34px;
}
#contentWrapper
{
	position: relative;
	margin-top: 10px;
}
#topFill, #bottomFill
{
	height: 5px;
	margin: 0 6px;
	background-color: #fafafa;
}
#topFill
{
	border-top: 1px #a3a3a3 solid;
}
#bottomFill
{
	border-bottom: 1px #a3a3a3 solid;
}
#contentMain
{
	background-color: #fafafa;
	border-left: 1px #a3a3a3 solid;
	border-right: 1px #a3a3a3 solid;
	padding: 10px 0;
}
#footer
{
	font-size: 90%;
	color: #333333;
}
#footer p
{
    margin: 2px 0;
}
#footerMain
{
	margin-top: 10px
}
#memberLogoSpacer
{
	margin: 0 20px;
}
.memberLogo a
{
	color: #333333;	
}
.memberLogo a:hover
{
	color: #666666;
}
.memberLogo
{
	height: 102px;
	position: relative;
	float: right;
	min-width: 275px;
}
.memberLogo p
{
	position: absolute;
	top: 40%;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}
.memberLogo img
{
	float: right;
}
.pane-left
{
    float: left;
    width: 320px;
    margin-left: 10px;
}
.pane-right
{
    float: right;
    width: 250px;
    margin-right: 10px;
}
.pane-home-main
{
    margin-left: 340px;
}
.pane-content-main
{
    margin-right: 270px;
}
/* Containers */
.container #actions
{
    margin: 10px 0;
    text-align: right;
}
.container #actions img
{
    vertical-align: middle;
    margin-right: 4px;
}
.container .body
{
    padding: 0 10px;
}
.container .body a
{
    color: #1b7cf4;
    text-decoration: underline;
}
.container .body a:hover
{
    color: #be7b11;
}
.container .body a.more
{
    background: url('images/bullet-circle.png') no-repeat right 1px;
    padding: 0 20px 2px 0;
}
/* Green / Blue Containers */
.titlebar
{
    position: relative;
}
.titlebar #header
{
    font-family: Trebuchet MS;
    text-transform: uppercase;
    height: 28px;
    margin-bottom: 10px;
}
.titlebar h1
{
    color: #ffffff;
    height: 28px;
    line-height: 28px;
}
.titlebar .stripes
{
    width: 87px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 10px;
    background: url('images/containers/titlebar-stripes.png') no-repeat left center;
}
.titlebar .dots
{
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
    left: 16px;
    background: url('images/containers/dots.png') no-repeat left center;
    
}
.container-left h1
{
    padding-left: 35px;
}
.container-right h1
{
    padding-left: 25px;
}
.container-right .header-blue
{
    background: url('images/containers/container-blue-corner.png') no-repeat left center;
    padding-left: 10px;
}    
.container-left .header-blue
{
    background: url('images/containers/container-blue-corner.png') no-repeat right center;
    padding-right: 10px;
}    
.header-blue h1
{
    background: url('images/containers/container-blue-rpt.png') repeat-x left center;
}
.container-right .header-green
{
    background: url('images/containers/container-green-corner.png') no-repeat left center;
    padding-left: 10px;
}    
.container-left .header-green
{
    background: url('images/containers/container-green-corner.png') no-repeat right center;
    padding-right: 10px;
}    
.header-green h1
{
    background: url('images/containers/container-green-rpt.png') repeat-x left center;
}
/* Grey Rounded Container */
.box-grey
{
    position: relative;
    margin-bottom: 20px;
}
.box-grey .corner
{
    background-image: url('images/containers/box-grey.png');
}
.box-grey #tlc
{
    float: left;
    width: 5px;
    height: 32px;
    background-position: 0px 0px;
}
.box-grey #trc
{
    float: right;
    width: 5px; 
    height: 32px;
    background-position: 5px 0px;
}
.box-grey #header
{
    color: #ffffff;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    padding: 0 9px;
    margin: 0 5px;
    height: 32px;
    background: #ffffff url('images/containers/box-grey-rpt.png') repeat-x left center;
}
.box-grey #brc
{
    float: right;
    width: 6px;
    height: 6px;
    background-position: right bottom;
}
.box-grey #blc
{
    float: left;
    width: 6px;
    height: 6px;
    background-position: left bottom;
}
.box-grey #footer
{
    margin: 0 6px;
    border-bottom: solid 1px #adadad;
    height: 5px;
    width: auto;
    background-color: #ffffff;
}
.box-grey #content
{
    border-left: solid 1px #adadad;
    border-right: solid 1px #adadad;
    padding: 10px;
    background-color: #ffffff;
}
.photo-212
{
	position: relative;
	width: 212px;
	height: 141px;
	margin-bottom: 5px;
}
.photo-212 #overlay
{
	position: absolute;
	z-index: 200;
	background-image: url('images/photo-box-212.png');
	width: inherit;
	height: inherit;
}
.photo img
{
	position: absolute;
	z-index: 100;
}
.LinksDesignTable TD
{
    background: url('images/bullet-arrow.gif') no-repeat left center;
    padding: 2px 0 2px 12px;
}
.LinksDesignTable A
{
    color: #be7b11;
    text-decoration: underline;
}
.LinksDesignTable A:hover
{
    color: #1b7cf4;
}