/* stylesheet for DAP (light color) */
* {
padding: 0;
margin: 0
}

body {
background: #eee none repeat scroll 0 50%;
color: #555;
font-weight: normal;
margin: 0;
padding: 0;
font-family: "Lucida Grande", arial, helvetica, "Lucida Sans Unicode",sans-serif;
}

a, a:hover, a:active, a:visited {
text-decoration: none;
outline: none;
}

#header {
height: 100px;
min-width: 1200px;
width: 95%;
margin-top: 25px;
position: relative;
font-weight: normal;
padding-bottom: 1px;
z-index: 1000;
}

#header .head_wrapper {
position: relative;
height: 100px;
padding-top: 20px;
}

.wrapper {
margin: 0 auto;
width: 950px;
height: 100%;
position: relative;
text-align: center;
}

ul {
list-style: none;
}

#header #logo {
font-size: 1.6em;
font-family: arial, helvetica, sans-serif;
color: #777;
font-style: italic;
margin-left: 50px;
margin-bottom: 20px;
}

#header ul#nav {
text-align: right;
display: inline;
position: absolute;
right: 0;
margin-top: 5px;
margin-bottom: 0px;
padding: 0px;
	/*width: 600px;*/
	/*bottom: 0;*/
}

#header ul#nav li {
display: inline;
margin-right: 12px;
	/*float:left;*/
	/*margin:0;
padding: 0;*/
}

#header ul#nav li a {
display: inline;
list-style: none;
width: 106px;
font-size: .8em;
color: #999;
height: 25px;
overflow:hidden;
border-left: 2px solid #999;
padding-left: 2px;
margin-right: 10px;
text-shadow: 0 1px 0 #fff;
/*text-indent:-5000px;*/
/*	opacity:70%;
filter: alpha(opacity=70);
opacity: 0.7; */
}

#header ul#nav li.current a,
#header ul#nav li a:hover {
color: #777;
border-left: 4px solid #777;
padding-left: 0;
/*	filter:alpha(opacity=100);
opacity: 1;
background-position: 3px center !important; */
}


img {
border: none;
}

.logo_pic img {
border: none;
margin-left: 35px;
}

.port_img {
border-right: 1px solid #c5c5c5;
border-bottom: 1px solid #c1c1c1;
border-top: 1px solid #e6e6e6;
border-left: 1px solid #e1e1e1;
}

.bloghead img {
border: none;
margin-left: 190px;
margin-top: 0px;
margin-right: 300px;
}

.pic img {
border: solid 30px #fff;
}


#frontphoto, #contact_wrap {
height: 600px;
text-align: center;
width: 780px;
margin: auto;
margin-top: 20px;
border: none;
}


#frontphoto.pic a:link a:visited a:hover a:active {
text-decoration: none;
}

h3.port {
font-family: helvetica, arial, sans-serif;
font-size: 1.2em;
font-weight: normal;
color: #b4b4b4;
}

#port_wrapper {
}

#port_content {
min-height: 560px;
text-align: center;
}

#port_top {
width: 900px;
margin: 0 auto;
margin-top: 77px;
margin-bottom: 30px;
padding: 0px;
}

#port_bottom {
width: 900px;
margin: 0 auto;
margin-top: 67px;
margin-bottom: 30px;
padding: 0px;
}

#port_content li {
display: inline;
padding: 33px;
}

.page_active {
font-weight: normal;
/*text-decoration: underline;*/
color: #858585;
background-color: #f8f8f8;
padding:1px 5px 1px 5px;
border: 1px solid #ccc;
/*
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #b9b9b9;
border-bottom: 1px solid #b9b9b9;
*/
}

#port_content a:link {
color: #555;
text-decoration: none;
}

#port_content a:visited {
color: #555;
text-decoration: none;
}

#port_content a:hover {
color: #0033cc;
text-decoration: none;
}



#content {
padding: 0;
margin: 0 auto;
width: 850px;
background: transparent;
margin-top: 20px;
}

#maincontent {
width: 100%;
min-height: 700px; /* Kludge */ 
position: relative;
background-color: #bbcfd0;
/* margin-top: 40px; */
padding-bottom: 3px;
padding-top: 5px;
border-top: solid 10px #5ea4a7;  /* #5ea4a7; */
border-bottom: solid 5px #5ea4a7;

/* CSS3 styling for latest browsers */ 
-moz-box-shadow: 2px 6px 30px  #999; 
-webkit-box-shadow: 2px 6px 30px #999;     
box-shadow: 0 0 30px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, offX=3px, offY=6px, positive=true);
}
	
#maincontent .sectionhead {
text-align: center;
}

#maincontent h2 {
color: #4c4c4c;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
text-decoration: none;
line-height: 19px;
margin: 0 0 5px 0;
background: transparent;
}
	
