/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
/*em, b, u, i, strong, center,*/
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************************/
/*                                     */
/*          General Typography         */
/*                                     */
/***************************************/

body {
	font-family: Arial;
	font-size: 0.75em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.copy 
{
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .75em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bolder
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6
{
	margin: 20px 0 5px 0;
}
.copy p
{
	margin: 10px 0;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
@font-face {
	font-family: 'DiavloBook';
	src: url('/fonts/diavlo_book_ii_37-webfont.eot'); /* IE */
	src: local('☺'), 
		url('/fonts/diavlo_book_ii_37-webfont.woff') format('woff'), 
		url('/fonts/diavlo_book_ii_37-webfont.ttf') format('truetype'), 
		url('/fonts/diavlo_book_ii_37-webfont.svg#webfont5lwo0arl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DiavloLight';
	src: url('/fonts/diavlo_light_ii_37-webfont.eot');
	src: local('☺'), 
		url('/fonts/diavlo_light_ii_37-webfont.woff') format('woff'), 
		url('/fonts/diavlo_light_ii_37-webfont.ttf') format('truetype'), 
		url('/fonts/diavlo_light_ii_37-webfont.svg#webfontQ3uMCo8V') format('svg');
	font-weight: normal;
	font-style: normal;
}

.leftFooter p
{
	font-size:48px;
	margin:0;
	padding:0 15px;
	color: #3399cc;
	font-family: DiavloLight, Sans-Serif;
	float:left;
}

.rightFooter
{
	float:left;
	width: 445px;
	padding-right: 10px;
}

.rightFooter h2, .rightFooter h3 { 
	margin: 0;
}

.rightFooter h2 {
	margin: 5px 0 5px 0;
}

.rightFooter h2, .footerAd .adxAdTitle
{
	color:#e38d1a;
	font-size: 18px;
	font-weight:lighter;
}

.rightFooter h3, .footerAd .adxAdCopy
{
	color: #ffffff;
	font-size: 12px;
	font-weight: lighter;
}

.rightFooter .whiteText
{
	color: #ffffff;
}

.footerAd
{
	padding: 0 10px 0 20px;
}

.footerAd .adxAdTitle a.adxAdLink, .footerAd .adxAdTitle a.adxAdLink:visited {
	color:#e38d1a;
}

.pageTitle 
{
	font-size: 24pt;
	font-family: DiavloBook, sans-serif;
	color: #b2d4eb;
}

.pageSubTitle
{
	font-size: 14pt;
	font-family: DiavloBook, sans-serif;
	color: #b2d4eb;
}

.breadcrumbs, .breadcrumbs a
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copy h1
{
	font-size: 20pt;
	color: #e38d1a;
}

.copy h2
{
	font-size: 18pt;
	color: #29abe2;
}

.copy h3
{
	font-size: 14pt;
	color: #000000;
}

.copy h4
{
	font-size: 13pt;
	color: #000000;
}

.copy h5
{
	font-size: 12pt;
	color: #000000;
}

.copy h6
{
	font-size: 11pt;
	color: #000000;
}

/*** Side-bar Page.aspx Navigation ***/
.rootNode a
{
	font-size: 24px;
	color: #ffffff;
	padding-bottom: 15px;
	font-family: DiavloBook, sans-serif;
	text-decoration: none;
}

.parentNode a
{
	color: #e38d1a;
	text-decoration: none;
}

.leafNode a
{
	color: #ffcc00;
	text-decoration: none;
}

.rootNode a:Hover, .parentNode a:Hover, .leafNode a:Hover, .selectedNode a
{
	color: #ffffff;
}

/***************************************/
/*                                     */
/*            General Layout           */
/*                                     */
/***************************************/

ul
{
	padding-left:15px;
}

/***************************************/
/*                                     */
/*    Layout & Specific Typography     */
/*                                     */
/***************************************/

/*** Master Page ***/

body {
	margin: 0;
	background-position: 0px 100px;
	background-image: url(/images/texture_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #BFA278;
	height: 810px;
}

.wrapper {
	width: 960px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-position: 0px 0px;
}

.header {
	width: 930px;
	height: 120px;
	font-weight: bold;
	color: #0f39c1;
	font-size: 9pt;
}

	.header .logo 
	{
		position:absolute;
		top: 10px;
	}
	
	.header .logo img
	{
		border-style: none;
	}
	
	.header .secondary_nav
	{
		background: url(/images/secondarynav_bkg.png) no-repeat;
		height: 41px;
		width: 800px;
		text-align: right;
		text-transform: uppercase;
		margin-left: 130px;
	}
	
	.header .secondary_nav ul {
		float:right;
		margin: 15px 45px 0 0;
	}

		.header .secondary_nav  li {
			float:left;
			display:inline;
			list-style: none;
		}

		.header .secondary_nav  a {
			padding: 5px 10px;
			text-decoration: none;
			white-space: nowrap;
			text-align:right;
			color:#0033cc;
		}
		
		.header .secondary_nav  a:hover {
			color: #ffffff;
		}
	
	.header .tertiary_nav
	{
		width: 815px;
		height: 40px;
		float:left;
	} 
	
		.header .tertiary_nav ul {
			float:right;
		}

		.header .tertiary_nav  li {
			float:left;
			display:inline;
			margin-right: 2px;
			list-style: none;
		}

		.header .tertiary_nav  a {
			padding: 5px 10px;
			text-decoration: none;
			white-space: nowrap;
			text-align:right;
			color:#0033cc;
		}
		
		.header .tertiary_nav  a:hover {
			color: #ffffff;
		}
		
	.header .login_btn
	{
		float:right;
		width: 102px;
		height: 35px;
		text-align:center;
		padding-top: 10px;
		background: url(~/images/login_bkg.png) no-repeat;
	}
	
		.header .login_btn a
		{
			text-decoration: none;
			text-transform: uppercase;
			color: #0f39c1;
		}
		
		.header .login_btn  a:hover {
			color: #ffffff;
		}
	


.main {

	height: 590px;
	width: 930px;
	background-image: url(/images/main_bkg.png);
	background-repeat: no-repeat;
}

.footer {
	width: 930px;
	font-size: 8pt;
	clear:both;
	margin: 0 auto;
}

.footer p
{
	margin-top: 10px;
}

.footer .smallFooterText
{
	font-size:7pt;
}

.footer .lt_footer 
{
	width: 200px;
	margin-left: 25px;
	float:left;  
}
.footer ul
{
	float:left;
	padding: 0;
	margin: 10px 0;
	width: 465px;
}

.footer li
{
	display: inline;
	float:left;
	list-style: none outside none;
	border-right: solid 1px black;
	padding: 0 5px 0 5px;
}

.footer a
{
	text-decoration: none;
	color: #000000;
}

.footer a:hover 
{
	color: #ffffff;
}

.footer li.first
{
	padding-left: 0;
}

.footer li.last
{
	border-right: none;
}

.footer .ct_footer 
{
	width: 465px;
	float:left;
}

.footer .rt_footer 
{
	width: 200px;
	float:left;
	margin-top: 10px;
}

/*** Page Master ***/

.document
{
	width: 930px;
	min-height: 350px;
	margin: 0 auto;
	background: url(/images/pageRepeat_bkg.png) repeat-y;

	background-position:center;
}

.document .document_wrapper
{
	background: url(/images/pageFlare_bkg.png) no-repeat;
	min-height: 350px;
	background-position:center top;

}

.document .LeftNav
{
	width: 230px;
	float:left;
	padding-left: 25px;
	padding-top: 20px;
}

.document .Content
{
	width: 617px;
	float:left;
	padding-left: 20px;
}

.clearfix
{ 
	clear:both;
}

.document_bottom
{
	clear:both;
	background: url(/images/pageBottom_bkg.png) no-repeat center top;
	margin: 0 auto;
	height: 74px;
	width: 912px;
	padding-top:35px;
}

.copy {
	float:left;
	width: 100%;
}

.poll
{
	width: 200px;
	float:right;
	margin: 10px 0 10px 10px;
	font-size: 11pt;
}

li.parentNode, li.leafNode
{
	list-style-image: url('/images/blue_arrow.png');
	margin-bottom: 7px;
}

li.parentNode:Hover, li.leafNode:Hover, li.selectedNode
{
	list-style-image: url('/images/orange_arrow.png');
}


/*** Copy ***/

div.copy ol {
	list-style: decimal outside;
	padding-left:1.5em;
	margin-left:0;
}

div.copy ul {
	list-style: disc outside;
	padding-left:1em;
	margin-left:0;
}


/*** Side-bar Secondary Navigation ***/

#secondaryNav {
	margin: 0 0 0 8px;
}

#secondaryNav .rootNode {
	font-size: 24px;
	color: #ffffff;
	font-family: DiavloBook, sans-serif;
	text-decoration: none;
	margin-bottom: 20px;
}

#secondaryNav a.parentNode {
	color: #e38d1a;
	text-decoration: none;
	font-size: 14px;
}

#secondaryNav li 
{
	list-style-image: url("/images/blue_arrow.png");
	margin: 0 0 7px 7px;
}

#secondaryNav .rootNode a:Hover, #secondaryNav.parentNode a:Hover {
	color: #ffffff;
}

/***** login *****/

#login {
	margin: 10px 0 0 0;
}

