/* 
Description: The Guava Lab Studio
Author: Marvin Allport
Version: 1
Copyright: © 2008 The Guava Lab
*/

/* -------------------------GLOBAL ELEMENTS --------------------------------------- */
/* -------------------------------------------------------------------------------- */
body {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /* This allows for the ems to be used within the body as the value of one em is now 10 pixels. */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #696969;
	margin:0; padding: 0;	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background: #398919;   /* set background color for the entire page body */
}

/* Links and Headings -------------------------------------------------------------- */
a:link {
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	color: #ff9900;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0; padding: 0;   /* remove the default browser whitespace from specific elements */
}
h3, h4 { color: #666666; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.justclear { clear: both; }
.clrlft { clear: left; }
.clrrt  {clear: right; }
.highlight {
	font-weight: bold;
	color: #f7f7f7;
}

/* global lists for the entire area ------------------------------------------- */
.genlists, .links, .imglist {	          	/* main content lists get a bulleted image */
	margin: 0; padding: 0;
	list-style-type: none;
	padding-bottom: 8px;     /* ensure there is always padding at the bottom of list */
}

.genlists li {
	background-image: url(../images/guava_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 20px;			/* positions the text of the list element */
	margin: .2em .2em .2em .8em;						/* positions the background image icon */	
}
.genlists li a:link, .genlists li a:visited {
	color: #2088ef;
}
.genlists li.email {
	background-image: url(../images/eps_closedHS.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;			/* positions the text of the list element */
	margin: .4em .8em;						/* positions the background image icon */
}
.genlists li.phone {
	background-image: url(../images/DialHS.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;			/* positions the text of the list element */
	margin: .4em .8em;						/* positions the background image icon */
}
.genlists li.web {
	background-image: url(../images/Web.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;			/* positions the text of the list element */
	margin: .4em .8em;						/* positions the background image icon */
}
.genlists li.mysp {
	background-image: url(../images/myspace_16x16.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;			/* positions the text of the list element */
	margin: .4em .8em;						/* positions the background image icon */
}
.links li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em;
}
.links li a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.3em;
}
.links li.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;			/* positions the text of the list element */
	margin: .4em .2em;						/* positions the background image icon */
}
.links li.txt {
	background-image: url(../images/notepad.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;			/* positions the text of the list element */
	margin: .4em .2em;						/* positions the background image icon */
}


/* --------------------------------- HEADER ELEMENTS------------------------------- */
/* -------------------------------------------------------------------------------- */
#header { 
	margin: 0; padding: 0;
}

#header a {
	margin: 0; padding: 0;
}

#header img { 
	margin: 0; padding: 0;
	display: block;
}


/* --------------------------------- NAVIGATION------------------------------------ */
/* -------------------------------------------------------------------------------- */

/****** Navigation Bar #3 ********/
#nav3 ul {
	list-style: none;
	padding: 0; margin: 0;
	margin-left: 9em;
}
#nav3 li {
	float: left;
	margin: 0 0 0 .1em;
}	
#nav3 li a {
	background: #fff;
	height: 2.7em;
	line-height: 2.7em;
	float: left;
	width: 8.5em;
	display: block;
	border: 1px solid #dcdce9;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
}	
/* Hide from IE5-Mac \*/
#nav3 li a {
	float: none;
}
#nav3 li a:hover {
	background: #EDFFE6;
	height: 2.7em;
	line-height: 2.7em;
	float: left;
	width: 8.5em;
	display: block;
	border: 1px solid #dcdce9;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
}	
/*#nav3 {
	width: 90em;
}	*/


/* --------------------------------- MAIN  ELEMENTS  ------------------------------ */
/* -------------------------------------------------------------------------------- */

/************ #container div **************/
#container {
	width: 741px;
	background-color: #398919;
	margin: 0 auto;	/* centers the container for non-IE browsers */	
	padding: 0;
	text-align: left;
	font-size: 1.5em;  /* equivalent to 15 pixels as we specified 62.5% in body tag */

}

/************ #content div **************/
#content {
	background-color: #EDFFE6;
	margin: 0;
	padding: 10px 0;
	color: #696969;
/*	border-top: 1px solid #ccc;*/
}
/************ #specific page divs **************/
.secthead {
	border: 1px solid #ccc;
	background-color: #49b020;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px;
/*	height: 130px;  /* specify height of div to ensure that any floated items are within the borders and they do not overlap the outer border */
}

.secthead p {
	text-align: left;
	padding: 0 10px 5px 10px;
	font-size: 1em;
}	

