/* CSS Document */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, em, font, img, ins, strike, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, li, ul {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: transparent;
	font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

body {
	font-size: 12px; 
	line-height: 15px;
	background-color: #000;
	background: url(../images/background09.jpg) 0 0;
	color: #CCCCCC;
}

h1 {
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-size: 30px;
	font-style: italic;
	color: #fff;
	margin: 30px 0 10px 0;
	line-height: 30px;
}

h2 {
	font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
	font-size: 16px;
	color: #3399CC;
	margin: 30px 0 10px 0;
	line-height: 26px;
}

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

p a {
	font-size: 14px;
	font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
	text-decoration: none;
	color: #CC9900;
}

p a:hover {
	text-decoration: underline;
	color: #3399CC;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #424242;
    clear: both;
    float: left;
    height: 0;
    margin: 10px 0;
    width: 100%;
}

#container {
	width: 969px;
	margin: 15px auto 15px auto;
}

#topbox {
	width: 970px;
	height: 148px;
}

#topleft {
	width: 277px;
	height: 148px;
	float: left;
}

#toprightcontainer {
	width: 692px;
	height: 148px;
	float: left;
}

#toprighta {
	width: 692px;
	height: 96px;
	float: left;
	clear: both;
}

#toprightb {
	width: 692px;
	height: 52px;
}



img.hphilite {
	border-color: #CCCCCC;
	border-width: 10px;
	border-style: solid;
}

#contentarea {
	width: 80%;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

.portfoliorow {
	width: 100%;
	height: 140px;
	margin: 11px auto;
}

.portfolio {
	width: 220px;
	height: 140px;
	margin: 15px 5px;
	float: left;
}

.portfolio p{
	width: 220px;
}

.portfolio img {
	width: 210px;
	display: block;
	border: 5px solid #252525;
}

.visitsite {
	width: 220px;
}

.visitsite p {
	width: 220px;
	margin: 10px 0 10px 20px;
}
	
/*------------------GENERAL NAV RULES----------------------------*/

#navbox {
	width: 213px;
	height: 52px;
	float: left;
	margin: 0;
}


#nav, #nav ul {
	width: 213px;
	list-style: none;
	line-height: auto;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#nav a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 52px;
}


#nav li {
	float:left;
	padding: 0;
}
#nav li:hover, #nav li.hover{
	position: static;
}

#navspacer {
	width: 479px;
	height: 52px;
	float: left;
	background: url(../images/09navspacer.jpg) 0 0 no-repeat;
}

/*------------------INDIVIDUAL BUTTON CONTROL------------------------*/


#nav li a.work {
	text-indent: -9999px;
	background: url(../images/09navwork.jpg) 0 0 no-repeat;
	width: 61px;
}

#nav li a:hover.work {
	text-indent: -9999px;
	background: url(../images/09navwork.jpg) 0 -52px no-repeat;
	width: 61px;
}


#nav li a.about {
	text-indent: -9999px;
	background: url(../images/09navabout.jpg) 0 0 no-repeat;
	width: 63px;
}

#nav li a:hover.about {
	text-indent: -9999px;
	background: url(../images/09navabout.jpg) 0 -52px no-repeat;
	width: 63px;
}


#nav li a.contact {
	text-indent: -9999px;
	background: url(../images/09navcontact.jpg) 0 0 no-repeat;
	width: 89px;
}

#nav li a:hover.contact {
	text-indent: -9999px;
	background: url(../images/09navcontact.jpg) 0 -52px no-repeat;
	width: 89px;
}