/* Global Selectors <--------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #eceadc url(../images/bg-body-top.jpg) repeat-x scroll left top;
}
#bottom {
	background: url(../images/bg-body-bottom.jpg) left bottom repeat-x;
	display:block;
	height:100%;
	width:100%;
}
#container {
	position: relative;
	top: 0;
	left: 50%;
	width: 940px;
	height: auto;
	margin-left: -470px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #65778e;
	font-style: italic;
	text-align: left;
	letter-spacing: -1.5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1E2D40;
	font-style: italic;
	text-align: left;
	margin: 0px 0px 30px 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #800000;
	font-style: italic;
	text-align: left;
	display: block;
	margin: 0px 0px 11px 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 0px 0px 15px 0px;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 0px 0px 15px 0px;
}
em {

}
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
.clear {
	clear:both;
}

/* Need A Website Selectors <--------------------------*/
#need-a-website{
	height: 30px;
	width: 128px;
	position: absolute;
	right: -130px;
	top: 60px;
}
#need-a-website a{
	background: transparent url(../images/bg-click-here.jpg) no-repeat;
	height: 30px;
	width: 128px;
	display: block;
}
#need-a-website a:hover,
#need-a-website a:active{
}

/* I Make Website Selectors <--------------------------*/
#i-make-websites{
	height: 45px;
	width: 155px;
	position: absolute;
	left: -125px;
	top: 330px;
}
#i-make-websites a{
	height: 45px;
	width: 155px;
	display: block;
	background: transparent url(../images/bg-i-make-websites.jpg) no-repeat;
}
#i-make-websites a:hover,
#i-make-websites a:active{
}

/* Click to Enlarge Selectors <--------------------------*/
#click-to-enlarge{
	height: 45px;
	width: 155px;
	position: absolute;
	left: -125px;
	top: 60px;
}
#click-to-enlarge a{
	height: 45px;
	width: 155px;
	display: block;
	background-color: transparent;
	background: url(../images/bg-click-to-enlarge.jpg) no-repeat;
}
#click-to-enlarge a:hover,
#click-to-enlarge a:active{
}
/* Header Selectors <--------------------------*/
#header-container {
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:153px;
}
#header-logo {
	width:525px;
	height: 153px;
	float:left;
}
#header-logo a {
	display: block;
	width:525px;
	height: 153px;
	background: transparent url(../images/bg-header-logo.jpg) no-repeat;
	outline: none;
}
#header-right-column {
	width: 415px;
	height: 153px;
	float:left;
}
#header-need-a-website-cta {
	width: 415px;
	height: 102px;
	float:left;
}
#header-need-a-website-cta a {
	width: 415px;
	height: 102px;
	display:block;
	background: transparent url(../images/bg-header-need-a-website.jpg);
	outline: none;
}
#header-navigation {
	width: 415px;
	height: 51px;
	float:left;
}
#header-navigation ul {
	width: 415px;
	height: 51px;
}
#header-navigation ul li {
	list-style: none;
	float:left;
}
#header-navigation ul li a span {
	display: none;
}
#header-navigation a {
	background: transparent url(../images/bg-header-top-nav.jpg) no-repeat;
	height: 51px;
	overflow: hidden;
	float: left;
	outline: none;
}
#header-navigation a:hover, #header-navigation a:active {
}
#header-navigation a.portfolio {
	width: 99px;
	height: 51px;
	display: block;
	background-position: 0px -51px;
	float: left;
}
#header-navigation a.portfolio-selected {
	width: 99px;
	height: 51px;
	display: block;
	background-position: 0px 0px;
	float: left;
}
#header-navigation a.portfolio:hover, #header-navigation a.portfolio:active {
	background-position: 0px 0px;
}
#header-navigation a.resume {
	width: 94px;
	height: 51px;
	display: block;
	background-position: -99px -51px;
	float: left;
}
#header-navigation a.resume-selected {
	width: 94px;
	height: 51px;
	display: block;
	background-position: -99px 0px;
	float: left;
}
#header-navigation a.resume:hover, #header-navigation a.resume:active {
	background-position: -99px 0px;
}
#header-navigation a.blog {
	width: 62px;
	height: 51px;
	display: block;
	background-position: -193px -51px;
	float: left;
}
#header-navigation a.blog-selected {
	width: 62px;
	height: 51px;
	display: block;
	background-position: -193px 0px;
	float: left;
}
#header-navigation a.blog:hover, #header-navigation a.blog:active {
	background-position: -193px 0px;
}
#header-navigation a.contact {
	width: 89px;
	height: 51px;
	display: block;
	background-position: -255px -51px;
	float: left;
}
#header-navigation a.contact-selected {
	width: 89px;
	height: 51px;
	display: block;
	background-position: -255px 0px;
	float: left;
}
#header-navigation a.contact:hover, #header-navigation a.contact:active {
	background-position: -255px 0px;
}
#header-navigation a.home {
	width: 71px;
	height: 51px;
	display: block;
	background-position: -344px -51px;
	float: left;
}
#header-navigation a.home-selected {
	width: 71px;
	height: 51px;
	display: block;
	background-position: -344px 0px!important;
	float: left;
}
#header-navigation a.home:hover, #header-navigation a.home:active {
	background-position: -344px 0px;
}

