﻿/* http://yui.yahooapis.com/2.8.0r4/build/reset/reset.css */
html {
	color: #000;
	background: #FFF;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/* http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 verdana,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% verdana,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* http://yui.yahooapis.com/2.8.0r4/build/base/base.css */
body {
	/* For breathing room between content and viewport. */
	/*margin:10px;*/
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
	margin-top:0;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/* our css */
body
{
    font-size:77%;
}

p
{
    text-align:left;
}

h1
{
    font-family:Lucida Sans, Lucida Grande, Verdana, Arial, Sans-Serif;
    font-size:145%;
    font-weight:lighter;
    color:#fff;
}

h2
{
    font-size:100%;
    font-weight:normal;
    margin:0 0 .25em 0;
    padding:0;
    color:#fff;
}

ul
{
    margin-top:0;
}

a { color:#fff;text-decoration:none; }
a:hover {color:#363636;}

#container
{
    width:1198px;
    margin-right:auto;
    margin-left:auto;
    background-color:#7da8ca;
    background-image:url(../img/header_body_820_bg.png);
    background-repeat:repeat-x;
    border-left:1px solid #000;
    border-right:1px solid #000;
}

#header, #content, #footer
{
    width:1198px;
    position:relative;
}

#header
{
    height:60px;
    z-index:5000;
    font-size:90%;
}

#header *
{
    color:#fff;
}

#header #headerlogo
{
    background-image:url(../img/gwdocs_logo.png);
    width:120px;
    height:30px;
    text-indent:-10000px;
    padding:0;
    margin:0;
    position:absolute;
    left:29px;
    top:19px;
}

#header #main-menu
{
    padding:0;
    margin:0;
    position:absolute;
    /*left:279px;*/
    left:200px;
    top:24px;
    z-index:3000;
}

#header #main-menu li
{
    list-style-type:none;
    float:left;
    margin-right:15px;
    border-right:1px solid #055b7d;
    padding-right:15px;
}

#header ul.menu {
   background-color: #FFF;
   display: none;
   width: 522px;
   position: absolute;
   /*left:  360px! important;*/
   left: 25px !important;
   top: 20px;
   text-align: justify;
   border: 1px solid #666;
   padding:0;
   margin:0;
   z-index: 2000;
}

#header ul.menu .leftMenu{
	position: relative;
	float: left;
	top: 0px;
	width: 230px;
	margin:10px;
	background-color: #FFF;
	list-style: none;
}

#header ul.menu .rightMenu{
	/*position: absolute;
	left: 260px;
	top: 0px;*/
	width: 240px;
	padding:10px;
	border-left: 1px dotted #363636;
	background-color: #FFF;
	list-style: none;
	float:right;
}

#header ul.menu li{
    /*position: relative;
    float: left;
	text-align: left;
	width: 200px;
	height: 5px;
	margin: 1em 1em 1em 200em;
	margin: 1ex 0 1ex 4ex;
	display: inline;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	display:block;
    float:none !important;
    border:none !important;
}

#header ul.menu ul {
    margin:0 0 0 1em;
    padding:0;
}

#header ul.menu li span{
    color: #363636;
    cursor:default;
}

#header ul.menu li a{
    color: #363636;
}

#header ul.menu li a:hover{
    color: #699EC0;
}

#header a
{
    text-decoration:none;
}

#header a:hover
{
    color: #363636;    
    /*text-decoration:underline;*/
}

#header #search
{
    /*background-color:#fff;*/
    color:#000;
    width:312px;
    height:21px;
    position:absolute;
    /*left:835px;*/
    left:850px;
    top:19px;
    background-image:url(../img/search_box.png);
    padding-top:2px;
    padding-left:2px;
}

#header #search *
{
    color:#333;
}

#header #search #q
{
    padding:0;
    margin:0 0 0 20px;
    height:14px;
    width:227px;
}

#header #search #headerSearchButton
{
    padding:0;
    margin:0;
    height:20px;
    width:55px;
}

#content
{
    min-height:760px;
    color:#363636;
}


#content #leftColumn
{
    display: inline;    /* ie6 fix */
    float:left;
    width:390px;
    margin-left:109px;
    margin-bottom:30px;
}