#maincontent h2 a {
color: #2FB432;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
line-height: 19px;
margin: 0 0 5px 0;
background: transparent;
}
	
#maincontent h2 a:hover {
color: #2FB432;
text-decoration: underline;
background: transparent;
}
	
#maincontent .underline {
border-bottom: 1px solid #bbb;
margin-bottom: 10px;
}
	
#maincontent h3 {
font-size: 120%;
background: transparent;
margin: 0px 0px 10px 0px;
}
		
#maincontent p {
padding: 5px 12px 7px 0px;
color: #444;
font: .8em  arial, "lucida grande", verdana, tahoma, helvetica, sans-serif; /* lucida grande, verdana, arial, tahoma, helvetica, sans-serif;  this controls the text style of posts in the body*/
margin: 0;
line-height: 1.5;
text-decoration: none;
background: transparent;
text-align: justify;
text-justify: newspaper;
}
		
#maincontent .posted_entry a:link {
color: #0d8485;
}

#maincontent .posted_entry a:visited {
color: #0d8485;
}

#maincontent .posted_entry a:hover {
color: #000;
text-decoration: underline;
}

#maincontent p a:link, .paginate a:link {
color: #0d8485;
}

#maincontent p a:visited, .paginate a:visited {
color: #0d8485;
}

#maincontent p a:hover, .paginate a:hover {
color: #0d8485;
text-decoration: underline;
}

#maincontent li a:link {
color: #0d8485;
}

#maincontent li a:visited {
color: #0d8485;
}

#maincontent li a:hover {
color: #0d8485;
text-decoration: underline;  /* I changed this, it affects list items in the right side of the blog and in the body of posts */
}

#maincontent .mpnull {
margin: 0;
padding: 0 0 0 0;
}
	
#maincontent .textbox {
float: right;
color: #454545;
width: 40%;
background: #fefefe;
padding: 10px;
margin: 5px 0 15px 15px;
border: 1px solid #e8e8e8;
}

#maincontent .about ul {
margin-top: -6px;
}

#maincontent .about  li {
list-style-type: disc;
list-style-position: inside;
line-height: 140%;
font-size: .75em;
font-family: helvetica, "lucida grande", verdana, tahoma, arial, sans-serif;
padding-bottom: 5px;
margin-left: 15px;
margin-right: 20px;
}

#dapblog_cap {
position: absolute;
top: -42px;
left: 0px;
}

.col_control {
clear: both;
width: 100%;
height: 1px;
}

/* start About & Prints style */

#maincontent2 {
width: 100%;
background: transparent; 
padding-top: 0px;
}

#maincontent2 h2 {
color: #4c4c4c;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
text-decoration: none;
line-height: 19px;
margin: 0 0 5px 0;
background: transparent;
}
	
#maincontent2 h2 a {
color: #2FB432;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
line-height: 19px;
margin: 0 0 5px 0;
background: transparent;
}
	
#maincontent2 h2 a:hover {
color: #2FB432;
text-decoration: underline;
background: transparent;
}
	
#maincontent2 .underline {
border-bottom: 1px solid #bbb;
margin-bottom: 10px;
}
	
#maincontent2 h3 {
font-size: 120%;
background: transparent;
margin: 0px 0px 10px 0px;
}
		
#maincontent2 p {
padding: 5px 0 15px 0;
color: #555;
font: .9em arial, "lucida grande", verdana, tahoma, helvetica, sans-serif; /* this controls the text style of posts in the body*/
margin: 0;
line-height: 140%;
text-decoration: none;
background: transparent;
text-shadow: 0 1px 0 #fff;
}
		
#maincontent2 .posted_entry a:link {
color: #0d8485;
text-shadow: 0 1px 0 #fff;
}

#maincontent2 .posted_entry a:visited {
color: #0d8485;
}

#maincontent2 .posted_entry a:hover {
color: #000;
text-decoration: underline;
}

#maincontent2 p a:link {
color: #0d8485;
}

#maincontent2 p a:visited {
color: #0d8485;
}

#maincontent2 p a:hover {
color: #0d8485;
text-decoration: underline;
}

#maincontent2 li a:link {
color: #0d8485;
}

#maincontent2 li a:visited {
color: #0d8485;
}

#maincontent2 li a:hover {
color: #0d8485;
text-decoration: underline;  
}

#maincontent2 .mpnull {
margin: 0;
padding: 0 0 0 0;
}
	
#maincontent2 .textbox {
float: right;
color: #454545;
width: 40%;
background: #fefefe;
padding: 10px;
margin: 5px 0 15px 15px;
border: 1px solid #e8e8e8;
}

