﻿/* colors #63b469 = green, #7E807D = gray, #f8951d = orange */

/* HTML Selectors */
body
{
	background:#5A5A5A url("../images/bg-main.jpg") repeat-x top left;
}

li.facebook
{
	background:url("../Images/Icons/facebook_32x32.png") no-repeat left;
}
li.facebook a
{
	display:inline-block;
	padding:10px 40px;
}

li.linkedin
{
	background:url("../Images/Icons/linkedin_32x32.png") no-repeat left;
}
li.linkedin a
{
	display:inline-block;
	padding:10px 40px;
}

li.plaxo
{
	background:url("../Images/Icons/plaxo_32x32.png") no-repeat left;
}
li.plaxo a
{
	display:inline-block;
	padding:10px 40px;
}

li.twitter
{
	background:url("../Images/Icons/twitter_32x32.png") no-repeat left;
}
li.twitter a
{
	display:inline-block;
	padding:10px 40px;
}

/* ID Selectors */
#page
{
	width:800px;
	margin:0px auto 0px auto;
	padding:0px;
	background-color:#fff;
}

#head
{
	padding:0px 10px 10px 10px;
}

#head-utility
{
	height:60px;
}

#head-utility,
#head-utility input
{
	font-size:11px;
}
#head-utility input
{
	padding:2px;
	width:170px;
}

#head-nav
{
}

#content
{
	float:left;
	clear:both;
	width:800px;
	padding-bottom:20px;
}

#footer
{
	clear:both;
	padding:0px 20px 80px 10px;
	background:#3f3f3f url("../images/bg_footer.png") no-repeat;
	color:#fff;
}

#fold
{
	margin:0px auto 0px auto;
	width:785px;
	clear:both;
	font-style:italic;
	color:#999;
	padding:10px 0px 10px 0px;
}

#fold > p
{
	padding:0px;
	margin:0px;
}

#ankle
{
	clear:both;
	float:left;
	width:100%;
	background:#3f3f3f;
	color:#fff;
	border:none;
}

#ankle a,
#ankle a:link,
#ankel a:visited
{
	color:#fff;
}

#ankle p
{
	padding:0px;
	margin:0px;
}

#ankle h2
{
	padding:0px;
	margin:6px 0px;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
}

#ankle h2 a
{
	text-decoration:none;
}

#ankle a:hover
{
	color:#f8951d;
}

#ankle ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

#ankle li a
{
	display:block;
	padding:6px;
	border:solid 1px #3f3f3f;
	font-size:11px;
}

#ankle li a:hover
{
	background:#4A4A4A;
	border:solid 1px #5A5A5A;
	text-decoration:none;
}

#homeswf
{
	height:265px;
	width:515px;
}

/* Class Selectors */
.content-left
{
	width:560px;
	float:left;
}

.content-left input, select
{
	padding:4px 5px;
	margin:0px;
	border:solid 1px #7E807D;
}

.content-right
{
	width:170px;
	float:right;
}

.top
{
	background:url("../images/bg_top.png") no-repeat top;
	height:12px;
}

.h
{
	float:right;
	width:0px;
	height:345px;
}

.content-section
{
	padding:0px 10px 10px 10px;
}

.content-section p, li
{
	line-height:150%;
}

.footer-r,
.footer-l,
#fold,
#ankle a,
#ankle p
{
	font-size:11px;
}

.footer-l
{
	float:left;
	width:400px;
}

.footer-r
{
	float:right;
	width:350px;
	text-align:right;
}

.gb
{
	height:4px;
	background:#63b469;
	border-top:solid 1px #fff;
	clear:both;
	font-size:0px;
}

.head-logo
{
	float:left;
	width:160px;
}

.head-logo img
{
}

.head-search
{
	float:right;
	padding:15px 10px 0px 0px;
}

.head-search a
{
	display:inline-block;
	text-transform:uppercase;
}

.head-menu
{
	float:right;
	padding:17px 10px 0px 0px;
}

.ankle-block
{
	float:left;
	width:32%;
	padding:10px 0px 10px 10px;
}
.ankle-block p
{
	line-height:150%;
}
.social
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.social-ankle li
{
	float:left;
	margin-top:20px;
	width:46px;
}
.code
{
	width:100%;
	height:400px;
	overflow:scroll;
	font-size:.9em;
	border:solid 1px #999;
}
.half-left
{
	float:left;
	width:45%;
	overflow:hidden;
}
.half-right
{
	float:right;
	width:50%;
	text-align:right;
	clear:right;
	padding:10px 0px 0px 0px;
}
.matrix th
{
	background:#61b56a;
	color:#fff;
}
.matrix td,
.matrix th
{
	padding:8px;	
}
.matrix tr:hover
{
	background:#EBF4EA;
}
tr.odd
{
	background:#D2E6D0;
}
.center
{
	text-align:center;
}