#content #rightColumn
{
    display: inline;    /* ie6 fix */
    float:right;
    width:390px;
    margin-right:240px;
    margin-bottom:30px;    
}


#content #tagline
{
	margin: 110px 0 0 0;
	font-size: 135%;
	font-weight: normal;
	color: #fff;
	height:25px;
	white-space:nowrap;
}

#content #title
{
    position:relative;
    left:-80px;
    margin:5px 0 0 0;
    width:380px;
    height:170px;
    text-indent:-10000px;
}

#content #imagestrip
{
    position:relative;
    left:-70px;
    margin-top:170px;
    margin-bottom:30px;
}

#content #contact
{
    min-height:40px;
    color:#fff;
    margin-bottom:30px;
}

#content #contact .outside
{
    position:relative;
    left:-60px;
}

#content #contact .wideContact
{
    width:490px;
    position:relative;
    left:-90px;    
    margin-bottom:1em;
}

#content #contact .rightContact
{
    float:right;
    width:240px;
    text-align:right;
}

#content #contact dl
{
    margin:0;
    padding:0;
    /*width:250px;*/
}

#content #contact dd, #content #contact dt
{
    margin:0 0 5px 0;
    padding:0;
    font-weight:normal;       
}

#content #contact dd.hours, #content #contact dt.hours
{
    padding-top:10px;
}

#content #contact dt
{
    width:90px;
    float:left; 
    clear:left;
}

#content #contact p
{
    margin-top:10px;
    margin-bottom:20px;
}

#content #news li
{
    list-style-type:none;
}

#content #news p
{
    margin-left:2em;
}

#content #viewPort
{
    margin-top:60px;
    margin-bottom:30px;
    width:580px;
}

#content #viewPortContent
{
    position:relative;
    background-color:#fff;
    /*min-height:470px;*/
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
}

#content #viewPortTop
{
    background-image:url(../img/white_panel_top.png);
    background-repeat:no-repeat;
    width:580px;
    height:6px;
    font-size:1px;/* ie6 fix */    
}
#content #viewPortBottom
{
    background-image:url(../img/white_panel_bottom.png);
    background-repeat:no-repeat;
    width:580px;
    height:6px;
    font-size:1px;/* ie6 fix */    
}

#imageCycle
{
    /*padding:8px;*/
    padding:8px 0 8px 0;
    width:578px;
    height:371px;
}

#imageCycle img
{
    padding:8px;
    /*padding:8px 0 8px 0;*/
    position:absolute;
    top:0px;
    left:0px;
}

#content #viewPortContent a
{
    color:#000;
}

#videoContainer
{
    position:absolute;
    left:21px;
    top:12px;
    z-index:50;
}

#content #viewPortSelector
{
    color:#000;
    border-top:1px solid #6294b5;
    margin:0 20px;
    padding:10px 0;
}

#content #viewPortSelector a
{
    color:#000;
}

#content #viewPortSelector .selector-item
{
    color:#000;
    margin-left:auto;
    margin-right:auto;
    width:150px;
}

#content #viewPortSelector ul
{
    margin:0 auto;
    padding:0;
    list-style-type:none;
    /*height:90px;*/
}

#content #viewPortSelector ul li
{
    color:#000;
    width:150px;
    margin:0;
    padding:0;
    display:block;
    text-align:center;
    float:left;
}

#content #viewPortLeft
{
    float:left;
    padding:15px 15px 0 15px;
    width:187px;
    border-right:1px solid #e0e0e0;
    color:#000;
}

#content #viewPortLeft p
{
    color:#000;
}

#content #viewPortRight
{
    float:right;
    padding:15px 15px 0 15px;
    width:329px;
    border-left:1px solid #e0e0e0;
    position:relative;
    left:-1px;
}

.profile {
	/*font-size: 1.25em;*/
	/*line-height: 1.25em;*/
	font-weight: normal;
	color: #5f94b8;
}

.profile li {
	list-style: none;
	padding-bottom:5px;
}

.profile ul {
	margin: 2px 0 0 2px;
	padding-bottom: 10px;
}

