/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
#bluelogo {
	margin-left: auto;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	float: left;
	z-index: 99;
	clear: left;
	width: 940px;
	margin-right: auto;
	margin-top: 40px;
}

/* ========================== General Styles ========================== */
.fiqscore {
	background-color: #444;
	height: 60px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #E9E9E9;
	font-size: 62px;
	text-align: center;
	line-height: 52px;
	padding: 24px;
}
.fiqscorelabel {
	background-color: #E4E4E4;
	padding: 8px;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444;
	font-size: 14px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}


.wrapper {
	width: 940px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
	color: #0a7bc1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	border-left: 5px solid #eee;
	clear: both;
	padding-left: 15px;
}

em {
	font-style: italic;
}

h1
{
    margin-bottom: 6px;
	margin-top: 14px;
    font-size:16px
}

h2, h3, h4, h5 {
	margin-bottom: 6px;
	margin-top: 14px;
}

h2 {
	color: #fff;
	font-size: 32px;
}

h3, h4, h5 {
	color: #444;
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

#home h4 {
	border-top: 1px solid #c1c0b8;
	color: #353430;
	margin-bottom: 15px;
	padding-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

/*
img {
	border: 5px solid #eee;
	margin-bottom: 12px;
}
*/

img.no-border {
	border: none;
}

img.left {
	margin-right: 15px;
}

img.right {
	margin-left: 15px;
}

li {
	color: #727168;
	line-height: 18px;
}

p {
	color: #727168;
	line-height: 18px;
	margin-top:6px;
	margin-bottom:6px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

li {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	background: url("images/button.jpg") no-repeat top left;
	color: #fff;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, Verdana;
	font-size: 11px;
	height: 28px;
	line-height: 27px;
	text-align: center;
	width: 87px;
}

.button:hover {
	background-position: 0 -28px;
	text-decoration: none;
}

/* ========================== Forms Styles ========================== */
/*

input, textarea {
	background-color: #fafafa;
	border: 1px solid #ccc;
	color: #777;
	font-size: 11px;
	padding: 7px 8px;

}

textarea {
	width: 75%;
}

label {
	color: #666;
	display: block;
	font-size: 11px;
	margin-bottom: 6px;
}

/*
form > div {
margin-bottom: 15px;
}
*/

form button {
	background-color: #fafafa;
	border: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	padding: 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.ok p {
	background: url("images/check.png") no-repeat 0% 50%;
	padding-left: 18px;
}

.error p {
	background: url("images/error.png") no-repeat 0% 50%;
	padding-left: 18px;
}

/* ========================== Tables Styles ========================== */
table {
	font-size: 11px;
	
}

th {
	background-color: #ececec;
	font-weight: bold;
	padding: 12px 10px;
	text-align: left;
}

td {
	padding: 4px 4px;
}

/* ========================== Header Styles ========================== */
#header {
	border-top: 10px solid #3f444a;
	height: 115px;
	padding-bottom: 22px;
	position: relative;
	z-index: 5;
}

#home #header {
	background: none;
	border: none;
	position: absolute;
	width: 940px;
}

#home {
	border-top: 10px solid #3f444a;
}

#header h1 {
	float: left;
	margin-top: 22px;
	padding: 10px 16px;
}

#header h1 a {
	color: #fff;
	font-size: 32px;
}

#header h1 a:hover {
	text-decoration: none;
}

#header #menu {
	background: #3f444a;
	float: right;
	padding: 0 22px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#header #menu ul li {
	float: left;
	height: 32px;
	line-height: 24px;
	margin-right: 20px;
	position: relative;
}

#header #menu ul li:last-child {
	margin-right: 0;
}

#header #menu ul li a {
	color: #fff;
	font-size: 11px;
}

#header #menu ul li a:hover {
	color: #ddd;
	text-decoration: none;
}

#header #menu ul li.active > a {
	color: #ddd;
}

#header #menu ul li ul {
	background: none;
	border-bottom: 1px solid #777;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	z-index: 50;
}

#header #menu ul li ul li {
	background: #3f444a;
	border-top: 1px solid #777;
	float: none;
	height: 34px;
	margin: 0;
	padding: 0 10px;
	width: 125px;
}

#header #menu ul li ul li:hover {
	background: #454545;
}

