/* ############################################################################
   ##
   ##  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: 92px;
		
		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;
		}
		#Skip {
			clear: right;
			float: right;
			margin-top: 0px;
			font-size: 90%;
		}
			#Skip a {
				color: #6e6e6e;
			}
		#QuickSearch{
			clear: right;
			float: right;
			margin-top: 30px;
		}

	#Content {
		position: relative;
		text-align: left;
		width: 990px;
		margin: 0 auto;
		padding: 0px;
	}

		#Content-Inner {	
			min-width: 515px;		/* Centre column */
			padding-left: 190px; 		/* 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;
				padding-bottom: 0px;
				margin-bottom: 1px;
			}
			

		#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;
			}
	#StateForm {
		float: right;
		width: 246px;
		text-align: left;
	}
		#StateForm label {
			 float: left;
		}
		#StateForm select {
			 float: left;
		}
		#StateForm #Selection {
			float: left;
			width: 189px;
		}
		#StateForm #SubmitMap {
			float: left;
			margin: 0px 4px;
			width: 49px;
		}
	#FooterHeading {
		clear: both;
		text-align: left;
		width: 100%;
		padding: 0px 0px 2px;
	}
		#FooterHeading-Inner {
			text-align: left;
			position: relative;
			width: 990px;
			margin: 0 auto;
			padding: 0px;
		}
		#FooterHeading h2 {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 130%;
			color: #70A0D9;
			padding-top: 30px;
		}
	#Footer {
		clear: both;
		text-align: center;
		width: 100%;
		border-top: 1px solid #A4AAB0;
		background-color: #F5F5F5;
		padding: 10px 0px;
		min-height: 140px;
	}

		#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%;
		}
			#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;
			}
		#FooterCopy-Inner a,#FooterCopy-Inner a:link, #FooterCopy-Inner a:visited{color:#505050;text-decoration:none;}
		#FooterCopy-Inner a:hover{text-decoration:underline;}
		#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%;
	}
	#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: 0px;
			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 {
			width: 112px;
		}
		#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: #F3F4F5;
			border: 0px solid #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: #F3F4F5;
			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;
			color: #666666;
			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;
}
	#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;
	}
	div.secondarycontent {
		padding: 0px;
	}
#ToolsMenu {
	margin: 30px 0px 10px 0px;
	color: #ADADAD;
	width: 100%;
}
	#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;
}

/* Add This Tool */
#addthistool-div {
	margin:11px 5px;
}
#addthistool-div h3{
	color:#F5A73A;
	margin:15px 0px 5px 0px;
	text-transform:uppercase;
}

/* Frank Design - Sunsmart App CSS */
#protectYour {
	height: 165px;
	width: 490px;
	margin-top: 20px;
	background-image: url(/images/resources/sunsmart_app/protectyourskin.gif);
	background-repeat: no-repeat;
}
#sunsmartapp {
	width: 490px;
}
#protectYourText {
	font-size: 15px;
	font-weight: bold;
	color: #0095D6;
	float: right;
	width: 210px;
	margin-top: 15px;
	margin-right: 15px;
}#sunsmartapp h3 {
	font-size: 14px;
	font-weight: bold;
	color: #636463;
}
#sunsmartapp h4 {
	font-size: 18px;
	font-weight: bold;
	color: #004781;
	margin: 15px 0px 8px;
	padding: 0px;
}
#downloadBar {
	background-image: url(/images/resources/sunsmart_app/appstore.gif);
	background-repeat: no-repeat;
	padding-left: 105px;
	height: 33px;
	color: #59A1D8;
	padding-top: 8px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
}
#sunsmartapp ul{
	list-style-type: none;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(/images/resources/sunsmart_app/bluearrow.gif);
}

#sunsmartapp li {
	list-style-position: outside;
	margin-left: 4px;
	font-size: 14px;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
#featuresBox {
	height: 218px;
	width: 490px;
	background-image: url(/images/resources/sunsmart_app/featuresbox.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #004781;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 15px;
	margin-top: 20px;
}
#featuresBoxContent {
	width: 445px;
	
}
#featuresBox p{
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
}#featuresBox h2{
	line-height: normal;
	margin: 0px;
	font-size: 25px;
	color: #0095D6;
	padding: 0px;
}
.featuresBold {
	font-weight: bold;
	color: #0095D6;
}.secondarycontentssapp1 {
	margin-top: 50px;

}
.secondarycontentssapp2 {
	margin-top: 50px;

}
.secondarycontentssapp3 {
	margin-top: 85px;
	font-size: 11px;
}
.secondarycontentssapp1 h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #636463;
}
