/* CSS Document */
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	background-color: #151514;
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 1px 0 0 0;
	border-top: 2px solid #ef3c24;
	}

#page {
	text-align: center;
	margin: auto;
	width: 900px;
	padding: 0 20px 20px 0;
	}

/* HEADER STYLES */

#header {
	width: 900px;
	text-align:left;
	clear: left;
	padding: 50px 0 0 0;
	float: left;
	margin: auto;
}

#logo{
	text-align: left;
	float: left;
	width: 300px;
}

/* END HEADER STYLES */

/* NAV STYLES */

#nav-container {
	vertical-align: bottom;
	padding-top: 30px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: auto;
	/*padding-bottom: 15px;*/
	float: right;
	/*width: 500px;
	font-weight: bold;*/
}

#nav-container a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

#nav-container a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/navBgOn.png);
	background-repeat: yes;
        border-bottom: 3px solid #333333;
}

/* END NAV STYLES */


h1 {
	font-size: 20px;
	text-align: left;
	color: #f7f7f7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	}
.h1 {
	font-size: 25px;
	text-align: left;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
        line-height: 40px;
	font-weight: bold;
        background-image: url(../images/navBgOff.png);
	background-repeat: yes;
        padding: 3px;
	}

.h2 {
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
        line-height: 40px;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	}



/* Begin Structure */

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#content {

	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	float: left;
	margin: auto;
	width: 900px;
}

#content a {
	color: #FF0000;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#portfolio-div {float: left; clear: both; width: 500px; padding: 20px 0 0 0;}


#footer-container {
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
        border-top: 2px solid #333333;
        background: #000000;
        margin: 20px 0 0 0;
        background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
}
#footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
        padding: 15px 0 15px 0;
        margin: auto;
	width: 900px;
	text-align: left;
        line-height: 20px;
	}
	
#footer-left{
	margin: 0 0 20px 0;
	padding: 0px;
	width: 285px;
	float: left;
	border-right-style: dotted;
	border-right-color: #4C4C4C;
	border-right-width: 1px;
	height: 180px;
}
#footer-mid{
	width: 275px;
	padding-left: 30px;
	float: left;
	height: 180px;
	margin: 0 0 20px 0;
}
#footer-right{
    margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #4C4C4C;
	height: 180px;
	}
	
#footer h1 {
	font-size: 20px;
	text-align: left;
	color: #ff3300;
	line-height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	}

#footer a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
        background: #FF3300;
}
/* End Structure */





.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#testimonials{
	background-color: #333333;
        margin: 0 0 10px 0;
	width: 884px;
	padding: 8px;
	float: left;
	border: 1px solid #454545;
}

#latest{
	background-color: #333333;
	margin: 0 5px 10px 5px;
	width: 272px;
	padding: 8px;
	float: left;
	border: 1px solid #454545;
}

#latest-text{
	margin: 0 5px 10px 5px;
	width: 272px;
	padding: 0 8px 8px 8px;
	float: left;
        text-align: left;
        font-size: 11px;
        border-bottom: 1px solid #454545;
}

#latest-text .h2{

        font-size: 13px;
        font-style: italic;
}

#latest:hover{
	background-color: #1b1b1b;
	border: 1px solid #454545;
}

#latest img{
	border: 1px solid #333;	
}

#title{
	margin-bottom: 20px;
	clear: left;
	float: left;
	width: 900px;
	text-align: left;
	padding: 10px 0 0 0;
}

#title-content{
	margin-bottom: 20px;
	clear: left;
	float: left;
	width: 900px;
	text-align: left;
	padding: 10px 0 0 0;
}

#content ul {padding: 0; margin: 0;}
#content li {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 8px 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #232323;
}

#content .port-image {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #232323;
	border: 0;
}
/* End Various Tags & Classes*/

