@charset "utf-8";
body {
	font: 100% "Helvetica";
	background: #FFFFFF;
	margin: 2px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.clearing {
/* removed for the IE6 Problem */
    /* height:0px; */
	clear: both;
}

@media print {
  body { display: block; margin: 0; padding: 0; border: none }
}

/*----------------------------------------------------------------------
                       FONTS
-------------------------------------------------------------------------*/

@font-face {
  font-family: "Helvetica";
  src: url(../Styles/Helvetica.ttf) format("truetype");
}


/*----------------------------------------------------------------------
                       LOGO
-------------------------------------------------------------------------*/
.logo_image{
	background-image: url(../images/home_logo.png);
	background-position: center center;
	height: 126px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 2em;
}

/*----------------------------------------------------------------------
                       MENU HOME
-------------------------------------------------------------------------*/

.menu_center{
	margin-top: 2em;
	width:auto;
	}

img.menufloatright { 
padding: 2px; margin: 0 7px 2px 50%; display: inline; float: left; 
}



/*----------------------------------------------------------------------
                      RESUME
-------------------------------------------------------------------------*/

img.typewriter{

padding: 0px; margin: 0px 2px 2px 0px; display: inline;  
}

.right_container{
	width:222px;
	height:191px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.text_desc_res{
	font: 90%/1.5em "Helvetica";
}

.text_desc_res a{
	text-decoration: none;
	color: #000000;

}

.text_desc_res a:hover{
text-decoration: none;
color: #8CBDD4;
}

/*----------------------------------------------------------------------
                       TEXT TYPES
-------------------------------------------------------------------------*/
.titles_cap{
    font: bold 0.88em/1.5em "Helvetica";
	text-transform: uppercase;
	color: #8CBDD4;
	padding-left:10px;

}

.titles_cap a{
text-decoration: none;
color: #8CBDD4;

}

.titles_cap a:hover{
	text-decoration: none;
	color: #000000;

}

.text_desc{
	font: 0.90em/1.5em "Helvetica";
	padding-left:10px;
}

.text_desc a{
	text-decoration: none;
	color: #000000;
}

.text_desc a:hover{
	text-decoration: none;
	color: #8CBDD4;
}

.text_desc_blue{
	font: 0.90em/1.5em "Helvetica";
	color: #8CBDD4;
	padding-bottom:3px;
}

.text_desc_blue a{
	color: #8CBDD4;
	text-decoration:none;
}

.text_desc_blue a:hover{
	color: #000000;
	text-decoration:none;
}

.reel_desc{
	font: 0.75em/1.5em "Helvetica";
	color: #8CBDD4;

}


.titles_cap_reel{
	font: bold normal 1em "Helvetica";
	color: #8CBDD4;
	padding-left:10px;
	text-transform: lowercase;
}

.quicktime{
	font: 0.75em "Helvetica";
	color: #000000;
	text-align:center;
	
}
/*----------------------------------------------------------------------
                       BOTTOM OF THE PAGE
-------------------------------------------------------------------------*/

.contact{

	background: #FFFFFF url(../images/home_contact_box.jpg) no-repeat left top;
	width: 345px;
	height: 122px;
float:left;

}

.cmenu{
	font: 90%/1.5em "Helvetica";

}
.cmenu a{
color:#8CBDD4;
text-decoration:none;
}

.cmenu a:hover{
color:#000000;
text-decoration:none;


}



.contact #textinfo{
margin:5px;
font-size: 12px;
padding-left:20px;
padding-top:10px;

}

.address{
	font: 90%/1.5em "Helvetica";
	text-align: center;
	width: 400px;
	display:table;
}

.eaddress{
	font: 90%/1.5em "Helvetica";
	text-align: center;
	width: 400px;
	display:table;
}

.eaddress a {
text-decoration:none;
color:#000000;

}

.eaddress a:hover{
text-decoration:none;
color:#8CBDD4;

}

.bottom_home{
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.copyright_info{
	font-size: 12px;
	color: #015587;
	padding:10px;
	text-align:center
}