@import 'blueprint/screen.css';

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

/* ELEMENTS */
body {
    background-color : #ffffff;
    font-family : verdana, arial, helvetica, sans-serif;
}
/* CLASSES */

h1 { font-size : 2.25em; }
h2 { font-size : 2em; }
h3 { font-size : 1.75em; }
h4 { font-size : 1.5em; }
h5 { font-size : 1.25em; }
h6 { font-size : 1em; }

.menu a {
   
    color : #916caf;
    display : block;
    font-weight : bold;
}

.submenu a {
    padding-left : 10px;
    color : #916caf;
    display : block;
    margin-left : 30px;
    font-size : 9pt;
    text-decoration : none;
    
}

.submenu a:hover {
    color : #005500;
    text-decoration : underline;
}
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 : 135px;
	background-image : url(/images/siemer_header950.gif);
	text-align : center;
    width : 970px;
    background-repeat : no-repeat;
	
	
	
}
#headerContent {
    padding-top : 110px;
    text-align : center;
	margin : 0px;
}
#headerContent a {
    color : #ffffff;
    text-decoration : none;
}
#headerContent a:hover {
    color : #ffee00;
    text-decoration : underline;
}

#headerContent h3 {
	
}
#main {
	min-height : 600px;
	
}
#left {
   
   background-repeat : repeat-y;
   width : 200px;
   min-height : 500px;
   color : #916caf;
   font-weight : bold;
   
   
   
}
#leftContent {
	margin-left : 0px;	
	
}

#right_top{
    background-image : url(/images/siemer_right_top.gif);
    background-repeat : no-repeat;
    height : 80px;
    width : 35px;
    background-position : 0 0;
    
    
}
#right {
    
    background-color : #ffffff;
    background-repeat : repeat-y;
    min-height : 500px;
    background-position : 100% 100%;
    width : 640px;
   
    
   
   
}

h3{
color : #916caf;
font-weight : bold;
}


#rightContent {
	margin-right : 0px;
	padding-top : 15px;
	background-color : #ffffff;
}
#footer {
    background-image : url(/images/siemer_bottom.gif);	
	height : 108px;
	width : 970px;
	background-position : 100 0;
	
}
#footerContent {
	text-align : center;
	margin-top : 15px;
	color : #000000;
	font-family : verdana;
	
}

#footerContent a {
    color : #000000;
    text-decoration : none;

}
.doohickey{
    display : block;
    background-image : url();
    background-position : 0 50%;
    background-repeat : no-repeat;
    width : 190px;
    padding-left : 30px;
    font-size : 10pt;
    margin-top : 5px;
    cursor : pointer;
    
}

.doohickey a {
    text-decoration : none;
     color : #916caf;
    display : block;
    font-weight : bold;
    font-size : 9pt;
}

.doohickey a:hover {
     color : #005500;
    text-decoration : underline;
}
#addressArea {
    margin-left : 35px;
    margin-top : 20px;
    padding-top : 15px;
    padding-right : 0px;
    color : #916caf;
    font-weight : bold;
    font-size : 7pt;
    
}
#addressArea a{
    color : #916caf;
}
#addressArea a:hover{
    color : #005500;
}

