/*
COMMON COLORS
orange			#f7961c
blue			#316597
light blue		#3b8ab4
lighter blue	#44abca
aqua			#8ad8c2
green			#71992a
*/



/*-------------------- PNG FIX ---------------------*/
/*img, div, a, input { behavior: url(/css/iepngfix.htc) }*/




*{
margin:0;
padding:0;
}

a {
	color: #71992a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

a img {
border: none;
}

h1, h2, h3, h4{
font-weight:normal;
}



h1 {
	font-size: 32px;
	color: #f7961c; /*orange*/
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #44abca; /*light blue*/
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	line-height: 20px;
	padding: 5px 0;	
}



body {
	background-image: url(../img/main/backgroundCurves.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #316597;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#header {
	position: relative;
	height: 120px;
}
#logo {
	position: absolute;
	top: 25px;
	left: 10px;
}
#eventsTicker {
	position: absolute;
	top: 15px;
	left: 305px;
	width: 657px;
	height: 46px;
	background-image: url(../img/main/eventsTickerBg.png);
	cursor: pointer;
	overflow: hidden;
}
#eventsTicker #TICKER {
	width: 652px;
	display: none;
	overflow: hidden;
	margin: 27px 0 0 2px;
}
.tickerItem {
	/*padding: 0 13px 0 7px;
	background-image: url(../img/main/tickerBullet.png);
	background-repeat: no-repeat;
	background-position: right;*/
}
.tickerItem strong {
	color: #f7961c;
}
#mainNav {
	position: absolute;
	top: 72px;
	left: 305px;
	width: 657px;
	cursor: pointer;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#mainContent {
	float: left;
	width: 660px;
	margin-top: 10px;
}




/*-------------------- HOMEPAGE ---------------------*/
#mainContent .column1 {
	float: left;
	width: 320px;
}
#mainContent .column1 h1 {
	font-size: 22px;
	font-weight: bold;
}
#homeMainFeature {
	background-image: url(../img/main/topFadeBg.png);
	background-repeat: no-repeat;
	border: 1px solid #9dc4d9;
	height: 615px;
	position: relative;
}
#homeFeaturedArticle {
	background-image: url(../img/main/topFadeBg.png);
	background-repeat: no-repeat;
	border: 1px solid #9dc4d9;
	height: 301px;
	position: relative;
}
#homeFeaturedArticle .inner {
	height: 228px;
	overflow: hidden;
}
#homeFeaturedArticle .inner img {
	margin: 10px 15px 5px 0;
}
#homeFeaturedArticle h2 {
	font-size: 18px;
	height: 21px;
	overflow: hidden;
}
#homeNews {
	margin-top: 10px;
	border: 1px solid #9dc4d9;
	height: 302px;
	position: relative;
}
#homeNews .inner {
	
}
#mainContent .inner {
	padding: 10px;
}
.reflectionTitles {
	font-size: 18px;
	font-weight: bold;
	color: #f7961c;
	padding: 5px 0;
}
.moreArrow {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 10px;
	cursor: pointer;
	color: #71992a;
	text-align: right;
}
.arrowText {
	float: right;
	padding-right: 35px;
}
.theArrow {
	width: 33px;
	height: 32px;
	position: absolute;
	right: 0;
	top: -10px;
}
.arrowOff {
	background-image: url(../img/main/sidebarArrowGreen.png);
}
.arrowOn {
	background-image: url(../img/main/sidebarArrowGreen2.png);
}
.homeNewsBox {
	border-bottom: 1px dotted #9dc4d9;
	margin-bottom: 15px;
	height: 95px;
	overflow: hidden;
}
.homeNewsTitle {
	max-height: 33px;
	overflow: hidden;
}
.homeNewsTitle a {
	color: #44abca;
	text-decoration: none;
	font-weight: bold;
}
.homeNewsTitle a:hover {
	text-decoration: underline;
}
.homeNewsDate {
	font-size: 10px;
	color: #28aa91;
}
.homeNewsBody {
	padding: 0 20px 0 0;
	height: 47px;
	overflow: hidden;
}


