@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../bg/square.jpg);
}

a img {
	border: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#page-wrap {
	width: 997px;
	margin: 0 auto;
}

/* 10 pixels border of dead space (background) on each side  */
#page-container {
	width: 987px;
	position: relative;
}

#page-main {
	border: 15px solid #dc671d;
	background-color: #FFFFFF;
	left: 0px;
	top: 33px;
	position: absolute;
}
#site-name h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	margin: 8px 0 8px 145px;
}
#nav {
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	width: 818px;
	height: 24px;
	margin-left: 139px;
}
#main_menu {
	width: 600px;
	margin: 0;
	padding: 0;
}

ul#main_menu li a {
	width: 83px;
/* 	text-align: center; */
/*	font-size: 1.2em;  */
	text-decoration: none;
}

#main-content {
	margin: 0px 0px;
	width: 957px;
	border-top-color: #C4591A;
	border-top-style: solid;
	border-top-width: 8px;
}
#main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
}

#main-content h2 {
	color: #60a8f9;
	border-bottom: solid #60a8f9 1px;
	text-align: left;
	margin-left: 10px;
	text-transform: uppercase;
}

#left-triad {
	float: left;
	width: 225px;
	padding: 100px 10px 10px 10px;
}

.h2-inside {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #60a8f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .86em;
	font-style: normal;
	font-weight: 700;
	line-height: 1em;
	text-align: right;
	margin-right: 5%;
	margin-left: 20%;
}

.quote {
	padding-right: 1em;
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1em;
	text-align: left;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: 1em;
	text-align: right;
	margin-right: 5%;
	margin-left: 20%;
}

a.read-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60a8f9;
	text-decoration: none;
	margin-left: 8px;
}
a.read-more:hover {
	color: #dc671d;
	text-decoration: underline;
}

contact-address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

#middle-triad {
	float: left;
	width: 45%;
	padding: 0 10px;
	border-left-color: #C4591A;
	border-left-style: solid;
	border-left-width: 8px;
	border-right-color: #C4591A;
	border-right-style: solid;
	border-right-width: 8px;

}
#middle-triad h1 {
	text-align: center;
	margin-top: 5px;
}

#right-triad {
	float: right;
	width: 225px;
	padding: 10px;
}
#address {
	font-family: "Franklin Gothic Demi", "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 700;
}
#address address {
	font-family: "Franklin Gothic Demi", "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
#address-links {
	background-position: right;
	text-align: right;
}
#address-links a {
	color: #000000;
	text-decoration: none;
}
#address-links a:hover {
	color: #FF0000;
	text-decoration: none;
}

#popular-links {
	margin-top: 30px;

}
#popular-links ul {
	list-style-type: none;
}
#popular-links li {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #60a8f9;
	margin-left: 1em;
}
#popular-links a {
	color: #60a8f9;
	text-decoration: none;
}
#popular-links a:hover {
	color: #dc671d;
}
#connect {
	margin-top: 30px;
}

#top-nav {
	width: 443px;
	height: 33px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#logo {
	position: absolute;
	top: 0px;
	/* width of graphic is 124 + collor spacer to produce 15px border*/
	width: 124px;
	height: 192px;
	overflow: hidden;
	left: 0px;
	border-top: 15px solid #dc671d;
	border-left: 15px solid #dc671d;
	float: left;
}
#logo-border-hack {
	/*   
   replciate the <img src="images/dark-orange-15w.gif" alt="" width="15" height="115" align="top"/> 
*/
	background-image:url(../images/dark-orange-15w.gif);
	background-repeat:repeat-y;
	float:right;
/*	height:115px; <-- require IE hack */
	height:121px;
	left:139px;
	position:absolute;
	top:0;
	width:15px;
}

#logo-border-hack-ie {
	/*   
	IE left a gap, so we are extending the orange down into the blue on FireFox.
*/
	background-image:url(../images/dark-orange-15w.gif);
	background-repeat:repeat-y;
	position: absolute;
	width:15px;
	height:5px;
	float: none;
	top: 115px;
	left: 139px;
}


#middle-right-triad {
	float: right;
	width: 684px; 
	border-left-color: #C4591A;
	border-left-style: solid;
	border-left-width: 8px;
	padding: 10px;
}
#middle-right-triad h2 {
	padding-top: 12px;
	margin-left: 0px;
}
#middle-right-triad ul {
	list-style-type: none;
}
#middle-right-triad li {
	padding-top: .25em;
	margin-top: .25px;
}



#middle-right-triad img.staff-photo {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#middle-right-triad .staff-email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: right;
}


#middle-right-triad .demetrius p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


.related li  {
	list-style-type: none;
	color: #dc671d;
}

.related a  {
	text-decoration: none;
}

.related a:hover  {
	text-decoration: underline;
	color: #dc671d;
}
#left-triad .current {
	border: 1px solid #0000FF;
	padding: 4px;
}
#left-triad .current h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
#left-triad .current h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}


.bio {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: visible;
}
.contact-us {
	list-style-type: none;
	list-style-image: url(../images/email.gif);
	line-height: 3em;
}
.hr-contact {
	color: #0033FF;
	width: 50%;
}
.goodshepherd p {
	padding-left: 2em;
}

.stress {
	font-size: .83em;
	font-weight: 500;
	color: #FF3333;
}

.nowhitespace {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.normalwhitespace {
	margin: .5em;
	padding: .5em;
}
.indent {
	margin-left: 3em;
}


p.footnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #0033CC;
}

.clear {
	clear: both;
}
.align-right { 
	float:right; 
	margin: 0 0 15px 15px; 
}
.align-left { 
	float:left; 
	margin: 0 15px 15px 0; 
}
.new {
	background-image: url(../images/new.gif);
	margin-left: 0px;
	background-repeat: no-repeat;
	padding-left: 40px;
}


.frame { 
	padding: 5px; 
	border: 1px solid #aaaaaa; 
}

#middle-right-triad ul.bullet {
	list-style-type: disc;
}

.picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; 
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif; 
} 

.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 3px; 
} 

.picture-right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
} 

.picture-left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
} 
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	background-color: #FFFFFF;
	height: 2.0em;
	margin-top: -8px;
	margin-right: auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #C4591A;
	padding-top: .5em;
	padding-bottom: 0;
}
.footer a {
	font-size: 0.85em;
	color: #3F3E77;
}
