@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
/*	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 955px; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}

.oneColFixCtr #mainContent {
	padding: 150px 0 0 0;
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/masthead.jpg);
}
.title_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10em;
	color: #FF9900;
	align: center;
/*	text-align: center;*/
}

h1 {
	font-size: 4em;
	line-height: 1em;
}
h2 {
	font-size: 1.5em;
	margin-top: 50px;
	line-height: 1em;
}
h3 {
	color: #FF9900;
	padding: 0;
	margin: 0;
}
p {
	margin-top: 5px;
}

#right {
	float: right;
	width: 445px;
	padding: 40px 10px 0 20px;
}
#left {
	float: left;
	width: 445px;
	padding: 40px 10px 0 20px;
}

#contact {
	float: left;
	width: 445px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}





/* Navigation Bar in top of mainContainer */

#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	font-color: #93B4D3;
	margin: 0;
	width: 940px;
	height: 30px;
	background-color: #333333;
	padding: 5px 0 0 15px;
}


#topNav ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#topNav ul li {
	display: inline;
}

#topNav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none; /* removes underline from links */
	float: left;
	padding: 0 15px 0 0;
}

#topNav ul li a:hover {
	color: #FF9900; /* roll-over/ mouse-over  color */
}


/*Floats*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footerTxt {	font-size: 0.7em;
	line-height: 3em;
	letter-spacing: 0.15em;
}
.portfolioContent {
	float: left;
	padding: 20px;
	/*border: 1px solid #CCCCCC;*/
	margin: 10px;
	background-color: #333333;
	width: 895px;
}
.portfolio_ul {
	list-style-type: square;
	list-style-position: inside;

}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 20px;
}
   
