/* CSS Document */

@import url('fda.css');

/* MAIN */
a, 
a:link, 
a:visited {
	text-decoration: none;
}
a:focus, 
a:hover, 
a:active {
	text-decoration: underline;
}

body {
    margin: 0px 30px 30px 30px;
	min-width: 780px;
}
.wrap {
	min-width: 780px;
	_width: expression(((document.body.clientWidth)) < 800? "795px": "auto" );
}
div.wrap {
    font-family: Arial,sans-serif;
    /*min-width: 70em;
    max-width: 120em;*/
    margin: 0;
    position: relative;
    min-height: 70em;
    height: auto !important;
    height: 70em;
    color: #333333;
}

fieldset {
    border: 0;
}
h1,h2,h3,h4,h5,h6 {
    /*font-family: Tahoma,arial,sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4B0149;
}
table {
    border-collapse: collapse;
    border: solid 1px #904E8C;
    border-left: 0;
}
thead tr {background-color: #904E8C;}
tbody tr {background-color: #F8F3F9;}
tr.alternate {background-color: #F1E7F0;}
table a {color: #333333;}

td,th {
    border-left: solid 1px #904E8C;
    /*padding: 6px 15px 6px 7px;*/
	margin: 0;
}
td p {margin: 0;}
/*td p
{
    font-size: 1.0em;
    margin-top: 0.3em;
    margin-bottom: 0;
}*/
th {
    color: white;
    text-align: left;
    font-size: 1.2em;
}



.skiplinks {
	display: none;
}
.hiddenclass {
	position: absolute;
	left: -1000px;
	top: -1000px;
}


/* AE MENU */
#ae_menu {
    line-height: 1.6em;
    word-wrap: break-word;
    color: #353336;
    width: 19.2em;
    /*overflow: hidden;*/
    list-style-type: none;
    border-bottom: solid 1px #E1D7DF;
}
/* Disable bullets on all menu items */
#ae_menu li {list-style-type: none;}
/* Move arrow image pointer so that it appears consistently at left hand side of menu */
#ae_menu li img {display: none;}
/*l#ae_menu li img {position: absolute; eft: 20px; left: 0px;}*/
/*ul#ae_menu li ul li  img {position: absolute; left: 30px; left: 0px;}*/
/* Set background for LEVEL 1 */
ul#ae_menu {
    width: 19.2em;
    margin: 0;
    padding: 0;
    margin-right: 4px;
    _margin-right: 0px; /* Required to fix display in IE6 */
    color: inherit;
    background-color: #F1E7F0;
}
ul#ae_menu li {
    color: #5F005C;
    border-top: solid 1px #E0D5DD;
    background-color: #F1E7F0;
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: 1.7em;
    display: block;
	font-weight: bold;
    margin-left: 0px;
   
}
ul#ae_menu li a, 
ul#ae_menu li a:link, 
ul#ae_menu li a:visited {
	color: #5F005C;
	text-decoration: none;
	font-weight: normal;
}
ul#ae_menu li a:focus, 
ul#ae_menu li a:hover, 
ul#ae_menu li a:active {
	color: #5F005C;
	text-decoration: underline;
	background: none;
}
ul#ae_menu li.ae_open {
    /*background: url(/web/templates/home_files/li.gif) no-repeat!important;
	background-position: 7px 5px !important;*/
	background-image: url(/web/templates/home_files/li.gif)!important;
	background-repeat: no-repeat!important;
	background-position: .1em .2em;
	color: #333333;
    background-color: #F8F3F9;
}

ul#ae_menu li.ae_menuopen {
    background-color: #F8F3F9;
}
ul#ae_menu li.ae_menuopen ul {
    width: 19.2em;
    /*margin-left: -28px;
    padding-right: 28px;*/
    margin-left: -1.7em;
    padding-right: -1.7em;
    border-bottom: 0;
    border-top: solid 1px #E0D5DD;
    background-color: #F8F3F9;
    padding-bottom: .2em;
    padding-top: .1em;
    padding-left: 0px;
	margin-bottom: -.2em;
}
ul#ae_menu li.ae_menuopen ul li {
    color: #333333;
    background: none;
    border: none;
}
ul#ae_menu li.ae_menuopen a {
    font-weight: bold;
}

ul#ae_menu li.ae_menuopen ul a, 
ul#ae_menu li.ae_menuopen ul a:link, 
ul#ae_menu li.ae_menuopen ul a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal !important;
	background: none;
	padding: 0;
}
ul#ae_menu li.ae_menuopen ul a:focus, 
ul#ae_menu li.ae_menuopen ul a:hover, 
ul#ae_menu li.ae_menuopen ul a:active {
	color: #333333;
	text-decoration: underline;
	background: none;
}
ul#ae_menu li.ae_menuopen ul li.ae_open 
{

}


/* Intranet Styles */
#header-links {
    text-align: right;
    margin-right: 1em;
    height: 3em;
    position: relative;
}

#header-links span {
    /*font-size: 1.2em;*/
    position: absolute;
    bottom: 4px;
    right: 0;
    color: #333333;
}