#maincontent2 .about ul {
margin-top: -6px;
}

#maincontent2 .about  li {
list-style-type: disc;
list-style-position: inside;
line-height: 145%;
font-size: .9em;
font-family: arial, "lucida grande", verdana, tahoma, helvetica, sans-serif; /* this controls the text style of bulleted lists in posts */
padding-bottom: 5px;
margin-left: 15px;
margin-right: 20px;
}

#left_side2 {
width: 600px;
background: transparent;
/*margin-top: 40px;*/
margin-bottom: 0px;
margin-left: 0px;
padding: 20px;
}

#left_side2 .entry {
padding-bottom: 15px;
padding-top: 10px;
border-bottom: solid 1px #ddd;
}

#rt_side_about {
width: 200px;
padding-left: 0px;
background: transparent;
float: right;
text-align: center;
margin-right: 6px;
margin-top: 20px;
margin-bottom: 30px;
}

/* End About & Prints style */



#left_side {
width: 580px;
background: #fff;
/*  margin-top: 4px; */
margin-bottom: 0px;
margin-left: 4px;
padding: 20px 22px 20px 36px;
border: none;
}

#left_side p.catdesc {
padding-top: 0px;
padding-left: 15px;
font-weight: bold;
color: #777;
font-size: 1em;
}
	
#left_side .entry {
padding-bottom: 15px;
padding-top: 10px;
border-bottom: solid 1px #ddd;
margin-bottom: 10px;
}

#left_side img {
border: 1px solid #ddd;
margin: 0px 0px 10px 3px;
padding: 4px;
}

#left_side iframe {
border: 1px solid #ddd;
padding: 4px;
}

#maincontent blockquote p {
color: #333;
text-align: left;
/* background: transparent url(/images/interface/quotes_sm.gif) left top no-repeat; */
}



blockquote {
position: relative;
width:480px;
font-size: 1.1em;
padding: 0px 0px 0px 40px;
/*border-left: 6px solid #bbcfd0;*/
margin-left: 10px;
background: transparent url(/images/interface/quotes_sm.gif) left top no-repeat; 
}


.entry h1 {
color: #0d8485;
font-weight: normal;
font-size: 1.1em;
margin-bottom: 5px;
text-shadow: 0 1px 0 #fff;
}

.entry h1 a {
color: #0d8485;
font-weight: normal;
text-shadow: 0 1px 0 #fff;
}

.entry h1 a:hover {
color: #555;
font-weight: normal;
border-bottom: solid 2px #1d9fa0;         /*#10a0a1;*/
}

.posted_entry {
font-size: .7em;
padding-top: 5px;
}

.via {
font-size: .85em;
}

.count {
font-size: .8em;
color: #666666;
}

#left_side .pagecount {
font-size: .8em;
text-align: right;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

.paginate {
font-size: .85em;
text-align: left;
padding-bottom: 12px;
}
span.page_prev {
	float: left;
	width: 130px;
}
span.page_next {
	float: right;
	width: auto;
}
#left_side .blog_img1 {
border: none;
margin-top: -4px;
margin-right: 10px;
margin-bottom: -2px;
padding-bottom: 0px;
padding-right: 0px;
float: left;
width: 250px;
}

#left_side .blog_img2 {
border: none;
margin-top: -20px;
margin-left: 10px;
margin-bottom: -2px;
padding-bottom: 0px;
padding-right: 0px;
float: right;
width: 250px;
}

.outside_cr {
font-size: .85em;
}

#right_side img {
background: transparent;
border: none;
}

#right_side {
width: 200px;
padding-left: 0px;
/*margin-top: 4px; */
margin-right:4px;
margin-bottom: 2px;
background-color: #f8f8f8;
/*background: transparent;  */
float: right;
}

/* Begin recent image block in upper-right of blog  */

#recent_img {
height: 200px;
width: 200px;
background: #eee no-repeat scroll 0;	
display: table-cell;
vertical-align: middle;
text-align: center;
border-bottom: 1px solid #bbcfd0;
font-size: 1px;
}

#recent_img * {
    vertical-align: middle;
}

/* IE hack */

/*\*//*/
#recent_img {
display: block;
font-size: 160px;
}

#recent_img span {
display: inline-block;
height: 100%;
width: 1px;
}
/**/

#recent_img img {
border: 10px solid #fff;
}
		
#recent_img a:link a:visited {
background: #eee;
}

#recent_img a:hover {
background: #ddd;
}

/* End recent image block in upper-right of blog  */


#right_side h3 {
height: 28px;
text-align: left;
background-color: #eee;           
color: #0d8485;
font: bold .9em Arial, Verdana, Helvetica, sans-serif;
padding: 0px 0 0px 14px;
line-height: 28px;
margin: 0px 0px 0px 0px;
border-bottom: solid 1px #bbcfd0;	
border-top: solid 1px #bbcfd0;
}
		
