/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
     font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#172a36;
    	text-align:center;
    	background-image:url(images/bknd.gif);
}

a img { border:none; }
img, div { behavior: url(iepngfix.htc) }

A:link, A:visited, A:active {
  text-decoration:underline;
  	color:#172a36;
}

A:hover {
  text-decoration:none;
  color:#6d091a;
}

hr { border:0; color:#172a36; background-color:#172a36; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #0c151b;
	background-color:#FFFFFF;
	float:right;
	padding:6px;
}

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

#under-construction	 {
position:absolute;
right:0px;
top:0px;
overflow:visible;
height:213px;
width:214px;
margin:0;
padding:0;
z-index:1000000000;
border:none;
float:none;
}
/***********************************
Page Container
***********************************/
#phcontain {
	background-image:url(images/bknd_content.png);
	background-repeat:repeat-y;
	width:950px;
	text-align:center;
	margin: 0 auto;
}
#contain {
	width:900px;
    	margin:0 auto;
    	padding:0px;
	background-image:url(images/bknd_masthead.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	overflow:auto;
}

/***********************************
masthead
***********************************/
#masthead {
	background-image:url(images/bknd_masthead.gif);
	background-repeat:repeat-x;
	width:900px;
	height:120px;
}

#logo {
	float:left;
	padding:30px 0px 0px 60px;
}
#callout {
	font:15px/18px Georgia, "Times New Roman", Times, serif;
	float:right;
	text-align:right;
	width:600px;
	padding:58px 20px 0px 0px;
}
#callout A:link, #callout A:visited, #callout A:active {
  text-decoration:none;
}

#callout A:hover {
  text-decoration:underline;
}

/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-size:16px;
	line-height:16px;
     height:30px; /* height of the main navigation */
     width:900px;
	text-align:center;
	margin:0 auto;
	background-image:url(images/bknd_navigation.gif);
	background-repeat:repeat-x;
     color:#657179;
	padding-top:12px;
}

div#main-nav a:link, div#main-nav a:visited, div#main-nav a:active {
     text-decoration:none;
	text-transform:uppercase;
     color:#fff;

}

div#main-nav a:hover {
	text-decoration:underline;
}

/***********************************
Homepage red callout line
***********************************/
#homepage {
	width:900px;
	height:76px;
	background-image:url(images/bknd_centercallout.jpg);
	background-repeat:no-repeat;
}
#redcallout {
	font:15px/18px Georgia, "Times New Roman", Times, serif;
	float:right;
	width:300px;
	text-align:right;
	padding:8px 400px 0px 0px;
	color:#fff;
}
#redcallout A:link, #redcallout A:visited, #redcallout A:active {
  text-decoration:none;
 	color:#fff;
}

#redcallout A:hover {
	text-decoration:underline;
		color:#fff;
}		
/***********************************
Page Content
***********************************/
#gradient {
	background-image:url(images/bknd_gradient.jpg);
	background-repeat:repeat-x;
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

#leftcolumn {
	float:left;
	text-align:center;
	padding:40px 35px 20px 30px;
	width:195px;
	margin:0 auto;
}
#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:active {
	text-decoration:none;
}
#leftcolumn a:hover {
	font-weight:bold;
}

#testimonial {
	border: 1px solid #000;
	background-color:#FFFFFF;
	background-image:url(images/bknd_quotes.gif);
	background-repeat:no-repeat;
	background-repeat:top left;
	margin-bottom:30px;
}
#testimonial .attribute {
	text-align:right;
	font-style:italic;
	padding:0px 14px 6px 0px;
}
#testimonial p {
	padding:14px;
	text-align:left;
}	
#testimonial a:link, #testimonial a:visited, #testimonial a:active {
	display:block;
	width:194px;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 0px 4px 0px;
	background-color:#0c151b;
}
#testimonial a:hover {
	font-weight:bold;
}

#maincontent {
	float:left;
	width:610px;
	text-align:left;
	padding:30px 30px 12px 0px;
}

#left {
	float:left;
	width:280px;
	padding-right:20px;
	margin-bottom:22px;
}
#right {
	float:left;
	width:280px;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent h1 {
	font:18px/20px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:12px;
}

#maincontent h2 {
	font:16px/20px Georgia, "Times New Roman", Times, serif;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
	padding-bottom:12px;
}




/***********************************
Footer
***********************************/
#footer {
	width:840px;
	text-align:left;
	margin:auto;
	border-top:1px solid #172a36;
}

#footer P {
	padding-left:22px;
}
#footer A:link, #footer A:visited {
  text-decoration:underline;
  color:#172a36;
}

#footer A:hover, #footer A:active {
  text-decoration:none;
}