/* CSS Document */

/***********************************************/
/* General Template Layout Styles              */
/***********************************************/ 

body {
background:#c3cbd7 url(/images/bg1.gif) top left repeat-x;
margin:0;
padding:0;
color:#111111;
font-family:Arial,Helvetica,sans-serif;
}

#wrap {
background:transparent url(/images/bg2.gif) bottom left repeat-x;
padding:20px 20px 12px 20px;
}

#view {
text-align:center;
}

#footer{
clear:both;
text-align:left;
font-size:10px;
color:#444e5d;
}

.header{
clear:both;
float: left;
text-align:left;
font-size:10px;
padding: 20px;
_padding:5px;
}

.header img{
float: left;
}

/***********************************************/
/* Letter Look style                           */
/***********************************************/ 

#letter1 {
width:750px;
margin:0 auto;
background:#ffffff url(/images/letter1.gif) top left repeat-x;
}

#letter2 {
background:transparent url(/images/letter2.gif) bottom left repeat-x;
}

#letter3 {
background:transparent url(/images/letter3.gif) top left repeat-y;
}

#letter4 {
background:transparent url(/images/letter4.gif) top right repeat-y;
}

#letter5 {
background:transparent url(/images/letter5.gif) top left no-repeat;
}

#letter6 {
background:transparent url(/images/letter6.gif) top right no-repeat;
}

#letter7 {
background:transparent url(/images/letter7.gif) bottom left no-repeat;
}

#letter8 {
background:transparent url(/images/letter8.gif) bottom right no-repeat;
padding:48px 30px;
}

/***********************************************/
/* Content Layout Divs                         */
/***********************************************/

#navBar{
margin: 25px 70% 0 0;
padding: 0px;
background-color: #eeeeee;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#content{
float:right;
width: 65%;
text-align:justify;
margin: 20px 0 0 0;
padding: 0 3% 0 0;
}

#Quotes{
margin: 25px 70% 0 0;
padding: 0px;
font-size: 80%;

}

#main{
clear: both;
width: 690px;
text-align:right;
font-size: 220%;
color:  #0071B9;
height: 148px;
padding: 5px;
margin: 30px 0 0 0;
_margin: 30px 0 0 0;
background: transparent url(/images/MainPic.jpg);
background-repeat:repeat-x;
}



/***********************************************/
/* BreadCrumb Styles                           */
/***********************************************/

#breadCrumb{
font-size: 80%;
text-align:right;
padding: 5px 0px 5px 10px;
}

/***********************************************/
/* Side Navigation Styles                      */
/***********************************************/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks{
display: block;
position: relative;
margin: 0px;
padding: 0px;
border: 1px solid #cccccc;
font-size: 90%;
}

#sectionLinks h3{
padding: 10px 0px 2px 10px;
}

#sectionLinks a {
display: block;
padding: 3px 0px 2px 10px;
border-top: 1px solid #cccccc;
text-align:left;
width: 100%;
width: auto;
text-decoration: none;
}

#sectionLinks a:visited{
border-top: 1px solid #cccccc;
padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
border-top: 1px solid #cccccc;
background: #dddddd url(/images/MenuActive.png);
padding: 2px 0px 2px 10px;
}


/***********************************************/
/* CSS Drop Menu styles                        */
/***********************************************/ 

#menu {
clear:both;
padding:0;
width: 718px;
height:36px;
margin: 30px -34px -20px -14px;
_margin: 30px -14px -20px -14px;
background: transparent url(/images/Menu.gif);
background-repeat:repeat-x;
}

#nav, #nav ul {

float:left;
list-style: none;
padding: 0px;
margin: 0;
font-size:12px;
font-family: 'trebuchet ms',arial,verdana,sans-serif;
}

#nav a {
display: block;
width: 82px;
color: #0071B9;
text-decoration: none;
padding: 4px;
font-family: 'trebuchet ms',arial,verdana,sans-serif;
text-align: center;
border-right: 1px solid #666666;
}


#nav li {
float: left;
padding: 0;
width: 90px;
margin-right: 0px;
font-family: 'trebuchet ms',arial,verdana,sans-serif;
}

#nav li ul {
position: absolute;
left: -1000px;
height: auto;
width: 140px;
border: 1px solid;
margin: 0;
}

#nav li li {
width: 140px;
font-size:11px;
padding: 0;
margin:0;
}

#nav li ul a {
width: 130px;
height: auto;
font-size:11px;
padding: 5px;	
font-family: 'trebuchet ms',arial,verdana,sans-serif;
text-align: left;

}

#nav li ul ul {
margin: 0 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
background: #dddddd url(/images/MenuActive.png);
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
background: white;
}

#nav li:hover, #nav li.sfhover {
background: #dddddd url(/images/MenuActive.png);
left: auto;
}