﻿/********************************************************************************
* 
* © 2007 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: master.css
* Description: master CSS file for the entire GFMEDC website
*
*********************************************************************************/


/* Auxiliary style sheets
--------------------------------------------------------------------------------*/

@import url(menu.css);
@import url(forms.css);


/* Body 
--------------------------------------------------------------------------------*/

*
	{
	margin:0px;
	padding:0px;
	}

body 
	{
	margin:5px 0px 10px 0px;
	padding:0px;
	font-size:100%;
	line-height:1em;
	background:#e5e5e5;
	}

h1
	{
	margin:0px 0px 0.6em 0px;
	padding:0px 0px 2px 0px;
	font:1.8em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1em;
	border-bottom:2px solid #344180/*d9541e*/;
	}
	
h2
	{
	margin:0px 0px 1.1em 0px;
	padding:0px 0px 2px 0px;
	font:bold 1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:2px solid #344180/*d9541e*/;
	}
	
h3
	{
	margin:0px 0px 1.3em 0px;
	padding:0px 0px 2px 0px;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:2px solid #344180/*d9541e*/;
	}
	
h4
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;	
	color:#000000;
	line-height:1.6em;
	}
	
h5
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 0.75em Verdana, Arial, Helvetica, sans-serif;	
	color:#000000;
	line-height:1.6em;
	}
	
h6
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 0.6875em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.6em;
	}


/* Horizontal rules 
--------------------------------------------------------------------------------*/
	
hr
	{
	display:none;
	}

.hr
    {
    margin:0px 0px 1.6em 0px;
    border-top:1px dotted #404040;
    }
	

/* Links 
--------------------------------------------------------------------------------*/

a:link, a:visited
	{
	text-decoration:none;
	color:#344180/*d9541e*/;
	border-bottom:1px dotted #344180/*d9541e*/;
	}

a:hover 
	{
	color:#344180/*d9541e*/;
	border-bottom:1px solid #344180/*d9541e*/;
	}
	
a.active
	{
	color:#344180/*d9541e*/;
	border-bottom:1px solid #344180/*d9541e*/;
	}
	

/* Container 
--------------------------------------------------------------------------------*/

#container
    {
    margin:0px auto;
    width:894px;
    }


/* Masthead
--------------------------------------------------------------------------------*/

#masthead
    {
    float:left;
    width:894px;
    height:76px;
    background:url(/images/fmedc_headerbg.gif) no-repeat;
    }

#logo
    {
    display:none;
    }

