body {
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
}
p {
	margin:0;
	padding:0;
}

#container {
	width:797px; 
	margin:0px auto;
}

/* estilos HEADER */

#header {
	text-align:center;
	padding-top:20px;
}

#header .menu {
	background:#004B74;
	padding:20px 0;
	margin-top:20px;
}

#header .menu ul {
	margin:0;
	padding:0;
}

#header .menu ul li {
	display:inline;
	list-style-type:none;
	font-size:10px;
	margin:0 20px;
	color: #D3B037;
}
.highlight_text {
	color: #004B74;
	font-weight: bold;
}


#header .menu ul li a {
	text-decoration:none;
	color:#fff;
	padding-bottom:16px;
}

#header .menu ul li a:hover {
	color:#D1AC1E;
	border-bottom:solid 4px #D1AC1E;
}

/* estilos BODY */

#main .photo {
	border-bottom:solid 7px #D1AC1E;
}

#main .intro {
	float:left;
	width:455px;
	padding-left:15px;
	margin:30px 0;
}
#homeimage {
	float:left;
	padding-left:30px;
	margin:30px 0;
}

#main  h1  {
	margin:0;
	color:#004B74;
	font-size:14px;
}

#main  h2  {
	margin:0 0 10px 0;
	color:#004B74;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}

#main .text-bold  {
	font-weight:bold;
}


#main .link-tit  {
	font-weight:bold;
	text-decoration:none;
	color:#004B74;
}

#main .link-tit:hover  {
	color:#666;
}


/* estilos FOOTER */

#footer {
	clear:both;
	background:#004B74;
	text-align:center;
	padding:8px 0;
	color:#fff;
	font-size:10px;
	position: relative;
	height: 30px;
}
#footer_copyright {
	position: absolute;
	left: 13px;
	top: 28px;
}

#main .contact {
	float:left;
	width:455px;
	padding-left:15px;
	margin:30px 0;
}

#contactusimage {
	float:left;
	padding-left:30px;
	margin:30px 0;
}

#main .awards {
	float:left;
	width:455px;
	padding-left:15px;
	margin:30px 0;
}
#awardsimage {
	float:left;
	padding-left:30px;
	margin:30px 0;
}

#main .portfolio {
	margin:30px;
	padding-left:0px;
	background-repeat: no-repeat;
}
.portfolio_frame {
	position: relative;
	width: 150px;
	margin: auto;
}
.portfolio_photo {
	height: 100px;
	width: 150px;
	border-top-width: 2px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004B74;
	border-bottom-color: #D1AC1E;
	padding-top: 2px;
	padding-bottom: 2px;
}
.portfolio_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004B74;
	padding-top: 10px;
	text-align: center;
	background-color: #F2F2F2;
	padding-bottom: 10px;
}
.portfolio_title a {
	color: #004B74;
	text-decoration: none;
}
.portfolio_title a:hover {
	color: #D1AC1E;
	text-decoration: none;
}
#gallery_bigphoto {
	position: relative;
	left: 300px;
}

#main .who {
	float:left;
	width:455px;
	padding-left:15px;
	margin:30px 0;
}

#whoimage {
	float:left;
	padding-left:30px;
	margin:30px 0;
}

#main .projects {
	margin:0 30px 30px 30px;
	float:left;
	width:737px;
	border-top:solid 1px #004B74;
	padding-top:15px;
}

#main .projects p {
	margin:0 0 10px 0;
}

#footer_imc {
	width: 778px;
	position: relative;
	margin-top: 3px;
}
#imc_logo {
	position: absolute;
	left: 749px;
	top: 16px;
}


#IMC_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: absolute;
	left: 541px;
	top: 28px;
}
#IMC_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#IMC_footer a:hover {
	color: #D1AC1E;
	text-decoration: none;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #004B74;
	padding-top: 5px;
	padding-bottom: 15px;
}
#mainContent {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D1AC1E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#mainContent iframe {
	border:none;
} 
 
.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;
}
#footer_nav {
	position: absolute;
	left: 178px;
	top: 7px;
}

#footer_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footer_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #D1AC1E;
	text-decoration: none;
}

