/* top elements */
* { margin: 0; padding: 0; outline: 0; } /*sets no padding or margin around the body of our document */

body {
background-color:#cccccc;
color: #333333;
padding:0;
margin:0;
font-family: Verdana, Tahoma, arial, sans-serif;
font-size: 12px;
line-height: 1.5em; /* sets the height between each line of text.*/
}

/*************************************************
WEBSITE LAYOUT
*************************************************/

#wrap {
width:1000px;
background-color:#dcdcdc;
margin: 0 auto;
height:655px;
text-align: left; 
}
#content-wrap {
clear: both;
width:1000px; /*width of our wrap*/
margin:5px auto;
padding: 0;
}

#header {
position: relative;
width:100%;
height: 229px;
background: #caced1 url(images/header.png) no-repeat center top;
padding: 0;
}

/*************************************************
WEBSITE NAVIGATION
*************************************************/

#menu {
clear: both;
height:35px;
width:1000px;
font-family: Franklin Gothic;
line-height: 40px;
position:relative;
top:-37px;
}

#menu ul {
float: left;
list-style: none;
margin-left:280px;
}
#menu ul li {
display: inline; 
}
#menu ul li a{
display: block;
float: left;
color:#000000;
text-decoration: none;
text-align:center;
}

#menu ul li a:hover {
color:#000000;
}

/*************************************************
WEBSITE NAVIGATION
*************************************************/

/********************************************
MAIN COLUMN
********************************************/
#main {
float: right; /*floats our main content area to the right*/
width: 578px; /*gives our content area a width of 555pixels*/
display: inline;
color:#ffffff;
margin-top:-20px;
padding:10px;
padding-top:15px;
height:355px;
background:#818181 url(images/mainTop.jpg) no-repeat top;
position:relative;
left:-95px;
overflow:auto;
}



#main h1 {
padding: 0;
margin-bottom: 0;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 180%;
font-style: normal;
font-weight: bold;
}
#main h2 a {
color: #2666c3;
text-decoration: none;
}



/********************************************
SIDEBAR
********************************************/
#sidebar {
float: left;
width: 190px;
height:380px;
padding: 10px;
color: #ffffff;
margin-top: -20px;
margin-left:60px;
background-image:url(images/sidebar.png);
background-repeat:no-repeat;
padding-top:50px;

}


#sidebar h2 {
margin: 15px 5px 10px 5px;
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
color: #ffffff;
}
#sidebar p {
margin-left: 5px;
}

#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 7px 10px 8px 0; padding: 0;
text-decoration: none;
border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
list-style: none;
padding: 4px 0 4px 5px;
margin: 0 2px;
color: #333333;
border-bottom: 1px solid #D2E8F7;
}
* html body #sidebar ul.sidemenu li {
height: 1%;
}
#sidebar ul.sidemenu li a {
text-decoration: none;
color: #FF0000;
}
#sidebar ul.sidemenu li a:hover {
color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/********************************************
FOOTER
********************************************/
#footer {
color: #333333;
background-color: #000000;
clear: both;
width: 990px;
height: 34px;
text-align: right;
font-size: 90%;
position:relative;
top:-40px;
padding-right:10px;
padding-top:2px;}

img
{
border:none;}

#footer p {
padding: 10px 0;
margin: 0;
}
#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover
{
color:#ffffff;}

a
{
color:#ffffff;
text-decoration:none;}

a:hover {
color: #ffffff;
text-decoration: underline;
}



/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/********************************************
WEBSITE TEXT HEADERS
********************************************/
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {
font-size: 180%;
font-weight: normal;
color: #555;
}
h2 {
font-size: 160%;
color: #88ac0b;
font-weight: normal;
}
h3 {
font-size: 135%;
color: #666666;
}

/********************************************
WEBSITE IMAGES
********************************************/

ul, ol {
margin: 5px 15px;
padding: 0 25px;
}
