@charset "UTF-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 112px;
	line-height: 14px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
	color: #2D6985;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #922112;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 0px;
}


h3 {
	color: #000;
	font-size: 13px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}		


a,
a:link {
	color: #922112;
	text-decoration: underline;
}

a:visited {
	color: #922112;
}

a:hover {
	color: #922112;
}

a:focus {
	color: #922112;
}

a:active {
	color: #922112;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	background-image: url("../img/content_bkg.gif");
	background-repeat: repeat-y;
	margin: 0 auto 24px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 876px;
}

#innerWrapper {
	margin: 0 0 0 24px;
	padding: 0;
}

#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: bold;
	height: 112px;
	line-height: 15px;
	padding-bottom: 7px;
	width: 825px;
	background-image: url(../img/head_stripes.gif);
	background-repeat: repeat-x;
	background-position: 0 93px;
}

#outerWrapper #footer {
	background-color: #fff;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 876px;
	height: 26px;
	margin: 0;
	padding: 0;
}

#outerWrapper #contentWrapper #leftColumn {
	float: left;
	width: 165px;
}

#outerWrapper #contentWrapper #rightColumn {
	float: right;
	margin-right: 27px;
	width: 206px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	border-left: dotted 1px #999999; /* Sets the left border properties for an element using shorthand notation */
	border-right: dotted 1px #999999; /* Sets the right border properties for an element using shorthand notation */
	border-top: dotted 1px #999999; /* Sets the top border properties for an element using shorthand notation */
	margin-bottom: 0;
	margin-left: 175px;
	margin-top: 0;
	padding: 0 0 10px 0;
	width: 433px;
}

#content,
#content p,
#content td,
#content li {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content li {
	margin-bottom: 4px;
}

#content .margins {
	margin: 18px 18px 18px 20px;
}

#content .node {
	margin: 10px 18px 0px 20px;
	background: #e2e2e2;
	display: block;
}

#content .node .videoPreview {
	width: 174px;
	margin: 11px;
}

#content .node .videoPreview a:link img,
#content .node .videoPreview a:visited img {
	border-color: #000000;  
/* IE doesn't think that it's sufficient to merely indicate that all links are black 
   for it to render borders on image links as black */ 
}

#content .node p,
#content .node td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 10px 0;
	color: #858585;
}

#content .node h1,
#leftColumn .node h1 {
	background-color: #9b9b9b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 10px;
	color: white;
	font-weight: bold;
	margin: 0;
}

#leftColumn .node h1 a,
#leftColumn .node h1 a:link,
#leftColumn .node h1 a:visited,
#content .node h1 a,
#content .node h1 a:link,
#content .node h1 a:visited {
	color: white;
	text-decoration: none;
}

.noUnderline a,
.noUnderline a:link,
a.noUnderline,
a:link.noUnderline,
.noUnderline {
	text-decoration: none;
}

#leftColumn .node h1 a:hover,
#content .node h1 a:hover {
	text-decoration: underline;
}

#content .node h2 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftColumn .node h2 a,
#leftColumn .node h2 a:visited,
#leftColumn .node h2 a:hover {
	color: #000;
}

#leftColumn .node h2 a:hover {
	text-decoration: underline;
}

#leftColumn .node {
	background: #e2e2e2;
	color: #858585;
	margin: 12px 0 0 0;
	padding-bottom: 12px;
}

#leftColumn .node h2 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 10px 10px 0 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftColumn .node a,
#leftColumn .node a:visited {
	color: #648a9e;
	display: block;
}

#leftColumn .node a:hover {
	color : #4E6571;
	text-decoration: none;
}

#leftColumn .node h1 {
	border-bottom: 2px solid #fff;
}

#leftColumn .node p {
	padding: 0;
	margin: 8px 10px 8px 10px;
	line-height: 12px;
}

#leftColumn .node p.attribution {
	margin-top: 0;
}

#rightColumn .buttonMargin {
	margin-bottom: 12px;
}

#emailForm,
#emailForm img,
#emailForm input,
#emailForm td {
	margin:  0;
	padding: 0;
}

#emailForm input {
	font-size: 10px;
	background-color: #ffffff;
	color: #000;
	vertical-align: middle;
	margin: 0;
	padding: 2px 0 0 2px;
	border: none;
	height: 16px;
}

#emailForm #subscribe {
	vertical-align: middle;
	float: left;
	height: 16px;
	padding: 0;
	margin: 0;
}

#emailForm #emailContainer {
	position: absolute;
	top: 52px;
	right: 12px;
	background-color: #A5A4A4;
	border: 1px solid #CCCCCC;
	visibility: visible;
}

#email-add,
#email {
	width: 135px;
	margin: 0;
	padding: 0;
	float: left;
}

#content input {
	border: 1px solid #5f5f5f;
}

.submitButton {
	background-color: #C4E4F3;
	font: Arial, Helvetica, sans-serif 10px;
	padding: 2px 4px;
	color: #2D6985;
}

.submitButton:hover {
	background-color: #FFFFDD;
    color: #922112;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
span.clearFloat {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	height: 1px;
}

br.clearFloat {
	padding: 0;
	margin: 0;
	height: 1px;
}

.required, #content .required, #content td .required {  color: #6699AA;  }


.smaller, .smaller td, .smaller p  {
	font-size: 9px;
	line-height: 12px;
}

.larger {
	font-size: 13px;
	line-height: 16px;
}

.rightSide {
	margin: 0 0 8px 12px;
	float: right;
}

.leftSide {
	margin: 0 12px 8px 0;
	float: left;
}

#header img {
	float: left;
}

#header #headerText {
	height: 93px;
	color: #2D6985;
	text-align: right;
}

#header h1 {
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 24px 10px 0px 0px;
}