#login table {
	width: 400px;
}

#login tr td:first-child {
	width: 115px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}

#login td {
	text-align: left;
}

#login tr td:first-child.checkbox {
	text-align: center;
}

#login label {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0 0 2px 5px;
}

#login .text {
	margin-bottom: 0.85em;
	width: 200px;
}

#login .error {
	font-style: italic;
	padding: 5px 0 0 0;
}

#login .validator {
	font-style: italic;	
}

#login .button {
	margin-top: 0.85em;
	float: left;
}

#login h2 {
	color: #000;
	font-weight: bold;
}

#login #signup table {
	width: 400px;
}

#login #signup tr td:first-child {
	width: 115px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}

#login .insert {
	margin: 1.5em -10px;
	padding: 0.75em 10px;
}

/** Buttons ***/

input.button, a.button {
	cursor: pointer;
	background: transparent url(~/images/button.png) no-repeat 0 0;
	border:none;
	height: 32px;
	width: 100px;
	display:block;
	font-family: "Diavlo Regular", Arial;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	line-height: 2.25em;
}

input.button {
	padding-bottom: 6px;
}

input.button:hover, a.button:hover {
	background: url(~/images/button.png) no-repeat 0 -32px;
}

div.form-field-group.actions input.button, div.form-field-group.actions a.button {
	float: left;
}


/*** Page Comments ***/

#comments, #post-comment {
	background-color: #EFF5FA;
	border: solid 1px silver;
	margin: 10px 0 0 0;
	padding: 5px;
}

#comments h3, #post-comment h3 {
	margin: 0;
}

#comments ul li {
	background-color: #CCD9E4;
	border: solid 1px silver;
	list-style-type: none;
	margin: 5px 5px 10px 5px;
	padding: 7px;
}

#comments .comment p {
	margin-bottom: 0.5em;
}

#comments h6 {
	color: #888;
	font-weight: normal;
}

