@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
}

html{
	height:100%;
}

body{
	height:100%;
	background-image:url(../images/site_background.gif);
	background-repeat:repeat;
	line-height: 1.2em;
}

img{
	padding:0;
	margin:0;
}

/**PAGE STRUCTURE**/
#wrap {
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -37px;
	width:945px;
	padding-top:11px;
}

#container{
	width:945px;
	height:100%;
	text-align:left; 
	margin:0 auto; 
	margin-top:0px;
	padding-bottom:37px; 
	position:relative;	
}

#header{
	width:945px; 
	height:auto; 
	position:relative;
}

#innerHeader{
	background-color:#FFFFFF;
}

#logo{
	height:94px; 
	padding-left:20px; 
	position:relative; 
	float:left;
	background-color:#FFFFFF;
}

#textSize{
	position:relative; 
	float:right; 
	margin-right:18px; 
	margin-top:60px; 
	line-height:15px;
}

#topNav{
	padding-top:4px; 
	width:940px; 
	height:28px; 
	position:relative;
}

#topNavLinks{
	height:28px; 
	width:773px; 
	position:relative; 
	float:left;
}

#search{
	height:24px; 
	width:138px; background-image:url(../images/topMenu/menu_repeat.jpg);
	background-repeat:repeat-x; 
	position:relative; 
	float:right; 
	padding-left:29px; 
	padding-top:4px;
}

#search input{
	height:13px; 
	width:122px;  
	border-top-color:#6D6E71;  
	border-left-color:#B6B7B8; 
	border-right-color:#CDCED0; 
	border-bottom-color:#CDCED0;
	border-width:2px;
	border-style:solid;
	font-family:Helvetica, Verdana, sans-serif; 
	font-size:10px; 
	color:#504545; 
	padding:1px;
}

#greySpacer{
	height:2px; 
	background-color:#BEBDBE; 
	width:940px; 
	position:relative;
	line-height:2px;
}

#contentHeaderImage{
	width:940px; 
	height:176px; 
	position:relative;
	border-top-color:#BEBDBE;
	border-top-style:solid;
	border-top-width:2px;
}

#content{
	width:945px; 
	position:relative; 
	height:auto; 
	margin-top:15px;
}

.contentColumnLeft{
	position:relative; 
	float:left; 
	width:500px;	
}

	
#homeContentRight{
	width :754px; 
	height:auto; 
	position:relative; 
	float:right;
}

#innerNewsHolder{
	background-color:#FFFFFF; 
	height:313px; 
	position:relative; 
	padding-left:6px; 
	padding-right:6px;
}

#news{
	width:370px; 
	position:relative; 
	float:left; 
	margin:0; 
	padding:0; 
	height:auto;
}

#bookOfWisdom{
	position:relative; 
	float:right; 
	width: 374px; 
	height:auto;
}

#innerBookOfWisdomHolder{
	background-color:#FFFFFF; 
	position:relative; 
	padding-left:7px; 
	padding-right:6px; 
	height:313px;
}

#secondNavHolder{
	position:relative; 
	float:left;
	width:185px;
}

#innerSecondNavHolder{
	position:relative; 
	height:160px; 
	background-color:#FFFFFF; 
	padding-left:6px; 
	padding-right:6px;
}

#contentContainer{
	position:relative; 
	float:right; 
	width:756px;
}

#contentContainerBook{
	position:relative; 
	float:right; 
	width:945px;
}


#innerContent{
	position:relative; 
	height:auto;  
	background-color:#FFFFFF; 
	padding-left:15px; 
	padding-right:22px; 
	padding-top:0px; 
	padding-bottom:46px;
}

#footerLinks{
	width:508px; 
	margin-top:44px; 
	margin-bottom:26px;
}

#callOut{
	position:relative; 
	float:left; 
	padding-top:12px; 
	margin-left:-31px;
}

#badges{
	position:relative; 
	float:right; 
	/*padding-right:11px;*/
}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */


#footerContainer {
	position: fixed;
	bottom:0px;
	height: 37px;
	clear:both;
	width:100%;
	background-color:#EFEFEF;
	background-repeat:no-repeat;
	margin: 0px auto;
	z-index:100;
}


#footer{
	 text-align:left; 
	margin:0 auto; 
	position:relative; 
	height:auto; 
	z-index:0;
	height:37px;
	width:945px;
}


.bookOfWisdomFlash{
	position:relative;
	padding-left:60px;
}

/**PAGE STRUCTURE**/




/*****DROP SHADOW*****/

.dropShadowBottom{
background-image:url(../images/dropShadow/bottom_repeat.png);
background-repeat:repeat-x;
}

.dropShadowRight{
background-image:url(../images/dropShadow/right_repeat.png);
background-repeat:repeat-y;
}

.dropShadowBottomRight{
background-image:url(../images/dropShadow/bottom_right_corner.png);
background-repeat:no-repeat
}

.dropShadowTopRight{
background-image:url(../images/dropShadow/top_right_corner.png);
background-repeat:no-repeat;
}

.dropShadowBottomLeft{
background-image:url(../images/dropShadow/bottom_left_corner.png);
background-repeat:no-repeat;
}

/*****DROP SHADOW*****/