.profile ul li {
	margin: 0px 15px;
	font-size: 1.0em;
	/*line-height: 1.0em;*/
	font-weight: normal;
	color: #2f2f2f;
	list-style: none;
}

.profile h2
{
    font-size:100%;
    margin-bottom:2px;
    color:#5f94b8;
}

.profile.outside h2
{
    color:#fff;
}

h2 a:hover
{
    color:#fff !important;
}

#content #navBlocks
{
    margin:0;
    padding:0 0 32px 0;
    height:140px;
    list-style-type:none;   
    width:590px; 
}

#content #navBlocks li
{
    margin:0 7px 0 0;
    display:block;
    float:left;    
}

#content #newsTicker
{
    background-image:url(../img/news_bar.png);
    width:580px;
    height:46px;
}

#content #newsTicker ul
{
    position:relative;
    top:9px;
    left:110px;
    list-style-type:none;
}

#content #newsTicker ul li
{
    list-style-type:none;
    position:absolute;
    background:none;
    height:30px;
    width:440px;
}

#content #newsTicker ul a
{
    color:gray;
    margin:0;
    padding:0;
    background:none;
}

#list .item
{
    padding:4px;
    cursor:pointer;
}

#list div
{
    color:#363636;
}

#list .item:hover
{
    background-color:#ccc;
}

#list .item a
{
    color:#363636;
    text-decoration:none;
}

#list .item img
{
    float:left;
    margin-right:4px;
    border:1px solid #666;
}

#list ul
{
    margin:0;
    padding:0;
}

#list ul li
{
    list-style:none;
    margin-left:1em;
}

#list .title
{
    padding-left:60px;
    text-indent:-10px;
}

ul.buttonList
{
    margin:0;
    padding:0;
}

ul.buttonList li
{
    list-style:none;
    margin-left:1em;
    margin:0;
    padding:0;    
}

ul.buttonList li a
{
    display:block;
    border:solid #A4C8E0 1px;
    padding:1em;
    text-align:center;
    margin-top:.5em;
    margin-bottom:.5em;
    background-color:#5F93B8;
}

ul.buttonList li a:hover
{
    background-color:#eee;
}

#navButtonList
{
    width:10em;
    float:left;
    padding-right:1em;
}

#bottomContainer
{
    width:580px;
}

#appointmentButtonList
{
    margin-left:auto;
    margin-right:auto;
    width:50%;
}

#footer
{
    height:80px;
    clear:both;
    background-color:#5f94b8;
    border-bottom:1px solid #000;
    font-size:90%;
}

#footer #footerlogo
{
    background-image:url(../img/MFA_70x70_60.png);
    background-repeat:no-repeat;
    width:70px;
    height:70px;
    text-indent:-10000px;
    margin:5px 29px 0 31px;
    float:left;
}

#footer .footerLinks
{
    margin:10px 40px 0 0;
    padding:0;
    float:left;
    min-width:150px;
}

#footer .footerLinks li
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#footer #footerRight
{
    float:right;
    /*position:relative;*/
    height:100%;
    width:225px;
    padding-right:45px;
}

#footer #footerRight a
{
    display:block;
    float:right;
    margin:5px;
}

#footer #copyright
{
    clear:both;
    position:absolute;
    bottom:10px;
    text-align:right;
    width:220px;    
}

#footer a:hover
{
    color: #363636;    
}

#footer *
{
    color:#fff;
}

.editor-label 
{
    width:11em;
    float:left;
    clear:left;
    height:2em;
    margin-top:2px;
}
    
.editor-field input
{
    width:19em;
}

.editor-field
{
    float:left;
    height:2em
}

.editor-both
{
    clear:left;
    margin-bottom:.5em;
}

.editor-both textarea, .editor-both select
{
    margin-top:.25em;
    width:30.5em;
}


.validation-summary-errors
{
    border:1px solid #ccc;
    background-color:#fafafa;
    color:#c00;
    margin:1em 0 1em 0;
    padding:1em 1em 0 1em;
}

.brochure
{
    margin-bottom:40px;
}

.brochure .brochure-icon
{
    float:left;
    border:1px solid #5588db5;
    
}