@import 'blueprint/screen.css';

.container {
	/* change width here if you want a narrower layout; blueprint default is 950px */
	width : 950px;
	background-image : url(/images/peerless_filler950.png);
	
	
	
}

/* ELEMENTS */
body {
    background-color : #393c72;
}
/* CLASSES */



.menu a {
   
    
    display : block;
    
}


.submenu a {
    padding-left : 40px;
    display : block;
    font-size : 9pt;
    text-decoration : none;
    color : #000000;
}
.submenu a:hover{
    color : #393c72;
}
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 {
    height : 190px;
	background-image : url(/images/peerless_header950.png);
	text-align : center;
    width : 950px;
	
	
	
}
#headerContent {
    text-align : center;
	margin : 10px;
}
#headerContent h3 {
	
}
#main {
	min-height : 550px;
	width : 950px;
	
	
}
#left {
   background-image : url(/images/peerless_left_side_menu950.png);
   background-repeat : repeat-y;
   width : 185px;
   min-height : 500px;
   background-color : #ffffff;
   
}
#leftContent {
	margin-left : 15px;
}
#right {
    background-image : url(/images/peerless_right_side.png);
    background-color : #ffffff;
    background-repeat : repeat-y;
    min-height : 500px;
    background-position : 100% 100%;
    width : 755px;
    
 
}
#rightContent {
	margin-right : 40px;
	padding-left : 15px;
	
	background-color : #ffffff;
}
#footer {
    background-image : url(/images/peerless_footer950.png);	
	height : 123px;
	width : 950px;
	
}
#footerContent {
	text-align : center;
	margin-top : 35px;
	color : #000000;
	
}

#footerContent a {
    color : #000000;
    text-decoration : none;

}
.doohickey{
    display : block;
    background-image : url(/images/doohickey950.png);
    background-position : 0 50%;
    background-repeat : no-repeat;
    width : 110px;
    padding-left : 30px;
    font-size : 10pt;
    margin-top : 5px;
    cursor : pointer;
    
}
.doohickey a:hover{
       color : #393c72;
}
.doohickey a {
    text-decoration : none;
    color : #000000;
}




#addressArea {
    margin-left : 15px;
    margin-top : 20px;
    padding-top : 15px;
    padding-right : 50px;
    color : #43467d;
    font-weight : bold;
    
}