#comments h6 .date {
	font-size: 10px;
}

#comments .comment {
	padding-bottom: 5px;
	padding-top: 5px;
}

#post-comment #textarea {
	margin: 5px;
}

#post-comment textarea {
	width: 100%;
}

#post-comment input {
	margin: 10px 0;
	padding: 5px 10px;
}

/*** Page Comment Ratings ***/

#AverageRating {
	cursor: default;
}

.rating {
	margin-bottom: 1.5em;
	clear:both;
}

.rating h6 {
	font-weight: normal;
	margin-bottom: 0;
}

.rating-stars {
	margin-bottom: 0.9em;
}

.rating-star {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 0pt;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 20px;
}

.user-rating {
	clear:both;
}

.user-rating .rating-star {
	cursor: pointer;
}

.user-rating .readonly {
	cursor: default;
}

.rating-star-empty {
	background-image: url('~/xrm-adx/samples/images/star-empty.png');
}

.rating-star-filled {
	background-image: url('~/xrm-adx/samples/images/star.png');
}

.rating-star-saved {
	background-image: url('~/xrm-adx/samples/images/star-saved.png');
}

#vote {
	padding: 3px 3px 3px 3px;
	border: dashed 1px #e3e3e3;
	background-color: #fafafa;
	width: 300px;
}

#vote h6 {
	margin-bottom: 0;
}

#vote .vote-totals {
	width:auto;
	margin:0 auto;
}

#vote .user-vote {
	float: right;
	margin-top: -17px;
	width:auto;
}

#vote .count {
	color:#3E3535;
}

#vote .user-vote input, .user-vote img, .vote-counts input, .vote-counts img {
	vertical-align:bottom;
}



/***** Careers - Job Postings ****/

ul.crm-listing {
	list-style: none;
	margin: 0.25em 0 1.5em 0;
	padding: 0;
	color: #666;
}

#job-postings .posting {
	background-color: #eff5fa;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
	clear: both;
}

.crm-listing {
	clear: both;
}

.crm-listing h4 {
	color: #003366;
	font-size: 12px;
	margin-bottom: 0.75em;
}

.crm-listing p {
	margin: 0.75em 0;
	line-height:1.2em;
}

#job-postings .closingon {
	font-size: 12px;
}

#job-postings .closingon span {
	color: #003366;
}

#job-postings a.apply-link {
	display: block;
	font-weight: bold;
	text-align: right;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

#job-postings a.apply-link:visited
{
	color:#000099;
}

a.job-postings-feed {
	background: url("~/xrm-adx/samples/images/feed_add.png") no-repeat 7px 50%;
	display: block;
	margin: 12px 0;
	float: right;
	border: solid 1px #CCC;
	font-size: 0.85em;
	font-weight: bold;
	padding: 6px 10px 6px 30px;
}

a.job-postings-feed:hover {
	background-color: #EEE;
	text-decoration: none;
}

/***** Careers - Job Application ****/

#job-application fieldset {
	background-color: #eff5fa;
	border-style: none;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
	clear: both;
}

#job-application fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#job-application fieldset label {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

#job-application fieldset ul li {
	margin-bottom: 10px;
}

#job-application fieldset ul input, #job-application fieldset ul textarea {
	width: 550px;
}

#job-application fieldset ul textarea {
	height: 100px;
}

#job-application fieldset ul select {
	width: 160px;
}

#job-application fieldset input.PostButton {
	margin: 5px 0;
}

#job-application fieldset #new-note {
	float: left;
	width: 260px;
}

#job-application fieldset #new-note label {
	background: url("~/xrm-adx/samples/images/note_add.png") no-repeat 0 50%;
	padding: 1px 0 2px 22px;
}

#job-application fieldset #new-note textarea {
	width: 100%;
	height: 122px;
}

#job-application fieldset #updatable-ticket-data {
	float: right;
}

#job-application fieldset #updatable-ticket-data label {
	padding-bottom: 2px;
}

#job-application fieldset #attachment label, #job-application fieldset #new-attachment label {
	background: url("~/xrm-adx/samples/images/attach.png") no-repeat 1px 1px;
	padding: 2px 0 2px 22px;
}

#job-application fieldset #attachment label {
	width: 500px;
}

#job-application fieldset #new-attachment label {
	width: 100%;
}

#job-application fieldset #new-attachment input {
	width: 440px;
}

#job-application .validation-marker {
	font-size: 0.7em;
}

#job-application .validation-message {
	font-size: 0.7em;
	margin-bottom: 1em;
	padding: 0.25em 1em 0.75em 1em;
	border-top: 1px solid red;
	background: #FFCCCC;
}

#job-application .validation-message li {
	margin: 0.1em 0;
	padding: 0;
}

#job-application p.message {
	margin: 1.5em 0 3em 0;
	font-size: 0.7em;
	color: #333;
}

#job-application .field-info {
	font-size: smaller;
	color: #666;
	font-weight: normal;
	font-style: italic;
}

.ClosingDate
{
	font-weight:bold;
}

.contactOptions
{
	padding-top:10px;
}

#ProfileContinueButton
{
	margin-right:50px;
}

#ProfileContinueButton .button
{
	float:right;
}

#ConfirmationDisplay div
{
	display:inline;
}

#ConfirmationDisplay span
{
	margin-left:-2px;
}/***** Manually Generated Forms *****/

.contactOptions 
{
	margin-top: 20px;
}

.register-form
{
	margin-top: 10px;
}
.row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.row {
	clear: both;
	margin-bottom: 5px;
}

.field {
	float: left;
	width: 280px;
	margin-right: 25px;
}

