
/* CSS Document */
/* General Declarations */
html, body {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif !important;
	font-size:12px;
	color:#cccccc;
	background:#1b1b1b;
}
a {color:#1b1b1b}
 
a:hover
{
    color:#a04423;
}

h2 {font-size: 18px; margin:0; padding:0;}

h3{font-size: 14px; margin:10px 0 10px 0; padding:0;}

p{font-family: Arial, Helvetica, Verdana, Sans-serif !important; font-size:12px !important;	margin: 0; padding: 0;}

img {border-style:none;}

/* General Styling */
.border{border-bottom: solid 1px #464646;}

.formspacer{margin: 3px 0px 3px 3px;}
.formspacer2{margin: 10px 0px 3px 3px;}

.formControl {width: 75px; display:block; float:left}
.formControl2 {width: 100px; display:block; float:left}

.cleardecoration {text-decoration:none}

.center {text-align:center}

.padding {padding:10px 10px 10px 10px;}

.paddingTop {padding-top: 15px;}

.floatleft {float:left}

.floatright {float:right}

.topmargin {margin-top: 15px;}
.topmargin2{margin-top: 5px}

.contentspacer {padding:5px;}
.contentspacer2 {padding:2px 5px 2px 5px;}

.cleardiv {clear: both;}

.strong {font-weight:bold;}

.block {display:block}

.textBox {margin:1px 0 0 2px}
.textboxshadow {
	width:150px;
	height:25px;
	background: #fff url(images/textboxshadow.gif) no-repeat;
	float:left;
}

.whiteBack {background-color:White;}

/* Containers */
#containerHeader {background:#1b1b1b}

#containerNav {background:#1b1b1b;}

.containerContent {background:#1b1b1b;}



#containerFooter {background:#1b1b1b;}


/* Header */

#header{
	width:890px;
	height:60px;
	margin:15px auto 0 auto;
	text-align:left;
	background:#1b1b1b;
}	

#headerLeft {
	width:460px;
	height:60px;
	float:left;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background: url(images/DerekMathewsTitle.png) no-repeat;
}

#headerLeft a 
{
display: block;
height: 100%;
width: 100%;
}

#headerRight {
	width:430px;
	height:60px;
	float:left;
}

/* Navigation */

#navigation 
{
	width:430px;
	margin:21px auto 0 auto;
}

.nav {
	width:430px;
	height:20px;
	padding: 0px;
	margin: 0px;
	}
	
.nav li {
	display:block;
	list-style:none;
	float: left;
	}
	
.nav li a {
	display: block;
	cursor:pointer;
	height: 20px;
	overflow: hidden;
	background-position:center top;
	}

.nav li a span {
	display: block;
	width: 100%;
	height: 20px;
	text-indent: -9999px;
	overflow:hidden;
}
	
	.navAbout{background:url(images/navAbout.png) no-repeat; width:91px;}
	.navContact{background:url(images/navContact.png) no-repeat; width:114px;}
	.navWork{background:url(images/navWork.png) no-repeat; width:85px;}
	.navProjects{background:url(images/navProjects.png) no-repeat; width:100px;}

		
.nav li a:hover {background-position:50% -20px;}
	
	.nav li a.currentSection,
	.nav li a.currentSection:hover {background-position:50% -40px;}

/* Content */

.content {
	width: 890px;
	margin: auto;
	text-align: left;

}


#content a{
	color: #fff;
}

#content a:hover{color:#7b3291}

#contentContainer {background-color: #fff;color: #000;}
#contentContainer2 {background: #c7610f url(images/rollerbot.jpg) no-repeat bottom right; color: #000;}
#contentContainer3 {background-color: #1b1b1b;color: #99ccff !important;}

#contentLeft {
	width:430px;
	float:left;

}

#contentRight {
	width:460px;
	float:left;
}

.servicesText 
{
    font-size: 16px;
    font-weight: bold;
    color: #a5a5a5;
    padding-top:13px;
}

/* Footer */


#footer
{
	width: 890px;
	margin: auto;
	text-align: left;
	color: #fff;
	color: #ccc
}

#footer p
{
    font-family: Arial, Helvetica, Verdana, Sans-serif !important;
	font-size:12px;
}

#footer a {color: #859db6;}

#footer a:hover{color:#fff}

#footerLeft {
	width:270px;
	float:left;
}

#footerRight {
	width:490px;
	float:right;
	text-align:right;
}

.footerText 
{
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    margin-right: 10px;
}

.footerLine
{
    border-bottom: solid 2px #464646;
    height: 20px;
    width: 590px;
}

.contact 
{
    background: #7daaff url(images/contactBack.jpg) bottom right no-repeat;
    color:#464646;
    height: 331px;
}

.work {margin-top: 15px; width: 890px; height: 220px; background:#1b1b1b url(images/loading.png) center no-repeat;}
.work2 {margin-top: 15px;}

.workNav {list-style: none; font-size: 18px;margin:0; padding:0; font-weight:bold; display:block; width:100%;}
.workNav a {text-decoration: none;}
.linkbuttonWorkSelected {text-decoration:none;color:#a04423}
.linkbuttonWorkSelected:hover {text-decoration:none;color:#a04423}

.linkbutton {text-decoration:none;color:#000;}
.linkbutton a {text-decoration:none;}
.linkbuttonSelected {text-decoration:none;color:#fff}
.linkbuttonSelected:hover {text-decoration:none;color:#fff}
.linkbutton:hover {color:#fff;}

.linkbutton2 {text-decoration:none;}
.linkbutton2Selected {color:#000;}
.linkbutton2:hover {color: #a04423;}