/* CSS Document */


body 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:100%;
    line-height:1.75em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

}

.bodytext p {
    font-size:0.875em;
}

.sidenote {
    font-size:0.75em;
}
</style>

<!--[if !IE]>-->

body {
    font-size:12px;
}

<!--<[endif]-->

.captiontext 
{
	color: #666666; 
	font-size: 9px; 
}

ul
{ 
	list-style-image: url("images/bullet.gif");
    font-size:0.8em;

}


#content-container
{
	float: left;
	width: 950px;
	background: #fff url(images/rh-panel-bg.gif) no-repeat 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 575px;
	padding: 10px 0;
	margin: 0 0 15px 28px;
	display: inline;
}

#content h1 {
	color: #6b818c;
	border-bottom: 1px dotted #CCCCCC; 
	font-weight: normal;
    font-size:2em;
    line-height:2.1em;
	font-family: 'Molengo', Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}
#content h2 {
	color: #4589b2;
	font-weight: normal;
    font-size:1.4em;
    line-height:1.6em;
	font-family: 'Molengo', Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}


a:visited 
{ 
	color: #35515a; 
	text-decoration: underline 
}

a:link 
{ 
	color: #0067e8; 
	text-decoration: underline; 
}

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

a:active 
{ 
	color: #CCCCCC; 
	text-decoration: none; 
}

#container
{
	margin: 0 auto;
	width: 950px;
	background: #fff;
}

#header
{
	background: #8a989f repeat-none 100% 0;
}

#navigation
{
	float: left;
	width: 950px;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#35515a;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_current_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_current_right.gif) no-repeat right top; /*right tab image path*/
}


#asidehead
{
	float: right;
	width: 245px;
	padding: 20px;
	margin: 0 0 0 0;
	display: inline;
}

#asidehead h3 
{ 
	font-family: 'Molengo', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0; 
	color: #fff;
	line-height: 10px;
}


#asidebody h4 
{ 
	color: #d9faff;
	line-height: -40px;
	font-family: 'Molengo', Verdana, Arial, Helvetica, sans-serif;
}

#asidebody
{
	float: right;
	background: #6e7e86; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7e86', endColorstr='#8a989f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6e7e86), to(#8a989f)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6e7e86,  #8a989f); /* for firefox 3.6+ */
	width: 245px;
	padding: 20px;
	margin: 0 0 0 0;
	display: inline;
}

#asidebody p 
{ 
	margin: 0 0 28px 0; 
	color: #fff;
    font-size:0.875em;
    line-height:1.75em;
	font-weight: bold;
}

#asidebody a{
	color: #8cebff; 
	font-weight: bold; 
	link-color: #8cebff;
}

#asidebody a:visited 
{ 
	color: #eaeaea; 
	font-weight: bold; 
	text-decoration: underline 
}

#asidebody a:hover 
{
	color: #8cebff; 
	text-decoration: none;
}

.smaller {
    font-size:0.75em;
}
#footer
{
	color: #6a6a6a;
	clear: left;
	background: #c0cbd2;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 15px 10px 25px 0;
	height: 1%;
}

#email
{
	float: right;
	position: absolute;
	width: 245px;
	padding: 20px;
	margin: 0 0 0 0;
	display: inline;
	background: #8a989f url(images/email-icon.gif);
}