.field label {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top:4px;
	color: #234479;
}

.field input.text, .field select {
	padding: 2px;
	width: 91%;
	margin-bottom:2px;
}

.row.full .field input.text, .row.full .field select, .row.full .field textarea.text {
	width: 200%;
}

.actions .register-button {
	padding: 2px 4px;
}

fieldset {
	margin-bottom: 1em;
}

legend {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

.text {
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
	color: #000;
	
	background: #fbf7d9;
}

/***** Styles for Forms generated by the CrmEntityFormView control *****/

/***** Supports one and two column forms *****/

.crmEntityFormView {
	margin: 15px 0 15px 0;
	padding: 7px 10px;
	/*border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background: #fbf7d9;*/
}

.crmEntityFormView table.tab {
	width: 100%;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
}

.crmEntityFormView table.section {
	margin: 0 0 5px 0;
	width: 100%;
}

.crmEntityFormView table.section caption {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align:left;
	font-weight: bold;
	font-size: 13px;
	color: #234479;
}

.crmEntityFormView table.section caption.show-bar {
	border-bottom: 1px solid #c0c0c0;
}

.crmEntityFormView td.cell {
	width: 50%;
	padding: 0 0 10px 10px;
}

.crmEntityFormView table.section td.cell:first-child {
	padding: 0 10px 10px 0;
}

.crmEntityFormView table.section td.cell:last-child {
	padding-right: 0;
}

.crmEntityFormView td.cell div.info {
	float:left;
	padding: 0 0 1px 0;
}

.crmEntityFormView td.cell.checkbox-cell div.control {
	float:left;
}

.crmEntityFormView td.cell div.control {
	padding: 0 5px 0 0;
}

.crmEntityFormView td.cell div.info.required label:after {
	content: ' *';
	color: red;
}

.crmEntityFormView td.cell div.info.required div.validators {
	display: none;
}

.crmEntityFormView td.cell div.info div.validators {
	margin: 0 0 0 3px;
	float: left;
	color: Red;
}

.crmEntityFormView td.cell input[type=text], td.cell select, td.cell textarea {
	float:left;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
	color: #000;
	width: 100%;
	background: #fbf7d9;
}

.crmEntityFormView td.cell input, td.cell select {
	padding: 2px;
}

.crmEntityFormView td.cell div.control span.checkbox {
	float: left;
}

.crmEntityFormView td.cell input[type=checkbox] {
	margin: 0 0 2px 0;
}

.crmEntityFormView td.cell label {
	float: left;
	font-weight: normal;
	font-size: 12px;
	color: #234479;
}

.crmEntityFormView td.cell input[type=radio] {
	margin: 2px 3px 2px 3px;
	float:left;
}

.crmEntityFormView td.datetime-cell input.date {
	width: 75px;
}

.crmEntityFormView td.datetime-cell select.time {
	width: 80px;
}

.crmEntityFormView td.empty-cell {
}

.crmEntityFormView td.web-resource-cell {}

.crmEntityFormView td.web-resource-cell iframe {}

.crmEntityFormView .validation-summary {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.crmEntityFormView .validation-summary ul {
	margin: 0;
	list-style: none;
}

.crmEntityFormView input[type=submit] {
	cursor: pointer;
	background: transparent url(~/images/button.png) no-repeat 0 0;
	border:none;
	height: 32px;
	width: 100px;
	display:block;
	font-family: "Diavlo Regular", Arial;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	line-height: 2.25em;
	padding-bottom: 6px;
}

.crmEntityFormView input[type=submit]:hover {
	background: url(~/images/button.png) no-repeat 0 -32px;
}

/* Captcha */

.captcha-cell {
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.captcha-cell input[type=text] {
	margin: 5px 0 0 0;
	width: 175px;
	background: #fbf7d9;
}

.captcha-cell div.info {
	float: left;
	padding: 0 0 1px 0;
}

.captcha-cell div.control {
	clear: both;
}

.captcha-cell div.info label {
	float: left;
	color: #234479;
}

.captcha-cell div.info div.validators {
	margin: 0 0 0 3px;
	float: left;
	color: Red;
}

.captcha-cell div.info div.validators span {
	visibility: visible !important;
}/******Forum*******/
.page-summary {
	margin-bottom: 1.5em;
}

.forum-header {
	font-size: 0.9em;
	text-transform: capitalize;
	padding: 3px;
	margin-bottom: 0px;
	font-weight:bold;
}

.forum-postcreator-header {
	font-size: 0.9em;
	text-transform: capitalize;
	padding: 3px;
	margin: -10px 0 10px -10px;
	font-weight:bold;
}

.forum-threads {
	border: solid 1px #ADADAD;
	padding: 10px 0 10px 10px;
}

div.forum-threads {
	background: #dfd1bc;
}

ul.forum-threads {
	margin: 0;
	margin-bottom: 1em;
	background: #dfd1bc;
}

ul.forum-threads.thread {
	background: none;
}

ul.thread {
	margin-bottom: 0;
}

ul.forum-threads li.forum-row {
	float: left; /****ff only remove later****/
	width: 600px;
	padding-bottom: 18px;
	padding-top: 5px;
	border-top:solid 1px #ADADAD;
	*float: none;  
}

ul.forum-threads li.forum-row .thread-summary {
	float:left;
	width:365px;
	margin-left:12px;
}

ul.forum-threads li.forum-row .thread-summary a {
	color: #234479;
}

ul.forum-threads li.forum-row .thread-summary a:visited {
	color: #234479;
}


ul.forum-threads li.forum-row .has-answer img {
	margin-right: 5px;
}

ul.forum-threads li.forum-row .stats {
	width: 72px;
	float:left;
	text-align:center;
	margin: 3px 0 3px 0;
}

ul.forum-threads li.first-row {
	padding-bottom: 5px;
	border:none;
}

ul.forum-threads li.first-row .thread-summary {
	width:508px;
}

.thread-details {
	font-size:0.9em;
}

ul.forum-threads img {
	margin-top: 5px;
	float: left;
}

ul.forum-threads li.forum-footer {
	padding:0;
	border: none;
	margin-top: 10px;
	margin-left:12px;
}

.thread-summary .name {
	font-weight:bold;
	font-size:1.2em;
}

.forum-post-comment {
	width:95%;
	height:200px;
}

.forum-post-subject {
	width:85%;
}

a.forum-alert {
	float:right;
	vertical-align:middle;
	text-decoration:none;
	background:  url('/xrm-adx/samples/images/bell.png') no-repeat left center;
	padding-left: 20px;
}

.stats {
	width: 72px;
	float:left;
	text-align:left;
	margin: 3px 0 3px 0;
}

.forum-subheader {
	width:144px;
	float: right; 
	margin-right: 30px;
}

.forum-footer {
	padding:0;
	border: none;
	margin-top: 10px;
	margin-left:12px;
	margin-bottom:10px;
}

.form .form-field-group {
	margin-bottom: 1em;
}

/****ForumThread********/

.thread-menu {
	background-color: #ADADAD;
	color:#FFFFFF;
	float:right;
	padding: 0px 0px;
}

input.button-delete {
	background:  url('/xrm-adx/images/delete.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

input.button-edit {
	background:  url('/xrm-adx/samples/images/edit.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

input.button-helpfull 
{
    background:  url('/xrm-adx/samples/images/star_yellow.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

input.button-answer 
{
    background: url('/xrm-adx/samples/images/check2.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

.thread-menu .button-container {
	float:left;
}

.thread-menu input {
	padding: 2px 10px 2px 20px;
	border: 1px solid white;
	border:none;
	margin: 2px 10px 3px 10px;
}
.thread-menu input:hover {
	background-color:#E0E0E0;
}

ul.thread {
	border:none;
	padding: 0px;
}

ul.thread li {
	background: #dfd1bc;
	border: solid 1px #ADADAD;
	margin-bottom: 1em;
}

.thread-info {
	float:left;
	margin: 5px 0 2px 1em;
	width:350px;
}

.thread-answer, .thread-vote {
	float:right;
	margin: 2px 5px;
	font-size: 0.85em;
}

.thread-answer {
	padding-left: 23px;
	background: url('/xrm-adx/samples/images/question_and_answer_16.png') no-repeat 4px;
}

.thread-vote 
{
    background: url('/xrm-adx/samples/images/star_yellow.png') no-repeat 4px;
	padding-left: 23px;
}

.thread-content {
	padding:1em;
	padding-bottom: 1em;
	text-align:left;
	line-height: 1.5;
	clear:both;
}

.thread-content ul, .thread-content ol {
	margin-bottom:1em;
	margin-left:1em;
}

.thread-content ul li {
	border: none;
	margin-left: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:disc;
	margin-bottom: 0px;
}

.thread-content ol li {
	border: none;
	margin-left: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:decimal;
	margin-bottom: 0px;
}

div.thread-content strong em {
	font-weight:bold;
}

a.forum-abuse {
	display: block;
	margin-right: .5em;
	text-align: right;
	text-decoration:none;
}

.forum-moderation-panel {
	background-color:#a4ccd9; 
	border:dotted 2px Silver;
	padding:7px;
	color:White;
}

.forum-moderation-panel input {
	border: 1px solid white;
	border:none;
	margin: 2px 5px 3px 5px;
}

.forum-moderation-panel input:hover {
	background-color:#E0E0E0;
}

ul#post-notes {
	margin-bottom: 0;
}

#post-notes li {
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 10px 0 10px;
}

ul#post-notes li p.note-data {
	color: #666;
	font-size: 0.85em;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul#post-notes li a.note-attachment {
	float: right;
	font-size: 0.85em;
}

ul#post-notes li p.note-content {
	clear: both;
	margin-bottom: 1em;
}

/***** Pagination *****/

.pagination {
	clear:both;
	float:right;
	margin: 0 10px 10px 0;
}

.pagination input {
	vertical-align:middle;
}

.pagination .summary {
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

.pagination .currentpage {
	font-weight: bold;
}

/***** TinyMCE Editor *****/

.mceEditor {
	width:665px !important;
}/***** Ads *****/

.AdSection {
	margin: 0 20px;
}
.adxAdSubhead {
	font-size: 0.8em;
	color: #003366;
	font-weight: bold;
	display: block;
	padding: 0px 15px 0px 15px;
}
.adxAdSubhead a, .adxAdSubhead a:visited {
	color: #003366;
}
.adxAdSubhead a:hover {
	color: #003366;
	text-decoration: underline;
}
.adxCaption {
	text-align: center;
	font-size: 0.6em;
	color: #003366;
	padding: 2px 8px 0px 8px;
	display: block;
}
.adxCaption a, .adxCaption a:visited {
	color: #003366;
}
.adxCaption a:hover {
	text-decoration: underline;
	color: #003366;
}
.adxCaption p {
	margin: 0px;
}
.adxAdCopy {
	font-size: 0.7em;
	color: #999999;
}

.adxAdCopy p {
	margin: 0px;
}

.adxAdLink img {
	border: none;
}

.Ad {
	margin: 5px 0 5px 0;
	text-align: center;
}
/***** Polls *****/

.PollSection {
	border: dashed 1px #e38d1a;
	padding: 10px;
}

.PollSection .PollTitle {
	font-size: 1em;
	color: #3399cc;
	font-weight: bold;
}

.PollSection .PollSecondTitle {
	color: #3399cc;
}

.PollSection .adxPollQuestion {
	font-weight: normal;
	font-size: 10pt;
	color: #999;
	margin-bottom: 10px;
	padding: 0px 5px 0px 0px;
}

.PollSection .adxPollQuestion p {
	margin: 0;
}

.PollSection .adxPollResponse {
	font-size: 10pt;
	color: #999;
	vertical-align: middle;
	cursor: pointer;
	padding-top: 2px;
}

.adxPollBar {
	background-color: #3399cc;
}

.adxPollButton {
	margin: 10px 0 10px 0;
	cursor:pointer;
	background: transparent url(~/images/button.png) no-repeat 0 0;
	border:none;
	height: 32px;
	width: 100px;
	display:block;
	font-family: "Diavlo Regular", Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	line-height: 2.25em;
	padding-bottom: 6px;
}

.adxPollButton:hover {
	background: url(~/images/button.png) no-repeat 0 -32px;
}

.adxPollViewLink {
	color: #3399cc;
}

.adxPollViewLink a, .adxPollViewLink a:visited {
	color: #3399cc;
	font-weight: bold;
	background: url('~/images/orange_arrow.png') no-repeat left center;
	padding-left: 20px;
	text-decoration: none;
	
}

.adxPollViewLink a:hover {
	color: #3399cc;
	font-weight: bold;
	text-decoration: underline;
}

.adxPollViewArchivesLink {
	color: #3399cc;
	clear: both;
}

.adxPollViewArchivesLink a, .adxPollViewArchivesLink a:visited {
	color: #3399cc;
	font-weight: bold;
}

.adxPollViewArchivesLink a:hover {
	color: #3399cc;
	font-weight: bold;
	text-decoration: underline;
}

.adxPollPercentage {
	color: #3399cc;
}

.adxPollResponseTotal {
	color: #3399cc;
}

.PollSection table {
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}

.adxPollResponse td {
	padding-bottom: 5px;
}

.adxPollResultsTable td {
	line-height: 0.9em;
	padding-bottom: 0;
}

.PollSection .adxEmptyRow td {
	line-height: 0.65em;
}

.PollSection input[type=radio] {
	float: left;
	margin-right: 5px;
}

.PollSection .adxPollResponse label {
	display: block;
	margin-left: 24px;
}

/****** Poll Archives Page ****************/

#PollArchives {
	clear: both;
	background-color: #EFEFEF;
	border: solid 1px silver;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#PollArchives ul li {
	
	list-style-type: none;
	color: #333333;
	padding: 3px 3px 3px 3px;
}

#PollArchives ul {
	margin-bottom: 10px;
}

#PollArchives .TotalLabel {
	color: #3399cc;
}

#PollArchives .Total {
	color: #3399cc;
	font-weight: bold;
	margin-left: 5px;
}

#PollArchives .Question {
	font-size: 1.0em;
	color: #3399cc;
	font-weight: bold;
	margin-bottom: 7px;
}

#PollArchives li .Count {
	font-size: 0.8em;
	color: #666666;
}

#PollArchives li .Bar {
	background-color: #3399cc;
	color: White;
	text-align: center;
	float: left;
}

#PollArchives li .Percent {
	font-size: 1.0em;
	color: #3399cc;
	font-weight: bold;
	width: auto;
	margin-left: 5px;
	float: left;
}