#masthead-content
    {
    float:right;
    width:300px;
    height:79px;
    margin:16px 24px 0px 0px;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #masthead-content
    {
    float:right;
    width:300px;
    height:34px;
    margin:16px 12px -15px 0px;
    }

#search
    {
    float:right;
    margin:8px 0px 0px 0px;
    height:34px;
    }

#search label
    {
    float:left;
    padding:0px 4px 0px 0px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    }

#search #ctl00_txtSearch
    {
    float:left;
    margin:0px 5px 0px 0px;
    padding:1px;
    width:148px;
    border:1px solid #999999;
    }

#search button
    {
    float:left;
    width:40px;
    height:20px;
    padding:0px 4px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    }


/* Navigation
--------------------------------------------------------------------------------*/

#nav-home
    {
    float:left;
    width:894px;
    height:3px;
    background:url(/images/fmedc_navbg02.gif) no-repeat;
    }

#nav
    {
    float:left;
    width:894px;
    height:30px;
    background:url(/images/fmedc_mainbg02.gif) repeat-y;
    }

#nav02
    {
    float:left;
    width:794px;
    height:60px;
    background:url(/images/fmedc_navbg.gif) no-repeat;
    }


/* Main content background 
--------------------------------------------------------------------------------*/

#main
    {
    float:left;
    width:894px;
    padding:0px 0px 16px 0px;
    background:url(/images/fmedc_mainbg02.gif) repeat-y;
    }


/* Banners
--------------------------------------------------------------------------------*/

#banner
    {
    float:left;
    width:578px;
    height:391px;
    padding:0px 0px 1.6em 0px;
    }

#slideshow
    {
    width:578px;
    height:320px;
    }

#banner img
    {
    margin:0px 0px 0px 0px;
    }

#banner #thumbs
    {
    float:left;
    margin:12px 0px 0px 0px;
    }

#sub-banner
    {
    float:left;
    width:860px;
    padding:10px 0px 16px 19px;
    }

#subpage_logo
    {
    float:left;
    width:794px;
    height:74px;
    background:url(/images/fmedc_subpagelogobg.gif) no-repeat;
    }


/* Content
--------------------------------------------------------------------------------*/

#homecontent
    {
    float:right;
    width:578px;
    margin:16px 0px 0px -1px;
    padding:4px 25px 0px 20px;
    border-left:1px dotted #404040;
    }

#content
    {
    float:right;
    width:648px;
    margin:0px 0px 0px -1px;
    padding:8px 25px 0px 15px;
    border-left:1px dotted #344180;
    }

#homecontent p, #content p
    {
    padding:0px 0px 1.6em 0px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    color:#404040;
    line-height:1.6em;
    }

#homecontent ul, #homecontent ol, #content ul, #content ol
    {
    margin:0px 0px 0px 25px;
    padding:0px 0px 1.6em 0px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    color:#404040;
    }

#homecontent ul ul, #homecontent ol ul, #content ul ul, #content ol ul
    {
    padding:0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    }

#homecontent ol ul, #content ol ul
    {
    padding:0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    }

#homecontent ol ol
    {
    padding:0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    list-style:lower-alpha;
    }

#homecontent ol ol ol
    {
    padding:0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    list-style:lower-roman;
    }

#homecontent img
    {
    margin:0px 0px 1.5em 0px;
    border:none;
    }

#content object
    {
    margin:0px 0px 1.6em 0px;  
    }

#bottomlinks
    {
    float:left;
    width:735px;
    margin:1.6em 0px 1.6em 30px;
    padding:1.6em 0px;    
    border-top:1px dotted #344180;
    border-bottom:1px dotted #344180;
    }

#content p table
    {
    margin:0px 0px 1em 0px;    
    font:1em Verdana, Arial, Helvetica, sans-serif;
    color:#404040;
    line-height:1.6em;
    }

#content table
    {
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    }

#content table p, #content table ul
    {
    font:1em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    }

#content table th
    {
    font:bold 1em Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    color:#344180;
    background:#c8cde6;
    }

.table_header_title
    {
    width:505px;
    padding:3px 0px 3px 5px;
    border-right:1px solid #808080;
    }

.table_header_rate
    {
    width:102px;
    padding:3px 0px 3px 5px;
    }

.table_header_title-amount
    {
    float:left;
    width:307px;
    padding:3px 0px 3px 5px;
    border-right:1px solid #808080;
    }

.table_header_rate-amount
    {
    float:left;
    width:100px;
    padding:3px 0px 3px 5px;
    }

.table_cell_basic
    {
    width:505px;
    padding:3px 0px 3px 5px;
    border-top:1px solid #808080;
    border-right:1px solid #808080;
    }

.table_cell_basic02
    {
    float:left;
    width:312px;
    }

.table_cell_basic-amount
    {
    float:left;
    width:307px;
    padding:3px 0px 3px 5px;
    border-top:1px solid #808080;
    }

.table_cell_rate
    {
    width:75px;
    padding:3px 0px 3px 5px;
    border-top:1px solid #808080;
    }

.table_cell_qualifier
    {
    width:200px;
    padding:3px 0px 3px 5px;
    vertical-align:top;
    border-top:1px solid #808080;
    border-right:1px solid #808080;
    }

.table_cell_units
    {
    width:303px;
    padding:3px 0px 3px 5px;
    border-top:1px solid #808080;
    border-right:1px solid #808080;
    }

.table_cell_full
    {
    width:607px;
    padding:3px 0px 3px 5px;
    border-top:1px solid #808080;
    }    

.testbox
    {
    width:100%;
    height:85px;
    margin:0px 0px 1.6em 0px;
    padding:65px 0px 0px 0px;
    text-align:center;
    border:1px solid #344180;
    }


/* Sidepanes 
--------------------------------------------------------------------------------*/

#homesidepane
    {
    float:left;
    width:231px;
    margin:16px 0px 0px 24px;
    padding:4px 15px 0px 0px;
    border-right:1px dotted #404040;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #homesidepane
    {
    margin:16px 0px 0px 12px;
    }

#homesidepane_nav
    {
    width:207px;
    margin:0px 0px 1.6em 0px;
    }

#homesidepane p
    {
    padding:0px 0px 1.6em 0px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    color:#404040;
    line-height:1.6em;
    }

.homesidepane_cell
    {
    width:206px;
    margin:0em 0px -1px 0px;
    padding:1.6em 0px 0px 24px;
    background:url(/images/fmedc_sidepane_icon02.gif) center left no-repeat;
    border-top:1px dotted #404040;
    border-bottom:1px dotted #404040;
    }

.homesidepane_heading
    {
    display:block;
    position:relative;
    top:-2px;
    margin:0px 0px 1.6em 0px;
    font:bold 0.875em Verdana, Arial, Helvetica, sans-serif;
    color:#404040;
    }

.homesidepane_heading a:link, .homesidepane_heading a:visited
    {
    color:#000000;
    }

.homesidepane_heading a:hover
    {
    color:#d9541e;
    }

#leftsidepane
    {
    float:left;
    width:165px;
    padding:8px 15px 0px 25px;
    border-right:1px dotted #404040;
    }

#rightsidepane
    {
    float:left;
    width:150px;
    padding:8px 0px 0px 15px;
    border-left:1px dotted #404040;
    }


/* Table - Profile
--------------------------------------------------------------------------------*/

table.profile
    {
    font:0.6875em Arial, Helvetica, sans-serif;
    border:none;
    }

table.profile th
    {
    padding:3px;
    font:bold 1em Arial, Helvetica, sans-serif;
    text-align:left;
    color:#ffffff;
    background:#666666;
    }

table.profile td
    {
    padding:3px;
    border:none;
    border-bottom:1px solid #b0b0b0;
    }

table.profile .subheadingbg
    {
    background:#b0b0b0;
    border:none;
    }

table.profile .subheading-greater
    {
    width:36%;
    }

table.profile .subheading-lesser
    {
    width:16%;
    text-align:right;
    }

table.profile .subitem-greater
    {
    width:36%;
    }

table.profile .subitem-lesser
    {
    width:16%;
    text-align:right;
    }


/* Footer 
--------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:878px;
    height:59px;
    padding:6px 0px 0px 16px;
    font:0.5625em Arial, Helvetica, sans-serif;
    line-height:1.6em;
    color:#404040;
    background:url(/images/fmedc_footerbg02.gif) no-repeat;
    }

#customized_report
    {
    float:right;
    width:auto;
    margin:0px 10px 0px 0px;
    padding:13px 10px 13px 41px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    background:url(/images/customize.gif) left center no-repeat;
    border:1px solid #404040;
    }

#footer-content
    {
    float:left;
    width:70%;
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/

.imageleft
    {
    float:left;
    margin:3px 1em 1em 0px;
    border:1px solid #344180/*d9541e*/;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:3px 0px 1em 1em;
    border:1px solid #344180/*d9541e*/;
    clear:both;
    }

.imagefull
    {
    display:block;
    margin:0px 0px 1em 0px;
    }