.photo, .left_photo {
	border:1px solid gray;
	padding:1px;
}

.left_photo {
	float:left;
	margin-right:10px;
}

.header {
	background-color: #0069AA;
	background-image: url(../img/tab_back.gif);
}

.header2 {
	padding-top:10px;
	background-color: #0069AA;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
}

.header a:link, .header a:visited {
	/* font-size:1.2em; */
	color:white;
	text-decoration:underline;
}

.header a:hover {
	text-decoration:none;
}

.header_text {
	color: white;
	font-size:18pt;
	margin:0px;
	margin-left:5px;
	padding: 0 4px 4px 4px;
}

.orange_top_box {
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	padding:5px 0 5px 5px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray; 
	margin-bottom:10px;
}

.orange_top_box .sidebar_link {
	margin-bottom:8px;
	font-weight:bold;
	padding: 2px;
}

.orange_bg_no_img, .green_bg_no_img, .blue_bg_no_img {
	margin:0; 
	padding:5px 0 5px 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
}

.blue_bg_no_img {
	background: #0069AA none repeat scroll 0; 
}

.orange_bg_no_img {
	background: #FFB700 none repeat scroll 0; 
}

.green_bg_no_img {
	background: #809600 none repeat scroll 0; 
}

.orange_bg {
	background-color: #FFB700;
	background-image: url(../img/tab_back_orange.gif);
}

.orange_bg h2, .orange_bg_no_img h2, .green_bg_no_img h2, .blue_bg_no_img h2 {
	margin:0 0 0 5px;
	color:white;
}

.orange_bg a h2, .orange_bg_no_img a h2, .green_bg_no_img a h2, .blue_bg_no_img a h2 {
	font-size:1.4em;
}

.orange_bg a:hover h2, .orange_bg_no_img a:hover h2, .green_bg_no_img a:hover h2, .blue_bg_no_img a:hover h2 {
	text-decoration: underline;
}

.news_section {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #7F9600;
	clear: both;
	padding:1px;
	margin-bottom:10px;
}

.news_section_title {
        padding: 5px 0 5px 10px;
        font-weight: bold;
        font-size:1.2em;
        color:white;
}

.news_card_row ul {
	background-image:url(../img/news_card_middle.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	clear:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:auto;
}

.news_card_row ul li {
	float:left;
	height:auto;
	padding:1px 10px 0.25em;
	width:230px;
}


.news_card_thumb_image {
	border:1px solid gray;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	padding:1px;
	vertical-align:top;
}

.news_card_read_more {
	text-align:right;
}

.center_box {
	padding:0;
	margin-bottom:10px;
}
 
.center_box .link_box2, .center_box .link_boxes {
	margin-bottom:10px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-left:1px solid gray;
        border-right:1px solid gray;
        border-bottom:1px solid gray;
}

.center_box .links_header {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
	background: #0069AA none repeat scroll 0 50%;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size:1.2em;
	color:white;
}

.center_box .link_box2 .aLink, .center_box .link_boxes .link_box {
	margin-bottom:8px;
        padding-left:10px;
        padding-right:10px;
}

.left_sidebar_box {
       margin-bottom:10px;
       padding: 5px 0 5px 5px;
       border-left:1px solid gray;
       border-right:1px solid gray;
       border-bottom:1px solid gray;
}

.left_sidebar_box .sidebar_link {
       margin-bottom:8px;
       font-weight:bold;
       padding: 2px;
}

#school_librarian_content a {
	font-size:13px;
}

.news_feed_widget {
	text-align: center;
	margin-bottom: 10px;
}

a:link {
	color:#006BB7;
}

a:hover {
	color:#006BB7;
	text-decoration:underline;
}

a:visited {
	color:#006BB7;
}