#PollArchives li .Response {
	clear: both;
}

.PollArchivesSeperator {
	height: 1px;
	width: 90%;
	background-color: #C0C0C0;
	margin-bottom: 10px;
}

.PollArchivesNoResponses {
	clear: both;
	color: #3399cc;
	font-style: italic;
	margin-left: 15px;
	margin-bottom: 5px;
}

.PollArchivesEmpty {
	clear: both;
	color: #3399cc;
	text-align: center;
	background-color: #EFEFEF;
	border: solid 1px silver;
	padding: 30px;
	margin: 70px;
}/***** Search *****/

.search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-results li {
	margin-bottom: 1.5em;
}

.search-results li a {
	font-weight: bold;
	color: #3399cc;
	text-decoration: none;
}

.search-results li .title {	
}

.search-results li a:hover {
	text-decoration: underline;
}

.search-results li .fragment {
	margin: 0;
}

.search-results li .url {
	color: #e38d1a;
	font-size: 0.833333em;
	font-weight: normal;
	line-height: 0.9em;
}

.search-results .querytext, .search-results .highlight {
	background-color: #FFFCAC;
	font-style: normal;
}

.search-results .search-result-pager {
	margin: 1.5em 0;
}

.search-results .search-result-pager a[disabled=disabled] {
	color: #aaa;
	text-decoration: none;
}/***************************************/
/*                                     */
/*            Home Page                */
/*                                     */
/***************************************/

    .main .lt_column
    {
        width: 680px;
        float:left;
        padding-left: 12px;
    }

        .main .lt_column .top {
            height: 330px;
            padding-top: 20px;
            padding-left: 20px;
        }

        .main .lt_column .middle 
        {
            height: 115px;
            padding-left: 10px;
            padding-top: 25px;
        }
        
        .main .lt_column .middle h1
          {
              margin:0;
          }
          
        .main .lt_column .middle ul
          {
              padding:0;
              margin:0;
          }
        
         .main .lt_column .middle ul li
          {
              list-style:none;
          }
        
            .main .lt_column .middle .block_nav
            {
                width: 161px;
                height: 120px;
                background: url(/images/blocknav_bkg.png) no-repeat;
                float: left;
                padding-left: 5px;
            }
            
                .main .lt_column .middle .block_nav .colorblock_1
                {
                    width: 121px;
                    height: 80px;
                    padding: 10px;
                    margin: auto;
                    background-color: #0071bc;
                }
                
                .main .lt_column .middle .block_nav .colorblock_2
                {
                    width: 121px;
                    height: 80px;
                    padding: 10px;
                    margin: auto;
                    background-color: #cc3300;
                }
                
                .main .lt_column .middle .block_nav .colorblock_3
                {
                    width: 121px;
                    height: 80px;
                    padding: 10px;
                    margin: auto;
                    background-color: #e38d1a;
                }
                
                .main .lt_column .middle .block_nav .colorblock_4
                {
                    width: 121px;
                    height: 80px;
                    padding: 10px;
                    margin: auto;
                    background-color: #0e1a63;
                }
                
                .main .lt_column .middle .block_nav h1 a
                {
                    color: #ffffff;
                    text-decoration: none;
                    font-weight:lighter;
                    font-family: DiavloBook, sans-serif;
                    font-size: 17pt;
                    margin: 0;
                }

        .main .lt_column .bottom {
            height: 34px;
            
            padding-top: 25px;
        }

    .main .rt_column {
        width: 200px;
        padding-right: 38px;
        float:right;
    }

        .main .rt_column .top 
        {
            height: 330px;
            overflow:hidden;
        }
        
        .main .rt_column .top .feedback
        {
            background: url(/images/feedback_bkg.png) no-repeat;
            width: 204px;
            height: 23px;
            margin-top: 20px;
            padding: 3px 3px 10px 3px;
            color: #ffffff;
            font-family: Arial;
        }
        
        .main .rt_column .top .feedback p
        {
            margin: 0;
        }
        
        .main .rt_column .bottom
        {
            height: 225px;
            overflow:hidden;
        }
        
        .main .rt_column .bottom ul
        {
            padding:0;
            margin: 13px 10px 10px 10px;
            font-family:Arial;
        }
        .main .rt_column .bottom li
        {
            list-style:none;
        }
        .main .rt_column .bottom ul a
        {
            color:#e38d1a;
            font-size: 12pt;
            font-weight:bold;
            text-decoration:none;
        }
        .main .rt_column .bottom ul div
        {
            color:#0071bc;
            font-size: 9pt;
            margin-bottom: 10px;
            margin-top: 3px;
        }
        
        .main .rt_column .bottom ul div p {
        	margin: 0;
        }

