@charset "utf-8";
/* 
Daekyu Design Styles
©2008 Daekyu Cha
version 1.0, last modified 
for questions or comments contact chadaekyu@gmail.com
*/

/* ---------- base styles ------------- */
* {
	padding:0;
	margin: 0;
	}
	
body {	
	background:url(images/back.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	width: 960px;
	margin: auto;
}


#clear {
	clear:both;
	}



	


/* ----------- header style -------- */

	
#header {
	float:left;
	width:960px;
	height:170px;
	margin-bottom:1em;
}

#header ul {
	float:right;
	margin-top:7em;
	margin-right:.2em;
	height:32px;
	width:610px;
}

#header ul li {
	float:left;
	list-style:none;
	height:32px;
	width:120px;
	text-align:right;
}

#header ul li a {
	color:#00457c;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background:url(images/leaf.gif) no-repeat;
	text-decoration:none;
	padding-left:4em;
	padding-bottom:1em;
	padding-top:.3em;
}

	

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#00457c;
	cursor: default;
	text-decoration:underline;
}

#header li a:hover {
	color:#72c267;
}

#header h1 {
	text-indent: -1000em;
}

#header img {
	float:left;
}

.subnav {
	float:right;
}

li {
	list-style:none;
}
/* ------------- container -------*/


#container {
	float:left;
	width:960px;
	margin-top:3em;
 	padding:0 0 2em 0;
}


#info {
	float:left;
	margin-top:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	width:450px;
	height:300px;
	
}
	
#pic2 {
	float:left;
	padding-top:1.5em;
}

#pic {
	float:left;
	width:443px;
	padding-left:3em;
	padding-top:1.3em;
}


#pic p{
	font-size:10px;
}
a {
	font-size:13px;
	text-decoration:none;
	color:#00457c;
}

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


.button {
	padding-top:.7em;
}
/*----------- Table ---------*/

td, th {
	padding:1em;
	line-height:17px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#72c367;
	
}

table {
	padding-bottom:1em;
}

/*----------- form ---------*/

#docform {
	float:left;
	margin-top: 1em;
	}
 

#docform p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	margin-top: .5em;
	}
input.text {
	width: 250px;
}
textarea {
	width: 300px;
	margin-top: .5em;
}
label.top {
	display: block;
	margin-bottom: .5em;
}
label.check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
}



#form {
	color:#FFF;
	float:right;
	width:500px;
}

#form td, tr {
	border:none;
}

/* --------- footer --------- */

#footer {
	background:url(images/cilantroleaf.jpg) no-repeat;
	margin-top:3em;
	float:left;
	width:960px;
	height:357px;
	font-size:11px;
	}
	
#foot {
	margin-top:.5em;
}

#foot2 {
	margin-top:23em;
}
#footer p {
	padding-top:2em;
	padding-bottom:1em;
	padding-right:1em;
	float:left;
}

#footer img {
	float:left;
	margin-top:1em;
	
}


.cilantro {
	float:right;
}


#facebook {
	float:right;
	padding:0 3.5em 0 0;
}
