/*/* CSS Document for CFA - front page */

.hidden {
	display: none;
}

html, body {
	margin: 0;
	padding: 10px;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	background-color:#BD5047;
	text-align: center;
}

tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 10px;
      padding-left: 15px;
}


.inline-picture-right {
	float: right;
	padding-left: 5px;
        padding-right: 10px;
	padding-bottom: 5px;
}

.inline-picture-left {
	float: left;
	padding-left: 5px;
        padding-right: 10px;
	padding-bottom: 5px;
}

.pullout-quote {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	width:200px;
	}

p.pullout-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	line-height:24px;
	font-stretch:condensed;
	color:#CC0000;
}

p.pullout-author {
	font-size:12px;
	line-height:14px;
}

#page-container  {
	width: 790px;
	margin: auto;	
	background-color: #ffffff;
	text-align: left;
}

#header {
	height: 122px;
}

#menu {
	float: left;
	width: 200px;
}

#menu .padding {
	padding: 15px;
	padding-top: 35px;
}

#menu_picture {
	float: left;
	padding: -10px;
	padding-top: 0px;
}

.moduletable_menu {
	position: relative;
	width:170px;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	background-color:#cc9933;
        padding: 5px;
	padding-top: 3px;
        padding-bottom: 10px;
}


/* Sets the menu items - white when not hover */	
.nav a {
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	vertical-align:middle;
	}
	
.nav a:hover {
	color:#660033;
}

/* Remove the bullets from the menu items and the indent */
.nav li {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
ul.nav { 
   text-align: center;
   margin-left: -35px;
}

/* Remove the bullets from the list of contacts */
.contact-category li {
   list-style-type: none;
}

li.print-icon {
   text-align: right;
   list-style-type: none;
/*  background: url(../images/printButton.png) no-repeat;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
*/
}


#content {
	margin-left: 200px;
}

#content .padding {
	padding: 25px;
}

.page-header {
 	color:#333333;
	font-weight:bold;
	line-height:18px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	background-color:#BD5047;
	height: 66px;
	font-size:10px;
	text-align:center;
	color:#CCCCCC;
}


#footer .padding {
	padding: 30px;
}