/* CSS Document */

/*********************/
/* BASIC */
/*********************/



body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	margin: 0;
	padding: 0;
	border:0;
	}

h1,h2,h3,h4,h5,h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}


p {
	margin:0px;
	color: #666666;
	font-size: 1em;
	padding-bottom:1em;
	padding-right:20px;
	}
		p a:link {color:#0000FF; 	text-decoration:none;}
		p a:visited {color:#0054A6; text-decoration:none; font-weight:bold; }
		p a:hover {color:#0000FF;	text-decoration:none; font-weight:bold; }
		p a:active {color:#d50509; 	text-decoration:none; font-weight:bold; }

	
ol, ul {
	padding-top:0;
	margin-top:-.75em;
	border-top:0;
	color: #666666;
	}
		ol a:link {color:#0000FF; text-decoration:none;}
		ol a:visited {color:#0054A6; text-decoration:none; font-weight:bold; }
		ol a:hover {color:#0000FF; text-decoration:none; font-weight:bold; }
		ol a:active {color:#d50509; text-decoration:none; font-weight:bold; 
		}
			ul a:link {color:#0000FF; text-decoration:none;}
			ul a:visited {color:#0054A6; text-decoration:none; font-weight:bold; }
			ul a:hover {color:#0000FF; text-decoration:none; font-weight:bold; }
			ul a:active {color:#d50509; text-decoration:none; font-weight:bold; }
		
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2em;
	line-height: 100%;
	}
	
h2 {
	color: #d50509;
	font-size: 1.8em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	}


h3 {
	color: #0054A6;
	font-size: 1.4em;
	margin-top: 10px;
	overflow: hidden;
	}

	
	#secondary h3 {
		background: #73AFB7;
		padding: 3px 5px 3px 10px;
		font-size: 1.5em;
		}
		
	#secondary h4 {
		margin: 10px 10px 5px 10px;
		font-size: 1.2em;
	}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	}


/*-----------------------------IMAGES-----------------------*/


.imgLt {
	float:left;
	text-align:left;
	padding: 15px 25px 15px 0px;
	}
	
.imgRt {
	float:right;
	text-align:right;
	padding: 15px 0px 15px 25px;
	}
	

.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	}
	
	
.amazon {
	width:140px;
	float:left;
	display:block; 
	padding-top:20px;
	padding-left:30px;
	border-top-style:dotted;
	border-top-width:thin;
	border-top-color:#CCCCCC;	
		}
		
		.amazon2 {
	width:160px;
	float:left;
	display:block; 
	padding-top:20px;
	padding-left:0px;
	border-top-style:dotted;
	border-top-width:thin;
	border-top-color:#CCCCCC;	
		}

/*--------------------------PAGE NUMBERS--------------------*/

#pageNumber {
	text-align:right;
	padding-right:60px;
	}

.pageNumbers {text-decoration:underline;
	}
		 a.pageNumbers:link {color:#0000FF;	font-weight:bold;}
		 a.pageNumbers:visited {color:#0054A6;  }
		 a.pageNumbers:hover {color:#294E56; }
		 a.pageNumbers:active {color:#0000FF;}
	

/************************************************************/
/*                         BANNER STYLES                   */
/*********************************************************/

/* #banner {
	position: relative;
	top:-10px;
	border-bottom:1px solid;
	z-index:-20px;
	width:650px;
	}  */


/*#logo {
	background: url(images/logo-banner.gif) no-repeat left top;
	height: 200px;
	z-index:-20;
}
*/

#logoTop {
	background: url(images/logoTop.gif) no-repeat left top;
	height: 87px;
	width:200px;
	z-index:-20;
}

#logoBot {
	background: url(images/logoBot.gif) no-repeat left bottom;
	height: 113px;
	z-index:1;
	border-bottom:1px solid;
}

/****************************************************************/
/*                              SIDEBAR                          */
/****************************************************************/

#sidebar {
	width: 200px;
	float: left;
	margin: 15px 0px 0px 5px;
	padding-top:15px;
	}

#news {
	margin: 0px;
	/*  padding:0px 15px; */
	padding:0px 10px;
	list-style: none;
	font-size: 1em;
	border-right: 1px solid #EC0005;
	}


#news li {
	display: inline;
	}
	
	
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
	}
	
	#news .subtitle {
	font-weight: bold;
	font-size:.85em;
	display: block;
	color: #666666;
	}

	#news .subtitleNB {
	font-weight: bold;
	font-size:.85em;
	color: #666666;
	}

#news a {
	text-decoration: none;
	font-weight:500;
	display: block;
	padding: 10px 2px 10px 5px;
	border-bottom: 1px solid #0054A6;
	color: #0054A6;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
	}
	
	/* hack for IE 6 < to make entire block clickable */
	/* anchor style non-compliant browsers */
	/* someday MSIE will be CSS compliant - ya think? */
	/* MSIE the new NN4!!! Holding back the Web! */
	
