/*
Public Screen Stylesheet for Welch & Company.

(1)  Global
(2)  Layout
(2b) Layout Interior
(3)  Specific Typography
(4)  Navigation
(5)  Lists
(6)  Tables
(7)  News Module
(8)  Send Page Module
(9)  Forms
(10) Pagination



/* (1) Global ========================================*/

* {
    margin: 0;
    padding: 0;
}

body#public {
    background: #101b28 url(graphics/images/home-bg.jpg) repeat-x top center;
    color: #777;
    font: 14px Helvetica, Arial, sans-serif;
    text-align: left;
}
body#interior {
    background: #101b28 url(graphics/images/interior-bg.jpg) repeat-x top center;
    color: #777;
    font: 14px Helvetica, Arial, sans-serif;
    text-align: left;
}
a img {
       border: 0 none;
}
.center {
    text-align: center;
}
.errorMessage {
    font-weight: bold;
    color:#f00;
}
.left {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #9f9282;
    text-align: center;
}
.homeImage {
    float: right;
    margin: -22px 0 10px 10px;
}
.right {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid #9f9282;
    text-align: center;
}
div.right a {
    width: 100%; 
    background: #9f9282;
    display: block;
    color: #fff;
    }
div.right a:hover {
    background: #e6ddcc;
    color: #2c4262;
    text-decoration: none;
    }
.album {
    float: right;
    background: #efefef;
    margin: 0 0 10px 10px;
    padding: 20px;
    text-align: center;
    }
.pdf {
 background: url(graphics/images/pdf.gif) no-repeat;
 line-height: 40px;
 display: block;
 padding: 0 0 0 50px;
}

hr {
    color: #e7e7e7;
    background-color: #e7e7e7;
    height: 1px;
    margin: 15px 0;
   }
.clear {clear: both;}

/* Start Self Clearing */

#outerWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* End Self Clearing */

* html img, 
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/graphics/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}

/* (2) Layout ========================================*/

#outerWrap {
	width: 960px;
	margin: 0 auto;
    position: relative;
	}
#header {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 960px;
	height: 96px;
	}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
	}
#header p {
	float: right;
	text-align: right;
	color: #e6d9ab;
	display: block;
	width: 550px;
	margin-top: 30px;
	line-height: 22px;
	}
#header p span {
	color: #fff;
	clear: both;
	font-size: 18px;
	}
#header .tagline-contact {
	float: right;
	}
#header .logo {
	float: left;
	}
#innerWrap {
	background: #fff;
	width: 940px;
	min-height:300px;
    height:auto !important;
    height:300px;
	float: left;
	padding: 10px 10px 0 10px;
	}
#featureWrap {
    position: relative;
}
#featureImg {
	float: left;
    overflow: hidden;
    position: relative;
}
#featureImg img {
    position: relative;
	border-bottom: 5px solid #d9d9d9;
    }
.module {
        width: 276px;
	background: #e6ddcc url(graphics/images/module-bg.jpg) no-repeat;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 18px;
	border: 2px solid #aca392;
        float: left;
	}
.module h2 {
	margin: 12px 0 20px 0;
	color: #696050;
	border-bottom: 2px solid #aca392;
	font-weight: normal;
	float: left;
	width: 100%;
	line-height: normal;
        font-size: 26px;
	}
.module h3 {
	font-size: 12px;
	line-height: normal;
	}
.module p {
	margin: 0;
	line-height: 22px;
	}
p.meta {
	color: #808080;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	}
.news p.meta {
	margin: 0 0 10px 0;
	}
.module ul {
    margin: 0 !important;
    list-style: none;
}
.module ul li {
	border-bottom: 1px solid #d3c8b4;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}
.newsList li, .eventList li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}
.module ul li .last {
        border: none;
}
#footerWrap {
	background: transparent url(graphics/images/footer.png) no-repeat top center;
	height: 123px;
	width: 100%;
	}
.footer {
    width: 960px;
	margin: 0 auto;
}
.logos {
	float: right;
	margin: 33px 0 0 0;
	}
.logos a {
	margin: 0 20px;
	}
.logos a:hover {
 opacity: 0.5;
}

/* (2b) Layout Interior ========================================*/


.leftCol {
    float: left;
    width: 300px;
	margin: 10px 10px 0 0;
    clear: both;
	}
.rightCol {
    float: right;
    width: 620px;
	margin: 10px 0 20px 10px;
	padding: 0;
	line-height: 18px;
	}


/* (3) Specific Typography ========================================*/

p {
    margin-bottom: 18px;
	}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
	}		
h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 12px 0 22px 0;
	}
.rightCol h1 {
	border-bottom: 2px solid #d9d9d9;
        font-size: 33px;
	}
h2, .heading {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 22px 0;
	}
