/*
 *
 *	General use classes
 *
*/

.text-8 { font-size: 8px; }
.text-9 { font-size: 9px; }
.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-22 { font-size: 22px; }
.text-black, a.text-black { color: #000000; }
.text-white, a.text-white { color: #ffffff; }
.text-grey, a.text-grey { color: #999999; }
.text-blue, a.text-blue { color: #00918c; }
.text-orange, a.text-orange { color: #ec9236; }
.text-green, a.text-green { color: #91c844; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.align-left { margin: 0px 15px 15px 0px; }
.align-right { margin: 0px 0px 15px 15px; }

html {
	height: 100%;
	margin: 0px 0px 1px 0px;
}

body {
	margin: 0;
	padding: 0;
	background:transparent url(images/site/stripe.gif) repeat scroll 0 0;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f3f3f3;
	font-size: 11px;
	line-height: 14px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
}
img {
	border: 0;
}

#footer {
	float: right;
	position: relative;
	bottom: 0px;
	padding-top: 5px;
	right: 5px;
	font-size: 11px;
	color: #ffffff;
}

#container {
	/* width: 657px; */
	width: 780px;
	border-left: 1px solid #faaf82;
	border-top: 1px solid #faaf82;
	border-right: 1px solid #faaf82;
	/* height: auto !important; */
	min-height: 417px;
	margin: 50px auto 0px auto;
	background: url(images/site/footer-line.gif) no-repeat bottom center #ffffff;
}

#container1 {
	margin: 0 auto;
	width: 657px;
}

#nav {
	height: 105px;
	/* width: 657px; */
	width: 780px;
	text-align: right;
}

img.menu {
	padding-bottom: 25px;	
}

#main-content {
	width: 770px;
	margin-bottom: 7px;
	min-height: 300px;
	margin-left: 10px;
	/* height: auto !important; */
	/* height: 300px; */
	/* position: relative; */
}

.sub-header {
	margin: 30px 0px;
}

.title {
	margin: 0px 0px 10px 0px;
}

/*
 *
 *	Home
 *
*/


#home-content-left {
	width: 667px;
	margin: 30px 30px 30px 50px;
	/*Remove These*/
	/*background-color: #999999;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	text-align: center;*/
	/*End Remove*/
	//float: left; /* IE FIX */
}

#home-content-right {
	margin-right: 50px;
	/* margin: 30px 70px 30px 267px; */
	float: right;
	width: 316px;
}

#content-right {
	margin: 30px /*74px*/70px 30px 267px;
	float: right;
	width: 316px;
}

#content-left {
	width: 207px;
	margin: 30px;
	height: 200px;
	/*Remove These*/
	/*background-color: #999999;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	text-align: center;*/
	/*End Remove*/
	//float: left; /* IE FIX */
}



/*
 *
 *	Portfolio
 *
*/

#portfolio-detail-left {
	width: 375px;
	//float: left; /* IE FIX */
	margin: 10px;
}

#portfolio-detail-right {
	width: 170px;
	margin: 0px;
	float: right;
}

#portfolio-detail-carousel {
	/*position: relative;
	left: 10px;*/
}


#portfolio-detail-main {
	width: 600px;
	
}

#portfolio-detail-header {
	width: 550px;
	margin: 10px;
}

.portfolio-main-img {
	border: solid 1px #999999;
	margin-bottom: 8px;
}

.portfolio-selected-img {
	border: solid 1px #ff0000;
}

#portfolio-left {
	//margin: 10px;
	margin: 10px 440px 10px 10px;
	width: 300px;
	display: inline;
	background-color: #ffffff;
}

#portfolio-right {
	width: 430px;
	margin: 10px;
	float: right;
	background-color: #ffffff;
}


a.portfolio-link {
	text-decoration: none;
	color: #9c737d;
}
a.portfolio-link:hover {
	text-decoration: underline;
	color: #000000;
}
img.portfolio-thumb {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: .6;
}
img.portfolio-thumb:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}


/* Generic */
#generic-content {
	margin: 15px;
	width: 730px;
	min-height: 300px;
}

/* Anonymous Upload form  (in a popup) */

#anonform-content {
	margin: 25px;
	width: 450px;
}


/* Company Page */
#company-left {
	float: left;
	width: 200px;
	margin-left: 30px;
}

#company-right {
	float: right;
	width: 470px;
	margin-right: 10px;
}

/* Contact Page */
#contact-left {
	//margin: 10px;
	margin: 10px 420px 10px 10px;
	width: 300px;
}

#contact-right {
	width: 400px;
	margin: 10px;
	float: right;
}

#contact-content {
	margin: 10px;
	width: 760px;
	min-height: 300px;
}


	