#header #menu ul li ul li a {
	background: none;
	color: #ddd;
	line-height: 34px;
}

#header #menu ul li ul li a:hover {
	color: #eee;
}

#header #menu ul li:hover ul {
	display: block;
}

/* ========================== Slider Styles ========================== */
#slider {
	clear: left;
	height: 343px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

#slider .wrapper {
	position: relative;
}

#slider li {
	height: 343px;
	width: 100%;
}

#slider .description {
	background-color: #3f444a;
	margin-top: 92px;
	padding: 12px 15px 15px;
	width: 420px;
	z-index: 5;
}

#slider h2 {
	color: #fff;
	font-size: 22px;
}

#slider p {
	color: #fff;
	margin-bottom: 0;
	position: relative;
}

#slider .button {
	background: none;
	background-color: #3399ff;
	color: #fff;
	height: 29px;
	line-height: 27px;
	padding: 0 14px;
	position: absolute;
	right: 12px;
	width: auto;
}

#slider .button:hover {
	background-color: #000;
}

#slider img {
	border: none;
	margin: 0;
	position: absolute;
}

/* ========================== Intro Styles ========================== */
#intro {
	background-color: #3f444a;
	border-bottom: 4px solid #d4d4d4;
	border-top: 4px solid #d4d4d4;
	clear: both;
	padding: 15px 0;
}

#home #intro {
	border-top: 10px solid #afb1b4;
	padding: 25px 0;
}

#intro p {
	color: #eee;
	text-shadow: #000 1px 1px 1px;
}

#intro h3 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 8px;
}

#intro a {
	color: #4ea6fe;
}

#intro .button {
	color: #fff;
}

/* ========================== Services List Styles ========================== */
.services {
	border-bottom: 1px solid #2c2f34;
	border-top: 1px solid #2c2f34;
	overflow: hidden;
}

.services li {
	border-bottom: 1px solid #53575c;
	border-top: 1px solid #53575c;
	float: left;
	padding: 10px 0 10px 0;
	padding-left: 20px;
	width: 300px;
}

.services li.first {
	background: url("images/first.png") no-repeat top right;
	padding-left: 0;
}

.services li.second {
	background: url("images/second.png") no-repeat top right;
}

.services li.third {
	background: url("images/third.png") no-repeat top right;
}

.services .button {
	float: right;
}

#content .tasks {
	list-style: none;
}

.tasks h4 {
	margin-bottom: 5px;
}

.tasks li {
	margin: 5px 0 10px 0;
}

/* ========================== Content Styles ========================== */
#content {
	overflow: hidden;
	margin-right: 10px;
	margin-top: 20px;
}

#home #content {
	padding-top: 35px;
}

#content ul, #content ol {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 12px;
}

#content ol {
	list-style-type: decimal;
}

/* ========================== Blog Headlines Styles ========================== */
#content .blogHeadlines {
	list-style: none;
}

.blogHeadlines .date {
	color: #999;
	font-family: Tahoma, Arial;
	font-size: 10px;
	margin-bottom: 0;
}

.blogHeadlines p {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 6px;
}

/* ========================== Boxes Styles ========================== */
.box_220, .box_620, .box_300 {
	float: left;
	margin-right: 15px;
	width: 220px;
	margin-bottom: 18px;
	margin-top: 20px;
}

.box_300 {
	width: 300px;
}

.box_620 {
	width: 620px;
}

.box_220.last, .box_620.last, .box_300.last {
	margin-right: 0;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 20px;
	width: 258px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

#sidebar h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	border-bottom: 1px dotted #ddd;
}

#sidebar li a {
	background: url("images/sidebar_bullet.png") no-repeat 0% 50%;
	color: #727168;
	display: block;
	padding: 5px 5px 5px 12px;
}

#sidebar li a:hover {
	background-color: #f2f2f2;
	color: #0a7bc1;
	text-decoration: none;
}

#sidebar img {
	border: none;
	margin-bottom: 5px;
	margin-right: 3px;
}

#sidebar a img {
	border: 4px solid #ddd;
	margin-bottom: 1px;
}

#sidebar a img:hover {
	border-color: #bbb;
}

/* ========================== Portfolio List Styles ========================== */
#content .folio {
	list-style: none;
}