.secthead .imgRt {
	float: right;
    border: 3px solid #666666; 
	padding: 5px; 
	background: #398919;
	margin: 0 0 5px 10px;
}

/* main page image */
.featureimage {
	float: right;
	border: 2px solid #666666;
	margin-left: 10px;
	margin-bottom: 6px;
}

/* Simple div box for displaying sample work, etc. */
.quickbox {
	border: 1px solid #ccc;
	background-color: #FFF;
	padding: 7px; margin: 10px;
	overflow:auto;
}
.quickbox_sm {
	width: 200px;
	height: 325px;
	/*	overflow: visible;
	margin: 0; padding: 0;*/
	border: 1px solid #ccc;
	background-color: #FFF;
	padding: 7px;
	margin: 10px;
	float: left;
	text-align: center;
}
.quickbox p {
	text-align: left;
	font-size: .9em;
  	color: #666666;
	padding: 0 10px 5px 10px;
	margin: 3px 5px;
}
.quickbox_sm p { 
	text-align: center;
	font-size: .9em;
  	color: #666666;
	padding: 5px;
	margin: 3px 5px;
	clear: both; 
}
.quickbox img {
	background: #eee;
	border: 3px solid #666666;
	padding: 0;
	margin: 8px 10px;
	text-align: center;
	float: left;
}
.quickbox_sm img {
	background: #eee;
	border: 2px solid #666666;
	padding: 0;
	margin: 10px auto;
}
.quickbox .label, .quickbox_sm .label {			/* labels for project details */
	font-size: 1em;
	color: #aaaaaa;			/* light gray color */
}
.quickbox h3, .quickbox_sm h3 {
	color: #1b74ce;
	margin:0;
	padding: 5px 0 5px 10px;
	font-size: 1.4em;
}
.quickbox h4 { 
	font-family: Arial, Helvetica, sans-serif;
}
.quickbox_sm h4 {
	color: #1b74ce;
	margin:0; padding: 2px;
	font-size: 1.2em;
}
.quickbox_sm h4 a:hover {
	text-decoration: none;
}
.quickbox .btn {			/* create small box to represent a button */
	padding: 0;
	margin: 15px 5px 3px 330px;  /* this positions the button next to the floated image */
}
.quickbox_sm .btn {
	padding: 0;
	margin: 10px;
}
.quickbox .btn a, .quickbox_sm .btn a {   /* this formats the a link to be the actual box */
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	text-align: left;	
	background-color: #ccc;
	border: 1px solid #8F8F8F;
	width: 6.5em;
	padding: 5px 8px;
	text-decoration: none;
}
.quickbox .btn a:hover, .quickbox_sm .btn a:hover {
	font-weight: bold;
	text-decoration: none;   /* no underline on mouse over */
	color: #8F8F8F;
	background-color: #fff;
}

/* --------------------------------- FORM ----------------------------------------- */
/* -------------------------------------------------------------------------------- */





/* --------------------------------- FOOTER -------------------------------------- */
/* -------------------------------------------------------------------------------- */

#footer {
	text-align: center;
	margin:0; padding:0;
	margin: 0 5px 10px 5px; padding: 0;
	font-size: 0.7em;
	background:#fff; /* #429e1d; */
	color: #ccc;
	border-top: 1px solid #ccc;	
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#footer ul {
	margin:0; padding:0;	/* remove inherent spacing for the footer menu */
	list-style-type: none;
	padding: .4em;		/* spacing for the footer menu */
}
#footer ul li {
	display: inline;
}
#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	padding: .2em 1em;
	color: #2088ef;	/*	color: #e48b22;*/
	text-decoration: underline; 
}
#footer ul li a:hover {
	text-decoration: none;
}

#footer .copyright {	/* footer specific section */
	padding: 0 0 0 0;		
}
#footer .copyright a:link, #footer .copyright a:visited {
	color: #999;
	text-decoration: underline;
}
#footer .copyright a:hover {
	text-decoration: none;
}
#footer .copyright li a:link, #footer .copyright li a:visited {
	padding: 0 3px;
}

/* --------------------------------- EXTRAS  -------------------------------------- */
/* -------------------------------------------------------------------------------- */	

/* list of images */
.imglist li {
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	width: 100%;		/* this takes up the entire width and therefore the floated objects appear below each other not side by side */
	padding: 10px 0;	
}

.imglist li .ptmn {
	font-weight: bold;
}

.imglist img {
	border: 3px solid #fff;
	width: 100px;
	margin-right: 20px;
	float: left;
}
