/* CSS Document */

/* structural divs */

* {
margin:0;
padding:0;
}

body {
font-family:Tahoma, Verdana, sans-serif;
font-size:11px;
}



#main {
background-color:#ffffff;
border:5px solid #ffffff;
background-image:url(../images/bgLeft.jpg);
background-position:left;
background-repeat:repeat-y;
max-width:900px;
width:expression(document.body.clientWidth > 900? "900px": "auto" );
}

#footer {
display:none;
}

#left {
display:none;
}

#menu {
width:115px;
float:left;
padding:13px;
padding-left:7px;
padding-top:0px;
}

#content {
margin-left:120px;
padding-top:30px;
padding-bottom:20px;
background-image:url(../images/bgContent2.jpg);
background-position:bottom right;
background-repeat:no-repeat;
font-family:"Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

#content2 {
background-image:url(../images/bgContent.jpg);
background-position:top right;
background-repeat:no-repeat;
margin-top:-30px;
padding:20px;
line-height:130%;
padding-bottom:55px;
}



/*global values */

p {
margin-top:1.2em;
margin-bottom:1.2em;
line-height:130%;
}

/* menu */

#menu ul ul {
margin-left:5px;
padding-top:10px;
}

#menu ul {
padding-right:1px;
}

#menu ul li {
display:block;
padding-left:6px;
border-bottom:1px dotted #AEAEAE;
padding-top:10px;
padding-bottom:10px
}

#menu ul li.active {
background-image:url(../images/bgLeftActive.jpg);
background-position:left;
background-repeat:repeat-y;
}


#menu a:hover {
text-decoration:underline;
}


#menu ul li li {
border-top:none;
border-bottom:none;
padding-top:5px;
padding-bottom:5px;
padding-right:4px;
}

#menu ul li a {
text-decoration:none;
color:#000000;
display:block;
}

#menu li li a {
text-decoration:none;
color:#012A9E;
}

/* content styles */
#content {
color:#111111;
font-size:12px;
padding-bottom:30px;
}


#content h5{
margin-top:20px;
}
#content object {
margin-bottom:20px;
}



#content ul {
margin-bottom:15px;
margin-top:15px;
}

#content li {
margin-left:15px;
list-style-type:none;
background:transparent url(../images/bullet.jpg) no-repeat;
padding:10px;
padding-left:25px;
padding-top:5px;
}

blockquote {
text-indent: 25px;
background: url(../images/quotes1.png);
background-position: 0 2px;
background-repeat: no-repeat;
margin-bottom:15px;
margin-left:10%;
margin-right:10%;
}

blockquote p {
font-size:1.3em;
font-family:Trebuchet MS, Tahoma, sans-serif;
display: inline;
margin: 0;
padding-right: 24px;
background: url(../images/quotes2.png);
background-position: bottom right;
background-repeat: no-repeat;
line-height:130%;
border:1px solid #000000;
}

form {
background-image:url(../images/bgForm.jpg);
background-position:top;
background-repeat:repeat-x;
width:75%;
border:1px solid #000;
}

form label {
color:#FFFFFF;
float:left;
width:25%;
text-align:right;
margin-right:1em;
}



/*--------------------footer styles---------------------------------*/
#footer {
color:#FFFFFF;
}

#footer li
{
display:inline;
color:#fff;
padding:0px;
margin:0px;
padding-left:8px;
padding-right:8px;
float:left;
border-left:1px solid #fff;
}

#footer a
{
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#footer .firstItem
{
padding-left:0px;
border-left:none;
}