* html #news a {
	height: 1px; 
	}

#news a:hover span {
	color:#d50509;
		}
		
#news a:hover  {
	color:#d50509;
		}
	
#news #currentSect a { /*currently selected section*/
	color:#CCCCCC;
	}
	
#news #currentSect span { /*currently selected section*/
	color:#CCCCCC;
	}
	
/********************************************************/
/*                           MAIN                       */
/********************************************************/


/* not so friendly to 800x600 browsers 
#main {
	margin-left: 240px;
	padding-top:15px;
	}  
	*/
	
#main {
	margin-left: 230px;
	padding-top:15px;
	}
	
#mainGallery {
	margin-left: 50px;
	padding-top:15px;
	}
	
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
	}
	
/*---------------------ORGANIZING CLASSES------------------*/

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
	}
	
.floatLeft {
	float: left;
	margin: 0;
	}
	
.centered {	
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
.clear:after {
	content: ".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
	}
.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}



/*-------------------------NONSTANDARD TEXT CLASSES-----------------*/

	
.note {
	font-size:.85em;
	color:#000000;
	margin: 0 100px;
	padding:10px;
	border:1px solid #73afb7;
	background-color:#fbef99;
	}
	
	
.twoEM {
	line-height:2em;
	}
	
.indent {
	margin-left:3em;
	}

	.indent p {
		margin-bottom:-.5em;
		font-size:.85em;
		}

.smallPrint {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	}
	
.smaller {
	font-size:smaller;
	}

#secondary {
	float: right;
	width: 150px;
	}

#secondary * {
	color: #FFF;
	}


#secondary p {
	font-size: 1.2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}

/****************************************************************/
/*                          MAIN NAV                            */
/****************************************************************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}



/**************** TABBIES ***********************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*#tabbies {
	margin-right: 4px;
	padding: 0;
	width: 100%;
	padding-right: 5px;
	z-index:20;
	}

#tabbies ul {
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0;
	margin-bottom: 1em; 
	padding:0;
	list-style:none;
	z-index:20;
	}

#tabbies li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
	line-height: 1.5em;
	z-index:20;
	}


#tabbies a{
	float:right;
	color: white;
	background: #8b0000 url(images/color_tabs_left2.gif) no-repeat left bottom;
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	text-decoration:none;
	letter-spacing: 1px;
	z-index:20;
	}

#tabbies a span{
	float:right;
	display:block;
	background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
	padding:3px 9px 3px 6px;
	z-index:20;
	}

#tabbies a span{
	float:none;
	}


#tabbies a:hover{
	background-color: #d50509;
	}

#tabbies a:hover span{
	background-color: #d50509;
	}
	

#tabbies #current a { 
	background-color: #d50509  url(images/color_tabs_left_in.gif)  no-repeat right bottom;
	}

#tabbies #current span {  
	background-color: #d50509;
	}

#tabbiesline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #8b0000;
	border-bottom: 1px solid #fff; 
	z-index:20;
	}
*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabbies {
margin-right: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-right: 5px;
}

#tabbies ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#tabbies li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#tabbies a{
float:right;
color: white;
background: #8b0000 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#tabbies a span{
float:right;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#tabbies a span{
float:none;
}


#tabbies a:hover{
background-color: #d50509;
}

#tabbies a:hover span{
background-color: #d50509;
}

#tabbies #current a, #tabbies #current span{ /*currently selected tab*/
background-color: #d50509;
}

#tabbiesline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


	
/*********************/
/* FOOTER */
/*********************/


#footer {
	text-align:center;
	padding-top:10px;
	font-size:x-small;
	width:75%;
	height:1.5em;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	
#footer	a {text-decoration:none;	
		} a:link {color:#000000;					
		} a:visited {color:#8E8E8E;
		} a:hover {color:#0000FF;
		} a:active {color:#000000;	
		}

