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

* {
	/* margin:0; */ 
padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */


/* POSITIONING */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #E4E8EA;
	background-image: url(../images/global/body-bg.gif);
	background-repeat: repeat-x;
}

div { 
text-align:left;} /* this will make all text default to left within div containers */

#containerShowcase {
	width:955px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/main-bg-showcase.gif);
	background-repeat: no-repeat;
}
#containerPortfolio {
	width:955px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/main-bg-portfolio.gif);
	background-repeat: no-repeat;
}
#container {
	width:955px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/main-bg.gif);
	background-repeat: no-repeat;
}
#mainNav {
	width:856px;
	margin-left: 10px;
}
#portNav {
	margin-left: 53px;
	margin-top: 12px;
}
#mainContent {
	margin-left: 50px;
	height: 333px;
}
#mainContentPortfolio {
	margin-left: 50px;
	height: 426px;
}
#portfolio {
	margin-left: 58px;
	margin-top: 30px;
}
#footer {
	width:955px;
	color: #596a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 60px;
}

/* LINKS */

a:link {
	color: #596a75;
	text-decoration: none;
}
a:visited {
	color: #596a75;
	text-decoration: none;
}
a:hover {
	color: #596a75;
	text-decoration: underline;
}
a:active {
	color: #596a75;
	text-decoration: none;
}
a.body {
	color: #FFFFFF;
}
a.body:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.body:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.body:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.body:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* GLOBAL STYLES */

.img {
	border:none;
}
.inputText {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
input.submit {
	width: 100px;
	height: 25px;
	font-size: 100%;
	font-weight: bold;
	background: #d06f1a;
	padding: 2px;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.subText {
	font-size: 10px;
}
.bodyPortfolio {
	background-color: #E4E8EA;
	background-image: url(../images/global/body-bg-portfolio.gif);
	background-repeat: repeat-x;
}
