/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */
   
*:first-child+html [element] {	/* IE7 only */
}

* html [element] {	/* IE6 only */
}

/* ####################################
   HTML Element Styles
   ################################## */

body {
 	margin: 0px;
 	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #505050;
	background-color: #ffffff;
}

a {
}

	a:link {
		color: #4D90D7;
		text-decoration: none;
	}

	a:visited {
		color: #4D90D7;
		text-decoration: none;
	}

	a:hover {
		color: #4D90D7;
		text-decoration: underline;
	}

	a:active {
		color: #4D90D7;
		text-decoration: underline;
	}

p {
	margin-top: 0;
	margin-bottom: 1.35em;
	line-height: 180%;
}

h1 {
	font-size: 180%;
	color: #191919;
	margin: 0px;
	padding: 10px 0px 8px 0px;
}

h2 {
	font-size: 140%;
	margin-bottom: .5em;
	color: #191919;
}

h3 {
	font-size: 130%;
	margin-bottom: .5em;
	color: #191919;
}

h3.Expand-Heading {
}

h4 {
	font-size: 110%;
	margin-bottom: .5em;
	color: #191919;
}

h5 {
	font-size: 100%;
	margin-bottom: .5em;
	color: #191919;
}

h6 {
	font-size: 90%;
	margin-bottom: .2em;
	color: #00447E;
	color: #191919;
}

#PageBody ul {
	margin-top: 0px;
}
#PageBody ul {
	list-style: square;
}
ul li {
	padding-top: 0px;
	padding-bottom: 3px;
}

ol {
}

ol li {
}

big {
	font-size: 110%;
}

small {
	font-size: 83.5%;
}

hr {
}

img {
	border: none;
}

/* ####################################
   Form Styles
   ################################## */

form {
}

label {
	font-weight: bold;
}

input {
}


input.blank {
}
input.readonly {
	background-color: #eeeeee;
}
	
input.submit {
}

select {
}
#Primary-Inner select {
}

.text{
	width: 230px;
}

textarea {
	width: 230px;
	height: 80px;
}
	
/* ####################################
   Table Styles
   ################################## */

table {
}

tr {
}

th {
}

td {
}

col {
}

.table-bgdark {
}

.table-bglight {
}


/* ####################################
   Page Layout
   ################################## */

#Align {
	text-align: center;
}

#Page {
}

	#Page-Inner {
	}

	#Header {
		height: 120px;
		
		position: relative;
		text-align: left;
		width: 990px;
		margin: 0 auto;
		padding: 20px 0px 0px;
	}
	#Header-Inner {
		position: relative;
		width: 100%;
	}
		#Logo {
		}
		.logo {
			float: left;
		}
		#tagline {
			float: right;
			padding-bottom: 16px;
			font-weight: bold;
			font-size: 120%;
			color: #FFCc00;
		}
		#QuickSearch{
			clear: right;
			float: right;
			margin-top: 40px;
