/*
 * Color Scheme
 * Blue = #6699CC
 * Grey = #999999
 * Brown = #CC9766
 * 
 */

body {
	background: #6699CC none repeat 50% 0;
}

#wrapper {
	width:1000px;
	/*border:1px solid red;*/
	position:relative;
	margin: 0 auto;
	padding: 6px;
}
#wrapper div {
	padding: 6px;
}

#header {
	/*border:1px solid blue;*/
	height: 150px;
}
#logo {
	float: left;
	margin-right: 15px;
	border-width:0px;
}
#logo_img {
	
}
#informational_content {
	border: 1px solid blue;
	width: 386px;
	height: 100px;
	float: left;
}
.initial_info {
	display: none;
	/*position:relative;*/
	position:absolute;
	width:562px;
	left: 403px;
	height:100px;
	float: left;
	border:1px solid #696969;
	margin:0px 5px 5px 5px;
}
.indent {
	margin-left: 15px;
}


/*
#nav {
	height:30px;
	width:100%;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	
}
#nav li {
	list-style-type:none;
	
	display:inline;
	
}

#nav li a {
	text-decoration:none;
	padding: 7px 10px;
}
*/

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
li.menu {
	float:left;
	width:115px;
	margin:0;
	padding:0;
	text-align:center;
}
li.menu a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#000000;
	text-decoration:none;
	border-right:1px solid #FFF;
}
#nav li a {
	background:url(../images/Menu-bkg.jpg) repeat 0 0;
}
li a:hover {
	background-position:50px 0;
}

.poloroid {
	border:5px solid #D9E6F2;
}
.caption {
	border-top:1px solid #D9E6F2;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	color: #696969;
	font-size:smaller;
	padding:5px;
	margin-top:-5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	font-variant:small-caps;
	background: transparent url(../images/faded.png) repeat 0 0;
	
}
.menu-caption {
	border:1px solid #333333;
	color: #696969;
	font-size:smaller;
	padding:5px;
	margin-top:1px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	font-variant:normal;
	background: transparent url(../images/faded.png) repeat 0 0;
	
}

#headshot-caption-fix {
	width:140px;
	float:left;
	margin-right:20px;
	
}

#footer-nav {
	height:30px;
	margin-top: 0px;
	padding-top: 16px;
	padding-bottom:16px;
	text-align:center;
}
#footer-nav ul {
	margin: 0px;
	padding: 0px;
	
}
#footer-nav li {
	list-style-type:none;
	
	display:inline;
	
}

#footer-nav li a {
	text-decoration:none;
	padding: 7px 10px;
}

#content {
	/* border:1px solid green;*/
}
.copyright {
	font-variant:small-caps;
	font-size:10pt;
}
.col-left {
	width:50%;
	float:left;
	/*border: 1px solid white;*/
}
.col-right {
	clear: right;
	/*border: 1px solid yellow;*/
}
.headshot {
	float:left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.profile {
	width:160px;
}

.col-right div {
	width:47%;
	float:right;
}

#about {
	/* border:1px solid black; */
	clear:both;
}

#footer {
	/* border:1px solid orange; */
	clear:both;
}

.copyright {
	text-align:center;
	margin-bottom: 0px;
}

/* ROUNDED CORNER CSS */
.roundedcornr_box_709468 {
	background: url(../images/rc/roundedcornr_709468_tl.png) no-repeat top left;
}
.roundedcornr_top_709468 {
	background: url(../images/rc/roundedcornr_709468_tr.png) no-repeat top right;
}
.roundedcornr_bottom_709468 {
	background: url(../images/rc/roundedcornr_709468_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_709468 div {
	background: url(../images/rc/roundedcornr_709468_br.png) no-repeat bottom right;
}
.roundedcornr_content_709468 {
	background: url(../images/rc/roundedcornr_709468_r.png) top right repeat-y;
}


#wrapper div.roundedcornr_content_709468 {
	padding-bottom: 0px;
	padding-top: 0px;
}
#wrapper div.roundedcornr_top_709468 {
	padding-bottom: 0px;
	padding-top: 0px;
}
#wrapper div.roundedcornr_box_709468 {
	padding: 0px;
}
#wrapper div.roundedcornr_bottom_709468 {
	padding: 0px;
}

.resource {
	margin-right:25px;
	font-size: 18px;
}
table.site_list td {
	width: 300px;
}

.emergency {
	border: 2px solid black;
	/*background: #CC6666;*/
}
.emergency p {
	color: #000000;
	font-weight:bold;
}
.emergency a {
	color: #000000;
	font-weight:bold;
}

.testimonial {
	/*border: 3px double white;*/
}
.comment_owner {
	clear:both;
	margin-left: 75px;
	font-weight: bold;
}
.comment_owner:before {
	content: "-";
}
/* BLOCK QUOTE CSS */
blockquote {
display: block;
/*padding: 0 60px;*/
width: 800px;
}
blockquote:before, blockquote:after {
color: #000000;
display: block;
font-size: 400%;
width: 50px;
}
blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 800px;
}
