﻿* {
	border:0;
	margin:0;
	padding:0;
}

a {
	color:#2C452C;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #340C70;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
.subh1 {
	margin:0 0 0 10px;
	font-size: 13px; 
	font-weight:bold;
	color:#340C70;
	}
body {
	background:#EDEDDF url('green_bg.gif');
	color:#666;
	font:1.1em "Trebuchet MS", Verdana, Georgia, "Times New Roman", serif;
	margin:0;
	padding:0;
}
cite {
	padding-bottom: 20px;
	font-size: 85%;
	padding-top: 10px;
}
/*set widths */
#header, #hzmenu, #content, #footer {
	margin:0 auto;
	width:760px;
}

#header {
	background:#EDEDDF url(bg.gif) repeat-y;
	height:170px;
	border-left: 3px black solid;
	border-right: 3px black solid;
	padding: 10px;
}
#news #header {
	background: url(news_header.jpg) no-repeat;
}

#custom404 #header {
	background: url(bg.gif) repeat-y;
}

#clients #header {
	background: url(clients_header.jpg) no-repeat;
}
#medical #header {
	background: url(medical_header.jpg) no-repeat;
}

#team #header {
	background: url(bg.gif) repeat-y;
}

#contact #header {
	background: url(contact_header.jpg) no-repeat;
}
#projects #header {
	background: url(proj_header.jpg) no-repeat;
}
/*all this stuff controls the horizontal menu*/
#hzmenu {
	background:#EDEDDF url(bg.gif) repeat-y;
	height:36px;
	border-left: 3px black solid;
	border-right: 3px black solid;
	padding: 0 10px 0 10px;
}
#hzmenu p {
	border-top: 2px #340C70 solid;
	border-bottom: 1px gray solid;
	background: #DFDFC5;
	text-align:center;
	padding-top:5px;
}
#hzmenu a {
	color: #543;
	text-decoration: none;
	padding: 3px 8px;
	margin-left: 2px;
	line-height: 34px;
	font-size:78%;
	border: 1px gray solid;
	border-bottom:none;
}
#hzmenu a:hover {
	background: #340C70;
	color: #FFF;
}

#team #nteam {
	background: #EDEDDF;
	color: #543;
}


#news #nnews {
	background: #EDEDDF;
	color: #543;
}


#medical #nmedical {
	background: #EDEDDF;
	color: #543;
}


#home #nhome {
	background: #EDEDDF;
	color: #543;
}


#contact #ncontact {
	background: #EDEDDF;
	color: #543;
}


#clients #nclients {
	background: #EDEDDF;
	color: #543;
}


#projects #nprojects {
	background: #EDEDDF;
	color: #543;
}
/* end horizontal menu stuff */

#trinity h1 {
	color:#666;
	background: url('h1_bg.jpg') top left no-repeat;
	font-size:34px;
	font-weight:900;
	letter-spacing:1px;	
	font-variant:small-caps;
	height:37px;
	visibility:hidden;
}
#trinity {
	background: url('trinityRings.jpg')top left no-repeat;	
	height: 130px;
	width:244px;
	position: relative;
	top: -7px;

}
#header p {
	color:#8D8A4F;
	font-size:16px;
	padding-left: 10px;
	position: relative;
	top: -8px;
	width: 244px;


}

/* content */
#content {
	height:auto;
	padding: 20px 10px 20px 10px;
	background:#EDEDDF url(bg.gif) repeat-y;
	border-left: 3px black solid;
	border-right: 3px black solid;
	clear: both;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:170px;
	background:#E6E6D2;
	padding:10px;
	margin-right: 10px;
	border-left: 10px #EDEDDF solid;
	font-size:90%;
	}
#sidebar h2 {
	border-bottom:2px solid #340C70;
	color:#444;
	font-size:145%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #340C70;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
	background: white;
}

/* Main */
#main {
	float:right;
	width:530px;
	margin-right:10px;
}
/*#main p {
	color:#050805;
	line-height:20px;
	padding:10px;
	letter-spacing:1px;
	font-family: arial, sans-serif;
	font-size:.8em;
}*/
#main p {
	padding:10px;
	letter-spacing:1px;
	font-family: verdana, arial, sans-serif;
	color: #444444;
	line-height: 1.4em;
	font-size: .7em;
}

#main h1 {
	border-bottom:2px solid #C9C9BA;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main ul {
	list-style-type: none;
	padding: 12px;
}
#main ul li {
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 6px;
}
#main ul li b{
	color:#2C452C;
}

/* footer */
#footer {
	padding: 10px;
	border-left: 3px black solid;
	border-right: 3px black solid;
	background:#DFDFC5 url(bg.gif) repeat-y;

}
#footer p {
	border-top:2px solid #340C70;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#footer a {
	font-weight: bold;
	color: #340C70;
}
.box {
	background: white; padding:8px; border: 1px #340C70 solid;
}
h5 {
	font-weight: 800;
	font-family: Verdana, Arial, sans-serif;
	margin:-9px -10px 10px -10px;
	padding: 6px;
	font-variant:small-caps;
	/*letter-spacing: .1em;*/
	font-size: 18px;
	background:#340C70;
	color: white;
	text-indent:14px;
	}
#underconstruction {
	position: relative;
	top: 40px;
	left: 4px;
	margin: 0 auto;
	width: 511px;
	height: 200px;
	background: url('hardhat.gif') top left no-repeat;
	padding-top:62px;
	padding-left: 130px;
}
#underconstruction h2 {
	color: white;
	letter-spacing: 4px;
	font-variant:small-caps;
}
#underconstruction p {
	font-size: 36px;
	font-family:"Comic Sans MS";
	color:#E5A314;
	letter-spacing: 2px;
	padding-top:22px;
}