* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:100.01%/1.4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center; 
	background-image:url(../img/bg.jpg);
	background-color:#CBE2F1;
	background-repeat:repeat-x;
	background-position:top;
	}
img {
	border:0;
	vertical-align:middle;
	}
a {
	color:#145C99;
	}
	
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	clear:left;	
	width:980px;
	}

#header {
	background-image:url(../img/header_logo.jpg);
	background-repeat:no-repeat;
	height:179px;
	}
 
#header h1 {
	font-size:24px;
	font-weight:bold;
	text-indent:-2000px;
	}
#header h1 a {
	display:block;
	height:118px;
	outline:0;
	}

#navigation {
	position:absolute;
	top:118px;
	}
#navigation ul {
	height:40px;
	padding:0 8px;
	}	
#navigation ul li {
	list-style-type:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../img/navigationSpacer.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:40px;
	}	
#navigation ul li.selected {
	}
#navigation ul li:hover {
	}
#navigation ul li.last {
	background:none;
	}
#navigation ul li a {	
	color:#303132;
	text-decoration:none;
	display:block;
	padding:12px 20px 8px;
	
	}

	
h1.pageTitle {
	font-size:32px;
	font-weight:normal;
	color:#0164A0;
	padding:20px 20px;
	margin:0 10px;
	background-image:url(../img/pagetitleBg.gif);
	background-repeat:repeat-x;
	border:1px solid #9AC7E3;
	text-transform:uppercase;
	}
h1.pageTitle a {
	text-decoration:none;
	}

#content {
	margin:0 10px 20px;
	padding:20px 30px;
	background-color:#F3F8FC;
	border:1px solid #9AC7E3;
	border-top:0;
	}
#content.about_us {
	background-image:url(../img/aboutusBackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}

#content.home {
	margin:-20px 0 -1px;
	padding:0;	
	}
#content.home #top {
	background-image:url(../img/homeBackground.jpg);
	background-repeat:no-repeat;
	height:291px;
	}

#content.home #top #blogPreview {
	float:right;
	width:150px;
	height:159px;
	margin:21px 30px 0 0;
	padding:20px 120px 20px 20px;
	background-image:url(../img/homeBlogBackground.jpg);
	color:#FFF;
	}
#content.home #top #blogPreview h4 {	
	margin-bottom:10px;
	}
#content.home #top #blogPreview a {
	color:#FFF;
	text-decoration:none;	
	}
#content.home #top #blogPreview p.date {
	color:#61D05F;
	font-size:13px;
	margin-bottom:10px;
	}

#content.home #top .text {
	padding:21px 30px;
	margin-right:380px;
	color:#FFF;
	}

#content #top .text p.headline_text {
	font-size:20px;
	margin-bottom:10px;
	}


#content.home #bot {
	background-image:url(../img/homeBackgroundGradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#3F8600;
	height:340px;
	padding:16px 0 0 30px;
	color:#FFF;
	}
#content.home #bot div.promo {
	background-image:url(../img/homePromoBackground.gif);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:285px;
	padding-right:30px;
	}	
#content.home #bot div.promo h3 a {
	color:#FFF;
	text-decoration:none;	
	}
#content.home #bot div.promo p {	
	font-size:13px;
	margin:0 6px 6px;
	}
#content.home #bot div.promo p a {	
	color:#00FF4E;
	text-decoration:none;
	font-weight:bold;
	}
	
	

#content h2 {
	font-size:22px;
	margin-bottom:20px;
	color:#0E9A06;
	}
#content h3 {
	font-size:20px;
	margin-bottom:10px;
	color:#FFF;
	}
#content h4 {
	font-size:18px;
	margin-bottom:16px;
	}
#content h5 {
	font-size:14px;
	margin-bottom:16px;
	}
#content h6 {
	font-size:12px;
	margin-bottom:16px;
	}
#content object {
	margin-bottom:16px;
	}
	
		
#content table {
	margin:0 0 10px 0;
	width:100%;
	border-collapse:collapse;
	}	
#content table tr th {	
	background-color:#CBE2F1;
	padding:4px;
	color:#145C99;
	font-size:15px;
	}
#content table tr td {	
	padding:4px;
	vertical-align:top;
	}	
	
#content form.login {
	padding:10px;
	}	
#content form.login table {
	width:400px;
	margin-left:200px;
	border:0;
	}
	
#content p {
	margin-bottom:16px;
	font-size:15px;
	}	
