/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Basic, global tag styles 																												 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div, p, h1, h2, h3, h4, h5, h6, ul, li, form, body, html, blockquote, td, th {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
}
body {
	text-align:center;
	margin: 20px;
}
a {
	color: #053EA4;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size:12px;
	line-height: 17px;
}
h1 {
	font-family: Rockwell,"Lucida Sans", Tahoma,"Trebuchet MS";
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	padding: 0 0 15px 15px;
	color: #B0A700;
	vertical-align:top;
}
h2 {
	font-family: Rockwell,"Lucida Sans", Tahoma,"Trebuchet MS";
	color: #B0A700;
	font-size: 18px;
	line-height: 21px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px; /*there's a chance this should be 10px, except for Small Change */
	padding-bottom: 10px;
}
h3 {
	font-family: Rockwell,"Lucida Sans", Tahoma,"Trebuchet MS";
	font-size: 15px;
	padding-top: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #191919;
	line-height: 17px;
}
p#skip	{
	display: none;
}
#allContent ul {
	padding-left: 2em;
	padding-bottom: 17px;
}
#allContent ul li ul {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: -10px;
}
#allContent li {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	padding-bottom: 10px;
	margin-right: 15px;
}
blockquote {
	padding-left: 10px;
}
img {
	border: 0px none;
}
img.floatRight {
	float: right;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0;
}
td, th {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size:12px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #B0A700;
	padding-right: 10px;
	vertical-align: top;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Basic layout styles 																														   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#disclaimer {
	width: 33%;
	float: right;
}
#banner {
	background-color: #3B62A9;
	margin-bottom: 4px;
	padding: 18px 15px;
}
#entirePage {
	margin-left:auto;
	margin-right:auto;
	max-width: 1120px;
	min-width: 740px;
	/*min-max for IE. Note the values tested are 40px bigger than intended size, this is because of the margin on the body */
	width:expression(document.body.clientWidth < 780? "740px": document.body.clientWidth > 1160? "1120px": "100%");
}
#sideBar {
	margin-top: 27px;
	float: left;
	width: 200px;
}
#allContent {
	margin-top: 30px;
	margin-left: 200px;
	height: 1px;
}
#mainContent{
	width:66%;
	float:left;
	margin-right: -1px;
	margin-bottom: 30px;
}
#secondaryContent {
	width: 34%;
	float: right;
	margin-bottom: 30px;
}
#mainContent, h1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0a700;
}
#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent p {
	padding-left: 15px;
	padding-right: 15px;
}
#mainContent blockquote {
	padding-left: 25px;
	padding-right: 15px;
}
#footer {
	width: 100%;
	border-top: 1px solid #85A9DE;
	clear: both;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: 30px;
}
#footer p {
	padding-top: 10px;
	float: right;
	font-size:11px;
	line-height:11px;
	color:#4C4C4C;
	text-align: right;
	width: 50%;
}
#footer p a {
	color:#4C4C4C;
}
#footer p a:hover {
	color: #237FCA;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Siidebar styles 										  																						 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sideBar #sendToAFriend h2 {
	background-color: #B0A700;
	padding: 0;
	margin-right: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-transform: none;
}
#sideBar h2 a {
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Main navigation bar styles 										  																 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#primaryNavigation { /* the navbar wrapping block */
	height: 26px;
	background-color: #57A5E5;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	margin-bottom: 3px;
}
#primaryNavigation a {
	text-decoration: none;
	color: #fff;
}
#primaryNavigation a:hover {
	text-decoration: underline;
}
#mainSectionsNav a {
	display:block;

}
#mainSectionsNav li.onSubpage a {
	padding-bottom: 10px;
}
#mainSectionsNav {
	list-style-type: none;
	float:none;
	text-transform: uppercase;
}
#mainSectionsNav li {
	background-color:#57A5E5;
	float: left;
	border-right:4px solid #fff;
}
#mainSectionsNav li.current {
	font-weight: bold;
	color:#FFFFFF;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#secondarySectionsNav {
	float:right;
	list-style-type: none;
}
#secondarySectionsNav li {
	margin-top: 5px;
	padding: 0px 8px 0 8px;
	border-right: 1px solid #abd2f2;
	float:left;
}

/* Appearance overrides for navbar links */
li#learnLink {
	background-color: #dc3511;
}
li#takeActionLink {
	background-color: #B0A700;
}
li#eZineLink {
	background-color: #ef8e00;
}
li#weblogPodcastLink {
	background-color: #5D96C0;
}
li#sitemapLink {
	border-right-style: none;
}
.onSubpage {
	font-weight:bold; /* TO BE CORRECTED */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Table styles 										  																 								 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.tabledData {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Form styles 										  																 								 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.buttonSend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-color: #ffef00;
}
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Quick Links styles																																 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#quickLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#quickLinks li {
	margin: 0 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 8px 0;
	font-size:11px;
	line-height: 14px;
}
#quickLinks h2 {
	color: #5D96C0;
	padding-bottom: 5px;
	padding-top: 15px;
	margin-right: 5px;
}
#quickLinks a{
	display: block;
	background-image:url(/images/quick_links/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}
