@import url('./defaults.css');
@import url('./sign-in.css');
@import url('./footer.css');


.header {      
	position: relative;       
	height: 220px; 
	width: 960px;
	color: rgb(255, 255, 255); 
	
} 

.header-banner {
	width: 100%;
}

.link_row .logo {
	float: left;
}

.link_row {
 	padding-top: 20px; 
	width: 960px;    
 	clear: left;
}

.link_row .links {
	float: right;
	font-size: 18px; 
	text-transform: uppercase; 
	margin-top: 20px; 
}

.link_row .links a:link, .link_row .links a:visited { 
	background: transparent;
	text-decoration: none;
  /*color: #4d70a7; */
	color: rgb(128, 129, 129);
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
  font-size: 16px;   
	text-shadow: 1px 1px rgb(255, 255, 255);
}  

.link_row .links a:hover {
	color: #4d70a7;
}

.link_row .links a:active {
	color: #5fa33f;
} 

.link_row .links a.current {
	background: #5fa33f;
	color: white; 
	text-shadow: 1px 1px rgb(95, 133, 15); 
	border: 1px solid rgb(172, 219, 91);  
	border-top-color: rgb(95, 133, 15); 
	border-left-color: rgb(95, 133, 15);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px; 
}
  
h1#slogan {
	font-family: Helvetica Neue, Arial;
	font-weight: 100;    
	position: relative;
	left: 0px; 
	font-size: 65px;
	width: 800px;
	margin: 0;
	margin-top: 25px;  
  color: #4d70a7;

}  

.front h1#slogan {
  display: none;
} 

.header-inner {
	position: relative;
	height: 281px;
}

.body {
	color: rgb(0, 0, 0);  
	line-height: 26px;
	width: 100%;
	clear: both;   
	margin-top: 0;             
} 

.quick-links-container { 
	height: 175px; 
	width: 1000px;   
	z-index: 100;
}  

.quick-links {  
	width: 975px;
	min-height: 10px;     
	margin-top: 0; 
	height: 200px; 
	float: left;
}

.quick-links>div {
	margin-left: auto;
	margin-right: auto;
	height: 150px;  
	padding: 0;  
	margin-bottom: 0;   
}  
   
.quick-links div.bullet-point   {  
	list-style: none;
	width: 320px;    
	height: 175px; 
        *margin-top: 40px;  
	display: block;
	float: left; 
	
} 

div.bullet-point div {
	margin-left: auto;
	margin-right: auto;  
}    

div.bullet-point.center {
	background: url(../images/quick-links-gradient.png) repeat-x center;     
}

div.bullet-point.left {
	background: url(../images/quick-links-gradient-left.png) no-repeat left;     
} 

div.bullet-point.right {
	background: url(../images/quick-links-gradient-right.png) no-repeat right;     
}

div.bullet-point .hover, div.bullet-point a {
	height: 146px; 
	width: 323px;
	position: absolute;
	display: block;
	background: url(../images/quick-link-hover.png) 0 -200 repeat-x;
	text-decoration: none;
	color: rgb(0, 0, 0);                         
	padding-top: 25px;    
	border-right: 1px solid rgb(179, 179, 179);
	border-left: 1px solid rgb(255, 255, 255);    
	margin-top: 2px;
}

div.bullet-point p, div.bullet-point h2, div.bullet-point img { 
	position: relative;
	z-index: 2;
}

div.bullet-point .hover { 
	background: url(../images/quick-link-hover.png) repeat-x;
	background-position: 0 0; 
	z-index: 1;  
	top: 0px; 
	border-left: 1px solid rgb(129, 129, 129); 
	border-right: 1px solid rgb(205, 205, 205);   
	border-top: 1px solid rgb(129, 129, 129); 
	border-bottom: 1px solid rgb(205, 205, 205);     
	margin-top: 0; 
}  
  


.quick-links div.bullet-point img {
	border: 0;
	float: left;   
	margin: 10px;  
	margin-right: 20px;
}  

.quick-links div.bullet-point:hover h2,  .quick-links div.bullet-point:hover p {
	text-shadow: 1px 1px rgb(221, 221, 221); 
	color: rgb(0, 0, 0); 
} 

.quick-links div.bullet-point:hover p {
	color: rgb(64, 64, 64);
}

.quick-links div.bullet-point h2,  .quick-links div.bullet-point p {
	text-shadow: 1px 1px rgb(252, 252, 252); 
	color: rgb(75, 75, 75); 
}

.quick-links div.bullet-point h2 {  
	font-family: Helvetica Neue, Verdana;
	font-weight: 200;   
	padding-bottom: 0; 
	margin: 0; 
	padding: 0;
	margin-bottom: 10px;     
}

.quick-links div.bullet-point p {
	padding: 0;
	margin: 0; 
	color: rgb(128, 128, 128);             
} 

.quick-links>.quick-wrapper a:hover {
	background: url(../images/quick-link-hover.png) repeat-x; 
	border-left: 1px solid rgb(128, 128, 128);
  border-right: 1px solid rgb(128, 128, 128);   
	padding-top: 10px; 
	padding-bottom: 0px;
}    
 
.quick-links>.quickwrapper.current a:hover {
	padding-top: 20px; 
} 

.quick-wrapper {
  display: inline;
  position: relative;
  margin: 0 20px;
}
 
.quick-links div.small .quick-wrapper.current  a {
	background: url(../images/quick-links-current.png) no-repeat top center;
	padding-bottom: 39px;  
	color: rgb(0, 0, 0); 
	padding-left: 5px;
	padding-right: 5px; 
	color: rgb(255, 255, 255); 
	border: none;  
	padding-top: 20px !important;  
	padding-bottom: 39px !important; 
	text-shadow: none;   
} 

.quick-links .quick-wrapper div.left, .quick-links .quick-wrapper div.right {
  display: none;
}

 
.quick-links .quick-wrapper.current div.left, .quick-links .quick-wrapper.current div.right {
	height: 65px;
	width: 10px; 
	position: absolute; 
  display: block;
	top: -5px;
}
 
.quick-links div.small .quick-wrapper.current div.left {
	background: url(../images/quick-links-current-left.png) no-repeat top left;	
	left: -10px;
}
 
.quick-links .quick-wrapper.current div.right {
	background: url(../images/quick-links-current-right.png) no-repeat top right;
	right: -10px;
}

.container {
	width: 900px;
	padding-bottom: 10px;  
	font-family: Helvetica, Verdana;
	font-size: 14px; 
	line-height: 24px;   
	color: rgb(10, 11, 11); 
}  
  

.container h2 { 	 
	font-weight: 200; 
	font-size: 24px;  
	font-family: Helvetica Neue, Helvetica, Verdana;
}   

.left-column { 
	width: 25%;
}

.right-column {
	background: rgb(255, 255, 255);  
} 

.content {
	width: 900px;
} 

.content div.p {
  width: 500px;  
	clear: both;   
	margin-bottom: 40px;  
	text-shadow: 1px 1px rgb(255, 255, 255); 

}   

.content div.p h2 {
  line-height: 40px; 
}

.content .body, .content .top, .content .footer {
	width: 900px;  
	min-height: 10px;
} 

.skinny {
	width: 250px !important;
	float: left;
	border-left: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(230, 231, 231);  
	padding-left: 23px;
	padding-right: 23px; 
	clear: none !important; 
	height: 510px;   
	position: relative;
}               

.skinny a {
	position: absolute;
	bottom: 0;
}