/*For print*/
	display: none;
		}

	#Content {
		position: relative;
		text-align: left;
		width: 990px;
		margin: 0 auto;
		padding: 0px;
	}

		#Content-Inner {	
			min-width: 515px;		/* Centre column */
			padding-left: 0px; 		/* LC width */
			padding-right: 255px; 		/* RC width */	
		}

		#Primary {
			position: relative;
			float: left;
			overflow: hidden;
			overflow: visible;
			width: 99%;
			background: #ffffff;
			min-height: 480px;
		}
		* html #Primary {
			height: 480px;
		}

			#Primary #Primary-Inner {
				padding-right: 30px;
				padding-left: 20px;
			}
			
			#TrailNav {
				font-size: 90%;
				padding: 0px;
				margin: 0px;
				padding-top: 12px;
			}
				#TrailNav a {
					color: #A3A3A3;
					padding: 0px;
					margin: 0px;
				}
				#TrailNav ul {
					padding: 0px;
					margin: 0px;
				}
				#TrailNav ul li {
					margin-left: 0px;
					padding-left: 0px;
					list-style-type: none;
				}

			#Primary #PageBody {
			}

			#Primary #SubContainers {
			}

			#Primary #SubArticles {
			}

		#Secondary {
			position: relative;
			float: left;
			overflow: hidden;
			width: 255px;				/* RC width - padding NOTE: Copied to SecondaryContent div also */
			margin-right: -255px;			/* RC width */
			padding-bottom: 16px;
			background: #ffffff;
			
		}
			#Secondary #Secondary-Inner {
				padding-top: 16px;
			}
			#Secondary #Secondary-Inner #SecondaryContent {
				background: #ffffff url('/images/templates/infobox_bottom.gif') bottom left no-repeat;
				
				width: 218px;
				margin: 0px;
				padding: 0px;
				border-bottom: 1px solid #ffffff;
			}
			#Secondary #Secondary-Inner #SecondaryContent #SecondaryContent-Inner {
				background: transparent url('/images/templates/infobox_top.gif') top left no-repeat;
				padding: 10px;
				margin-bottom: 12px;
			}
			

		#Tertiary {
			position: relative;
			float: left;
			overflow: hidden;
			width: 184px;				/* LC width - padding */
			right: 184px;				/* LC width */
			margin-left: -100%;
			/*background: #ffffff;*/
		}
		#Tertiary:hover {
			/* Hack to change div size on hover to fit the pop out menu. Means the menu div is not over the page content obstructing links before you hover */
			/*width: 384px;*/
		}
		* html #Tertiary {
				/*** IE6 Fix ***/
				width: 344px;				/* LC width - padding */
				left: 218px;			/* RC width */
		}

			#Tertiary #Tertiary-Inner {
			    position: relative;
			    
				padding-top: 6px;
				width: 170px;
				margin-left: 0px;
			}
	#FooterHeading {
		clear: both;
		text-align: center;
		width: 100%;
		padding: 8px 0px;
/*For print*/
	display: none;
	}
		#FooterHeading-Inner {
			text-align: left;
			position: relative;
			width: 990px;
			margin: 0 auto;
			padding: 0px;
			color: #70A0D9;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 130%;
		}
	#Footer {
		clear: both;
		text-align: center;
		width: 100%;
		border-top: 1px solid #A4AAB0;
		background-color: #F5F5F5;
		padding: 10px 0px;
		min-height: 140px;
/*For print*/
	display: none;
	}

		#Footer-Inner {
			text-align: left;
			position: relative;
			width: 990px;
			margin: 0 auto;
			padding: 0px;
			color: #717074;
		}
			#Footer ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
			}
			#Footer li {
				float: left;
				margin: 0px 10px 0px 0px;
				padding: 0px;
				width: 85px;
					font-weight: bold;
			}
				#Footer ul li a {
					color: #70A0D9;
				}
			#Footer li ul {
				margin: 0px;
				padding: 0px;
				width: 85px;
			}
			#Footer li ul li {
				position: relative;
				float: none;
				margin: 0px;
				padding: 0px;
				height: auto;
				width: 80px;
				color: #69727C;
					font-size: 85%;
					font-weight: normal;
			}
				#Footer li ul li a {
					position: relative;
					margin: 0px;
					padding: 0px;
					width: 80px;
					color: #69727C;
				}
		#FooterLogos {
			clear: both;
			text-align: center;
			width: 100%;
			/*For print only*/
			display:none;
		}
			#FooterLogos-Inner {
				text-align: left;
				position: relative;
				width: 990px;
				margin: 0 auto;
				padding: 10px 0px;
			}
			#FooterLogos img {
				margin-right: 10px;
			}
		#FooterCopy {
			clear: both;
			text-align: center;
			width: 100%;
			background-color: #F5F5F5;
		}
			#FooterCopy-Inner {
				text-align: left;
				position: relative;
				width: 990px;
				margin: 0 auto;
				padding: 0px;
				font-size: 85%;
				padding: 10px 0px;
			}
		
		#Footer-Inner #buttons {
			float: right;
			margin-top: 12px;
			padding: 0px 96px 40px 18px;
			border-left: 1px solid #ADADAD;
		}
		#Footer-Inner #buttons ul {
			list-style-type: none; 
			margin-left: 0px;
			padding-left: 0px;
		}
		#Footer-Inner #text {
			padding: 12px 0px 12px 0px;
			width:520px;
			/*font-weight: bold;*/
		}
		#Footer-Inner #text ul {
			list-style-type: none; 
			margin: 0px;
			padding-left: 0px;
			margin-bottom: 12px;
		}
		#Footer-Inner #text ul li {
			display: inline;
			padding-right: 12px;
			margin-right: 12px;
			border-right: 1px solid #ADADAD;
		}
		#Footer-Inner #text ul li.last {
			border-right: 0px;
		}
		#Footer-Inner #text ul li a {
			/*font-weight: bold;*/
		}
		#Footer-Inner #logos {
			margin-left: 0px;
		}
		#Footer-Inner #logos ul {
			display: block; 
			list-style-type: none; 
			width:520px;
			margin-left: 0px;
			padding-left: 0px;
			margin-top: 0px;
		}
		#Footer-Inner #logos ul li {
			display: inline;
			margin-right: 20px;
		}
		#Footer-Inner #copy {
			margin-left: 0px;
			font-size: 90%;
		}

