@charset "UTF-8";
/* FAMILY BUILDERS STYLESHEET */





/* -- GENERAL -- */

body {
	padding: 0px 0px;
	margin: 0px 0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	background: url(../images/bg_red.gif);
	font-weight: normal;
	}


a, a:link, a:active, a:visited {
	color: #ebabc8;
	text-decoration: underline;
	}

a:hover {
	color: #ebabc8;
	text-decoration: none;
	}


p {
	line-height: 18px;
	font-weight: normal;
	}


ol li {
	padding-bottom: 20px;
	}


ul li {
	padding-bottom: 7px;
	}
	
	
	

/* -- HEADING -- */

h1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #f077b8;
	font-weight: normal;
	}
	


h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: fff79d;
	}


h5 { /* Used for right side headers */
	color: #d56ea6;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}
	
h4 {
font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #e4caad;
	font-weight: normal;
	padding-top: 15px;
	margin: 0px;
	}


 

/* -- CONTAINERS -- */

#container_mother {
	width: 819px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	}

#header {
	background: url(../images/header.gif) no-repeat center;
	margin: 0px auto;
	padding: 0px 0px;
	height: 201px;
	text-align: center;
	}

#header_logo {
	margin: 0px auto;
	padding: 65px 150px 0px 0px;
	}


#column_left {
	width: 572px;
	float: left;
	padding: 0px;
	margin: 0px 27px 0px 0px;
	}


#column_lefta {
	width: 170px;
	padding: 0px;
	float: left;
	margin: 15px 0px 0px 0px;
	}

#column_leftb {
	width: 402px;
	float: left;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	}
	
#column_leftc {
	width: 572px;
	float: left;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	}


#column_right {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}

	#column_right p {
	margin-top: 0px;
	}
	








/* -- MENU MAIN -- */

#menu_main {
	width: 572px;
	color: #fff;
	padding: 5px 0px 5px 0px;
	background: url(../images/nav_underline.gif) repeat-x 0px 40px;
	text-align: center;
	margin-top: 25px;
	}

#menu_mainsub {
	width: 572px;
	color: #e140dc;
	padding: 5px 0px;
	margin-bottom: 20px;
	text-align: center;
	background: url(../images/nav_underline.gif) repeat-x bottom;
	font-weight: normal;
	line-height: 22px;
	}

	#menu_mainsub a, #menu_mainsub a:link, #menu_mainsub a:visited, #menu_mainsub a:active {
	color: #fff79d;
	text-decoration: none;
	font-weight: normal;
	}


#menu_mainsub a:hover {
	color: #fff;
	font-weight: normal;
	}


.dotpadding {
	padding: 0px 3px;
	}










/* -- MENU SUB -- */

#menu_sub {
	width: 220px;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px;
	color:#fff;
	font-style: normal;
	}

	#menu_sub ul {
	list-style: none;
	}
	
	
	#menu_sub li {
	list-style: none;
	padding: 0px;
	}


	#menu_sub li a {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	display: block;
	color: #fff79d;
	width: 220px;
	padding: 5px 0px;
	margin: 0px;
	background: url(../images/nav_underline.gif) repeat-x;
	text-decoration: none;
	}



	#menu_sub li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
	}


.dot_sides {
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	padding-left: 10px;
	padding-right: 10px;
	
	}


/* -- FLASH -- */
	#info {
		width: 300px;
		overflow: auto;
	}

	#flashcontent {
		border: solid 0px #000;
		width: 900px;
		height: 600px;
		color: #ffffff;
		margin: auto;
	}
	
	



/* -- STYLES -- */
.showimg {
	padding-top: 1px;
	}

.showalt {
	display: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	}
	
.showalt_nav {
	display: none;
	font: 16px Verdana, Arial, Helvetica, sans-serif; 
	color: #d4b403;
	font-weight: bold;
	}
	
	

.showalt_p {
	display: none;
	font: 13px Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	font-weight: normal;
	}


.showalt_title {
	display: none;
	font: 16px Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	font-weight:normal;
	}
	
.smalltext {
	font-size: 10px;
	}

.glossary a {
	padding: 0px 3px;
	color: #e6ceb4;
	}

.glossary {
	color: #f077b8;
	}


.booktitle {
	font-weight: normal;
	font-style: italic;
	color: #cc607e;
	}

.paddingleft {
	padding-left: 25px;
	}

.paddingright {
	padding-right: 25px;
	}


.intro {
	background: url(../images/nav_underline.gif) repeat-x 0px;
	}






/* -- HACKS -- */
.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;
	font-size: 1px;
	line-height: 0px;
	border:0px;
	}





