﻿/* MercyOutreach.CSS - Primary CSS File for the Mercy Outreach Center Website */
/* URL: http://www.mercyoutreachcenter.org/ */
/* Author: Brad Elsmore (belsmore@bio-optronics.com) - Bio-Optronics Group, LLC. */
/* Date: March 10, 2008 */

/* CSS FILE BEGIN -------------------------------------------------------------------------------------------------- */

/* Page body Elements */
body { background:#e9d9de url(../Media/Images/Layout/Body-Background.png) repeat-x; margin:0px; padding:0px; font-family:Arial; font-size:9pt; color:#704a6d;}
p {display:block; margin:10px 0px; text-align:justify;}
h2, h3, h6 {margin:0px; padding:0px;}
h4 {margin:5px 0 0 0; font-size:12px;}
h5 {font-style:italic; font-size:10.5px;}
a {color:#804164;}
ul, blockquote {display:block}
li {margin-bottom:5px;
}

/* Custom Classes */
.hr {width:auto; display:block; background-color:#ebcce9; margin:5px 0px; height:1px; clear:both;}
.text-center {text-align:center;}

/* Float Releated Classes */
.left {float:left;}
.right {float:right}
.clear {clear:both;}

h1 { font-size:20px; margin:0px; }

/* Page Releated IDs */
#PageWrap {width:806px; margin:10px auto;  }
#Heading {width:100%; height:158px; background:url(../Media/Images/Layout/Heading-Background.png) no-repeat;}
#ContentWrap {border: solid 3px #d6b5c0; border-top:0px; background-color:#fff;}
#Heading #HeadingMenu {width:400px; text-align:right;margin:5px; font-size:8pt;}
#PageNavigation {width:152px;}
#PageNavigation .Address {padding:10px; width:auto; color:#937f8a; }

#Content {width:628px; padding:0px 10px 0px 10px; display:block;}
#Content #Round-Wrap {width:628px; margin-bottom:10px;}
#Content #Round-Top {width:auto; display:block; font-size:8px; height:8px; background: url(../Media/Images/Layout/Content-Top.png);}
#Content #Round-Mid {width:610px; display:table; background-color:#FFFFFF; border-left:solid 1px #e2d9de; border-right: solid 1px #e2d9de; padding:0 8px;}
#Content #Round-bottom {width:auto; display:inherit; font-size:4px; height:8px; background: url(../Media/Images/Layout/Content-Bottom.png);}

#Footer {Margin:10px; padding-top:5px; border-top:solid 1px #ebcce9;}