#header-links span a {
    color: #333333;
}
#header {
    height: 8.2em;
    background-color: #5F005C;
    width: 100%;
    /*background-image: url(/web/templates/page1_files/logo.gif);
    background-repeat: no-repeat;
    background-position: 15px 5px;*/
    position: relative;
}
#header img {
	position: absolute;
	top: 5px;
	left: 15px;
	border: 0px;
}
#header p
{
    position: absolute;
    top: 20px;
    left: 110px;
    /*padding-top: 23px;
   padding-left: 110px;*/
    margin: 0;
    color: White;
    /*font-family: Tahoma,arial,sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    /*line-height: normal;*/
	line-height: 1.2em;
    letter-spacing: .05em;
}
#header form {
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 10px;
}
#header form label {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 3px;
	padding-right: 0.5em;
}
#search-form label {
    position: absolute;
    top: 20px;
    right: 185px;
    color: White;
    font-size: 1.2em;
    padding-top: 3px;
}

#search-button {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 30px;
    height: 22px;
    text-align: center;
    /*font-size: 1.1em;*/
}

#search-input {
    position: absolute;
    right: 45px;
    top: 20px;
    height: 18px;
    width: 130px;
    border-style: solid;
    border-color: #5F005C;
}

/* Page 1 Styles */

#page1 #column1 {
    margin-top: .7em;
    width: 20em;
    float: left;
}

#page1 #column2 {
    position: relative;
    top: .7em;
    left: 0;
    margin-left: 20em;
    min-height: 41em;
    height: auto !important;
    height: 41em;
    padding-bottom: 2em;
}

/* Page 1 Banner Styles */

#page1banner #column1 {
    margin-top: .7em;
    width: 20em;
    float: left;
}

#page1banner #column2 {
    position: relative;
    top: .7em;
    left: 0;
    margin-left: 20em;
    min-height: 41em;
    height: auto !important;
    height: 41em;
    padding-bottom: 2em;
}

#page1banner #image-banner {
    width: 100%;
    height: 14.8em;
    /*background-color: #BF99BE;*/
    background-color: #C7A4C5;
    overflow: hidden;
    position: relative;
}

#page1banner #banner-text {
    min-height: 14.8em;
    height: auto !important;
    height: 14.8em;
    /*background-color: #BF99BE;*/
    background-color: #C7A4C5;
    overflow: hidden;
    width: 20em;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
}

#page1banner #image-banner img {
    display: block;
}

#page1banner #image-banner p {
	padding: 0;
	margin: 0;
}

#page1banner #banner-text p {
    font-family: Tahoma,arial,sans-serif;
    color: white;
    padding: .5em;
    font-size: 1.4em;
    line-height: normal;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Page 2 Styles */
#page2 #column1 {
    margin-top: .7em;
    width: 20em;
    float: left;
}
#page2 #column3 {
    margin-top: .7em;
    width: 20em;
}
#page2 #column3 {
    float: right;
}
#page2 #column2 {
    position: relative;
    top: .7em;
    left: 0;
    margin-left: 20em;
    margin-right: 20em;
    min-height: 41em;
    height: auto !important;
    height: 55.8em;
    padding-bottom: 2em;
}

/* IE6 Holly & Tan hack for float 3px issues */
* html #page2 #column2 {
    left: -3px;
    height: 1%;
    margin-left: -3px;
    margin-right: 0;
}
/* IE6 Holly & Tan hack for float 3px issues */
* html #page2 #column3 {
    margin-left: -6px;
    height: 1%;
}
#page2 #image-banner,
#page2 #banner-text {
    width: 100%;
    height: 14.8em;
    /*background-color: #BF99BE;*/
    background-color: #C7A4C5;
    overflow: hidden;
    position: relative;
}
#page2 #image-banner img {
    display: block;
}
#page2 #banner-text p {
    font-family: Tahoma,arial,sans-serif;
    color: White;
    padding: .5em;
    font-size: 1.4em;
    line-height: normal;
    margin: 0; 
    position: absolute;
    bottom: 0;
    right: 0;   
}

/*#page2 .quotation */
.quotation {
    background-image: url(/web/templates/page2_files/startquote.gif);
    background-repeat: no-repeat;
    background-position: 18px top;  
}

/*#page2 blockquote*/
.quotation blockquote {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    /*background-image: url(/web/templates/page2_files/startquote.gif);*/
    background-image: url(/web/templates/page2_files/endquote.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 6px;
    font-size: 1.6em;
    color: #680068;
    line-height: 1.4em;
    font-family: Georgia,serif;
    margin-top: 3em;
}
.quotation blockquote p {
   font-size: 1.0em;
}


/* page2banner Styles */
#page2banner #column1 {
    margin-top: .7em;
    width: 20em;
    float: left;
}
#page2banner #column3 {
    float: right;
    width: 20em;
}

#page2banner #column2 {
    position: relative;
    left: 0;
    margin-right: 20em;
    min-height: 41em;
    height: auto !important;
    height: 41em;
    padding-bottom: 2em;
}
#page2banner #rightCol {
    position: relative;
    left: 0;
    margin-left: 20em;
    margin-right: 0em;
    min-height: 41em;
    height: auto !important;
    height: 41em;
    padding-top: 0.7em;
}
#page2banner #row1 {
    position: relative;
    margin-left: 0em;
    float: left;
    width: 100%;
}