/**** Home Page Ad *****/

.main .rt_column .top .adxAdTitle .adxAdLink
{
    color: #e38d1a;
    text-decoration: none;
    font-family:Arial;
}

.main .rt_column .top .adxAdTitle {
	margin: 0 0 5px 0;
}

.main .rt_column .top .adxAdTitle .adxAdLink:hover
{
    color: #ffffff;
    text-decoration: none;
}

.main .rt_column .top .adxAdCopy
{
    color: #ffffff;
    font-family:Arial;
    font-size: 9pt;
    margin: 5px 0 0 0;
    line-height: 16pt;
}

/***************************************/
/*                                     */
/*          Secondary Page             */
/*                                     */
/***************************************/

.Weblinks ul
{
    padding: 0;
}

.Weblinks ul li
{
    list-style:none;
}

.linkTitle a
{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

.linkDescription a
{
    text-decoration: none;
    font-style:italic;
}

.LeftNavBlocks
{
    margin-top:25px;
}

.LeftNavBlocks h1
{
    margin:0;
}
          
.LeftNavBlocks ul
{
    padding:0;
    margin:0;
}
        
    .LeftNavBlocks ul li
    {
        list-style:none;
    }
    
.LeftNavBlocks .block_nav
            {
                width: 215px;
                height: 58px;
                background: url(/images/shadow_bkg.png) no-repeat;
            }
            
                .LeftNavBlocks .block_nav .colorblock_1
                {
                    width: 175px;
                    height: 23px;
                    padding: 10px;
                    margin: auto;
                    background-color: #0071bc;
                }
                
                .LeftNavBlocks .block_nav .colorblock_2
                {
                    width: 175px;
                    height: 23px;
                    padding: 10px;
                    margin: auto;
                    background-color: #cc3300;
                }
                
                .LeftNavBlocks .block_nav .colorblock_3
                {
                    width: 175px;
                    height: 23px;
                    padding: 10px;
                    margin: auto;
                    background-color: #e38d1a;
                }
                
                .LeftNavBlocks .block_nav .colorblock_4
                {
                    width: 175px;
                    height: 23px;
                    padding: 10px;
                    margin: auto;
                    background-color: #0e1a63;
                }
                
                .LeftNavBlocks .block_nav h1 a
                {
                    color: #ffffff;
                    text-decoration: none;
                    font-family: DiavloBook, sans-serif;
                    font-size: 14pt;
                }
                
/***************************************/
/*                                     */
/*           Standard Page             */
/*                                     */
/***************************************/

/*** Navigation ***/
ul#RootNode
{
    padding-left:15px;
}

ul#ParentNode
{
    padding-left:15px;
    font-size: 14px;
}

ul#LeafNode
{
    padding-left:20px;
    font-size: 12px;
}

li.rootNode
{
    list-style-type:none;
    margin-bottom: 20px;
    margin-left: -7px;
}

fieldset {
	border: 0 none;
}

/**** Slideshow ****/

#slideshow {
	position:relative;
	width:639px;
	height:310px;
	background:url(~/images/ajax-loader.gif) no-repeat 50% 50%;
}

