/*** GLOBAL  ***/
html,body{height:100%;}
body {
	font-family: verdana, Arial, Tahoma;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#333;
	height:100%;
	line-height:20px;
	background: #fff url(../images/grain.png) repeat;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:12px;	font-weight:normal; color:#676464}
h3, h4, h5 {margin-bottom:12px; font-weight:normal;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:16px; line-height:18px;}
h3 {font-size:16px; line-height:18px;}
h4 {font-size:13px; line-height:15px;}
h5 {font-size:13px; line-height:15px;}

/* links */
a {color:#333; text-decoration:underline;}
a:hover{color:#333; text-decoration:none;}
a img{border:none}
.imgleft{float:left; margin-right:15px; margin-bottom:8px;}
.imgright{float:right; margin-left:15px; margin-bottom:8px;}
.imgcenter{ margin:0 auto; text-align:center; display:block}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	line-height:18px;
	margin-bottom:15px;
	color:#333333;
}
ul, ol {
	margin:10px 0 35px 30px;
}

li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
.quote {
	margin:25px 0 25px 0px;
	font-style:italic;
	color:#333333;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	padding:10px 20px 10px 35px;
}
/* code */
code {
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #b6b6b6;
	padding:15px 10px;
}
small{font-size:11px; color:#676464}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#top_container{width:100%; height:150px;border-bottom:#dddddd 1px solid;}
#footer_container{width:100%; height:27px;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:941px; margin:0px auto 0px auto;}

/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#logo a{cursor:pointer;}
#top{position:relative; background-repeat:no-repeat; background-position:top left;}
/*** END TOP ***/


/*** CONTENT ***/
#content{background-image:url(../images/bg_content_container.gif); background-repeat:repeat-y; width:941px; min-height:450px;}
#content_left{float:left; width:241px; padding:0px 0px 30px 0px;}
#treeBG{min-height:450px; width:100%; background: url(../images/tree.png) no-repeat 35px bottom;}
#navigation{padding:0;}
#navigation ul{list-style-type:none; margin:0px; padding:0px; text-align:right;}
#navigation ul li{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;  font-size:18px;}
#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:hover{text-decoration:none; color:#676464;}
span.descmenu, a span.descmenu, a span.descmenu:visited{font-size:12px; color:#999999; display:block; padding-right:6px; text-transform:lowercase}
ul#menu{
  list-style-type:none;
  margin: 0;
  padding: 0;
  text-align:right;
}

ul#menu ul {
  list-style-type:none;
  margin:0;
  padding: 0;
  text-align:right;
  background-color:transparent;
}

ul#menu a {
  display: block;
  text-decoration: none;
  text-transform:uppercase;
}

ul#menu li {
background-color: #fff;
  border-bottom:1px #ccc solid;
  margin-right:1px;
  
}

ul#menu li a {
  padding:10px 10px;
}

ul#menu li a:hover, ul#menu li a.active {background: url(../images/grain.png) repeat; color: #22b573 !important;}
ul#menu li ul li{font-size:12px; border-top:solid 1px #ddd;border-bottom:none !important;}
ul#menu li ul li a {text-transform:capitalize;}

#content_right{float:left; width:700px; padding:0px 0px 30px 0px;}
#maincontent{padding:12px 30px 0px 30px;}
#maintext ul{margin:0px;}
#maintext ul li{background-image:url(../images/list_square.gif); background-repeat:no-repeat; list-style-type:none; background-position:0px 7px; margin:0px; padding:0px 0px 0px 15px; line-height:20px}
#maintext ul.portfolio li{ background-image:none;}
/*** END CONTENT ***/



/*** FOOTER ***/
#footer_container{text-shadow: #564c47 0px 1px 0px;border-top:#dddddd 1px solid;}
#footer_container a, #footer_container a:visited{text-decoration:none;}
#footer_container a:hover{text-decoration:underline;}
#foot{text-align:center; padding:3px 0px 0px 0px; color:#fff; font-size:11px; font-family:Arial}
/*** END OF FOOTER ***/

#email, #name {
	width: 360px;
	height: 30px;
	padding:0px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#msg {
	width: 360px;
	height: 100px;
	padding:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#mailArea {
	position:absolute;
	width:165px;
	right:0;
	bottom:100px;
	background:#5e4e3e url(../images/mailIcon.png) no-repeat 10px center;
	border:#6f5f4f 1px solid;
	border-top:#2b1b0b 1px solid;
	border-bottom:#7f6f5f 1px solid;
	padding:5px 10px 5px 36px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#phoneArea {
	position:absolute;
	width:165px;
	right:0;
	bottom:20px;
	background:#5e4e3e url(../images/Phone.png) no-repeat 10px center;
	border:#6f5f4f 1px solid;
	border-top:#2b1b0b 1px solid;
	border-bottom:#7f6f5f 1px solid;
	padding:5px 10px 5px 36px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#fbArea {
	position:absolute;
	width:165px;
	right:0;
	bottom:60px;
	background:#5e4e3e url(../images/fbIcon.png) no-repeat 10px center;
	border:#6f5f4f 1px solid;
	border-top:#2b1b0b 1px solid;
	border-bottom:#7f6f5f 1px solid;
	padding:5px 10px 5px 36px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#fbCArea {
	position:absolute;
	width:165px;
	right:0;
	bottom:20px;
	background:#5e4e3e url(../images/fbIcon.png) no-repeat 10px center;
	border:#6f5f4f 1px solid;
	border-top:#2b1b0b 1px solid;
	border-bottom:#7f6f5f 1px solid;
	padding:5px 10px 5px 36px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#mailArea a, #phoneArea a, #fbArea a, #fbCArea a {
	color:#fff !important;
	text-shadow:#2b1b0b 0px 1px 0px !important;
	text-decoration:none !important;
}
#mailArea a:hover, #phoneArea a:hover, #fbArea a:hover, #fbCArea a:hover {
	color:#2b1b0b !important;
	text-shadow:#7f6f5f 0px 1px 0px !important;
}