/* Mast Selectors <------------------------------*/
#content-container {
	position:relative;
	top: 153px;
	margin-bottom: 153px;
	left: 0px;
	min-height: 394px;
	width: 940px;
	background: transparent url(../images/bg-mast.jpg) no-repeat;
}

/* Home Selectors <--------------------*/
#home {
}
#home #home-left-column {
	width: 603px;
	height: 394px;
	float:left;
	background: transparent url(../images/bg-mast-flash.jpg) no-repeat;
}
#home #home-left-column #flash-mast {
}
#home #home-left-column #flash-mast p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
#home-right-column {
	background: transparent url(../images/bg-mast-intro.jpg) no-repeat;
	float: left;
	height: 269px;
	width: 337px;
}
#home-right-column-content {
	float:left;
	padding: 60px 30px 0px 60px;
}
#home-right-column-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
#home-right-column-content p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #800000;
}
#home-right-column-content p a:hover, #home-right-column-content p a:active {
}
#home-right-column-btn {
	width: 337px;
	height: 125px;
	float: left;
}
#home-right-column-btn a {
	background: transparent url(../images/bg-mast-intro-btn.jpg) no-repeat;
	display: block;
	width: 337px;
	height: 125px;
	background-position: 0px 0px;
	outline: none;
}
#home-right-column-btn a:hover, #home-right-column-btn a:active {
	background-position: 0px -125px;
}

/* Contact Selectors <--------------------*/
#contact {
	height: 630px;
	background-color: transparent;
	width: 880px;
	padding: 30px 30px 30px 45px;
}
#contact form {
	height: auto;
	width: 880px;
}
#contact ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: auto;
	width: 425px;
}
#contact ul.ul-has-margin {
	margin: 0px 0px 0px 30px!important;
}
#contact li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	clear: both;
	float: left;
}
#contact label {
	display: block;
	font-size: 12px;
	background-color:transparent;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	height: auto;
	width: 421px;
	padding: 5px 0px 5px 0px;
}
#contact input {
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	padding: 2px;
	float: left;
	width: 421px;
	clear: both;
	height: 21px;
}
#contact select.drop-down {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	padding: 2px;
	float: left;
	clear: both;
	height: 25px!important;
	width: 425px;
	border: 1px solid #cccccc;
}
#contact textarea {
	width: 421px;
	height: 165px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 2px;
	float: left;
	clear: both;
	font-size: 14px;
	color: #000000;
}
#contact input.main-form-button {
	height: 30px!important;
	width: 416px;
	border: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	float: left;
	clear: both;
	background-color: #1F274C;
	color: #fff;
	padding: 5px;
	margin-top: 23px;
	cursor: pointer;
}
/* Blog Selectors <--------------------*/
#blog {
	float: left;
	height: auto;
	width: 555px;
	margin-left: 45px;
}
#blog p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000!important;
	margin: 0px 0px 21px 0px;
}
#blog ul {
	margin: 0px 0px 21px 30px;
}
#blog ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin: 0px 0px 7px 0px;
}
#blog a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #800000;
	text-decoration: underline;
}
#blog p a:hover, #blog p a:active {
	text-decoration: none;
}

/*------------------ Content Blog Navigation Selectors <--------------------*/
#blogger-navigation {
	float: right;
	width: 303px;
	height: auto;
	padding: 97px 0px 30px 30px;
	
}
#blogger-navigation h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1e274b;
	padding-bottom: 30px;
}
#blogger-navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	list-style: circle;
	padding-left: 60px;
	margin-bottom: 21px;
}
#blogger-navigation ul li {
	margin-bottom: 7px;
}
#blogger-navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800000;
	text-decoration: underline;
}
#blogger-navigation ul li a:hover,
#blogger-navigation ul li a:active {
	text-decoration: none;
}
#powered-by {
	padding-left: 60px;
	margin: 21px 0px 30px 0px;
}
#blogger-navigation a:link, #blogger-navigation a:link {
	color: #800000;
	text-decoration: underline;
}
#blogger-navigation a:hover, #blogger-navigation a:active {
	text-decoration: none;
}
/* Resume Selectors <-------------------------------------*/
#resume {
	padding: 30px 30px 30px 45px;
}
#resume ul{
	padding: 0px 0px 21px 45px;
}
#resume ul ul{
	padding: 21px 0px 21px 45px;
}
#resume ul li{
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}
#resume a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #800000;
	text-decoration: underline;
}
#resume a:hover,
#resume a:active{
	text-decoration: none;
}

