@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
h1 {
	color: #99CC33;
	font-size: 1.7em;
	margin: 0 0 2px 0;
}
h2 {
	font-size: 0.9em;
	margin: 0;
}
h3 {
	font-size: 0.8em;
	margin: 20px 0 0 0;
	color: #666666;
}
#about tr {
	vertical-align: top;
}
.people {
	margin: 20px 20px 0 0;
	border: 1px solid #CCCCCC;
}
p {
	font-size: .8em;
}
#content {
	margin: 10px 40px 10px 10px;
}
#largeContent {
	margin: 0 10px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
} 
#header {
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#logo {
	float: left;
	width: 15em;
	padding: 55px 0 0 10px;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: right;
	width: 17.5em;
	padding: 0;
	margin: 0 10px 0 0;
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	margin: 0 10px;
}
#sidebar1 h1 {
	color:#FFFFFF;
	font-size:1.4em;
	}
#sidebar1 h2 {
	color:#FFFFFF;
	font-size:0.9em;
	margin: 5px 10px 10px 10px;
	}	
#sidebar1 p {
	color:#000000;
	font-size:.7em;
	line-height: 1.4em;
	}
#sidebar1 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}	
	
#mainContent {
	margin: 0 18.5em 0 10px;
} 
#nav {
	font-size:0.8em;
	margin: 0 0 0 305px;
	font-weight: bold;
	padding: 0;
	height: 60px;
}
#contact {
	margin: 10px 0 0 500px;
}
#contact p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.5em;
}
#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{
	float: left;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0.15em;
}

#nav li a
{
	height: 30px;
	line-height: 1.2em;
	float: left;
	width: 90px;
	display: block;
	color: #669900;
	text-decoration: none;
	text-align: center;
	margin: 0 1px;
	background-color: #FFF;
	background-image: url(../images/nav/standard.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
}
#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav/hiLight.gif);
	background-repeat: no-repeat;
}
#nav #currentpage a {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/nav/hiLight.gif);
	background-repeat: no-repeat;
}
img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	padding: 20px 0 0 10px;
	background-color: #FFF;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
#footer p {
	margin: 0;
	padding: 15px 10px;
	font-size: 0.7em;
	color: #999999;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#courses p {
	font-size: 0.7em;
	margin: 10px 0;
}
#courses tr {
	vertical-align: top;
}
#courses h1 {
	font-size: .9em;
	margin: 0px;
	background-color: #99CC33;
	color: #FFFFFF;
	padding: 3px 4px;
}
#courses ul {
	margin: 0 0 6px 0;
	list-style-type: none;
	padding: 0px;
}
#courses li {
	font-size: .7em;
	padding: 6px 0 8px 0;
	border-bottom: 1px dotted #999999;
}
#courses img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin: 0 0 6px 10px;
}
#courses a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#courses a:hover {
	color: #99CC33;
}
.border {
	border: 1px solid #999999;
}
#whatwedo {
	margin: 5px 40px 10px 5px;
	padding: 10px 0 0 10px;
}
#whatwedo h1 a {
	text-decoration: none;
	color: #99CC33;
}
#whatwedo h4 {
	font-size: 0.9em;
	color: #99CC33;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 8px 0;
}
a {
	color: #339933;
}
#whatwedo ul {
	margin: 10px;
	padding: 0px;
}
.download {
	vertical-align: middle;
	margin: 0 5px 7px 5px;
}
#whatwedo li {
	font-size: 0.8em;
	padding: 0;
	margin: 5px 0;
}
#whatwedo h1 {
	font-size: 130%;
}
.tabLeft {
	background-image: url(../images/tab_left.jpg);
	background-repeat: no-repeat;
}
.tabRight {
	background-image: url(../images/tab_right.jpg);
	background-repeat: no-repeat;
}
#clients tr {
	vertical-align: top;
	border: 1px dotted #CCCCCC;
}
#clients p {
	font-size: .7em;
}
#clients h3 {
	color: #99CC33;
}
#contact a {
	color: #333333;
}
#flyspecktrigger {
	text-decoration: none;
	color: #666666;
}