/* IE6 Holly & Tan hack for float 3px issues */
* html #page2banner #column2 {
    left: -3px;
    height: 1%;
    margin-left: -3px;
    margin-right: 0;
}
/* IE6 Holly & Tan hack for float 3px issues */
* html #page2banner #column3 {
    margin-left: -6px;
    height: 1%;
}
#page2banner #banner-text {
    width: 20em;
    height: 14.8em;
    /*background-color: #BF99BE;*/
    background-color: #C7A4C5;
    overflow: hidden;
    position: absolute;
    right: 0.2em;
    top: 0em; 
}

#page2banner #image-banner {
    width: 100%;
    /*background-color: #BF99BE;*/
    background-color: #C7A4C5;
}
#page2banner #image-banner img {
    display: block;
}
#page2banner #image-banner p {
	padding: 0;
	margin: 0;
}

#page2banner #banner-text p {
    font-family: Tahoma,arial,sans-serif;
    color: White;
    padding: .5em;
    font-size: 1.4em;
    line-height: normal;
    margin: 0; 
    position: absolute;
    bottom: 0;
}
/*
#page2banner .quotation {
    background-image: url(/web/templates/page2banner_files/startquote.gif);
    background-repeat: no-repeat;
    background-position: 18px top;

}
*/

/*#page2banner blockquote {
    margin-top: 1.2em;
    margin-bottom: 1.2em;*/
    /*background-image: url(/web/templates/page2banner_files/startquote.gif);*/
    /*background-image: url(/web/templates/page2banner_files/endquote.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 40px;
    padding-top: 6px;
    font-size: 1.6em;
    color: #680068;
    line-height: 1.4em;
    font-family: Georgia,serif;
    margin-top: 3em;
}
*/

/* General Styles */
#breadcrumbs {
    margin-top: .6em;
    /*font-size: 1.1em;*/
}

h1 {
    margin-top: 20px;
    font-size: 1.6em;
    padding-bottom: 4px;
    border-bottom: solid 2px #BE99BB;
    margin-bottom: 20px;
    color: #343434;
}

p {
    /* margin-top: 1.2em;
    margin-bottom: 1.2em;
   font-size: 1.2em;*/
    line-height: 1.5em;
}

#page1banner blockquote {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-image: url(/web/templates/page1_files/startquote.gif);
    background-repeat: no-repeat;
    background-position: 18px top;
    padding-left: 40px;
    padding-top: 6px;
    font-size: 1.6em;
    color: #680068;
    line-height: 1.4em;
    font-family: Georgia,serif;
    margin-top: 3em;
}
#page1banner blockquote:after {
    content: url(/web/templates/page1_files/endquote.gif);
}
#page1 blockquote {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-image: url(/web/templates/page1_files/startquote.gif);
    background-repeat: no-repeat;
    background-position: 18px top;
    padding-left: 40px;
    padding-top: 6px;
    font-size: 1.6em;
    color: #680068;
    line-height: 1.4em;
    font-family: Georgia,serif;
    margin-top: 3em;
}
#page1 blockquote:after {
    content: url(/web/templates/page1_files/endquote.gif);
}

.cite {
    padding-left: 40px;
    margin-top: -10px;
    color: #666666;

    font-size: 1.2em;
    line-height: 1.5em;
}
a {
    color: #722470;
}
p.big {
    font-size :2.4em;
    line-height: normal;
    font-family: Georgia,serif;
    letter-spacing: .03em;
}
span.grey {
    color: #666666;
}
div.footer {
    width: 100%;
    clear: both;
    padding-bottom: 15px;
    padding-top: 1em;
    border-top: dashed 1px #BF9ABC; 
    text-align: center; 
    /*font-size: 1.1em; */
}
div.footer a,
div.footer span {
    color: #5F005C;
    padding-left: 10px;
}
div.footer span:first-child {
    padding-left: 0;
}

/**********************************************/

#credit_container { font-family: Tahoma, Geneva, sans-serif; font-size:12px; }
#credit_container table { border:0px; border-collapse:separate; border:1px solid #cccccc; margin:10px 0px; }
#credit_container tbody tr { background-color:#ffffff; }
#credit_container td, th { border:0px !important; padding:5px; }
#credit_container h1 { font-size:18px; font-weight:normal; color:red; border:0px; margin:0px; padding:0px; }
#credit_container h2 { font-size:18px; font-weight:normal; color:red; border:0px; margin:0px; margin-bottom:10px; }
#credit_container h3 { font-size:22px; font-weight:normal; color:#000000; border:0px; margin:0px; margin-bottom:10px; }
#credit_container .ddlabel { margin-bottom: 3px; font-size:11px; }
#credit_container .ddlabel p{ margin-bottom:10px; }
#credit_container .ddanswer { margin-bottom: 10px; color:#666; }
#credit_container .ddfooter { color:#333333; padding:5px; font-size:11px; }