h3, .sub-heading {
	font-size: 16px;
	font-weight: bold;
	}
sup {
    font-size: 9px;
	}




/* (4) Navigation ========================================*/

a:link,
a:visited,
a:active {
    color: #2c4262;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #395672;
}

#mainNav li ul, #footerNav li ul {
display:none !important;
}
#mainNav li, #footerNav li {
margin:0;
}
#welcome a, #modules a, .module a {
	font-weight: bold;
	}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#mainNav {
	background: url(graphics/images/nav.gif) no-repeat;
    float: left;
	width: 940px;
    height: 70px;
    overflow: hidden;
}
#mainNav ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNav li {
    display: block;
    float: left;
}
#mainNav li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 70px;
    padding: 0 39px;
    text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #2d353e;
	border-left: 1px solid #181e26;
}
#mainNav li a.first {
	border-left: none;
	}
#mainNav li a.last {
	border-right: none;
	}
#mainNav li a:hover, #mainNav li a.current {
    background: url(graphics/images/nav-hover.png);
	color: #fff;
    text-decoration: none;
}
#secondaryNavigation {
        width: 296px;
        background: #9c9384;
	float: left;
	padding: 2px;
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 18px;
	}
#secondaryNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#secondaryNavigation ul li {
	padding: 0;
	margin: 0;
        height: auto;
        width: 100%;
        float: left;
	}
#secondaryNavigation ul li a {
        background: #e6ddcc;
	display: block;
	border-bottom: 1px solid #9c9384;
	line-height: 33px;
	font-weight: bold;
	padding: 0 10px;
        margin: 0;
	}
#secondaryNavigation ul li a.last {
	border: none;
	}
#secondaryNavigation li a:hover, .subnav li a.current {
        background: #fff;
	text-decoration: none;
	background: #fff;
	}
#footerNav ul {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	}
#footerNav {
    font-size: 12px;
    color: #c0c5c9;
    font-size: 11px;
    text-align: left;
	padding: 20px;
	float: left;
}

#footerNav li {
    display: inline;
}
#footerNav li a {
    padding: 0 15px 0 0;
    text-decoration: none;
	color: #fff;
	font-size: 10px;
}
#footerNav a {
	font-weight: bold;
	color: #fff;
	}
#footerNav li a:hover {
    text-decoration: underline;
}
.footerTop {
	position: absolute;
	margin-left: -342px;
	}
.credit {
    margin: 0 0 0 10px;
}
.credit a {
	position: absolute;
	margin: -1px 0 0 8px;
	}



/* (5) Lists ========================================*/

ol, ul {
    margin-left: 3em;
    margin-bottom: 20px;
}
.leftCol ul {
    margin: 0 0 18px 24px;
}
.rightCol li,
.leftCol li {
    list-style-position: outside;
    margin-bottom: 8px;
}



/* (6) Tables ========================================*/

table {
    width: 100%;
}
th {
    background: #dfdfdf;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}
.leftCol td {
    padding: 5px;
} 



/* (7) News Module ========================================*/



.newsList, .eventList {
    margin: 0 !important;
    list-style: none;
}
.newsList li {
    margin: 0 0 11px 0;
}
li.newsSpacer {
    border-top: 1px solid #e0d9c0;
    margin-top: 18px;
}
.newsList h2 {
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 0;
}
.newsList h2 a {
    font-size: 12px;
    font-weight: bold;
}
.newsList h2 a:hover {
}
.newsList p, .eventList p {
    margin-bottom: 10px;
}
.newsSubHeadline {
    font-weight: 700;
}
.newsLister form {
    padding: 0;
}
.meta {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 18px;
	color: #808080;
}
.newsListMoreLink {
    margin-left: 8px;
}
.newsBlurb {
    margin-top: 8px;
}
a.moreNews {
    float: left;
    font-size: 11px;
    margin: -5px 0 30px 0;
    text-decoration: none;
}
a:hover.moreNews {
    text-decoration: underline;
}
.newsDetailWrapper h1 {
    margin-bottom: 0;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }



/* (8) Send Page Module ========================================*/

.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }

.sendpageBody {
    background-color: #fff;
    color: #444;
    font: 12px helvetica, arial, sans-serif;
    text-align: center;
}
.sendpageFormText {
    text-align: left;
}
.sendpageFormTextRequired {
    text-align: right;
    padding-right: 10px;
}
.sendpageHeader {
    color: #ddd;
    font-weight: bold;
    font-size:12px;
}
.sendpageBody input[type="text"] {
    border: 0 none;
    font-size:12px;
    padding: 3px;
    margin-bottom: 2px;
    width: 120px;
}
.sendpageBody textarea {
    border: 0 none;
    height: 50px;
    width: 100%;
}



/* (9) Forms ========================================*/