#LatestNews {
	color: #68727c;
	margin-top: 0px;
	padding-top: 4px;
	background: url('/images/templates/latestnews-bg-top.gif') top left no-repeat;
	width: 255px;
}
#LatestNews-Inner {
	color: #68727c;
	background: transparent url('/images/templates/latestnews-bg-bottom.gif') bottom left no-repeat;
	padding: 1px 10px 10px 10px;
	line-height: 1.4em;
}
	#LatestNews h2 {
		color: #F4AC33;
		padding: 0px;
		text-transform: uppercase;
		margin: 4px 0px;
		font-size: 130%;
	}
	#LatestNews h3, #LatestNews h3 a{
		color: #024480;
		margin: 0px;
		margin-top: 0px;
		padding: 0px;
		padding-top: 0px;
		font-size: 100%;
		font-weight: bold;
	}
	#LatestNews .summary {
		padding-bottom: 20px;
	}
	#LatestNews .date {
	}
	#LatestNews .read-more {
		margin: 0px;
	}
	#LatestNews .read-more a {
		color: #024480;
	}

/* ####################################
   Main Menu
   ################################## */
	
	#MainMenu {
		clear: both;
		z-index: 10;
		position: relative;
		margin-top: 10px;
		padding: 0px;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		background-color: #024480;
		height: auto;
		min-height: 48px;
		width: 100%;
/*For print*/
	display: none;
	}
	#MainMenu-Inner {
		position: relative;
		text-align: left;
		width: 990px;
		text-align: center;
		margin: 0 auto;
		padding: 0px;
	}
		#nav, #nav ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			list-style-image: none;
		}
		#nav ul ul {
			/*border: 1px solid #70A0D9;*/
		}
		#nav a {
			display: block;
			margin: 0px;
			padding: 13px 10px 2px 4px;
			font-size: 100%;
			color: #ffffff;
			text-align: left;
			text-decoration: none;
			height: 30px;
		}
		*html #nav a, *:first-child+html #nav a {
			padding-right: 14px;
		}
		#nav a:hover {
			text-decoration: none;
			color: #ffffff;
		}
		#nav li {
			float: left;
			margin: 0px;
			margin-right: 2px;
			padding: 0px;
			max-width: 129px;
			height: 48px;
			font-size: 100%;
			text-align: left;
		}
			*html #nav li {
				width: 90px;
			}
				*html #nav li.Item0, *html #nav li.Item1 {
					width: 60px;
				}
		#nav li.Item0 a, #nav li.Item1 a, #nav li.Item2 a, #nav li.Item3 a, #nav li.Item4 a, #nav li.Item5 a, #nav li.Item10 a{
			padding-top: 15px;
		}
		#nav li.Item6 a, #nav li.Item7 a, #nav li.Item8 a, #nav li.Item9 a{
			padding-top: 7px;
			padding-bottom: 10px;
		}
		#nav li.Item8, #nav li.Item9{
			width: 90px;
		}
		#nav li:hover, #nav li.sfhover {
			background-color: #70A0D9;
		}
		#nav li:hover ul {
			left: auto;
		}
			#nav li.Item10:hover ul {
				right: 0px;
			}
		#nav li ul ul {
		}
		#nav li ul {
			position: absolute;
			left: -999em;
			width: 175px;
			background-color: #ffffff;
			/*border-top: 1px dotted #70A0D9;*/
			text-align: left;
		}
		#nav li ul li {
			position: relative;
			float: none;
			width: 175px;
			max-width: 175px;
			font-family: arial, helvetica, sans-serif;
			font-weight: normal;
			border-top: 1px dotted #70A0D9;
			background-color: #ffffff;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			height: auto;
		}
		#nav li ul li:hover, #nav li ul li.sfhover {
		}
		#nav li ul li a {
			display: block;
			margin: 0px;
			padding: 6px 4px;
			width: 100%;
			text-decoration: none;
			color: #6D6E71;
			height: auto;
		}
		* html #nav li ul li a {
			width: 100%;
		}
		#nav li ul li a:link, #nav li ul li a:visited {
			padding: 6px 4px;
			height: auto;
		}
		#nav li ul li a:hover {
			text-decoration: none;
		}
		#nav li:hover ul ul, #nav li.sfhover ul ul {
			left: -999em;
		}
		#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
			left: auto;
		}

