/*
#006699 - Ocean Blue
#3399FF - Light Blue
*/

body 
{
	background:White url('./Images/Layout/BGGrayGradient.png') repeat-x;
}

/* Menu */
a.Menu
{
    text-decoration:none;	
    color: White;  
    font-weight: bold;
}

.imgResize1
{
	padding:0;
    width:72px;
    height:40px; 
    vertical-align:middle;
    position:relative;
    top:0;
}

.imgResize2 
{
	padding:0;
    width:128px;
    height:40px; 
	vertical-align:middle;
	position:relative;
	top:0;
}

.imgResize3 
{
	padding:0;
    width:180px;
    height:40px; 
    vertical-align:middle;
    position:relative;
    top:0;
}
    
/* Menu - Pseudo Classs*/
a.Menu:hover 
{
    text-decoration:none;	
    color: #3399FF; /* Light Blue*/
    font-weight: bold;
}

/* Thumbnail Project */
a.ThumbnailProject
{
	text-decoration:none;
}

img.ThumbnailProject
{
	border-color: maroon; 
	border-style: solid; 
	border-width: 1px;
	width: 50px;
	height: 50px;
}

/* ProjectMenu */
a.ProjectMenu
{
	text-decoration:none;
}

img.ProjectMenu
{
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
	width: 80px;
	height: 50px;

}

div.ProjectMenu
{
	border-width: 2px; border-style:solid; border-color: #514437;
	padding: 15px 25px 10px 25px;
	height: 120px;
}

div#container 
{
	background-color:#333333;
	margin: 0 auto;
	padding:5px 5px 5px;
	height: auto;
	width:760px;
}

div#header 
{
	background-color: White;
    padding:20px 40px 0 40px;
    height: auto;
}
 
div#menu {
	background-color: #006699;
	background-image: url('./Images/Layout/MenuBGGradient.png');
	background-repeat:no-repeat;
	background-position: right;
}  

div#submenu {
	padding: 0px 40px 0px 35px;
}  


div#content {
	background-color: White;
    padding: 20px 40px 0 40px;
    height: auto;
}  

div#footer {
	background-color: White;
    padding:20px 38px 10px 40px;
    height: auto;
} 