#content ul {
	margin-bottom:16px;
	}
#content ul li {
	list-style-image:url(../img/bulletTick.gif);
	font-size:15px;
	margin-left:30px;
	}
#content p.question {
	background-image:url(../img/bulletQuestion.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:65px;
	width:220px;
	min-height:60px;
	}
	
#content blockquote {
	border:1px solid #9AC7E3;
	background-color:#E0EEF7;	
	clear:left;
	overflow:auto;
	padding:15px;
	margin-bottom:10px;
	}
#content blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	margin-bottom:14px;
	color:#154A6D;
	}
#content blockquote cite {
	color:#000;
	font-style:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}


#content #about_us {
	padding-right:300px;
	}
#content #about_us blockquote {
	background-image:url(../img/blockquoteBackground.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}


a.button {
	border:1px solid #333;
	padding:3px 6px;
	background-color:#E3E3E3;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	white-space:normal;
	}


/* blog styles */
#blogSearchForm {
	position:absolute;
	right:42px;
	top:210px;
	}
#blogSearchForm input.text {
	margin:0;
	padding:2px;
	}
#blogSearchForm input.submit {
	background-color:#4BC048;
	color:#FFF;
	font-weight:bold;
	margin:0;
	border:0;
	padding:3px;
	}
#content .leftColumn {
	margin-right:280px;
	/*float:left;
	margin-right:20px;*/
	}
#content .rightColumn {
	float:right;
	width:260px;
	}
#content ul#blogPosts {
	margin:0;
	}
#content ul#blogPosts > li {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px 0;
	overflow:auto;
	background-image:url(../img/blogInfoBackground.gif);
	background-repeat:repeat-y;
	clear:left;
	}
#content ul#blogPosts li div.blogFooter {
	padding:10px;
	background-color:#E0EEF7;
	}
#content ul#blogPosts li div.blogFooter p {
	margin-bottom:2px;
	}
	
#content ul#blogPosts li .postInfo {
	padding:5px 0 0 15px ;
	width:100px;
	margin-right:30px;
	float:left;
	color:#408CBF;
	}	
#content ul#blogPosts li .postInfo p.day {	
	font-size:36px;
	float:left;
	border-right:1px solid #408CBF;
	margin:0;padding:0;
	padding:0px 8px 0 0;
	margin-right:10px;
	height:44px;
	font-weight:bold;
	}
#content ul#blogPosts li .postInfo p.month {	
	margin:0;padding:0;
	margin-left:40px;
	margin-top:6px;
	font-size:14px;
	font-weight:bold;
	}
#content ul#blogPosts li .postInfo p.time {	
	clear:left;
	margin-top:8px;
	font-size:13px;
	}
#content ul#blogPosts li .postContent {
	float:left;
	width:470px;
	}	
#content ul#blogPosts li .postContent h3 {
	font-size:22px;
	color:#0E9A06;	
	font-weight:bold;
	}
#content ul#blogPosts li .postContent h3 a {		
	text-decoration:none;
	color:#0E9A06;
	}
#content ul#archive {
	margin-bottom:0;
	}	
	
#content div.blogPageNavigation {
	clear:both;
	font-weight:bold;
	width:99%;
	height:30px;
	}	
#content div.blogPageNavigation p {
	color:#555;
	font-size:18px;
	}
#content div.blogPageNavigation a {
	text-decoration:none;
	font-size:18px;
	}
#content div.blogPageNavigation  p.next {	
	float:right;
	color:#999;
	}
#content div.blogPageNavigation  p.back {	
	float:left;
	color:#999;
	}
#content div.blogPageNavigation  p.pages {	
	text-align:center;
	}
#content div.blogPageNavigation  p.pages a.pageLink {
	padding:5px;
	}
#content div.blogPageNavigation  p.pages .currentPage {
	padding:5px;
	}
	

#content div.blogArchive {	
	border:1px solid #95BFD8;
	background-color:#E0EEF7;
	}
#content div.blogArchive h2 {
	color:#0164A0;
	padding:10px;
	background-image:url(../img/blogArchiveBackground.gif);	
	border-bottom:1px solid #95BFD8;
	}
#content div.blogArchive ul {
	}
#content div.blogArchive ul li {
	list-style:none;
	list-style-image:none;
	margin-left:15px;
	font-weight:bold;
	text-decoration:none;
	color:#408CBF;
	}
#content div.blogArchive ul li a {
	text-decoration:none;
	color:#408CBF;
	}
	