#SubMenu {	
	position: relative;
	display: block;
	padding-top: 2px;
/*For print*/
	display: none;
}
	#SubMenu ul {
		margin: 0px;
		padding: 0px;
	}
	#SubMenu li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		border-bottom: 1px dotted #666666;
	}
		#SubMenu ul li ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			list-style-type: none;
			border-top: 1px dotted #666666;
		}
		#SubMenu ul li ul li {
			margin: 0px;
			padding: 0px;
			list-style: none;
			list-style-type: none;
			background: #ffffff url('/images/templates/menu_arrow.gif') no-repeat;
			background-position: 10px 7px;
		}
	#SubMenu ul li ul li a {
		color: #333333;
		font-weight: normal;
		padding-left: 24px;
		width: 141px;
	}
	#SubMenu li a {
		display: block;
		color: #151515;
		font-weight: bold;
		padding: 5px;
		/*border-bottom: 1px dotted #666666;*/
		width: 160px;
	}
	#SubMenu .selected a:hover {
	}
	#SubMenu a.selected {
		background: #FFCF00;
	}
	#SubMenu ul li ul li a.selected {
		background: #FFCF00 url('/images/templates/menu_arrow_on.gif') no-repeat;
		background-position: 10px 7px;
	}
	#SubMenu a:hover {
		background: #FFCF00;
		text-decoration: none;
	}
	#SubMenu a:active {
		background: #FFCF00;
		text-decoration: none;
	}
	#SubMenu li:hover, #SubMenu li.sfhover {
		text-decoration: none;
	}
		#SubMenu ul li ul li a:hover {
			background: #FFCF00 url('/images/templates/menu_arrow_on.gif') no-repeat;
			background-position: 10px 7px;
		}
	#SubMenu ul.hover {
			position: absolute;
			left: -999em;
			border: 1px solid #666666;
	}
		#SubMenu li ul.hover li a {
			width: 141px;
			background-color: #F2F2F2;
		}
			* html #SubMenu li ul.hover li a {
				width: 141px;
			}
		#SubMenu li:hover ul.hover, #SubMenu li.sfhover ul.hover {
			left: -999em;
		}
		#SubMenu li:hover ul.hover, #SubMenu li li:hover ul.hover, #SubMenu li.sfhover ul.hover, #SubMenu li li.sfhover ul.hover {
			left: 160px;
			margin-top: -27px;
			width: 170px;
			overflow: visible;
			background-color: #F2F2F2;
		}
		#SubMenu li:hover ul.hover, 
		#SubMenu li li:hover ul.hover, 
		#SubMenu li.sfhover ul.hover, 
		#SubMenu li li.sfhover ul.hover {
			width: 170px;
		}

/* ####################################
   Custom Element Styles
   ################################## */



#UserForm {
}
	#UserForm td {
		width: 50%;
	}
#ResourceSearchForm {
}
	#ResourceSearchForm table {
	}
	#ResourceSearchForm td {
		padding-right: 18px;
		width: 33%;
	}
	#ResourceSearchForm input {
	}
	#ResourceSearchForm select {
		margin-bottom: 4px;
	}
	#ResourceSearchForm .submit-button {
		float: left;
		margin-top: 0px;
	}

.submit-button {
	border: 1px solid #083A81;
	background-color: #FFCF00;
	float: right;
	margin-top: 6px;
	font-weight: bold;
	padding: 2px 6px;
}
   
#UVAlert {
	background-color: #FBFBFB;
	border: 1px solid #C6C5C4;	
	width: 190px;
	font-weight: bold;
}

#UVAlertHeader {
	padding: 2px 10px;
	background-color: #C6C5C4;
	background-color: #FFCC00;
	color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #C6C5C4;	
}
	#SecondaryContent-Inner #UVAlertHeader h3 {
		color: #000000;
	}