.folio li {
	border: 1px dotted #ddd;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 165px;
	padding: 9px;
	position: relative;
	width: 280px;
}

.folio li:hover {
	background-color: #f5f5f5;
}

.folio li.last {
	margin-right: 0;
}

.folio li img {
	border: none;
	margin: 0;
}

.folio li .description {
	background-color: #3f444a;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: -10px;
	padding: 7px 12px;
	position: absolute;
	top: 5px;
	-moz-box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 2px #444;
}

.pageNav {
	margin-bottom: 0;
}

/* ========================== Blog List Styles ========================== */
#content .blog {
	list-style: none;
} 

.blog li {
	margin-bottom: 50px;
	position: relative;
}

.blog li:last-child {
	margin-bottom: 0;
}

.blog li .category {
	background-color: #3f444a;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	left: -13px;
	padding: 7px 12px;
	position: absolute;
	top: 5px;
	-moz-box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 1px #444;
}

.blog li img {
	margin-bottom: 6px;
}

.blog li h3 {
	margin-bottom: 4px;
}

.blog li .blogHeader p {
	color: #999;
	font-size: 10px;
	margin-bottom: 8px;
}

.blog li .blogHeader {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
}

.blog li .button, #commentsForm button {
	background: none;
	background-color: #3399ff;
	border-bottom: 3px solid #007cf7;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	width: auto;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 1px #666;
}

.blog li .button:hover {
	background-color: #007cf7;
}

#author, #comments, #commentsForm {
	margin-top: 25px;
}

#author, #commentsList>li, #commentsForm form {
	background-color: #f9f9f9;
	border: 1px dotted #ddd;
	overflow: hidden;
	padding: 17px;
}

#author h3 {
	font-size: 17px;
	margin-bottom: 7px;
}

#author img, #author p, .commentContent p:last-child {
	margin-bottom: 0;
}

#content #commentsList {
	list-style: none;
}

.commentContent {
	float: right;
	width: 494px;
}

.commentContent h4 {
	font-size: 15px;
	margin-bottom: 1px;
}

.commentContent .date {
	color: #999;
	margin-bottom: 5px;
}

#commentsList>li {
	margin-bottom: 10px;
}

#commentsForm label {
	float: left;
	margin-top: 7px;
	width: 75px;
}

#commentsForm input, #commentsForm textarea {
	background-color: #fff;
}

#commentsForm button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	border-bottom: 3px solid #007cf7;
	padding: 0 8px;
	margin-left: 75px;
}

#commentsForm form>div:last-child {
	margin-bottom: 0;
}

/* ========================== Social Links Styles ========================== */
#content .social li {
	border: none;
	float: left;
	margin-bottom: 0;
	margin-right: 4px;
	text-indent: -9999px;	
}

#content .social li a {
	background: url("images/social.png") no-repeat top left;
	display: block;
	height: 24px;
	padding: 0;
	width: 24px;
}

#content .social li a[title=DeviantArt] {
	background-position: -24px 0;
}

#content .social li a[title=Digg] {
	background-position: -48px 0;
}

#content .social li a[title=Facebook] {
	background-position: -72px 0;
}

#content .social li a[title=Flickr] {
	background-position: -96px 0;
}

#content .social li a[title=Linkedin] {
	background-position: -120px 0;
}

#content .social li a[title=MySpace] {
	background-position: -144px 0;
}

#content .social li a[title=Skype] {
	background-position: -168px 0;
}

#content .social li a[title=StumbleUpon] {
	background-position: -192px 0;
}

#content .social li a[title=Tumblr] {
	background-position: -216px 0;
}

#content .social li a[title=Twitter] {
	background-position: -240px 0;
}

#content .social li a[title=Vimeo] {
	background-position: -264px 0;
}

/* ========================== Team List Styles ========================== */
#content .team {
	list-style: none;
}