#right_side .lcontent {
margin-bottom: 0px;
color: #888;
}
		
#right_side .lcontent p {
border-left: 0px solid #f3f3f3;
border-right: 0px solid #f3f3f3;
padding: 8px;
color: #777;
background: transparent;
}
			
.blog ul {
background: transparent;
color: #454545;
}
		

#right_side li a {
display: block;
padding: 9px 3px 9px 2.5em;
color: #777;
text-decoration: none;
}

#right_side li a:hover {
background-color: #ddd;
color: #0a8a8f;
}

#right_side li a:active {
color: #0a8a8f;
}

#right_side li {
font-size: .8em;
border-bottom: 1px solid #eeeeee;
list-style: none;
/*padding-bottom: 2px;*/
}
			
.active_cat {
font-weight: bold;
background-color: #dbe3e3;
}

/* End right-side column style */
#contact_wrap {
height: 635px;
}
#contact_msg {
padding-bottom: 2em;
}

#form_block {
width: 550px;
background-color: #c1d0d1;
color: #555555;
text-align: center;
margin:auto;
margin-top: 50px;
padding: 30px 15px 35px 50px;
border: 30px solid #fff;
/* CSS3 styling for latest browsers */ 
-moz-box-shadow: 2px 4px 20px  #999; 
-webkit-box-shadow: 2px 4px 20px #999;     
box-shadow: 0 0 20px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, offX=2px, offY=4px, positive=true);
}

#contact_form {
width: 525px;
font-size: .8em;
color: #555555;
text-align: left;
/*   margin-top: 80px;
margin-left: 25%;
margin-right: 20%;  */
padding-bottom: 6px;
text-shadow: 1px 1px 0 #ddd;
}

.contact_fld {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
padding: 3px;
margin: 4px 3px 9px -3px;
text-shadow:none;
}

#contact_form p.capt_row {
padding-top: 8px;
margin-bottom: 10px;
}


.captcha_fld {
font-size: 13px;
padding: 3px;
margin: -5px 7px 8px -3px;
}

.captcha img {
margin-top: 0px;
margin-bottom: -10px;
}

.arrow  {
margin-bottom: -3px;
}

.entercap {
padding-top: 18px;
}

.submit_button {
padding: 2px 10px 2px 10px;
cursor: pointer;
outline: none;
}

/* posted_comment affects the posting date/time of the blog comments posted in the comment threads. */

.comment_entries {
border-bottom: 1px solid #f1f1f1;
}


.posted_comment {
background-color: #ebf0f1;  /* #f9f9f9;*/
padding: 6px 4px 8px 12px;
border-top: 1px solid #f1f1f1;
font-size: .8em;
color: #555; 
}

.posted_comment a {
color: #0b706f;
}

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

.comment_date {
}

.comment_date {
font-size: .8em;
float: right;
width: 200px;
color: #888888;
text-align: right;
padding-right: 12px;
margin-top: 3px;
}

.comment_body {
margin: 0px;
background-color: #f5f8f8;           /*  #f5f8f8;            #f9f9f9;*/
padding-left: 37px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
}

#comment_form p.leave_comment {
font-size: 1em;
color: #888888;
}

.comment_form .comment_textbox {
height: 16px;
width: 250px;
border: 1px solid #aaa;
font-size: 1em;
color: #333;
font-family: "lucida grande", verdana, arial, tahoma, helvetica, sans-serif;
padding: 1px 3px 1px 3px;
margin-top: 3px;
}

.comment_textarea {
border: 1px solid #aaa;
font-size: .85em;
font-family: "lucida grande", verdana, arial, tahoma, helvetica, sans-serif;
color: #333;
padding: 1px 3px 1px 3px;
}

#comment_form p.label {
color: #777;
padding: 0 0 14px 0;
}

#comcapt {
position: relative;
margin-top: -6px;
}

.comcapt_input {
position: absolute;
top: 35px;
left: 10px
}

.blogcom_arrow {
position: absolute;
top:31px;
left: 202px;
}

#captposition .blogcom_arrow img {
border: none;
}

.blog_captcha {
position: absolute;
top: 25px;
left:233px;
}

#captposition {
height: 30px;
}

#push {
height: 10px;
margin-top: 5px;
}

#footer {
clear: both;
padding-top: 0px;
margin-top: 40px;
margin-bottom: 10px;
padding-bottom: 0px;
color: #999;
text-align: center;
font-size: .7em;
border-top:0;
text-shadow: 0 1px 0 #fff;
}

#client_title {
margin-top: 20px;
color: #888888;
font-weight: normal;
}