@import 'blueprint/screen.css';

.container {
	/* change width here if you want a narrower layout; blueprint default is 950px */
    width : 950px;
    background-image : url(/images/clark_county_repeat.png);
    background-repeat : repeat-y;
    
}

/* ELEMENTS */
body {
    font-size : 10pt;
    font-family : tahoma, arial, helvetica, sans-serif;
}
/* CLASSES */
img.left {
	float : left;
	margin : .5em .5em .5em 0;
}
img.topleft {
	float : left;
	margin : 0 .5em .5em 0;
}
img.right {
	float : right;
	margin : .5em 0 .5em .5em;
}
img.topright {
	float : right;
	margin : 0 0 .5em .5em;
}

/* NAMED DIVS AND THEIR DESCENDANTS */
#header {
    background-image : url(/images/clark_county_header950.png);
    background-repeat : no-repeat;
    height : 203px;
    width : 950px;
}


#main{
    min-height : 450px;
    background-image : url(/images/clark_county_body_top.png);
    background-repeat : no-repeat;
    background-position : 0 0;
    padding-bottom : 10px;
    width : 950px;
}

#left{
    margin-top : 20px;
}
#leftContent{
    padding : 0 0 0 33px;
    
}
#address_area {
    padding-top : 10px;
    padding-left : 25px;
    color : #292a86;
    
}
.doo_hickey_div {
    padding-bottom : 10px;
    font-size : .8em;
    font-weight : bold;
}
.left {
    background-image : url(/images/clark_county_left_menu_doo.png);
    background-repeat : no-repeat;
    background-position : 0 100%;
}
.right {
    background-image : url(/images/clark_county_right_menu_doo.png);
    background-repeat : no-repeat;
    background-position : 100% 100%;
}
.doo_hickey_div a {
    text-decoration : none;
    color : #3B3DBF;
}
.doo_hickey_div a:hover {
    color : #000;
}
.menu{
    padding-left : 25px;
    display : block;
    color : #3B3DBF;
    cursor : pointer;
}
.submenu {
    display : block;
    color : #3B3DBF;
    cursor : pointer;
    margin-left : 35px;
}
#center{
    margin-top : 20px;
    width : 670px;
}
#centerContent {
    padding-left : 10px;
    padding-right : 35px;
    
    
}
#centerMain {
    margin-top : 2px;
    float : left;
    width : 493px;
}
#centerMain2 {
    margin-top : 2px;
    float : left;
    width : 670px;
}
#centerMainContent {

}
#centerRight {
    
    float : left;
    width : 170px;
}
#centerRightContent {

}
#footer {
    
    background-image : url(/images/clark_county_footer.png);
    background-repeat : no-repeat;
    background-position : 100% 100%;
    
    width : 950px;
    padding-bottom : 30px;
}
#footerContent{
    padding-left : 60px;
    padding-right : 50px;
}

#visitors{
    color : #292a86;
    padding-left : 25px;
    font-weight : bold;
}
