/*   CSS FILE    */
/*  View2Do.com  */
/*   Layout By   */
/* Laura Seletos */


/*Top Banner*/
#header
{

	width: 100%;
	height: 100px;
	background-image:url(shadowColor.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 20px;
	position:fixed;
	top: -53px;
	left: -45px;	
}

/*Logo Container*/
#logo
{
	width: 145px;
	background-image:url(view2do-logo.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 20px;
	position:fixed;
	top: -10px;	
	left: 28px;
}
#logoContainer
{
	width: 232px;
	height:242px;
	position:fixed;
	background-position:left;
	top: -20px;	
	left: 1px;
}

/*Main Container - Body*/
#container
{
	width: 60%;
	margin-top:50px;
}
#content
{
	clear: right;
	float: right;
	width: 80%;
	padding: 5px;
	margin: 0 0 0 10px;
	display: inline;
}

#content ul ol li
{
	margin-bottom:10px;
}

#TEXT-content-container
{
	width: 80%;
	top: 25px;
	margin-left:210px;

}
body 
{
	background:#e7e5e5;
}

/*Main Container - Body-TEXT*/
BODY,td 
{
	font-family: arial,sans-serif;
	TEXT-DECORATION: none;
	font-size:15px;
}
h1 
{
	font-family: 'Lora', serif;
	text-align: center;
	size:1.8em;
	color: #0099FF;
}
h2
{
	font-family: 'Lora', serif;
	text-align: l;
	size:1.4em;
	color: #37a92b;
}
h3
{
	font-family: 'Lora', serif;
	text-align: center;
	font-size:101%;
	color:#1f80da;

}


/*TOP-Dropdown Menu Container*/
#menuContainer
{
	width: 100%;
	background-position:left;
	position:fixed;
	top: 14px;
	left: 250px;
}


ul 
{
	font-family: 'Lora', serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li 
{
    display: block;
    position: relative;
    float: left;
}
li ul 
{
    display: none;
}
ul li a 
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
}
ul li a:hover 
{
background: #0099FF;
}
li:hover ul 
{
    display: block;
    position: absolute;
}
li:hover li 
{
    float: none;
    font-size: 12px;
}
li:hover a 
{ 
background: #0099FF; 
}
li:hover li a:hover 
{
    background: #117FBC;
}


/*Footer Container*/
#footer
{
	background-image:url(bottom.png);
	clear: both;
	padding: 20px;
	height: 1%;
	width:540px;
	bottom: 12px;
	left: 250px;
	text-align: center
}

#navigation
{
	float: left;
	width: 1150px;
	background: #333;
}
#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

