﻿/* Default Stylesheet */

/* >>> ELEMENTS <<< */

*
{
	margin: 0;
	padding: 0;
}
body
{
	background-image: url(../images/mynoltebg.jpg);
	background-repeat: repeat-x;
	background-color: #231F20;
	font-family: "Arial" , "Tahoma" , "MS Sans Serif" , sans-serif;
	font-size: 75%;
	text-align: center;
}

#footer
{
	background-image: url(../images/mynoltecontainerfooter.jpg);
	width: 800px;
	height: 20px;
	background-repeat: no-repeat;
	background-color: black;
	margin: 0 auto;
}


/* >>> CONTAINERS <<< */
div#container
{
	width: 800px;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: black;
	background-image: url(../images/mynoltecontainerbg.jpg);
	clear:both;
}

div#header
{
	/*background-image: url(../images/mynolteheader.jpg);*/
	background-image: url(../images/CREHeaderSingleImage.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: auto;
	padding: 0px;
	color: inherit;
	background-color: #fff;
	height: 400px;
	width: 790px;
}


div#center
{
	float: left;
	width: 500px;
	height:500px;
	color: inherit;
	background-color: #E8E8E8;
	/*border: solid #BFBFBF;
	border-width: 0 2px 2px 0;*/
	margin-left:20px;	
}

div#content
{
    width:500px;
    text-align:left;
    padding-top:10px;
    padding-bottom:10px;
    margin:auto;
}

/*#menu li
{
    list-style-type: disc;
}*/

div#content ul
{
    padding-left:50px;
    width:400px;
}

div#content ul li
{
    padding-left:5px;
    padding-bottom: 5px;
    padding-top: 5px;
    list-style-type:none;
}

div#left
{
	float: left;
	width: 200px;
	color: inherit;
	background-color: #fff;
	border: solid #eee;
	border-width: 0 2px 2px 0;
}

div#navbardiv
{
    position:relative;
    top:260px;
}


/* NAVIGATION */
ul#navbar
{
	position: relative;
	top: 95px;
	height: 30px;
}
ul#navbar li
{
	display: inline;
	padding: .25em 1em;
	list-style: none;
	text-align: left;
	margin: 0;
}
ul#navbar li a
{
	text-decoration: none;
	font-family: Helvetica;
	color: White;
}
ul#navbar li a:hover
{
	color: #6495ED;
}