	
/*This file contains all styles used within the #wrapper div.
  All other styles for the page are contained in main_styles.css */
  
  
  
 /*Logo for secondary pages ------------------------------------*/

#header #logo {
	display: block;
	position:relative;
    background: #fff none repeat scroll 0 0;
    clear: both;
    float: left;
    height: 34px;
    margin: 30px 47px 0 0;
    width: 433px;
}

#header #logo img {
    max-width: 100%;
	border:0;
}
	
#logo h1 {  /* Screen readers will read the logo name as a top level heading */
	display:none;
	color:#000000; 
background-color:#ffffff;
	}
	
#header #donate-bt {
    float: left;
    height: 34px;
    margin: 36px 0 0;
    width: 160px;
}
 
 
 
/*#wrapper (contains #banner and #content)----------------------------------------*/

#wrapper {
	width:100%;
	position:relative;
	background-image: url(//www.fresnostate.edu/home/images/website/secondary_bg3.png);
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
}


/*#banner ------------------------------------------------------------------------*/

#banner {
	width:960px;
	margin:0 auto;
	background: #002c76 url(//www.fresnostate.edu/home/images/banner_bkgrnd.jpg) repeat-y;
}

#banner h1 {
	color:#FFF;
	margin:0;
	padding:0;
	font-size:2.5em;
	font-weight:bold;
	padding:24px 0 2px 20px;
}


/*#content------------------------------------------------------------------------*/

#content {
	width: 960px;
	margin: 0 auto;
	background: url(//www.fresnostate.edu/home/images/website/content_bg.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	}

#content img {
	display: block; /*need this to prevent gap that appears beneath image*/
	}
	
#content a:link, a:visited {
	color:#24509C;
	font: 0.75em Arial, Helvetica, sans-serif; 
	line-height:20px;
}

#content a:active, #content a:hover {
	text-decoration:underline;
	color:#24509C;
}

#content #col1-2 a:link, #content #col1-2 a:visited {
	color:#24509C;
	font: 0.9em Arial, Helvetica, sans-serif; 
	line-height:20px;
}

#content #col1-2 a:active, #content #col1-2 a:hover {
	text-decoration:underline;
	color:#24509C;
}


#content p {
	margin-left:20px;
	padding:25px 0 5px 0;
	font-size:0.9em;
	color:#333;
}
	
#content h2 {
	font-weight:bold;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	color:#333;
	margin-left:20px;
	padding:25px 0 5px 0;
}

#content h3 {
	margin-left:20px;
	font-size: 1em;
	font-weight:bold;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#333;
	padding:15px 0 5px 0;
}

#content ul {
	list-style: none;
	margin-left: 20px;
}

#content li {
	list-style-image:url(//www.fresnostate.edu/home/images/website/arrow_bullet.png);
	list-style-position: outside;
	list-style-type: circle;
	margin:0 12px;
}

#content #col1, #content #col2, #content #col3 {
	width:320px;
	float:left;
	margin-bottom:30px;
}

#content #col1 img, #content #col2 img, #content #col3 img { /*For acrobat reader icon*/
	display:inline;
	margin:0;
	border:none;
}

#add_resources #col3_a, #add_resources #col3_b {
	margin: 0 0 0 10px;
	padding:0px;
	width:150px; 
	float:left;
	overflow: hidden;
	}

a.cc-link {
    text-decoration: underline !important;
}


 /*end styles ---------------------------------------------------------------------*/
	
	
	