/* Freelance Selectors <-------------------------------------*/
#freelance {
	padding: 30px 30px 30px 30px;
}
#freelance p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 21px;
}
#freelance-left-column {
	float: left;
	width: 420px;
}
#freelance-right-column {
	float:left;
	width:420px;
	margin: 0px 0px 0px 40px;
}
#freelance ol{
	padding: 11px 30px 11px 15px;
	width: 420px;
}
#freelance ul{
	padding: 11px 30px 11px 15px;
	width: 420px;
}
#freelance ul ul{
	padding: 11px 30px 11px 30px;
}
#freelance  li{
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 10px 0px;
}
#freelance a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #800000;
	text-decoration: underline;
}
#freelance a:hover,
#freelance a:active{
	text-decoration: none;
}

/* Portfolio Selectors <-------------------*/
#portfolio {
	margin: 0px 0px 0px 30px
}
/* Slider*/
.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 150px;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
	padding: 0px 0px 30px 0px;
}
.accessible_news_slider_skin_1  {
	width: 900px;
	padding: 0px 0px 0px 40px;
}
.accessible_news_slider_skin_1 a {
	color: #800000;
	text-decoration: underline;
}
.accessible_news_slider_skin_1 a:hover,
.accessible_news_slider_skin_1 a:active {
	text-decoration: none;
}
.accessible_news_slider_skin_1 .back {
/*	width: 40px;
	height: 394px;
	background: url(../images/prev_bg.gif) no-repeat;
*/}
.accessible_news_slider_skin_1 .next {
/*	width: 40px;
	height: 394px;
	left: 900px;
	background: url(../images/next_bg.gif) no-repeat;
*/}
.accessible_news_slider_skin_1 .next a {
	position: absolute;
	top: -70px;
	right: 10px;
	width: 20px;
	height: 294px;
	background: url(../images/next.gif) no-repeat right top;
}
.accessible_news_slider_skin_1 .back a {
	position: absolute;
	top: -70px;
	left: 10px;
	width: 20px;
	height: 394px;
	line-height: 30px;
	text-align: right;
	background: url(../images/prev.gif) no-repeat;
}
.accessible_news_slider_skin_1 .view_all {
	margin: 0px 0px 30px 0px;
	padding: 10px;
	text-align: center;
	width: 840px;
}
.accessible_news_slider_skin_1 ul {
/*	border-bottom: 2px solid #eee;
*/}
.accessible_news_slider_skin_1 li {
	overflow: hidden;
}
.accessible_news_slider_skin_1 li img {
	float: left;
	display: inline;
}
.accessible_news_slider_skin_1 li span {
	float: left;
	display: inline;
	width: 220px;
}
.accessible_news_slider_skin_1 li p {
	float: left;
	display: inline;
	width: 260px;
}

/*-------- jQuery Lightbox <---------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 2031px!important;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	margin: 0px 0px 0px 30px;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
/*	zoom: 1;
*/	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding: 1px;
	background: transparent url(../images/lightbox-btn-close.gif) no-repeat;
}

/* Content Testimonial Selectors*/
#content-testimonials {
	padding: 0px 0px 0px 30px;
}
#content-testimonials p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
}
#content-testimonials p.from{
	font-weight: bold;
}
#content-testimonials p.title{
	font-style: italic;
}
.bg-light{
	padding: 30px;
}
.bg-dark{
	padding: 30px;
}

/* Sitemap Selectors <-------------------------------------*/
#sitemap {
	padding: 30px 30px 30px 45px;
}
#sitemap ul{
	padding: 0px 0px 21px 45px;
}
#sitemap ul ul{
	padding: 21px 0px 21px 45px;
}
#sitemap ul li{
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}
#sitemap a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #800000;
	text-decoration: underline;
}
#sitemap a:hover,
#sitemap a:active{
	text-decoration: none;
}

/* Thanks Selectors <-------------------------------------*/
#thanks {
	padding: 30px 30px 30px 45px;
}
#thanks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 21px;
}

#thanks ul{
	padding: 0px 0px 21px 45px;
}
#thanks ul ul{
	padding: 21px 0px 21px 45px;
}
#thanks ul li{
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}
#thanks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #800000;
	text-decoration: underline;
}
#thanks a:hover,
#thanks a:active{
	text-decoration: none;
}