/*-------------------- SUBPAGE ---------------------*/
.fullColumn {
	border: 1px solid #9dc4d9;
	width: 650px;
	min-height: 616px;
	background-image: url(../img/main/topFadeBg.png);
	background-repeat: no-repeat;
}
.halfColumn {
	float: left;
	border: 1px solid #9dc4d9;
	width: 319px;
	min-height: 616px;
	background-image: url(../img/main/topFadeBg.png);
	background-repeat: no-repeat;
}
#mainContent .fullColumn .inner {
	padding: 20px;
}

.genericPage h1 {
	padding: 20px 0 0 0;	
}
.genericPage h2 {
	padding: 10px 0 10px 0;	
}
.genericPage h3 {
	padding: 5px 0 5px 0;	
}
.genericPage p {
	padding: 10px 0 10px 0;	
	line-height: 20px;
}
.genericPage ul, .genericPage ol {
	padding: 10px 0 10px 20px;
	line-height: 20px;
	margin: 0 12px;
}
.genericPage li {
	padding: 0 0 6px 0;
}




.genericPage .blueBox {
	background-color: #116d9b;
	background-image: url(../img/misc/colorBoxBgBlue.jpg);
}
.genericPage .aquaBox {
	background-color: #097657;
	background-image: url(../img/misc/colorBoxBgTeal.jpg);
}
.genericPage .greenBox {
	background-color: #587f20;
	background-image: url(../img/misc/colorBoxBgGreen.jpg);
}
.genericPage .rustBox {
	background-color: #a14b1b;
	background-image: url(../img/misc/colorBoxBgRust.jpg);
}
.genericPage .blueBox, .genericPage .aquaBox, .genericPage .greenBox, .genericPage .rustBox {
	float: right;
	width: 300px;
	color: #FFF;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 10px;
	line-height: 24px;
	font-style: italic;
	/* background-repeat: no-repeat; */
	display: block;
}
.genericPage .blueBox:first-letter, .genericPage .aquaBox:first-letter, .genericPage .greenBox:first-letter, .genericPage .rustBox:first-letter {
	font-size: 22px;
	letter-spacing: -1px;
}
.genericPage .blueBox p, .genericPage .aquaBox p, .genericPage .greenBox p, .genericPage .rustBox p,
{
	margin: 0;
	padding: 5px 0;
}
.genericPage .blueBox ul, .genericPage .aquaBox ul, .genericPage .greenBox ul, .genericPage .rustBox ul,
.genericPage .blueBox ol, .genericPage .aquaBox ol, .genericPage .greenBox ol, .genericPage .rustBox ol
{
	margin: 0;
	padding: 0 0 5px 0;
	margin-left: 20px;
}
.genericPage .blueBox li, .genericPage .aquaBox li, .genericPage .greenBox li, .genericPage .rustBox li
{
	margin: 0;
	padding: 0;
}
.genericPage .blueBox img, .genericPage .aquaBox img, .genericPage .greenBox img, .genericPage .rustBox img
{
	margin-top: -5px;
}