/* client area */
div.logout {
	float:right;
	padding:20px 30px 20px 20px;
	}
#content.myOportfolio {
	background-image:url(../img/myOportfolioBackground.gif);
	padding:10px;
	}
#content #myOportfolio {
 	overflow:auto;
	}
#content #myOportfolio #myNav {
	width:265px;
	float:left;
	margin-bottom:50px;
 	}
#content #myOportfolio #myNav ul {
	margin:0;
	list-style:none;
 	}
#content #myOportfolio #myNav ul li {
	margin:0;
	list-style:none;
	margin-top:2px;
	font-weight:bold;
	color:#0164A0;
 	}	
#content #myOportfolio #myNav ul li a {
	display:block;
	padding:8px 0 8px 45px;
	background-image:url(../img/myNavBackground.gif);
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;
	font-size:13px;
	}
#content #myOportfolio #myNav ul li.selected a {
	background-image:url(../img/myNavBackgroundOpen.gif);
	color:#0164A0;
	}
#content #myOportfolio #myNav ul li ul {
	
	}

#content #myOportfolio #detail {
	margin-left:285px;
	padding:10px;
	}
#content #myOportfolio #detail h2 {
	font-size:32px;
	font-weight:normal;
	color:#0164A0;
	text-transform:uppercase;
	}
#content #myOportfolio #detail table {
	width:620px;
	}
#content #myOportfolio #detail table tr {
	border-bottom:1px dashed #89B5D1;
	}
#content #myOportfolio #detail table td.label {
	width:280px;
	}




/* form layout */
.form {
	
	}
.form fieldset {
	margin-bottom:10px;
	border:1px dashed #FFF;
	}
div.row {	
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	/*clear: right;*/
	margin: 0;
	padding: 2px 0 2px 0;
	}
div.row label {
	display:block;	
	color:#2F3348;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;	
	/*border-bottom:1px solid #696969;*/
	}
div.row label.required:after {
	content:" *";
	color:#FF0000;
	}
div.row label.error {
	color:#FF0000;
	}
div.row li {
	list-style-type:none;
	}
div.row p, div.row ul {
	margin:0;padding:0;
	margin-top:3px;
	}
div.row input[type=text] {
	width: 296px;
	padding:1px 1px 0 1px;	
	}
div.row input[type=radio] {
	margin-right: 3px;
	}
div.row input[type=checkbox] {
	margin-right: 3px;
	}
div.row textarea {
	width: 99%;
	height: 400px;
	}
div.row select {
	width: 300px;
	}
div.row input.dateField {
	width:100px;
	padding-right:40px;
	background-image:url(../img/calendar_icon.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFF;
	border:1px solid #7F9DB9;
	padding:1px;	
	}
div.row fieldset {
	border: 0;
	/*margin-bottom:-18px;*/
	}
div.row legend span {
	float: left;
	margin-left:-160px; 
	width: 145px;
	text-align:right;
	padding-top: 0.2em;
	color:#666666;
	}
div.row fieldset label {	
	width:200px;
	position:relative;
	/*top:-18px;*/
	margin-left:0px;
	text-align:left;	
	display:inline; 	
	float:left;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:normal;
	font-size:12px;
	}

div.disclaimer {
	margin:5px 10px 10px;
	font-size:15px;
	}

#footer {
	padding:10px 0 10px 10px;	
	background-image:url(../img/footerBackground.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#AE7B49;
	overflow:auto;
	color:#D4D1BD;
	clear:both;
	}
#footer div {
	margin:10px;
	}
#footer h4 {
	border-bottom:1px solid #D4D1BD;
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:16px;
	}
#footer p {
	font-size:12px;
	
	margin-bottom:5px;
	}
#footer p img {
	float:left;
	margin:0 20px 50px 0;
	}
#footer #twitterTop {
	background-image:url(../img/twitterBackgroundTop.gif);
	height:5px;
	margin:0;
	}
#footer .twitter {
	background-image:url(../img/twitterBackground.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px 10px 20px;
	margin:0;
	}
#footer .twitter ul,
#footer .twitter ul li {
	list-style:none;
	font-size:12px;
	margin:0;padding:0;
	}
#footer p.follow {
	background-image:url(../img/twitterFollow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 0 10px 50px;
	font-weight:bold;
	margin:0;
	}
#footer a {
	color:#D4D1BD;
	text-decoration:none;
	}
