
body {
	padding: 0px;
	margin: 0px;
	background: white url(images/background.jpg) repeat-x top left;
	color: #666666;
	font-weight: 500;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#contactFooter {
    clear: left;
    float: left;
    width: 220px;
    margin-top: 10px;

}

#contactFooter .phone {
    margin-top: 20px;
}

#contactFooter .email {
    margin-top: 5px;

}

div#pageContent {
    clear: left;
    float: left;
    width: 220px;
    display: none;
}


#flashcontent {
    float: left;
    z-index: 1;
}

#leftContent {
    vertical-align:  bottom;
    margin-top: auto;
    margin-bottom: auto;
}

#main {
	width: 990px;
	height: 577px;
	text-align: left;
	position: absolute;
	left: -490px;
	top: -288px;
}


#content { 	
	position: absolute;
	top: 50%; 
	left: 50%; 
}

/* Cotact Page Layout */
div#contact {
  padding-top: 10px;
  display: none;
}

div#contact .phone {
    width: 150px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#contact .email {
    padding-bottom: 15px;
}


/* Menu */
div#menu {
    width: 150px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666666;
}

div#submenu {
    width: 150px;
}

div#submenu a {
    font-size: 18px;
}

div#menu ul, div#submenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    width: 120px;
}

div#menu ul a:hover, div#submenu ul a:hover {
    color: #01aed9;
    text-decoration: none;
}

div#menu ul li.active a, div#submenu ul li.active a {
    color: #01aed9;
}

div#leftContainer  {
    float: left; 
    width: 220px; 
    height: 420px; 
}

div#leftContainer.portfolio {
    padding-top: 170px;
    
}
div#leftContainer.home {
    padding-top: 260px;
} 

div#leftContainer.contact {
    padding-top: 100px;
}

div#leftContainer.about{
    padding-top: 40px;
}

div#flashcontent.about {
    margin-top: 120px; 
}

div#flashcontent.home
{
    margin-top: 110px;    
}

div#flashcontent.contact  {
    margin-top: 90px; 
}