/*-------------------- SUB NAV ---------------------*/
.subNav {
	height: 50px;
	width: 611px;
	/*margin-bottom: 40px;*/
	font-weight: bold;
	background-image: url(../img/nav/subNavFade.png);
	background-repeat: no-repeat;
}
.subNav ul {
	line-height: normal;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	padding-left: 10px;
	list-style-type: none;
	/*padding-bottom: 10px;*/
}
.subNav li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 15px;
	
}
.subNav a {
	color: #f7961c;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
}
.subNav a:hover {
	background-image: url(../img/nav/subNavArrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

/*-------------------- SIDEBAR ---------------------*/
#sidebar {
	float: right;
	width: 295px;
	text-align: center;
}
#sidebar .sidebarBox {
	height: 75px;
	width: 295px;
	background-repeat: repeat-y;
	margin-top: 5px;
	text-align: left;
	display: block;
	cursor: pointer;
}
#sidebar .bgBlue {
	background-image: url(../img/main/sidebarBluePhone.jpg);
	color: #aef1ff;
}
#sidebar .bgTeal {
	background-image: url(../img/main/sidebarTealEnvelope.jpg);
	color: #aefff3;
}
#sidebar .bgGreen {
	background-image: url(../img/main/sidebarGreenDad.jpg);
	color: #dcffae;
}
#sidebar .bgRust {
	background-image: url(../img/main/sidebarGames.jpg);
	color: #ffc3ae;
}
#sidebar .sidebarBox .arrow {
	position: absolute;
	top: 23px;
	right: -105px;
	z-index: 100;
	width: 33px;
	height: 32px;
}
#sidebar .sidebarBox .arrowBlueOff {
	background-image: url(../img/main/sidebarArrowBlue.png);
}
#sidebar .sidebarBox .arrowBlueOn {
	background-image: url(../img/main/sidebarArrowBlue2.png);
}
#sidebar .sidebarBox .arrowTealOff {
	background-image: url(../img/main/sidebarArrowTeal.png);
}
#sidebar .sidebarBox .arrowTealOn {
	background-image: url(../img/main/sidebarArrowTeal2.png);
}
#sidebar .sidebarBox .arrowGreenOff {
	background-image: url(../img/main/sidebarArrowGreen.png);
}
#sidebar .sidebarBox .arrowGreenOn {
	background-image: url(../img/main/sidebarArrowGreen2.png);
}
#sidebar .sidebarBox .arrowRustOff {
	background-image: url(../img/main/sidebarArrowRust.png);
}
#sidebar .sidebarBox .arrowRustOn {
	background-image: url(../img/main/sidebarArrowRust2.png);
}
#sidebar .sidebarBox .image {
	background-color: #F00;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	float: right;
}
#sidebar .sidebarBox .inner {
	width: 195px;
	padding: 10px 0 0 10px;
	position: relative;
}
#sidebar .sidebarBox .inner h3 {
	padding-bottom: 3px;
}
#sidebar .sidebarBox .inner p {
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#sidebar h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
#sidebar #news {
	border: 1px solid #9dc4d9;
	margin-top: 5px;
	text-align: left;
	height: 161px;
	position: relative;
	background-image: url(../img/main/topFadeBg.png);
	background-repeat: no-repeat;
}
#sidebar #news .inner {
	padding: 10px 0 0 10px;
}
#sidebar #news p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	margin-top: -3px;
}

#sidebar #sponsors {
	
}
#sidebar .partnersBoxSide {
	float: left;
	width: 130px;
	height: 50px;
}
#sidebar .partnersBoxSide table, #sidebar .partnersBoxSide tr, #sidebar .partnersBoxSide td {
	width: 100%;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}


