/* Dermot Scully CSS Document */



/* Body  */

body {
	margin: 50px 0px 0px 0px;
	background: #a1aabb url('../images/bg_01.gif') no-repeat;
	font-size: 76%;
	padding: 0px;
}

#centerLayer {
	width: 100%;
	text-align: center;
}

#container, #containerLgPic {
	width: 700px;
	background-color: #a1aabb;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#containerLgPic{
	width: 400px;
	background-color: #444653;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	margin-bottom: 20px;
}

#bodyLgPic{
	margin: 10px 0px 0px 0px;
	background: #343647;
	font-size: 76%;
	padding: 0px;
}

p, .table, .tableBold {
    font: 1.1em/17px arial,helvetica,sans-serif ;
	color: #c1c3ca;
	margin: 0px;s
	padding-bottom: 0px;
}

.tableBold{
	font-size: 1.0em;
	font-weight: bold;
}
 
h1, h2, h3 {
    font: bold 1.3em arial,helvetica,sans-serif ;
	color: #aeb6cb;
	margin: 20px 0px 8px 0px;
	padding: 0px;
}

h2 {
	font-size: 1em;
	color: #81949e;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}


.footerText, .footerTextBold, .footerLink{
	font: 1em arial,helvetica,sans-serif;
	color: #e5e7ec;
}

.footerTextBold, .footerLink {
	font-size: 1em;
	text-decoration: none;
}

a:hover.footerLink {text-decoration:underline;}


.navText, .navTextOver{
	font: bold 0.9em arial,helvetica,sans-serif;
	color: #bdc6d7;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

.navTextOver{
	color: #dfe7f1;
}

a:hover.navText {color: #ffffff; text-decoration:underline;}


#textCont a{
	font: bold 0.9em arial,helvetica,sans-serif;
	color: #C1C3CA;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

#textCont a:hover{
text-decoration:underline;
}

.notation{
	font-size:0.8em;
	font-weight:bold;
	font-style: italic;
}

.captionText, .descriptionText{
	font: bold 0.8em arial,helvetica,sans-serif;
	color: #9195a5;
	text-decoration: none;
	margin: 0px;
}

.descriptionText{
	font-size: 1em;
	font-weight:normal;
}

#bodyText{
	width: 650px;
	padding-left: 20px;
}

/* End Body  */




/* Logo Bar */

#logoBar {
	float: left;
	width: 700px;
	background-color: #64697d;

}

#logo{
	float: left;
	width: 220px;
	height: 100px;
	background: #64697d url('../images/logo.gif') no-repeat 0 60%;
	padding: 0px;
}

/* End Logo Bar */



/* Nav Bar */

#navBar {
	float: left;
	width: 460px;
	background-color: #64697d;
	margin-top: 56px;
}

.navItem {
	float: left;
	padding: 8px 10px 0px 0px;
}

.navDivide{
	float: left;
	width: 1px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	background: #5688a2 url('../images/nav_divide.gif');
}

/* End Nav Bar */




/* Content */

#content {
	float: left;
	width: 700px;
	background: #444653 url('../images/text_bg.gif') bottom right no-repeat;
}

#textCont {
	float:left;
	width: 700px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

#photoCont {
	float: left;
	width: 700px;
	height: 225px;
	background: #444653 url('../images/home_photo_02.jpg') bottom right no-repeat;
}

#caption{
	float:right;
	padding: 205px 20px 0px 0px;
}

#spacer {
	float: left;
	width: 660px;
	height: 60px;
}

#leftCont{
	float: left;
	width: 340px;
	background-color: #343647;
}

#rightCont{
	float: right;
	width: 280px;
	background-color: #444653;
	padding: 40px 40px 0px 40px;
}

#photoTable{
	margin: 20px 0px 20px 20px;
}

#contactPhoto{
	padding: 20px 0px 20px 20px;
}

#descriptionCont{
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	background-color: #444653;
	padding-bottom: 20px;
}

/* End Content */



/* Footer */


#footer {
	float: left;
	width: 700px;
	height: 60px;
	background: #a1aabb url('../images/footer_grad.jpg') repeat-x;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}


#footerCont1, #footerCont2, #footerCont3 {
	float: left;
	width: 165px;
	padding: 10px 0px 0px 20px;
}

#footerCont2, #footerCont3 {
	padding-left: 45px;
}

#footerCont3 {
	padding-left: 120px;
}


/* End Footer */





