/* CSS Document 
copyright 2009 Nguyet Vuong
*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 69%;
  font-family: Georgia;
  min-height: 100%;
  }


body {
  font-size: 1em;
  min-height: 100%;
  text-align: center;   
  background: #cfd8b0;
  }

* html body {
  height: 99%;
}

.green {color: #A0CE67;

}

ul#list {
	padding-bottom: 15px;
}

ul#list li{
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 4px;
	font-size: 12px;	
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #5a5b5e;
	font-size: 60px;
	padding-bottom: 20px;
	
}	

h2 {
	margin: 20px 0 20px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
	color: #A0CE67;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #84ab34;
	padding-bottom: 20px;
}

h4 {
	font-size: 1.2em;
	color: #272727;
	line-height: 1.6em;
	font-weight: bold;
}


p, td {
	font-family: Georgia, Times New Roman, serif;
	color: #272727;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 15px 0;
}

.title {
	font-size: 1.4em;
	color: #272727;
	font-weight: normal;
  	font-family: Georgia, Times New Roman, serif; 
}

a {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	color: #84ab34;
	font-size: 1em;
	text-decoration: underline;
}	

a:hover {
	text-decoration: underline;
	color: #1899a3;
}

.links { font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	color: #A0CE67;
	font-size: 1.2em;
}


/* =========================================================================================== */
/* layout */

#wrapper {
	background: url("../images/bg-cont.jpg") repeat-y 0 0;	
	margin: 0 auto;
	width:1024px;
	}


#header, #contact-header, #nav, #contentwrapper, #footer {
  width: 900px;
  
  margin: 0px auto;
}

#header {
  position: relative;
  height: 115px;
  
} 


#nav {
	position: absolute;
	text-align: center;
	padding: 60px 0 0 0;	
	border-bottom: 2px solid #f1f6e2;
}

#logo {
	float: left;
	padding: 46px 0 0 0;
}



/* Portfolio */

#portfolio-wrapper {
	width: 900px;
	background: #f1f5e3;
	border: #eeeeee;
	margin-top: 20px;
	min-height: 250px;
	margin-bottom: 30px;
}

#portfolio {
	padding: 20px;
}

#portfolio-image {
	float: right;
	padding-left: 20px;
	width: 585px;
	height: 206px;
}

/* ----- left Column -----------------------------------------------------*/
div#left-column { float: left; margin: 0; margin: 20px 0 30px 0; padding: 20px; width: 580px; background: #f1f5e3; border: #eeeeee;}


/* ----- Right Column -----------------------------------------------------*/
div#right-column { float: right; width: 240px; }
div#right-column p { font-family: Georgia, Times New Roman, serif; color: #282929; font-size: 1.4em; line-height: 1.5em;}
div#sec-nav { padding-top: 10px; }
ul#sec-nav li { display: list-item; list-style-type: none; font-size: 1em; border-bottom: 1px solid #acadae; width: 240px; padding-top: 10px; padding-bottom: 10px; }
ul#sec-nav li a { text-decoration: none; color: #84ab34; font-size: 1.3em; }
ul#sec-nav li a:hover { text-decoration: none; color: #1899a3; font-size: 1.3em; }



/* End Portfolio */

#contentwrapper {
	width: 900px;
	text-align: left;
	min-height: 400px;
	
}

#intro {
	width: 830px;
	padding: 40px 0 30px 60px;
	text-align: left;
	height: auto;
	border-bottom: 2px solid #f1f6e2;
}

#content {
	width: 900px;
	text-align: left;
	height: auto;
	overflow: auto;
}

#colright {
	width: 567px;
	float: right;
}

#colleft {
	width: 270px;
	float: left;
	padding: 0 0 25px 0;
	height: 500px;
}
	
#content .separator {	
	margin: 10px 0 0 0;
	background: url(../images/separator.gif) repeat-x;
}

#promo {
	width: 865px;
}

/* Recent Projects */

#recent {
	margin: 0;
	padding: 0;
	text-align: left;
}

#projects-image {
	float: left;
	width: 400px;
	height: 245px;
	padding: 0 30px 20px 0;
}

#projects {
	width: 900px;
	margin-bottom: 10px;
	clear: both;
	padding: 0 0 60px 0;
}


		
/*-----contact */
#contact-wrapper {
	width: 900px;
	min-height: 250px;
	margin-bottom: 30px;
}

#contact {
	padding-top: 10px;
	padding-bottom: 10px;

}

#contact-image {
	float: left;
	padding: 2px;
	border: 1px solid #A0CE67;
	margin-right: 15px;
}


#contact-left {
	width: 4px;
	margin: 0;
	padding-left: 30px;
	float: left;
	text-align: left;
}


#form {
	width: 500px;
	padding: 20px 0 10px 300px;
	}

/* nav */

#nav ul {
  list-style: none;
  margin: 0px auto;
  text-align: right;
  padding: 10px 0 9px 10px;
  line-height: normal;
  font-weight: bold;
  font-size: 22px;
}

#nav ul li {
  list-style: none;
  color: #fff;
  display: inline;
}

#nav a {
  padding: 0;
  margin: 10px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#nav a:link, #nav a:visited {
  color: #A0CE67;
}

#nav a:hover, #nav a:active {
  color: #6b6b6c;
  padding-bottom: 9px;
  border-bottom: 2px solid #6b6b6c;
  text-decoration: none; 
}

.index #nav #index a, .portfolio #nav #portfolio a, .about #nav #about a, .contact #nav #contact a {
  color: #fff;
  background-color: #0c516b;
}





/* footer */

#footer {	
	background: url("../images/contact-bg.jpg") repeat-y 0 0;	margin: 0;
	text-align: left;
	width: 1024px;
	}
#footer-container {
	width: 900px;
	padding: 20px 0 0 60px;
}	
.img {
	padding-top: 20px;
}

.copyright {font-size: 12px;}

#footer p {
	font-size: 18px;
	color:#5a5b5e;
	}