@charset "UTF-8";
/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* reset margin and padding for all elements to 0 */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl{
	margin:0;
	padding:0;
	text-align: left;
}



/* global elements
 * ------------------------------------------------------------------------- */
h1{
	font-family: Verdana, Geneva, sans-serif;
 	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	color: #9E063A;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
a{
	color: #5e1918;
	text-decoration: none;
}
a:hover{
	color: #ffc600;
}
a:visited{
	color: #ffc600;
}

/* Classes
 * ------------------------------------------------------------------------- */
.clear{clear: both;}

.left_column{
	padding: 20px 4px 20px 5px;	
}
.left_img{
	padding: 20px 4px 20px 5px;
}
.content{ 
	padding: 20px 30px 20px 20px;
	margin-top: 50px;	
}
.footer{
	padding: 10px 30px 10px 210px;
	text-align: center;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
}
.headline1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E063A;
	padding-right: 30px;
}

.headline1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E063A;
	padding-right: 30px;
}
.fakeheight{
	height: 614px;
}
.list_style li{
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 0px 20px 3px 20px;
	line-height: 120%;
	margin-left: 5px;
}
.subtitle{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	color:#FF3366;
}

/* Layout
 * ------------------------------------------------------------------------- */
 
 #container{
	 width: 960px;
	 margin-left:auto;
	 margin-right:auto; 
 }
 #header{
	 width: 960px;
	 height: 126px;
	 background: url(../images/header.gif);
	 background-repeat:no-repeat;
 }
 #logo_link {
	width:960px;
	height:120px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}
#nav{
	width: 960px;
	height:28px;
	background:url(../images/navigation.gif) no-repeat;
	}
 #main_content{
	 width: 960px; 
	 background: url(../images/photobackground.gif) repeat-y;
 }
 #left_Column{
	 width: 193px;
	 float: left;
	 background: url(../images/left_office.jpg) no-repeat #f49ac2;  
	 min-height: 614px;
 }
 #left_Column_historical{
 	width: 193px;
	 float: left;
	 background:  url(../images/back_leftpanel.jpg) no-repeat #f49ac2;  
	 min-height: 614px;
 }
 #left_Column_breast{
 width: 193px;
	 float: left;
	 background:  url(../images/breast_leftpanel.jpg) no-repeat #f49ac2;  
	 min-height: 614px;
 }
 #left_Column_resources{
  width: 193px;
	 float: left;
	 background: url(../images/face_leftpanel.jpg) no-repeat #f49ac2;  
	 min-height: 614px;
 }
 #left_img{
	 width: 207px;
	 float: left;
	 background:url(../images/right_office.jpg) no-repeat top left;	
	 min-height: 614px; 
 }
 #left_img_historical{
 width: 207px;
	 float: left;
	 background: url(../images/back_rightpanel.jpg) no-repeat top left;	
	 min-height: 614px; 
 }
 #left_img_breast{
  width: 207px;
	 float: left;
	 background:  url(../images/breast_rightpanel.jpg) no-repeat top left;	
	 min-height: 614px; 
 }
 #left_img_resources{
 	width: 207px;
	 float: left;
	 background: url(../images/face_rightpanel.jpg) no-repeat top left;	
	 min-height: 614px;
 }
 #content{
	 width: 560px;
	 float:left;
	 background:url(../images/background.jpg) repeat-y top right; 
 }
 #footer{
	 width: 960px;
	 background:url(../images/photobackground.gif) repeat-y; 
 }
 
 
 /*
SPRITE NAV
----------------------------------------------------------*/

/* SPRITE NAVIGATION */
#nav {
	background:  url(../images/navigation.gif);		
	width: 960px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 28px;		/* Height of entire image */
	margin:0;
	padding:0;
	margin-top: 0px;
}
#nav span { display: none; }
#nav li { 
	position: relative;
	float: left;
	list-style: none;
}
#nav li, #nav a { 
	height: 28px;			/* Each button must have the same height, define it here */
	display: block;
}


/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#nav-01 {left: 238px; width: 74px;}
#nav-02 {left: 238px; width: 152px;}
#nav-03 {left: 238px; width: 165px;}
#nav-04 {left: 238px; width: 68px;}
#nav-05 {left: 238px; width: 98px;}
#nav-06 {left: 238px; width: 85px;}



/* Changed values should match "width" numbers specified above */
#nav-01 a:hover {background: transparent url(../images/navigation.gif) -238px -28px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/navigation.gif) -311px -28px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/navigation.gif) -464px -28px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/navigation.gif) -628px -28px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/navigation.gif) -696px -28px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/navigation.gif) -792px -28px no-repeat;}



/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:auto; 				/* Height of each drop down nav item */
	/*border:1px solid #ea8061;*/
	border-top:none;
	background-color:#f49ac2; /* Put background here! Not in the ul!!*/
	left: 0px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	margin-left: 0px;
	font-size: 14px;
	line-height:150%;
	text-align:center;
	
	
	}	

#nav li ul li a {
	width:100%;
	height:auto;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	font-size:11px;
	/*line-height:200%;*/
	text-align:center;
	
	}

#nav li ul li a span {
	display:block;
	/*padding-left:20px;*/
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.8em;
	text-align:center;
	line-height:140%;
	padding-bottom:5px;
	color:#555452;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; background-position: 0 0; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover{ 
	background-image:none;
	background-color:#f49ac2;
	color:#fff;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:73px; }
#nav-02 ul, #nav-02 li { width:150px; }	
#nav-03 ul, #nav-03 li { width:165px; }		
#nav-04 ul, #nav-04 li { width:75px; }	
#nav-05 ul, #nav-05 li { width:90px; }	
#nav-06 ul, #nav-06 li { width:98px; }	


/*html fix*/
#nav li:hover ul, #nav li.sfhover ul { left: auto; background-position: 0 0; }

