@charset "UTF-8";
/* CSS Document */

body {
background-color:#333;
}

#holder{
width:800px;
height:620px;
margin:auto;
/*background:url(buttons%20&%20graphic%20files/bgGradient.jpg) repeat-x;*/
}

#homeContent{
height:620px;
background:url(graphix/mainBG.png) no-repeat;
}

#homeMenu{
position:relative;
float:right;
margin-right: 40px;
margin-top:100px;
}

.mainMenuItem {
margin:4px 0px;
}

#homeLink{
height:145px;
width:185px;
background:none;
margin-top:-145px;
}

#content{
margin:auto;
width:868px;
height:620px;
background:url(graphix/bg/bgGradBar.png) repeat-x;
background-color:#FFF;
overflow:hidden;
}

#column1, #column2, #column3{
height:620px;
}

#column1{
width:195px;
float:left;
}

#column2{
width:15px;
float:left;
margin-top:10px;
}

#column3{
width:658px;
float:left;
background:url(graphix/bg/column3BG.gif);
}

h1{
background:url(graphix/bg/logoHeader.png);
margin:0px;
margin-top:1px;
height:145px;
text-indent:-9999px;
}

ul{
padding:0px;
margin:-2px;
margin-top:20px;
}

ul li{
list-style:none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-align:center;
color:#fff;
}

#column1 ul li{
margin:-10px 10px 10px 10px;
padding:0px 5px 8px 5px;
height:38px;
width:170px;
}

a{
text-decoration:none;
}

a:hover{
font-size:110%;
}

ul li a{
color:#fff;
display:block;
padding:10px 5px 8px 5px;
}

#column1 li:hover a{
font-size:110%;
}

#column2 h2 {
padding:0px;
margin:0px;
width:20px;
text-indent:-9999px;
}

#column2 .dots{
height:1500px;/*Just a large number*/
}

#column3 ul li{
float:left;
}

#mainContent{
width:610px;
height:500px;
padding: 5px 20px;
}

#contentColumn1, #contentColumn2{
width:44%;
float:left;
padding:10px 15px;
background-color:#CCC;
}

#sideBar{
padding:10px;
}

#sideBar .sidebarLink{
color:#333;
}

h3 {
font-variant:small-caps;
font-family:"Times New Roman", Times, serif;
font-size:13px;
margin-top:0px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

ul li.tooLong{
font-size:10px;
}

ul li.tooLong a{
padding:0px;
padding-top:3px;
}

#mainContent2 ul li{
text-align:left;
float:none;
list-style:disc;
color:#000;
margin-left:1.5em;
margin-bottom:.2em;
}