/*-------------------- NEWS / EVENTS PAGE ---------------------*/
.newsBox {
	padding: 15px 10px 15px 0;
	border-bottom: 1px dotted #9dc4d9;
	background-image: url(../img/misc/newsBg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.newsBox .title {
	margin: 0;
	padding: 0;
}
.newsBox .title a {
	color: #44abca;
}
.newsBox .date {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-bottom: 5px;
	color: #28aa91;
}
.newsBox .desc {
	margin: 0;
	padding: 0;
}
.newsBox .desc img {
	padding-left: 2px;
}
.newsBox .desc a {
	/*float: right;*/
	font-size: 10px;
	padding-left: 10px;
}
.created {
	color: #28aa91;
	font-size: 10px;
}


/*-------------------- CONTACT US PAGE ---------------------*/
.repBox {
	float: left;
	width: 264px;
	height: 110px;
	margin: 10px 20px 10px 0;
	overflow: hidden;
	background-image: url(../img/misc/businessCardBg.jpg);
	background-repeat: no-repeat;
}
.repBoxInner {
	padding: 15px 15px 0 20px;
}
.repBox .name {
	font-weight: bold;
}


/*-------------------- RESOURCES PAGE ---------------------*/
.resourceBox {
	width: 293px;
	height: 150px;
	background-color: #fff;
	border: 1px solid #9dc4d9;
	float: left;
	margin: 0 10px 10px 0;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.resourceBox:hover {
	border: 1px solid #3b8ab4;
}
.resourceBox:hover h2, .resourceBoxOver p {
	color: #316597;
}
.resourceBox h2 {
	padding: 0 0;
}
.resourceBox p {
	line-height: 18px;
}
.resourceBox .inner2 {
	padding: 10px;
	margin: 0;
	width: 150px;
}
.resourceTextMessage {
	background-image: url(../img/resources/phone.jpg);
}
.resourceDownloads {
	background-image: url(../img/resources/mouse.jpg);
}
.resourceMail {
	background-image: url(../img/resources/mail.jpg);
}
.resourceLinks {
	background-image: url(../img/resources/cursor.jpg);
}
.resourceArticles {
	background-image: url(../img/resources/article.jpg);
}
.resourceBlog {
	background-image: url(../img/resources/blog.jpg);
}
.resourceCalculator {
	background-image: url(../img/resources/calculator.jpg);
}
.resourceTreatment {
	background-image: url(../img/resources/treatment.jpg);
}
.resourceVideos {
	background-image: url(../img/resources/videos.jpg);
}
.resourceGames {
	background-image: url(../img/resources/games.jpg);
}



/*-------------------- BLOG PAGE ---------------------*/
.blogPost {
	border: 1px solid #9dc4d9;
	margin-bottom: 20px;
}
.blogPost .title {
	background-color: #309dc1;
	background-image: url(../img/misc/blueFadeBg.jpg);
	padding: 5px 10px;
}
.blogPost .title h2 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 24px;
}
.blogPost .title h2 a {
	color: #fff;
}
.blogPost .date {
	float: right;
	color: #FFF;
	padding-top: 11px;
}
.blogPost .body {
	padding: 20px;
}
.blogPost .links {
	padding: 0 10px 10px 10px;
}
.comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9dc4d9;
}
.comment h3 {
	margin: 0;
	padding: 0;
}
.comment .author {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.comment .commentBody {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.commentFlag {
	float: right;
	font-size: 12px;
}
.commentFlag select, .commentFlag input {
	font-size: 10px;
}


/*-------------------- ARTICLES PAGE ---------------------*/
.articleDate {
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-top: -15px;
	color: #28aa91;
}
.articleArchive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.articleArchive li {
	margin: 0;
	padding: 0;
}
.articleDivider {
	border-bottom: 1px dotted #9dc4d9;
	background-image: url(../img/misc/newsBg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

/*-------------------- TEXT MESSAGE PAGE ---------------------*/
.messageText {
	margin-bottom: 10px;
}
.messageText input {
	margin-right: 10px;
}



/*-------------------- FOOTER ---------------------*/
#footer {
	text-align: right;
	color: #6ca7c7;
	font-size: 10px;
	padding-top: 20px;
	width: 100%;
	line-height: 18px;
}
#footer a {
	color: #6ca7c7;
	text-decoration: none;
}
#footer a:hover {
	color: #3b8ab4;
}


/*-------------------- FORMS ---------------------*/
.formRow {
	margin: 5px 0;
	float: left;
	width: 500px;
}
.formRow .label {
	float: left;
	width: 100px;
}
.formRow .input {
	float: left;
}
.formRow .input input {
	width: 250px;
}
.formRow .input textarea {
	width: 250px;
	height: 100px;
}


/*-------------------- CUSTOM PAGES ---------------------*/
.textChildPage {
	background-color: #fff;
	border: 1px solid #9dc4d9;
	background-image: url(../img/misc/textChildPage2.jpg);
	background-repeat: no-repeat;
}
.textChildPage h1 {
	color: #316597;
}
/*
.textChildPage * {
	color: #fff;
}
.textChildPage p {
	color: #aef1ff;
}
*/
.textChildPage input {
	color: #000;
}
.riskCalcPage {
	background-color: #fff;
	border: 1px solid #9dc4d9;
	background-image: url(../img/misc/riskCalcPage3.jpg);
	background-repeat: no-repeat;
}
.riskCalcPage h1 {
	color: #316597;
}
/*
.riskCalcPage * {
	color: #fff;
}
.riskCalcPage p {
	color: #aefff3;
}
*/
.riskCalcPage input {
	color: #000;
}
.riskItem {
	margin-bottom: 5px;	
}
	
/*-------------------- DOWNLOADS PAGE ---------------------*/
.downloadsBox {
	float: left;
	padding: 15px 10px 15px 0;
	border-bottom: 1px dotted #9dc4d9;
	background-image: url(../img/misc/newsBg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.downloadsBox .pic {
	width: 130px;
	float: left;
}
.downloadsBox .text {
	float: left;
	width: 445px;
}
.downloadsBox .title {
	margin: 0;
	padding: 0;
}
.downloadsBox .title a {
	color: #44abca;
}

/*-------------------- PARTNERS PAGE ---------------------*/
#partnersTabs {
	border-bottom: 1px solid #44abca;
	margin-bottom: 20px;

}
#partnersTabs .oneTab {
	padding-top: 5px;
	padding-bottom: 2px;
	float: left;
	color: #fff;
	font-size: 18px;
	width: 106px;
	text-align: center;
	margin-right: 10px;
	background-image: url(../img/misc/tabBg2.gif);
	cursor: pointer;
}
#partnersTabs .currentTab {
	background-image: url(../img/misc/tabBg.gif);
}



.partnersBox {
	float: left;
	padding: 15px 10px 15px 0;
	border-bottom: 1px dotted #9dc4d9;
	background-image: url(../img/misc/newsBg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.partnersBox .pic {
	width: 130px;
	float: left;
	text-align: center;
}
.partnersBox .text {
	float: left;
	width: 445px;
}
.partnersBox h2 {
	margin: 0;
	padding: 0;
}
.partnersBox p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

/*-------------------- VIDEOS PAGE ---------------------*/
#mainVideo {
	margin: 10px 0 15px 94px;
}
.mainVideoPlaying {
	margin: 20px 0;
}
.mainVideoPlaying h2 {
	margin: 0;
	padding: 0;
}
.mainVideoPlaying p {
	margin: 0;
	padding: 0;
}
.mainVideoList {
	width: 597px;
	border: 1px solid #9dc4d9;
	height: 470px;
	background-color: #d2e5f6;
}
.mainVideoList .listHeader {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	
	padding: 10px 0 10px 15px;
	margin-bottom: 5px;
}
.mainVideoList .videoListInner {
	overflow: auto;
	height: 405px;
	padding: 3px 0 0 0;
	border-top: 1px solid #9dc4d9;
	border-bottom: 1px solid #9dc4d9;
	background-color: white;
}
.mainVideoList .videoListInner .videoListBox {
	border-bottom: 1px solid #d2e5f6;
	padding: 5px 10px 5px 15px;
	margin-bottom: 5px;
}
.mainVideoList a {

}
.mainVideoList img {
	float: left;
	width: 100px;
	padding-right: 10px;
}
.mainVideoList .videoListTitle {
	font-weight: bold;
}
.mainVideoList .videoListDesc {
	font-size: 10px;
	color: #316597;
}
.mainVideoList .videoListDesc a {
	color: #316597;
}

/*-------------------- MEDIA PAGE ---------------------*/
.mediaItem {
	float: left;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	height: 150px;
	overflow: hidden;
}
.mediaItem .mediaPic {
	height: 85px;
}
.mediaItem .mediaTitle {
	font-weight: bold;
}
.mediaItem .mediaSubTitle {
	font-style: italic;
	font-size: 10px;
}


/*-------------------- FORM MESSAGE ---------------------*/
.formMessage {
	background-color: #81a342;
	border: 1px solid #597e1f;
	width: 650px;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.messageInner {
	padding: 5px;
}


/*-------------------- MISC ---------------------*/
.round, .blueBox, .aquaBox, .greenBox, .rustBox {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.clearAll {
	clear: both;
}
.finePrint {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}
.finePrint2 p {
	font-size: 10px;
	line-height: 14px;
	padding: 0 0 10px 0;
}
.backToResources {
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100px;
	background-color: #5ebcd6;
	padding: 5px;
}
.backToResources a {
	color: white;
}
.imageCenter {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.imageLeft {
	margin: 0 20px 10px 0;
	float: left;
	padding: 0;
}
.imageRight {
	margin: 0 0 10px 20px;
	float: right;
	padding: 0;
}
.preloadedImage {
	display: none;
}
.genericDivider {
	border-bottom: 1px dotted #9dc4d9;
	background-image: url(../img/misc/newsBg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
}
.genericDivider2 {
	height: 1px;
	border-bottom: 1px dotted #fff;
	width: 50%;
}
.colorOrange {
	color: #f7961c;
}
.colorBlue {
	color: #85dbf3;
}
.colorLightBlue {
	color: #3b8ab4;
}
.colorLighterBlue {
	color: #44abca;
}
.colorAqua {
	color: #8ad8c2;
}
.colorGreen {
	color: #71992a;
}
.mediaSection {
	border: 1px solid #9dc4d9;
	margin: 5px 0;
	padding: 10px;
}
sup {
	font-size: 10px;
}

/*
COMMON COLORS
orange			#f7961c
blue			#316597
light blue		#3b8ab4
lighter blue	#44abca
aqua			#8ad8c2
green			#71992a
*/