#slideshow img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slideshow a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: +50px;
	bottom: +4px;
	z-index: 101;
	display: none;
}

/* 
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(~/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
*/

.nivo-controlNav a {
	display:block;
	width:15px;
	height:30px;
	line-height:30px;
	background: #000;
	color: #fff;
	font-weight:bold;
	font-size:15pt;
	text-align:center;
	font-family: DiavloBook, Sans-Serif;
	border:0;
	margin-right:10px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
	color: #2e4f80;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(~/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
	color:#efe9d1;
	text-decoration:underline;
}

#slideshowNavBar {
	filter:alpha(opacity=42);
	-moz-opacity:0.42;
	-khtml-opacity: 0.42;
	opacity: 0.42;
	background: #fff;
	width: 639px;
	height: 8px;
	position: absolute;
	top: 430px;
	z-index: 100;
	display: none;
}

.nivo-controlNav #pause {
	display:block;
	width:15px;
	height:30px;
	line-height:30px;
	background: #000 url(/images/pause.png) no-repeat;
	color: #fff;
	font-weight:bold;
	font-size:15pt;
	text-align:center;
	font-family: DiavloBook, Sans-Serif;
	border:0;
	margin-right:10px;
	float:left;
	cursor:pointer;
}

.nivo-controlNav #pause.paused {
	background: #000 url(/images/play.png) no-repeat;
}

