@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/back_bg.gif); 
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container { 
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:15px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	/*background: #DDDDDD;*/
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	/*margin: 0;  zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	/*float: right;  since this element is floated, a width must be given */
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #000000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	text-align: right;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
.twoColFixRtHdr #mainContentSearch { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC;
        background:#E5DEC7; border-width:5px; border-color:#C4B482; border-style:solid; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr .mainNav {
	background:#000000;
	text-align:center;
	height:30px;
	padding-top:2px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.blackBack { background-color:#000000;}
.red {color: #CC0000;}
.redwhite {background-color: #CC0000;padding:5px 7px 5px 7px;}
#ak {width:100%;height: 135px;background-color: #000000;border: 0px;background-image: url(images/back_headshot.jpg);background-repeat: no-repeat; padding-bottom:20px;}
.ashlea {position: relative;top: 20px;left: 25px;width:50px;height: 80px;border: 0px;}
.kathi {position: relative;top: -30px;left: -30px;width:50px;height: 80px;border: 0px;}
#globalNav { position: relative;top: 0px;left:0px; width:179px;height:71px; text-align:right; font-size:11px; font-weight:bold; line-height:1.8em; padding-right:10px; background-color:#FFFFFF}

#globalNav a:link {color: #000000;text-decoration: none;}
#globalNav a:active {color: #000000;text-decoration: none;}
#globalNav a:visited  {color: #000000;text-decoration: none;}
#globalNav a:hover {color: #999999;text-decoration: none;}
#footer a { font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;}
#footer a:link {color: #666666;text-decoration: none;}
#footer a:active {color: #666666;text-decoration: none;}
#footer a:visited  {color: #666666;text-decoration: none;}
#footer a:hover {color: #333333;text-decoration: none;}
.bioPics { float:right; padding:10px}
.searchContent { padding: 0px 20px 20px 20px;}
#twitter_update_list {font-size:10px;  }


/* Custom SideNav */

.twoColFixRtHdr #sidebar1 .nitSubNav {width:169px;height:24px;background-image: url(images/1pxtrans.gif);background-repeat:no-repeat; background-position:right; background-color:#000000; text-align:right;
}

.twoColFixRtHdr #sidebar1 .nitSubNav a {padding-right:5px;}

.twoColFixRtHdr #sidebar1 .nitSubNavRollover {width:169px;height:24px;background-image: url(images/1pxtrans.gif);background-repeat:no-repeat;background-position:right; background-color: #CC0000; text-align:right;
}

.twoColFixRtHdr #sidebar1 .nitSubNavRollover a {padding-right:5px;}



/*   FONTS   */
h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#CC0000;
	margin: 10px 0px 10px 0px;
	
}

h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	margin: 8px 0px 3px 0px;
	
}
h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	margin: 8px 0px 3px 0px;
	
}

#footer h4 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 5px 0px 3px 0px;
	
}

#footer h4 a { 
        font-size:14px;
	color:#333333;
	
}
#sidebar1 h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#CCCCCC;
	margin: 5px 0px 10px 0px;
	
}
#sidebar1 p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	margin: 0;
	
}

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin: 0px 0px 1em 0px;
	
}


a:link, a:active, a:visited {color: #CC0000;text-decoration: none;}
a:hover { color: #000000; text-decoration: none;}