@charset "UTF-8";

/* ######## GENERAL ############### */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(/images/main/site_bg.gif) repeat-x;
}

label {
	font: 20px arial;
	}
input, textarea, select {
	border: 0;
	background: #ffffff;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 8px 0;
	width: 340px;
	}
textarea { height: 100px; }
.checkbox {
	width: 25px;
	height: 25px;
	margin: 1px;
	background: url(/images/main/checkbox.gif) no-repeat;
	cursor: pointer;
	}
input.submit {
	float: right;
	width: 100px;
	height: 35px;
	background: transparent;
	color: #ffffff;
	font: bold 20px/20px arial;
	border: 3px solid #ffffff;
	}


.navBGsub  {
	background: url(/images/main/site_bg.gif) repeat-x;
}
.navBGtop  {
	background: url(/images/main/site_bg_top.gif) repeat-x;
}
#container { 
	width: 957px;
	margin: 0 auto;
	text-align: left;
}
#mainContent a:link, #mainContent a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#mainContent a:active, #mainContent a:hover {
	color: #333333;
	text-decoration:underline;
}
hr {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
#mainContent.blue hr {
	color: #708fb2;
	background-color: #708fb2;
}
#mainContent.green hr {
	color: #c4d875;
	background-color: #c4d875;
}

/* ######## PAGE HEADER ############### */

#header { 
	height: 80px;
	padding: 0;
}
#header #textSizes { 
	margin-top: 10px;
	background: url(/images/main/type-medium.gif) no-repeat;
	float: left;
}
#header #logo { 
	float: right;
	padding-top: 17px;
}

/* ######## NAVIGATION ############### */

#nav { 
	height: 60px;
	width: 715px;
}
#topNav {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size:13px;
	padding: 12px 0 5px 0;
	width: 715px;
}
.subNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#topNav a, .subNav a {
	color: #999999;
	text-decoration:none;
	padding-right: 10px;
}
.subNav a {
	padding-bottom: 10px;
}
#topNav .select,
.subNav .select {
	color: #333333;
}
.subNav .select {
	font-weight:bold;
}
#topNav a:active, #topNav a:hover,
.subNav a:active, .subNav a:hover,
#topNav .select a:link, #topNav .select a:visited,
.subNav .select a, .subNav .select a:visited {
	color: #333333;
	text-decoration:none;
}

/* ######## TEXT GENERAL ############### */ 

#mainContent h2 { 
	font-size: 25px;
	color:#333333;
	margin: 13px 0;
} 

#mainContent p, #mainContent li, #mainContent #newsPage {
	font-size: 25px;
	line-height: 32px;
	font-weight:bold;
}
#mainContent p.largeText, .largeText {
	/*font-size: 37px;
	line-height: 43px;
	font-weight:bold;*/
}
.smallText, #mainContent .smallText, #mainContent p.smallText, #mainContent .smallText p,
#mainContent .smallText li, #mainContent #links p, #mainContent #faqAnswers p, #comList p {
	font-size: 16px;
	line-height: 22px;
}
.reg, #mainContent p.reg {
	font-weight:normal;
}
.topPad, #mainContent p.topPad {
	padding-top: 20px;
}


#mainContent #newsPage div.block  {
	padding: 15px 0 0 0;
}
#mainContent #newsPage div.block span.date  {
	font-weight:bold;
}
#mainContent #newsPage span.readmore  {
	font-size:16px;
	padding: 0 0 15px 0;
}
#mainContent #newsPage .headline {
	font-weight:normal;
}


#mainContent #faqAnswers p  {
	font-weight:normal;
	padding: 8px 0;
}

/* ######## PAGE STRUCTURE ############### */

#sidebar {
	float: right;
	width: 230px;
	margin: 20px 0 0 0;
	padding: 0;
	color:#000000;
}
#mainContent { 
	margin: 20px 240px 0 0; /* the right margin on this div element creates the column down the right side of the page */
	color:#FFFFFF;
}
#mainContent .pad #textColumn p, #mainContent .pad #textColumn h2, #mainContent .pad #textColumn {
	width: 550px;
}
#mainContent .pad #textColumn.narrowTextColumn p, #mainContent .pad #textColumn.narrowTextColumn h2, #mainContent .pad #textColumn.narrowTextColumn {
	width: 470px;
}

#mainContent .pad { 
	padding: 93px 10px 12px 12px;
	/*padding: 185px 10px 12px 12px; <--------- lines up with the sidebar */
}
#mainContent .pad #textColumn {
	float: left;
}
#mainContent .pad #imgColumn {
	float: right;
	width: 210px;
}
#mainContent .pad #textColumn p, 
#mainContent .pad #imgColumn p {
	margin: 0 0 10px 0;
}
#mainContent div.border {
	margin-top: 5px;
	border: #cbdb93 1px solid;
} 
#mainContent div.grayBorder {
	border: #CCCCCC 1px solid;
} 

/* ######## PAGE VARIATIONS ############### */

