@charset "UTF-8";
/* CSS Document */

@import url("jcarousel.css");
@import url("slideviewer.css");

html, body{
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	font-size: 12px;
	color: #999;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-x;
	background-color: #cccdce;
}


/*----------------
Globals

RED: #d0402b;
GREY: #333;
----------------*/


h1{
	float: left;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	height: 24px;
	text-transform: uppercase;
	display: inline-block;
	background-image: url(../images/bgHdr.gif);
	background-repeat: repeat-x;
	padding: 10px 20px 0px 17px;
	margin: 0;
}

.subHdr{
	padding: 20px 0 20px 0;
	height: 40px;
}

.subHdr img{
	float: left;
	margin: 0 0 0 -14px;
}

h2{
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}

h3{
	margin: 0;
	padding: 0 0 15px 0;
}

h4{
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#container {
   min-height: 100%;
   margin-bottom: -60px;
   position: relative;
}

#mainContent{
	width: 990px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-x;
}

a{
	color: #666;
	text-decoration: none;
	outline: none;
}

a img{
	outline: none;
}

a:hover{
	color: #000;
	outline: none;
}

a.active{
	color: #d0402b;
	outline: none;
}

.clear{
	clear: both;
}

.grey{
	color: #333;
}

.lightGrey{
	color: #999;
}

.red{
	color: #d0402b;
	padding-right: 3px;
}

img{
	border: none;
}

img.border{
	border: 1px solid #DDD;
}

p{
	margin: 0;
	padding: 0 0 15px 0;
}

ul{
	padding: 0;
	margin: 0;
}

ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.flashDemo{
	width: 990px;
	padding: 40px 0 0 0;
	margin: 0 auto;
}

.greyLink a{
	color: #999;
}

.greyLink a:hover{
	color: #333;
}

/*----------------
Header
----------------*/

#hdr{
	position: relative;
	height: 125px;
}

#menu{
	float: right;
	width: 500px;
}

#menu ul{
	padding: 25px 0 0 0;
	margin: 0;
}

#menu ul li{
	float: right;
	list-style: none;
	padding-left: 3px;
}

#menu ul li a{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	background-image: url(../images/btnMenu.gif);
	background-position: 0 0;
	height: 22px;
	padding: 8px 0px 0 0px;
	margin: 0 12px 0 12px;
	border: none;
	outline: none;
}

#menu ul li a:hover{
	color: #333;
	background-position: 0 -30px;
	border: none;
	outline: none;
}	

#menu ul li a:active, #menu ul li a.active{
	color: #333;
	background-position: 0 -60px;
	border: none;
	outline: none;
}

#home #menu ul li#navPortfolio a,
#about #menu ul li#navAbout a,
#contact #menu ul li#navContact a{
	color: #333;
	background-position: 0 -60px;
}

#hdr img{
	float: left;
	padding: 0;
	margin: 0;
}

/*----------------
Home
----------------*/

.topContent{
	
}

.topContainer{
	position: relative;
	background: #FFF;
	padding: 0;
	height: auto;
	border-bottom: solid 1px #FFF;	
}

#featured.topContainer{
	height: 410px;
}

#contact .topContainer, #about .topContainer{
	height: auto;
	padding: 0;
}

#portfolio.topContainer{
	height: auto;
	background-position: 0 0;
	padding: 0;
}

#about .topContainer .leftColumn{
	width: 670px;
	line-height:20px;
}	


#portfolio .leftColumn{
	float: left;
	width:720px;
	padding: 0px 4px 15px 15px;
}

#portfolio .rightColumn{
	float: right;
	width: 210px;
	padding: 0px 20px 4px 15px;
	line-height: 18px;
	background: none;
}

/*----------------
Featured Work
----------------*/

ul#info{
	position: absolute;
	top: 315px;
	color: #999;
	font-size: 12px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	padding: 35px 0 0 0;
}

ul#info li{
	position: absolute;
	margin-top: 60px;
	height: 38px;
	width: 960px;
	padding: 12px 15px 10px 15px;
	background-color: #ececec;
}

ul#info li.first{
	margin-top: 0;
}

ul#info a{
	float: right;
	color: #FFF;
	font-size: 12px;
	background-image: url(../images/btnView.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 20px;
	padding: 8px 10px 0 10px;
	margin: 3px 15px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

ul#info a:hover{
	background-position: 0 -40px;
}

ul#info strong{
	font-size: 14px;
	color: #333;
}

ul#info span{
	float: left;
	width: 500px;
}


/*----------------
Portfolio
----------------*/

#portfolioNav{
	padding: 0 0 50px 0;
}

#portfolioNav ul{
	padding: 0;
	margin: 0;
}