#UVAlertContent {
	padding: 10px;
}
#SecondaryContent-Inner #UVAlertContent p {
		margin-top: 0;
		margin-bottom: 0.6em;
		line-height: 120%;
	}
   
#SecondaryContent-Inner h1 {
	font-size: 150%;
	color: #00447E;
	margin: 0px;
	padding: 4px 0px 3px 0px;
}
	#SecondaryContent-Inner h2 {
		font-size: 130%;
		color: #00447E;
		margin: 0px;
		padding: 3px 0px 2px 0px;
	}
	#SecondaryContent-Inner h3 {
		font-size: 110%;
		color: #00447E;
		margin: 0px;
		padding: 3px 0px 2px 0px;
	}
	#SecondaryContent-Inner p {
		margin-top: 0;
		margin-bottom: 1em;
		line-height: 140%;		
	}
	#SecondaryContent-Inner ul {
		margin-top: 0;
		margin-bottom: 1em;
		line-height: 140%;
		margin-left: 18px;
		padding-left: 0px;
	}
	#SecondaryContent-Inner ul li {
		list-style: square;
	}
	div.calltoaction {
		padding: 10px;
	}
/*For print*/
	#statedropdown {
		display: none;
	}
	
#ToolsMenu {
	margin: 30px 0px 10px 0px;
	color: #ADADAD;
	width: 100%;
/*For print*/
	display: none;
}
	#ToolsMenu ul {
		margin-left: 0px;
		padding-left: 0px;
	}
	#ToolsMenu ul li {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	#ToolsMenu a {
		color: #ADADAD;
	}
	#PageSurvey {
		display: block;
		width: 100%;
	}
	#PageSurvey .IconLink {
		float: left;
		margin-left: 10px;
	}
	a.stars {
	    display: block;
	    width: 19px;
	    height: 19px;
	    background-image: url(/images/templates/icons/stars.gif);
	    background-position: 0 0;
	    margin: 0 auto;
		float: left;
		margin-right: 4px;
	}
		#PageSurvey a.stars:hover {
			background-position: 0px -19px;
		}
		*html #PageSurvey a.stars:hover {
			background-position: 0px 0px;
			background-image: url(/images/templates/star_yellow.gif);
		}
		a .alt { display: none; }
	
.TitleBar {
	background: #ffffff url('/images/templates/Title_bg.gif') top left;
	background-repeat: no-repeat;
	width: 517px;
	height: 26px;
	padding-top: 4px;
	padding-left: 8px;
	color: #191919;
	font-size: 120%;
}
.date-author {
	color: #aaaaaa;	
}

.hidden {
	display: none;
}

ul.warnings {
	margin-top: 0.5em;
	margin-bottom: 1.35em;
	list-style:  square;
}

ul.warnings li {
	margin-bottom: 0.7em;
}

#relatedlinks {
}
#relatedlinks td {
}
#relatedlinks a {
}
#relatedlinks a:link {
}

	#relatedlinks table {
	}

	#relatedlinks tr {
	}

	#relatedlinks th {
	}

	#relatedlinks td {
	}

	#relatedlinks col {
	}

	#relatedlinks .table-bgdark {
	}

	#relatedlinks .table-bglight {
	}

	#relatedlinks tr:hover {
	}

	#relatedlinks thead tr:hover {
	}

/* ####################################
   Popup Window Styles
   ################################## */

#PopupWindow {
}
#PopupWindow #Header {
	padding: 12px 12px 0px 12px;
}
#PopupWindow #Header #Logo {
}
#PopupWindow #Contents {
	padding: 12px;
}
#PopupWindow #Footer {
	text-align: left;
	padding: 12px;
}
#PopupWindow #Footer #FooterBar{
}
#PopupWindow #Footer #FooterBar #CloseButton {
}
#PopupWindow #Footer #FooterBar #Copyright{
}

/* ####################################
   Custom Styles
   ################################## */

ul li.ticks {
	list-style: none;
	background: url('/images/templates/icons/tick.gif') top left no-repeat;
	margin-left: 0px;
	padding-left: 18px;
}
.ticks {
	list-style: disc;
}

.SearchResult {
}
.ResultDetails {
}

/* Fading Banner */
#fadeshow1 {
margin:15px 0px 0px 0px;
z-index:0;
	float: left;
}