/* Footer Selectors <-------------------------------------*/
#footer {
	width: 940px;
	height: 447px;
	position: relative;
}

/* Read More Selectors <--------------------------*/
#read-more{
	height: 31px;
	width: 128px;
	position: absolute;
	right: -108px;
	bottom: 260px;
}
#read-more a{
	height: 31px;
	width: 128px;
	display: block;
	background: transparent url(../images/bg-read-more.jpg) no-repeat;
}
#read-more a:hover,
#read-more a:active{
}

/* Recent Project Selectors <---------------------------*/
#recent-projects {
	width: 316px;
	height: 447px;
	float:left;
}
#recent-projects h4 {
	background: transparent url(../images/bg-recent-projects-header.jpg) no-repeat;
	clear: both;
	float: left;
	height: 101px;
	width: 316px;
	margin: 0px;
	padding: 0px;
}
#recent-projects h4 span {
	display: none;
}
#recent-projects ul {
	width: 316px;
	float: left;
	height: auto;
	list-style-type: none;
}
#recent-projects ul li {
	float: left;
	clear:both;
}
#recent-projects a {
}
#recent-projects a.recent-project-1 {
	background: transparent url(../images/bg-recent-project-1.jpg) no-repeat;
	width: 316px;
	height: 119px;
	display: block;
	outline: none;
}
#recent-projects a.recent-project-1:hover, #recent-projects a.recent-project-1:active {
}
#recent-projects a.recent-project-2 {
	background: transparent url(../images/bg-recent-project-2.jpg) no-repeat;
	width: 316px;
	height: 112px;
	display: block;
	outline: none;
}
#recent-projects a.recent-project-2:hover, #recent-projects a.recent-project-2:active {
}
#recent-projects a.recent-project-3 {
	background: transparent url(../images/bg-recent-project-3.jpg) no-repeat;
	width: 316px;
	height: 115px;
	display: block;
	outline: none;
}
#recent-projects a.recent-project-3:hover, #recent-projects a.recent-project-3:active {
}

/* Blog Post Selectors <---------------------------*/
#recent-blog-entries {
	float: left;
	width: 316px;
	height: 447px;
	background: transparent url(../images/bg-recent-blog-entries.jpg) no-repeat;
	outline: none;
}
.rss-box {
	width: 215px;
	height: 300px;
	position: relative;
	top: 90px;
	left: 50px;
}
ul.rss-items {
	list-style: none;
}
li.rss-item {
	margin: 50px 0px 0px 0px;
	width: 220px;
	height: 125px;
}
li.rss-item a {
	width: 220px;
	height: auto;
	display: block;
	text-align: left;
	text-decoration: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
}
li.rss-item a:hover, li.rss-item a:active {
	background-color: #FFFF99;
}
/* Testimonial Selectors <--------------------*/
#testimonials {
	background: transparent url(../images/bg-recommendations.jpg) no-repeat;
	float: left;
	height: 447px;
	width: 308px;
	outline: none;
}
#scrollup {
	position: relative;
	overflow: hidden;
	/*	   border: 1px solid #000;
*/	   height: 205px;
	width: 200px;
	top: 132px;
	left: 60px;
}
.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 200px;
	width:190px;
}
.headline p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	font-style: italic;
}
.headline .from {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.headline.from span {
	color: #999999;
}
.headline .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
}
#disclaimer {
	height: 190px;
	width: 940px;
}
#disclaimer-left-column {
	background: transparent url(../images/bg-disclaimer-left-col.jpg) no-repeat;
	float: left;
	height: 190px;
	width: 632px;
}
#disclaimer-left-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f8a5f;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 45px;
	line-height: 14px;
}
#disclaimer-left-column a {
	color: #800000;
	text-decoration: underline;
}
#disclaimer-left-column a:hover,
#disclaimer-left-column a:active{
	text-decoration: none;
}
#disclaimer-right-column {
}
#disclaimer-right-column ul {
	list-style: none;
}
#disclaimer-right-column ul li {
	float:left;
}
#disclaimer-right-column ul li a {
}
#disclaimer-right-column a.linked-in {
	background: transparent url(../images/bg-disclaimer-linked-in.jpg) no-repeat;
	width: 308px;
	height:84px;
	display: block;
}
#disclaimer-right-column a.w3c-xhtml {
	width: 185px;
	height:106px;
	display: block;
	background: transparent url(../images/bg-disclaimer-w3c-html.jpg) no-repeat;
}
#disclaimer-right-column a.w3c-css {
	background: transparent url(../images/bg-disclaimer-w3c-css.jpg) no-repeat;
	width: 123px;
	height:106px;
	display: block;
}