/*** FSE - Set the Front Side editing dialogs above slideshow ****/
body.yui-skin-sam.masked div.mask {
	z-index: 200 !important;
}
div.yui-skin-sam
{
	z-index: 1000 !important;
}
.yui-panel-container.yui-dialog {
	z-index: 1200 !important;
}
/**** End FSE ****/

#bodyContent {
	clear:both;
}

/**** Search ****/

#search {
	clear:both;
	height: 39px;
	margin-right: 20px;
}

#search input.button {
	float: right;
	background: url(~/images/search.png) no-repeat;
	width: 28px;
	height: 20px;
	border: 0 none;
}

#search input.text {
	float:right;
	background-color: #dfd1bc;
	height: 20px;
	color: #e38d1a;
	border: 0 none;
	font-weight: bold;
	font-size: 10pt;
	padding: 0;
}

/**** Galleries ****/

#galleries {
	margin: 5px 0 0 0;
}

#galleries .gallery {
	width: 150px;
	float: left;
}

#galleries a img {
	border: 1px solid #99928E;
	margin: 4px;
	padding: 2px;
}

#galleries a:hover img {
	background-color: #e38d1a;
}

#galleries a, #galleries a.visited {
	color: #999;
	text-decoration: none;
}

#galleries a:hover {
	text-decoration: underline;
}

#galleries .title {
	margin: 0 0 0 5px;
	font-size: 0.75em;
}


/**** Page ****/
#PageBottom {
	width: 370px;
	height: 363px; 
	background: url(~/images/secondary_page_bg.png) no-repeat;
	float:right;
}


/*** Secondary Nav ****/
.LeftNavBlocks .block_sm_nav {
	width: 102px;
	height: 52px;
	background: url(/images/shadow_bg_sm.png) no-repeat;
}

.LeftNavBlocks .block_sm_nav .colorblock_1 {
	float:left;
	width: 70px;
	height: 20px;
	padding: 10px;
	margin: auto;
	background-color: #0071bc;
	text-align: left;
}

.LeftNavBlocks .block_sm_nav .colorblock_2 {
	float:left;
	width: 70px;
	height: 20px;
	padding: 10px;
	margin: auto;
	background-color: #cc3300;
	text-align: left;
}

.LeftNavBlocks .block_sm_nav .colorblock_3 {
	float:left;
	width: 70px;
	height: 20px;
	padding: 10px;
	margin: auto;
	background-color: #e38d1a;
	text-align: left;
}

.LeftNavBlocks .block_sm_nav .colorblock_4 {
	float:left;
	width: 70px;
	height: 20px;
	padding: 10px;
	margin: auto;
	background-color: #0e1a63;
	text-align: left;
}

.LeftNavBlocks .block_sm_nav h1 a {
	color: #ffffff;
	text-decoration: none;
	font-family: DiavloBook, sans-serif;
	font-size: 10pt;
}

#sidebarNav1 {
	margin: 0 0 0 15px;
	float:left;
}

#sidebarNav2 {
	float:left;
}

/* Nav */

#nav {
	width: 815px;
	height: 40px;
	float:left;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: right;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
}

ul.topnav li a {
	padding: 10px 5px;
	color:#0033cc;
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	background: url("/images/blue_down_arrow.png") no-repeat right center; 
}

ul.topnav li a:hover{
	color:#ffffff;
	background: url("/images/orange_down_arrow.png") no-repeat right center; 
}

ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
}

ul.topnav li ul.subnav {
	z-index: 150;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 30px;
	background: #2e4f80;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	border: 1px solid #333;
}

ul.topnav li ul.subnav ul {
	margin: 0 0 0 10px;
	padding: 0;
}

ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	color: #e08314;
	clear: both;
}

html ul.topnav li ul.subnav li a {
	float: left;
	color: #e08314;
	padding: 5px 10px 5px 20px;
	background: url("/images/blue_arrow.png") no-repeat 0; 
}

html ul.topnav li ul.subnav li a:hover {
	color: #fff;
	background: url("/images/orange_arrow.png") no-repeat 0;
}

ul.topnav li ul.subnav.user {
	width: 300px;
}

ul.topnav li ul.subnav.related {
	width: 250px;
}

