/*-[ PAGE LAYOUT ]------------------------------------------------------------*/
html, body {
	margin: 0px;
}
body {
 	height: 100%;
 	width: 100%;
	border: 0px;
	background-color: #666666;
}
#bodyContainer {
	margin:auto;
	min-width: 800px;
	background-color: #ffffff;
}
#headerContainer {
	 height:90px;
	 background-image: url(../images/bg-header.png);
	 background-position: center top;
	 background-repeat: no-repeat;
	 background-color: #737373;
}
#topbarContainer {
	 height:15px;
	 background-image: url(../images/bg-topbar.png);
	 border-top: 1px solid white;
	 border-bottom: 1px solid white;
}
#logo {
	margin-top: 16px;
	margin-left: 15px;
}
#menuContainer {
	height: 30px;
	float: right;
	margin-top: 48px;
	margin-right: 8px;
}
#menuContainer a {
	height: 30px;
	display: block;
	float: right;
	margin-left: 10px;
}
div.innerWrap {
	width: 900px;
	margin: auto;
}
#contentContainer {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-top: 43px;
}
#content{
	padding-left: 10px;
	padding-right: 10px;
}
#contentBottomContainer {
	clear: both;
	background-image: url(../images/bg-content-bottom.png);
	background-repeat: repeat-x;
	height: 4px;
}
#footerContainer {
	height: 120px;
	background-color: #666666;	
	background-image: url(../images/bg-footer-shade.png);
	background-repeat: repeat-x;	
}
#footeraddress {
	margin-left: 15px;
	margin-top: 20px;
	height: 80px;
	width: 100px;
	float: left;
}
#socialmedia {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#standards {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	clear: right;
}
#copyright {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	clear: right;
}
div.mainspot {
	width: 560px;
	height: 262px;
	background-image: url(../images/bg-photo.png);
	float: left;
	margin-left: 2px;
	margin-bottom: 20px;
}
div.mainspot img {
	margin: 10px;
}
#rightColumn {
	width: 280px;
	float: right;
	margin-left: 30px;
	padding-top: 10px;
	margin-right: 10px;
}
#columnContainer {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 200px;
	border-top: 1px solid #a7a7a7;
}
div.vertbar {
	background-image: url(../images/ruler-vertical.png);
	background-repeat: no-repeat;
	width: 1px;
	height: 300px;
	float: left;
}
div.column {
	width: 279px;
	float: left;
	padding: 10px;
}
#languageContainer {
	float:left;
	margin-left:6px;
}
#functionsContainer {
	float:right;
	margin-right:7px;
}

/*-[ MENU DISPLAY ]------------------------------------------------------------*/

#menuWelcome {
	background-image: url(../images/menu-welcome.png);
	background-position: 0px -30px;
	width: 63px;
}
#menuWelcome:hover {
	background-position: 0px 0px;
}
#menuWelcome:active {
	background-position: 0px -60px;
}
#menuWelcomeSelected {
	background-image: url(../images/menu-welcome.png);
	background-position: 0px -60px;
	width: 63px;
}
#menuAbout {
	background-image: url(../images/menu-about.png);
	background-position: 0px -30px;
	width: 39px;
}
#menuAbout:hover {
	background-position: 0px 0px;
}
#menuAbout:active {
	background-position: 0px -60px;
}
#menuAboutSelected {
	background-image: url(../images/menu-about.png);
	background-position: 0px -60px;
	width: 39px;
}
#menuServices {
	background-image: url(../images/menu-services.png);
	background-position: 0px -30px;
	width: 58px;
}
#menuServices:hover {
	background-position: 0px 0px;
}
#menuServices:active {
	background-position: 0px -60px;
}
#menuServicesSelected {
	background-image: url(../images/menu-services.png);
	background-position: 0px -60px;
	width: 58px;
}
#menuPortfolio {
	background-image: url(../images/menu-portfolio.png);
	background-position: 0px -30px;
	width: 59px;
}
#menuPortfolio:hover {
	background-position: 0px 0px;
}
#menuPortfolio:active {
	background-position: 0px -60px;
}
#menuPortfolioSelected {
	background-image: url(../images/menu-portfolio.png);
	background-position: 0px -60px;
	width: 59px;
}
#menuContact {
	background-image: url(../images/menu-contact.png);
	background-position: 0px -30px;
	width: 51px;
}
#menuContact:hover {
	background-position: 0px 0px;
}
#menuContact:active {
	background-position: 0px -60px;
}
#menuContactSelected {
	background-image: url(../images/menu-contact.png);
	background-position: 0px -60px;
	width: 51px;
}
#linkedin {
	display: block;
	float: right;
	margin-left: 8px;
	width: 32px;
	height: 32px;
	background-image: url(../images/icon-linkedin.png);
	background-position: 0px -32px;
}
#linkedin:hover {
	background-position: 0px 0px;
}
#facebook {
	display: block;
	float: right;
	margin-left: 8px;
	width: 32px;
	height: 32px;
	background-image: url(../images/icon-facebook.png);
	background-position: 0px -32px;
}
#facebook:hover {
	background-position: 0px 0px;
}
#validxhtml {
	display: block;
	float: right;
	margin-left: 8px;
	width: 80px;
	height: 15px;
	background-image: url(../images/icon-xhtml.png);
	background-position: 0px 0px;
}
#validxhtml:hover {
	background-position: 0px -15px;
}
#validcss {
	display: block;
	float: right;
	margin-left: 8px;
	width: 80px;
	height: 15px;
	background-image: url(../images/icon-css.png);
	background-position: 0px 0px;
}
#validcss:hover {
	background-position: 0px -15px;
}

/*-[ TEXT FORMATTING ]------------------------------------------------------------*/

p, td, li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #919191;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 12px;
}
a, a:visited, a:active {
	color: #d22a2a;
	text-decoration: none;
}
a:hover {
	color: #919191;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #d22a2a;
	margin-top: 10px;
	margin-bottom: 4px;
}

blockquote {
	width: 260px;
	text-align: right;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	quotes: "\201C" "\201D";
}
blockquote:before { 
	color: #cfcfcf;
	content: open-quote; 
	font-weight: bold;
	font-size: 140px;
	display: block;
	width: 20px;
	height: 0px;
}

#rightColumn p {
	margin-top: 2px;
	margin-bottom: 24px;
}
p.quote {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #f0a81d;
	margin-top: 52px;
	margin-left: -5px;
}
span.cite {
	display: block;
	font-size: 14px;
	color: #d1d1d1;
}
span.cite:before{ 
	clear: both;
	margin-right: 5px;
	content: "\2014";
}
address {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #959595;
}