/* Used for the accordian content */
.Expand-Heading {
    color: #00447E;
    background: #f0f0f0 url('/images/templates/shadingaudit/shade-arrow.gif') no-repeat 5px 0px;
    background-position: right;
    padding: 10px 30px 10px 10px;
    font-size: 140%;
    font-weight: normal;
    clear: both;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.Blue-Button-Nav {
    background: url('/images/templates/shadingaudit/shade-blue-button.gif') no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 169px;
    height: 26px;
}

.Grey-Button-Nav {
    background: url('/images/templates/shadingaudit/shade-grey-button.gif') no-repeat;
    color: #4D90D7;
    font-weight: bold;
    text-align: center;
    width: 169px;
    height: 26px;
}

.Blue-Button-Nav a:link, .Blue-Button-Nav a:visited, .Blue-Button-Nav a:active, .Blue-Button-Nav a:active {
    color: #ffffff;
    font-weight: bold;
}

.Grey-Button-Nav a:link, .Grey-Button-Nav a:visited, .Grey-Button-Nav a:active, .Grey-Button-Nav a:active {
    color: #4D90D7;
    font-weight: bold;
}

.Content-Blue-Feature {
    background: url('/images/templates/shadingaudit/content_blue_top.gif') no-repeat top left;
}

.Content-Blue-Feature div {
    background: url('/images/templates/shadingaudit/content_blue_bottom.gif') no-repeat bottom left;
    padding-bottom: 5px;
}

/*For print*/
#addthistool-div {  display: none; }
#Skip {  display: none; }

/* HOME PAGE */

#UVAlertWrapper {
	float: left;
	margin: 0px;
	padding: 15px 20px 0px 0px;
}
#Intro {
	float: left;
	width: 515px;
	overflow: hidden;
}
#BannerNav {
	clear: both;
	width: 515px;
	margin: 0px;
	padding: 4px;
	background: url('/images/templates/banner-nav-bg.gif') bottom left no-repeat;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
	#BannerNav a {
		color: #ffffff;
	}
#Features {
	clear: both;
}
	#Features .feature {
		width: 155px;
		margin-right: 28px;
		float: left;
	}
	#Features img {
		border: 0px solid #000000;
	}
	#Features h3, #Features h3 a, #Features h3 a:hover {
		color: #024480;
		text-decoration: none;
		font-size: 110%;
		padding-bottom: 8px;
	}
	#Features .Summary p {
		line-height: 1.4em;
		margin: 4px 0px;
	}

#FeaturePoll {
	margin-left: 5px;
}
	#FeaturePoll h3 {
		color: #f5a73a;
		text-transform: uppercase;
		margin: 15px 0px 0px;
	}
	#poll-seereults {
		margin: 0px 5px;
		float: right;
		position: relative;
		top: -22px;
	}
	#pollvoteform {
		margin: 0px;
		padding: 0px;
	}
	#FeaturePoll .poll-voteform-question {
		/*color: #70A0D9;*/
	}
	#FeaturePoll .poll-voteform-answer {
		font-size: 90%;
	}
	#FeaturePoll .submit {
		background-color: #ffcf00;
		margin-top: 6px;
		border: 1px solid #083a81;
		color: #000000;
		padding: 2px 6px;
		cursor: hand;
	}
/* Rotating Tab CSS */
	.tabbed-box {
      width: 515px;
	  height: 278px;
	  margin:15px 0px 0px 0px;
    }
		.tabbed-box ul.tabs {
			padding:0px;
			margin:0px;
			background: url('/images/templates/banner-nav-bg.gif') bottom left no-repeat;
			width:365px;
			height:16px;
			color:#ffffff;
			padding:4px 4px 4px 250px;
			text-align:center;
		}
		.tabbed-box .tabs li {
			list-style: none;
			float: left; 
		}
		.tabbed-box .tabs li a {
			text-decoration: none;
			color:#ffffff;
		}
		.tabbed-box .tabs li:first-child a {
		}
		.tabbed-box .tabs li a:hover {
			text-decoration: underline;	  
		}
		.tabbed-box .tabs li a:focus {
		}
		.tabbed-box .tabs li a.active, .tabbed-box .tabs li a.active:hover {
			text-decoration: underline;	
		}
   .tabbed-content {
	  height: 254px;
      display: none; 
	}

