/*
stylesheets/screen.css
*/

body {
    margin: 0;
    padding: 0;
    background: #ffefbf;
    font-family: Verdana;
    font-size: 60%;
    color: #333;
}


h1, h2, p, ul, li{
	margin: 0;
	padding: 0;
}

h1
{
    font-size: 14pt;
}

h2
{
    font-size: 10pt;
    color:Maroon;
}



p {
	font-size: 1.4em;
}


a:link, a:visited {
	color: #333;
	text-decoration: none;
}

/*table 
{
    margin:0px;
    padding:0px;
}
*/
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

.bevel 
{
    border-bottom:1px solid #7e866c;
    border-top:1px solid white;
    border-right:1px solid #7e866c;
    border-left:1px solid white;
}

.welcome
{
    width:780px;
    height: 292px;
    margin: 0px auto;
    background: url(../images/GreenBamboo3.jpg);
    /*background-position: bottom;*/
}

.welcome #content
{
    padding: 0px 20px 0px 150px;
}
.homepics
{
    width:780px;
    margin: 0px auto;
}

.gallery {
    width: 550px;
    margin: 0px 0px 30px 10px;
}

.gallery .title 
{
    border-bottom: 1px solid maroon;
    padding: 5px;
    text-align: center;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.gallery .description 
{
    padding: 10px;
    text-align: justify;
    font-family: Verdana;
    font-size: 10pt;
}

.beforeAfter
{
    padding: 0 0 5px 0;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
}

.bullet
{
    list-style: disc outside;
    font-family: Verdana;
    font-size: 10pt;
    padding-left:15px;
}

.bullet li
{
    padding:3px;
}

.top
{
    font-size:9pt;
    font-weight:normal;
    font-style:italic;
    color:Maroon;
    text-align:right;
   
}


/* Rounded-corner header */
#masthead {
    background: white url(../images/header2.jpg) no-repeat scroll center top;
    color: #FFFFFF;
    height: 110px;
    margin: 10px auto 0;
    width: 820px;
    padding-top: 20px;
}


#masthead table {
	width:780px;
	margin:0 auto;
	height:91px;
}
/*	
background: white url('../images/banner.JPG') no-repeat scroll left top;
*/

#credential{
    color: #444444;
    float: right;
    margin: 0px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 22pt;
    font-weight: bold;
    font-style: italic;
    font-family: Times New Roman;
    text-align: right;
}

#nav{
    float: right;
    padding:5px 0px;
    /*
margin: 0 15px 0 0;
*/
    font-size: 10pt;
}

#nav li {
	display: inline;
	/*margin: 0 0 0 20px;*/
}


#nav li a {
    background: #880000 url('../images/footer-bg.jpg') repeat-x scroll 0 0;
    border: 1px solid #5C0505;
    color: #FFFFFF;
    padding: 3px 15px;
    text-decoration: none;
}

#nav li a:hover{
    background: #CC0000;
}

#wrap {
    clear: both;
    margin: 0 auto;
    padding: 5px 0px;
    width: 820px;
    background:#fff url('../images/body-bg.jpg') repeat-y ;
    border-top: none;
}

/*
The main image is a background image so that we can
overlay the text that used to appear below the header(replace file name when picture is ready)/
*/
#header {
	height: 180px;
	background: url('../images/banner.gif') no-repeat;
	border: 10px solid #eee;
}

#header h1 {
	font-size: 2em;
	line-height: 1.2em;
	padding: 20px;
	color: #eee;
	width: 200px;
	font-weight: normal;
	
}

#content {
    margin: 5px 0 0 0;
    padding: 10px 14px;
}

#content h1, #rightcontent h1 {
    font-size: 14pt;
    margin: 0 15px 8px 10px;
    text-decoration:underline;
}

#content h2, #rightcontent h2 {
    font-size: 10pt;
    margin: 0 15px 5px 10px;
    color:Maroon;
    text-align:justify;
}

#rightcontent2 h1 {
    font-size: 14pt;
    text-decoration:underline;
}

#rightcontent2 h2 {
    font-size: 10pt;
    color:Maroon;
    text-align:justify;
}


#content h2 a:link, #content h2 a:visited,
 #rightcontent h2 a:link, #rightcontent h2 a:visited {
    font-size: 10pt;
    color:Maroon;
    text-decoration: underline;
}


#content h2 a:hover, #rightcontent h2 a:hover 
{
    font-weight: bold;
    color:Red;

}


#content h3 {
	font-size: 11pt;
	margin: 0 15px 10px 0;
}

#content h4 {
	font-size: 10pt;
	margin: 0 15px 8px 0;
}

#content p, #rightcontent p, #rightcontent div {
	margin: 0 15px 10px 10px;
	font-size: 10pt;
	text-align:justify;
    
}

#rightcontent2 p, #rightcontent2 div {
	font-size: 10pt;
	text-align:justify;
    
}

#rightcontent div p, #rightcontent div div {
	margin: 0px;
}

#content li, #rightcontent li {
	margin: 0 15px 10px 10px;
	font-size: 10pt;
	line-height: 1.4em;
	font-weight:  normal;
	text-align: justify;
}

#services h2 {
    font-size: 10pt;
    margin: 10px 0px 0px 0px;
    text-decoration: underline;
    font-weight:bold;
    color:Maroon;
  	text-align: left;
}

#services ul {
    list-style: disc outside;
    margin: 0px 0px 0px 10px;
    padding-left: 15px;
    
}

#services li {
    padding: 0px;
    font-size: 10pt;
    line-height: 1.4em;
    font-weight: normal;
    text-align: left;
    margin: 0px;
}

#services div {
	margin: 0 15px 0px 10px;
	font-size: 10pt;
	text-align: justify;
    
}

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
}
/*sidebar setting;width is 1/3*/
#sidebar {
	float:  right;
	margin: 20px 0 20px 0;
	padding: 0px;
	width: 260px;
	
}
/*sidebar header 2*/
#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
}

#port li {
	margin: 12px 20px 0 20px;
}
/*border for images in the sidebar*/
#port li img {
	border: 5px solid #ddd;	
}

#footer {
    background: url('../images/footer.jpg');
    height:50px;
    width: 820px;
    margin: 0px auto;
    /*
    clear: both;
    border-top: 2px solid #ddd;
    */
    text-align: center;
    vertical-align:top;
    color: #777;
}

#sidenav
{
    padding: 2px 2px;
    width: 185px;
    background:#F1C485;
}

#sidenav h1
{
    color: #7A2122;
    font-size: 10pt;
}

#sidenav ul
{
    list-style: disc outside;
    margin-bottom: 0px;
    padding-left: 15px;
}

#sidenav li
{
    color: #880000;
    padding: 2px 5px;
    font-size: 9pt;
    background-color: Transparent;
}

#sidenav li a
{
    font-size: 9pt;
    background-color: Transparent;
}



#sidenav li a:hover
{
    font-weight: bold;
}

#rightcontent, #rightcontent2
{
    background: #FFF7EF;
    padding: 0pt 0pt 0pt 5px;
}

#photogallery, #photogallery2
{
    border: solid 1px silver;
}