.team li {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.team li:last-child {
	margin-bottom: 0;
}

.team .teamImg {
	float: left;
	height: 138px;
	margin-right: 20px;
	width: 138px;
}

.team .teamText {	
	border-bottom: 1px dotted #ddd;
	float: right;
	padding-bottom: 30px;
	width: 462px;
}

.team h4 {
	margin-bottom: 2px;
}

.team .role {
	color: #aaa;
	font-style: italic;
	margin-bottom: 8px;
}

.team .vCard {
	background: url("images/vcard.jpg") no-repeat top left;
	height: 19px;
	padding-left: 32px;
	position: absolute;
	right: 0;
	top: 0;
}

.team .vCard:hover {
	background-position: bottom left;
	text-decoration: none;
}

/* ========================== Footer Styles ========================== */
#footer {
	background-color: #efefef;
	border-top: 3px solid #d4d4d4;
	clear: both;
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
	margin-top: 100px;
	padding-top: 20px;
}

#footer p {
	font-family: Tahoma, Arial;
	font-size: 10px;
	margin: 0;
}

#footer img {
	border: none;
	margin: 0;
}
.tooltiptrigger {
	color: #09F;
}
.photoUploadBox {
	background-color: #E5E5E5;
	height: 125px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	font-size: 14px;
	text-align: center;
	line-height: 120px;
	padding: 24px;
	margin-top: 20px;
}
.fiqMiniGraph {
	background-color: #E4E4E4;
	padding: 8px;
	height: 160px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444;
	font-size: 14px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#contentbar {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 12px;
	width: 570px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 40px;
}


.roundedbox_620 {

	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 12px;
	width: 620px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 40px;
}

.roundedbox_920 {

	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 12px;
	width: 920px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 40px;
}



.smallBlue
{
    font-family:verdana,arial,helvetica,sans,sans-serif;
    font-size: 11px;
    color: #6699ff;
    font-weight: normal;
}

.small
{
    font-family:verdana,arial,helvetica,sans,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

address
{
    font-family:verdana,arial,helvetica,sans,sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
}


LI.bulletList
{
    list-style-image: url('../../../images/icons/bullet.jpg');
    margin: 10px 0px 10px 50px;
}

LI.arrowList
{
    list-style-image: url('../../../images/icons/arrow.jpg');
    margin: 10px 0px 10px 50px;
    
}


.pt9 {font-size: 9px;}
.pt10 {font-size: 10px;}
.pt11 {font-size: 11px;}
.pt12 {font-size: 12px;}
.pt13 {font-size: 13px;}
.pt14 {font-size: 14px;}
.pt15 {font-size: 15px;}
.pt16 {font-size: 16px;}
.pt18 {font-size: 18px;}
.pt22 {font-size: 22px;}


.smallGrey
{
    font-family:verdana,arial,helvetica,sans,sans-serif;
    font-size: 9px;
    color: #666666;
    font-weight: normal;
    font-style: italic;
}


.bold
{
    font-weight:bold;
}

b
{
    font-weight:bold;
}

i
{
    font-style: italic;
}
h3 {
	color: #474747;
	font-size: 22px;
	padding-top: 16px;
}

/* ========================== Added By Brad ========================== */

.profile{position: absolute; margin: -65px 0 0 265px; z-index: 6;}

.profile img{float: left; border: 2px solid #80ad6f; margin-right: 15px;}

.profile h4{font-size: 20px; color: #8fc17d; margin-top: 0px; font-weight: bold; border-bottom: 1px solid #8ec17d; position: relative; float: left;}

.profile ul{
	float: left;
}

.profile ul li {color: #212b38;}

.profile a{font-weight: bold; color: #8fc17d; font-size: 11px; }

.box{
	background: url(images/boxsmall-bkg.jpg);
	width: 202px;
	height: 174px;
	padding: 10px;
	float: left;
	margin:0 8px 8px 0;
	}

.box img{float: left; margin: 3px 5px 0 0;}
	
.box h4{
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	color: #FFF;
	padding: 10px 8px 8px;
}

.box h4.blue{background-color: #6f87af;}

.box h4.aqua{background-color: #63bcac;}

.box h4.green{background-color: #70b965;}

.box p{padding: 0 8px; line-height: 15px;}

.boxtall{
	background: url(images/boxtall-bkg.jpg);
	width: 227px;
	height: 376px;
	padding: 10px;
	float: right;
}

.boxtall h4{
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	color: #FFF;
	padding: 10px;
	background-color:#4d577d; 
}

.boxtall ul{
	margin: 14px 14px 14px 24px;;
	list-style: disc;
	color: #0A7BC1;
}

.boxtall li{
	color: #212a38;
}