#mainContent.green {
	background-color:#9dbe19;
	background-image: url(/images/backgrounds/green.jpg);
	background-repeat:no-repeat;
}
#container #mainContent.blue {
	background-color:#336193;
	background-image: url(/images/backgrounds/blue.jpg);
	background-repeat:no-repeat;
}
#mainContent.yellow {
	background-color:#e8cf12;
	background-image: url(/images/backgrounds/yellow.jpg);
	background-repeat:no-repeat;
}
#mainContent.violet {
	background-color:#3b4b8f;
	background-image: url(/images/backgrounds/violet.jpg);
	background-repeat:no-repeat;
} 

/* ######## SIDEBAR PEOPLE VIDEOS ############### */

#sidebar #peopleVideoBlock {
	margin-top: 10px;
	height: 348px;
	overflow: hidden;
	border: #E9E9E9 1px solid;
	color: #c7e1de;
	background-repeat: no-repeat;
}
#sidebar #peopleVideoBlock h2 {
	padding: 0 0 3px 0;
	margin: 0;
}
#sidebar #peopleVideoBlock .pad {
	padding: 7px;
}
#sidebar #peopleVideoBlock .headline {
	margin: 0;
	padding: 5px 20px 0 0;
	font-weight: bold;
}
#sidebar #peopleVideoBlock #videoNav {
	position: absolute;
	margin: 278px 0 0 0;
}
#sidebar #peopleVideoBlock a:link,
#sidebar #peopleVideoBlock a:visited {
	text-decoration:none;
	color:#c7e1de;
}
#sidebar #peopleVideoBlock a:active,
#sidebar #peopleVideoBlock a:hover {
	text-decoration:none;
	color:#73b5ab;
}


/* ######## SIDEBAR NEWS ITEMS ############### */

#sidebar #newsBlock {
	background:#f9f5dc;
	margin-top: 10px;
	height: 320px;
	overflow: auto;
	border: #E9E9E9 1px solid;
}
#sidebar #newsBlock .smallText {
	font-size: 12px;
	line-height: 15px;
	}
#sidebar #newsBlock a {
	font-size: 11px;
	text-decoration: none;
	color: #888888;
	}
#sidebar #newsBlock h2 {
	padding: 0 0 24px 0;
	margin: 0;
}
#sidebar #newsBlock .newsItem {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
#sidebar #newsBlock .newsItem a,
#sidebar #newsBlock .newsItem a .headline {
	text-decoration:none;
	color:#333333;
	margin: 0;
	padding: 0;
}
#sidebar #newsBlock .hr {
	height: 1px;
	background: url(/images/main/dotted_line.gif) no-repeat;
	margin: 0;
	padding-bottom: 8px;
	font-size:1px; 
	line-height:1px;
}
#sidebar #newsBlock .newsItem a .learnMore {
	padding: 4px 0 8px 0;
	color:#999999;
}
#sidebar #viewAllNews {
	border-bottom: #E9E9E9 1px solid;
	border-left: #E9E9E9 1px solid;
	border-right: #E9E9E9 1px solid;
	height: 29px;
	font-size:12px;
}
#sidebar #viewAllNews a {
	text-decoration:none;
	color:#999999;
}
#sidebar #newsBlock .newsItem a:active .learnMore,
#sidebar #newsBlock .newsItem a:hover .learnMore,
#sidebar #viewAllNews a:active,
#sidebar #viewAllNews a:hover {
	color:#333333;
}
#sidebar #newsBlock .pad,
#sidebar #viewAllNews .pad {
	padding: 7px;
}

/* ######## FOOTER ############### */

#footer {
	line-height: 15px;
	color: #CCCCCC;
	border-top: solid 2px #E9E9E9;
	margin: 30px 0 50px 0;
	padding: 15px 0 0 0;
	clear:both;
}
#footer a {
	color: #999999;
	text-decoration:none;
	padding-right: 12px;
}
#footer a:active, #footer a:hover {
	color: #333333;
	text-decoration:none;
}



/* ######## used with js/jquery.validate.min.js */
input.error {
	background: #ffdddd;
	color: #ff0000;
	}
label.error {
        color: #ff0000;
        font-size: 16px;
        } 
div.error {
	color: #ff0000;
	height: 20px;
	margin-bottom: 15px;
	}



/* ######## MISC ############### */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.redText { color: #ff0000; }

/* Font Sizes */
.small_font .headline	{ font-size:12px; }
.small_font	.learnMore	{ font-size:10px; }
.small_font	.subNav		{ font-size:10px; }
.small_font	#footerIn	{ font-size:12px; }
.small_font	#topNav .n, .small_font	#topNav .select		{ font-size:12px; }

.medium_font .headline	{ font-size:14px; }
.medium_font .learnMore	{ font-size:12px; }
.medium_font .subNav	{ font-size:12px; }
.medium_font #footerIn	{ font-size:14px; line-height: 18px; }
.medium_font #topNav .n, .medium_font #topNav .select	{ font-size:14px; }

.large_font .headline	{ font-size:16px; }
.large_font .learnMore	{ font-size:14px; }
.large_font	.subNav		{ font-size:12px; }
.large_font	#footerIn	{ font-size:16px; line-height: 20px; }
.large_font #topNav .n, .large_font #topNav .select		{ font-size:16px; }