#portfolioNav ul li{
	float: left;
	list-style: none;
	width: 193px;
	padding: 2px 5px 4px 0;
}	

#portfolioNav ul li a{
}

#portfolioNav ul li a:hover{
	color: #000;
}

#portfolioNav ul li.active a{
	color: #000;
}

.desc{
	padding: 0 0 20px 0;
	line-height: 20px;
}

.leftColumn{
	float: left;
	width:720px;
	padding: 0 5px 15px 15px;
}

.rightColumn{
	float: right;
	width: 270px;
	padding: 0 15px 15px 5px;
	line-height: 18px;
}

.rightColumn a{
	color: #FFF;
	font-size: 12px;
	background-image: url(../images/btnView.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 5px 10px 5px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.rightColumn a:hover{
	background-position: 0 -40px;
}

#other.rightColumn{
	font-size: 11px;
}

#other.rightColumn a{
	float: left;
	width: 100px;
	padding: 0 0 3px 0;
	margin: 0;
	color: #d0402b;
	text-decoration: none;
	background-image: none;
}

#other.rightColumn a:hover{
	font-weight: bold;
}

#emoneyWidgets.rightColumn a{
	display: block;
	padding: 0 0 3px 0;
	margin: 0;
	color: #d0402b;
	text-decoration: none;
	background-image: none;
}

#emoneyWidgets.rightColumn a:hover{
	font-weight: bold;
}

.disclaimer{
	display: block;
	padding: 15px 0 10px 5px;
	font-size: 10px;
	font-style: oblique;
}

.black{
	color: #000;
	font-weight: bold;
}

.expertise{
	padding: 10px 0 10px 0;
}

.expertise ul{
	float: left;
	width: 220px;
}

/*----------------
Footer
----------------*/

#footer {
	font-size: 11px;
   height: 60px;
   position: relative;
   background-color: #333;
   color: #CCC;
}

#footerContent{
	width: 990px;
	margin: 0 auto;
	padding: 22px 15px 0 15px;
	background-color: #333;
}

#footer img{
	margin-top: -4px;
	padding: 0 3px 0 20px;
}

.clearfooter {
   height: 40px;
   clear: both;
}

#footer a{
	color: #CCC;
}

#footer a:hover{
	color: #999;
}

#footerContact{
	float: left;
}

#copyright{
	float: right;
	width: 300px;
	font-size: 9px;
	text-align: right;
}

/*------------------
Contact
------------------*/

#formLeft{
	float: left;
	width: 200px;
	padding-right: 20px;
	margin: 0;
}

#formRight{
	float: left; 
	width: 400px;
	margin: 0;
	
}

.formField{
	padding: 0 0 5px 0;
}

#error{
	color: #d0402b;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btnSubmit{
	text-align: right;
	padding: 10px 0 10px 0;
}

#contact .leftColumn{
	width: 290px;	
	padding: 0 5px 15px 15px;
	line-height: 20px;
}

#contact .leftColumn p{
	padding: 10px 0 15px 0;
	border-top: 1px solid #DDD;
}

#contact .rightColumn{
	width: 650px;
	padding: 0 15px 15px 0;
}

#contact .leftColumn ul{
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#contact li{
	padding: 0;
}

#vcard{
	padding: 20px 0 0 0;
}

#vcard img{
	float: left;
	padding: 0 10px 0 0;
}

#vcard a{
	padding: 5px 0 0 0;
	color: #d0402b;
}

.required{
	font-size: 10px;
	color: #999;
	float: right;
	font-style: oblique;
	font-weight:  normal;
}

input{
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
	padding: 3px;
	width: 200px;
	height: 18px;
	margin: 0 0 5px 0;
}

textarea.message{
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
	padding: 3px;
	width: 420px !important;
	min-width: 420px !important;
	max-width: 420px !important;
	height: 180px !important;
	min-height: 180px !important;
	max-height: 180px !important;
}

input:focus, textarea:focus{
	border: 1px solid #BFDDE5;
	background-color: #EDF3F6;
	outline: none;
	color: #555;
}
	
input.btn{
	color: #FFF;
	font-size: 12px;
	background-image: url(../images/btnView.jpg);
	background-position:  0 0;
	border: 0;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	width: 100px;
	height: 25px;
	cursor:  pointer;
}	


input.btn:hover{
	background-position:  0 -40px;
}
/*------------------
Twitter
------------------*/

#twitter{
}

#twitter h4{
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
}

#updates ul{
	padding: 0 0 15px 0;
	margin: 0;
}

#updates ul li{
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #DDD;
}

#updates a{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #d0402b;
	text-decoration: none;
}


#updates a:hover{
	text-decoration: underline;
}

.follow{
	text-align: right;
}

.follow a{
	font-size: 10px;
}