form div.formtext, form div.formtextRequired {
    clear: both;
    float: left;
    margin: 0 8px 4px 0;
    text-align: right;
    width: 13em;
}
.formtextRequired, .formTextRequired {
    font-weight: bold;
}
textarea {
    width: 300px;
}
input[type=submit] {margin-bottom: 20px;}

form input, form select {
    margin-bottom: 5px;
}

span input {
    display: inline;
}



/* (10) Pagination ========================================*/

.pagination {
    clear: both;
    display: block;
}
.pagination a, .pagination a:link, .pagination a:visited {
    text-decoration: none;
}
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow {
    border: solid 1px #ccc;
    margin: 0;
    padding: 4px 6px;
    font-size: 11px;
    margin-right: 2px;
    display: inline;
    display: inline-block;
}
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover {
    border: solid 1px #000;
    color: #000;
}
.pagination .prevnextCurrent {
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 4px 6px;
}
.pagination a.prevnextLink {
    border: 1px solid #ccc;
    padding: 4px 6px 4px;
    margin-right: 2px;
    font-size: 11px;
    display: block;
}


/* ---------------Freedom Stylesheet--------------- */

READ THIS FIRST

Freedom Ecosystem sharing allows for styles to be
attached to modules as they are shared. This is done
by open/close comment tags for of each module blocks.
Retain the comment blocks if you want your styles to
be included if/when the module is shared over the
Ecosystem.

/* End Comments */


/* ---------------General Module Styles--------------- */
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::news */
.newsWrapper h1, .eventsWrapper h1{ margin-bottom: 3px; }
.newsWrapper .newsList { margin: 0; list-style: none; }
.newsWrapper .newsList li { margin: 0 0 18px 0; }
.newsWrapper .meta { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */



/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsWrapper { }
.eventsWrapper .eventList { margin: 0; list-style: none; }
.eventsWrapper .eventList li { margin: 0 0 18px 0; }
.eventDate { color: #777; font-size: smaller; }
.eventTime { color: #777; font-size: smaller; }
.eventsWrapper .eventList li h2 { color: #333; }
.eventsWrapper .eventList li h3 { color: #000; }
.eventBlurb { }


/* ---------------
Events Detail
----------------- */
.eventLocation, .eventRSVP, .eventTicketWrapper { }
.eventLocation { margin-bottom: 20px; }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP { margin-bottom: 20px; float: left; width: 100%; }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }
/* ModuleEnd::events */

/* ---------------Freedom Stylesheet--------------- */

READ THIS FIRST

Freedom Ecosystem sharing allows for styles to be
attached to modules as they are shared. This is done
by open/close comment tags for of each module blocks.
Retain the comment blocks if you want your styles to
be included if/when the module is shared over the
Ecosystem.

/* End Comments */


/* ---------------General Module Styles--------------- */
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::news */
.newsWrapper { }
.newsWrapper .newsList { margin: 0; list-style: none; }
.newsWrapper .newsList li { margin: 0 0 18px 0; }
.newsWrapper .meta { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */



/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsWrapper { }
.eventsWrapper .eventList { margin: 0; list-style: none; }
.eventsWrapper .eventList li { margin: 0 0 18px 0; }
.eventDate { color: #777; font-size: smaller; }
.eventTime { color: #777; font-size: smaller; }
.eventsWrapper .eventList li h2 { color: #333; }
.eventsWrapper .eventList li h3 { color: #000; }
.eventBlurb { }


/* ---------------
Events Detail
----------------- */
.eventLocation, .eventRSVP, .eventTicketWrapper { }
.eventLocation { }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }
/* ModuleEnd::events */

/* ---------------Freedom Stylesheet--------------- */

READ THIS FIRST

Freedom Ecosystem sharing allows for styles to be
attached to modules as they are shared. This is done
by open/close comment tags for of each module blocks.
Retain the comment blocks if you want your styles to
be included if/when the module is shared over the
Ecosystem.

/* End Comments */


/* ---------------General Module Styles--------------- */
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::news */
.newsWrapper { }
.newsWrapper .newsList { margin: 0; list-style: none; }
.newsWrapper .newsList li { margin: 0 0 18px 0; }
.newsWrapper .meta { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */



/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsWrapper { }
.eventsWrapper .eventList { margin: 0; list-style: none; }
.eventsWrapper .eventList li { margin: 0 0 18px 0; }
.eventDate { color: #777; font-size: smaller; }
.eventTime { color: #777; font-size: smaller; }
.eventsWrapper .eventList li h2 { color: #333; }
.eventsWrapper .eventList li h3 { color: #000; }
.eventBlurb { }


/* ---------------
Events Detail
----------------- */
.eventLocation, .eventRSVP, .eventTicketWrapper { }
.eventLocation { }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }
/* ModuleEnd::events */