/*   
Theme Name: Brandon University
Theme URI: 
Description: Brandon University theme (using Thematic as a parent theme)
Author: Brandon University web team
Author URI: 
Template: thematic
Version:
Tags: 
.
Thematic is (c) Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* styles for the slides */
@import url('./bu-slide.css');


/* Structural
-------------*/

body {
	background: none repeat scroll 0 0 #CCCC99;
	font: 62.5%/1.4em Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	background: url("/wp-content/themes/brandonu/images/bgShadow.gif") repeat-y scroll 0 0 transparent;
	margin: 0 auto;
	padding: 0;
	width: 822px;
}

#header {
	background:url("/wp-content/themes/brandonu/images/bgNavigationHeader.gif") no-repeat scroll center top transparent;
	height: 115px;
	margin: 0;
	padding: 0;
	width: 820px;
}

#main {
	width: 800px;
	padding: 0;
}

#container {
	float: right;
	width: 600px;
}

#content {
	width: 560px;
	margin: 0 0 0 20px;
	overflow: none;
}

.aside { /* was #leftColumn */
	color:#000000;
	float:left;
	margin:0 0 0 10px;
	min-height:100px;
	padding:10px 5px 0;
	width:193px;
}

p, td {
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.5em;
	margin-bottom: 10px;
}

#content ul, ol {
	font-size: 1.2em;
}

/* Prevent font size compounding in nested lists */

#content ol ol, #content ol ul, #content ul ul {
	font-size: 1em;
}

/* added */
li {
	line-height:1.5em;
}

#overflow ul.inline {
	float: left; 
	width: 220px;
	border: 0;
	padding-left: 20px;
}

/*h1, h2, h3, h4, h5, h6 {
	clear: none;
}*/ 

/* Top toolbar
-------------- */

#top-toolbar {
	margin:0 auto;
	padding-top:8px;
	text-align:right;
	width:800px;
}

#top-toolbar a {
	color:#003366;
	font-size:1.1em;
	text-decoration:none;
}

a[href^="http://webmail"] {
	background:url("/wp-content/themes/brandonu/images/email.png") no-repeat scroll left top transparent;
	display:inline-block;
	padding-left:20px;
}

a[href^="http://grainger"] {
	background:url("/wp-content/themes/brandonu/images/email.png") no-repeat scroll left top transparent;
	display:inline-block;
	padding-left:20px;
}

a[href^="https://webapp.brandonu.ca/pls/phone"] {
	background:url("/wp-content/themes/brandonu/images/user_suit.png") no-repeat scroll left top transparent;
	display:inline-block;
	padding-left:20px;
}

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	background:transparent url("/wp-content/themes/brandonu/images/page_white_acrobat.png") top left no-repeat;
}

a[href$='http://www.brandonu.ca/campus-map'] {
	display:inline-block;
	margin-top: 7px;
	padding-left:21px;
	padding-bottom: 2px;
	background:transparent url("/wp-content/themes/brandonu/images/map.png") top left no-repeat;
}

a[href$='http://www.brandonu.ca/parking'] {
	display:inline-block;
	margin-top: 3px;
	padding-left:21px;
	padding-bottom: 2px;
	background:transparent url("/wp-content/themes/brandonu/images/parking.png") top left no-repeat;
}

/* Branding
-----------*/

#branding {
	float: left;
	width: 350px;
	margin: 25px 0 0 100px;
	padding: 0;
}

#branding h1  {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFCC00;
	position: relative;
	line-height: normal;
}

#branding h1 a {
	color: #FFCC00;
	text-decoration: none;
}

#branding h1 a:hover {
	text-decoration: underline;
}


/* Search
---------*/

#access {
	border-bottom: 0;
    font-size: 13px;
	overflow: visible;
	z-index: 0;
	clear: left;
	float: left;
	margin: 0 0 0 100px;
}

#access-search {
	float: right;
	margin: 30px 30px 0 0;
}

.searchsubmit {
	height: 26px;
	width: 65px;
	height: 26px;
	padding: 0;
	cursor: pointer;
}

/* Main navigation
------------------*/

#menu {
	width: 700px;
	margin: 0;
}

#menu ul {
	list-style: none outside none;
	margin: 10px 0 0 0;
	padding: 0;	
	position: relative; /* fixes IE7 text clipping */
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #ffcc00;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 15px;
	padding: 0;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a:visited {
	color: #ffcc00;
}

/* Left column
-------------- */

#leftColumn {
	color: #000000;
	float: left;
	margin-top: 10px;
	padding: 0 5px 0 5px;
	width: 190px;
}

#leftColumn h2 {
	border-bottom: 1px solid #999999;
	color: #003366;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 5px 2px 5px 3px;
}

/*-- Side navigation - First Level -- */

#leftColumn ul {
	padding: 0;
	margin: 10px 0 10px 22px;
	/*list-style-type:none;
	list-style-image:url(/wp-content/themes/brandonu/images/icons/blue-bullet.png);*/
	
}	


#leftColumn ul li {
	margin: 0;
	padding: 0 0 4px 0;
	font-size:11px;
	
}

#leftColumn ul li a {
	color: #003366;
	text-decoration: none;
}
	
#leftColumn ul li a:hover {
	text-decoration:underline;
}



/*-- Side navigation - Second Level --   */

#leftColumn ul ul {
	padding: 0;
	margin: 6px 0 0px 14px;
	list-style-type:disc;
	list-style-image:url(/wp-content/themes/brandonu/images/icons/blue-bullet.png);
}

#leftColumn ul ul li {
	border: none;
	padding: 0 0 4px 0;
	margin: 0;
	font-size:1.0em;
	
}




#leftColumn form.quicklinks {
	margin: 5px 0 5px 0;
	padding: 0;
}

/* Footer
---------*/

#footer {
	background:url("/wp-content/themes/brandonu/images/bgFooter.gif") no-repeat scroll top center #CCCC99;
	float:left;
	margin:0;
	padding:0;
	width:820px;
	border-top: none;
}

/* Slide Deck positioning
-------------------------*/

.slidedeck_frame {
	clear: left;
	margin-left: 10px;
}

/* "Be You" feature
-------------------*/

#home-feature {
	background: url("/wp-content/themes/brandonu/images/be-you-images/be-you.php") no-repeat scroll center bottom #FFFFFF;
	float:left;
	height:208px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom:10px;
	width:560px;
}

h2#beyou {
	background: url("/wp-content/themes/brandonu/images/be-you-txt.jpg") no-repeat;
	width: 176px;
	height: 58px;
	margin: 0;
	padding: 0;
}

#home-feature p {
	width: 360px;
	margin: 0;
	padding-bottom: 3px;
}

#home-feature ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home-feature ul li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	padding-bottom: 3px;
	line-height: normal;
}

#home-feature ul li a {
	color:#003366;
	text-decoration:underline;
}

#home-feature ul li a:hover {
	text-decoration: none;
}

.hide {
	display: none;	
}

/* Breadcrumbs 
-------------- */

#breadcrumbs {
	width: 556px;
	float: left;
	background: #ECECEC;
	margin: 0 0 0 2px;
	padding: 10px 20px 10px 20px;
	font-size: 1.2em;
}

#breadcrumbs a {
	color: #003366;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

/* Entry Content 
---------------- */

.entry-content {
	padding: 0;
}

.entry-content img {
}

/* temporary fix for News headlines (prevents them from bumping right up under breadcrumbs) */

#content .entry-title {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height: normal;
	padding: 10px 0 10px 0;
}

.entry-content h1 {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height: normal;
	padding: 10px 0 10px 0;
}

.entry-content h2 {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.2em;
	padding: 10px 0 10px 0;
	clear: none;
}

.entry-content h3 {
	color:#003366;
	font-family:Georgia,serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.1em;
	padding: 10px 0 10px 0;
}

h2.entry-title {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	margin: 15px 0 10px 0;
	padding: 0;
}

.alignright, img.alignright {
	display:block;
	float:right;
	margin-left:20px;
	padding-top: 5px; 	
	/*border: 1px solid #666666;*/
}

/* hide siteinfo div 
-------------------- */

#siteinfo {
	display: none;	
}

/* contact information
---------------------- */ 

#contactinfo {
	width: 800px;
	margin: 30px 0 0 0;	
}

#contactinfo ul {
	float: left;
	list-style: none outside none;
	font-size: 1.1em;
}

#contactinfo ul li {
	padding: 0;
}

#contactinfo ul li a {
	color: #003366;
	text-decoration: underline;
}

#contactinfo ul li a:hover {
	text-decoration: none;
}

#contactinfo ul.copyright {
	float: right;
}

/*feature box
------------- */

#feature-inside-box {
	float: left;
	margin-bottom: 20px;	
}

#feature-inside-img {
	float:left;
	height:220px;
	width:385px;
}

#feature-inside-txt {
	background-color:#003366;
	color:#FFFFFF;
	float:right;
	height: 195px;
	padding: 15px 10px 10px 10px;
	width:155px;
}

#feature-inside-txt h3 {
	color:#fff;
	font-family:Georgia,serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	padding-top: 0;
	padding-bottom: 10px;
}

#feature-inside-txt p {
	line-height:1.2em;
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
}
#feature-inside-txt ul {
	margin:0 0 0 14px;
	padding:0;
}

/* column177
------------ */

.column177 {
        float: left;
		width: 177px;
        margin: 0 14px 0 0;
        }

.column177 h2 {
	background: #003366;
	border-bottom:3px solid #FFCC00;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	position: relative;	
	clear: both;
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width: 167px;
}

.column177 ul {
	list-style-type:none;
	float:left;
	background-color:#ECECEC;
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 10px;
	/* border:1px solid #AFAFAF; */
	border-radius:0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width:157px;
       
	}
	
.column177 li {
	margin: 0;
	padding-bottom: 5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	line-height: 1.2; 
	}
		
.column177 li a{
    text-decoration:none;
	color:#003366;
	}
		
.column177 li a:hover{
	text-decoration:underline;
	}
	
.column177.lasttt {
        margin-right: 0; !important
}

/* Column 20 */

.column270 {
	float:left;
	width: 270px
}

.column270 h2 {
	background: #003366;
	border-bottom:3px solid #FFCC00;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	clear: both;
	
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width: 260px;
}

.column270 ul {
	list-style-type:none;

	float:left;
	background-color:#ECECEC;
	margin: 0 0 20px 0;
	padding: 10px;
	/* border:1px solid #AFAFAF; */
	border-radius:0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width:250px;
}

.column270 ul li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
/*	font-size: 1.2em; */
	color: #003366;
	padding-bottom: 5px;
}

.column270 ul li a {
	color: #003366;
	text-decoration: none;
}

.column270 ul li a:hover {
	text-decoration: underline;
}

.right {
	float: right;	
}

/* News & Events column */

.column560 {
	float: left;
	width: 560px;
	background-color:#ECECEC;
	margin: 0 0 20px 0;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
} 

.column560 h2 {
	background: #003366;
	border-bottom:3px solid #FFCC00;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
}  

.column560 dl {
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;	
}

.column560 dl dt {
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.5em;
}

.column560 dl dt a {
	color: #003366;
	text-decoration: none;
}

.column560 dl dt a:visited {
	color: #003366;
	text-decoration: none;
}

.column560 dl dt a:hover {
	text-decoration: underline;
}

.column560 dl dd {
	border-bottom: 1px solid;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;	
	}
	
.column560 ul {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
	
.column560 ul li {
	list-style-type: none;
}

.column560 ul li a {
	color: #003366;
	text-decoration: none;
}

.column560 ul li a:hover {
	text-decoration: underline;
}

.column560 ul li a:visited {
	color: #003366;
}

/* Contact Info 
--------------- */

address {margin:10px 0 10px 6px;}
address p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}

address a {color:#003366;}


.entry-content .wp-post-image {
    border: none;
    float: none;
    margin: 0;
	padding: 0;
}

/* Old Slideshow
---------------- */

#slidesWrapper {
	float:left;
	height:200px;
	margin:0 0 0 10px;
	padding:0;
	width:800px;
}


/* Student Services Table Styling (03/04/10 Craig) */

#minimal {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	
}

#minimal thead {
	background: #003366;
	border-bottom:3px solid #FFCC00;
}

#minimal th {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

#minimal td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #000;
	vertical-align: top;
	font-size:1.2em;
}

#minimal tfoot td
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}

/* Table Styling class */

.minimal {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	
}

.minimal thead {
	background: #003366;
	border-bottom:3px solid #FFCC00;
}

.minimal th {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

.minimal td ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.minimal td ul li {
	font-size: .9em;
	list-style-type: disc;
	/*padding: 2px 0 2px 0;*/
}

.minimal td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #000;
	vertical-align: top;
	font-size:1.2em;
}

.minimal tfoot td
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}

/* Table Styling class (Return to Class - New Term table) */

.new-term {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	
}

.new-term thead {
	background: #003366;
	border-bottom:3px solid #FFCC00;
}

.new-term th {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

.new-term td ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.new-term td ul li {
	font-size: .9em;
	list-style-type: disc;
	/*padding: 2px 0 2px 0;*/
}

.new-term td {
	padding: 8px;
	background: #e8edff;
	border: 1px solid #fff;
	color: #000;
	vertical-align: top;
	text-align: center;
	font-size:1.2em;
}

.new-term td.red {
	color: #ff0000;
}

.red {
	color: #ff0000;
}

.new-term td.strike {
	background: #CCC;
}

.new-term td.weeks {
	background: #dce1f1;
}

.new-term tfoot td
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}

.pdf-box {
	float: right;
	width: 200px;
	/*border: 1px solid;*/
	background:#CCC;
	margin: 4px 0 0 10px;
	padding: 10px 0 10px 10px;
}

/* Styles for orientation events list */
dl.ori-events-list {	
	margin:15px 0 10px;
	padding:0;
}

dt.ori-events-list {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.0em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.0em;
	margin:20px 0 20px 5px;
	padding:0;
}

dd.ori-events-list {
	display:block;
	min-height:85px;
	font-family:Verdana,sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.5em;
	margin: 10px 0 0 40px;
	
}
dd.ori-events-list a {
	color:#036;
	font-weight:bold;
	text-decoration:underline;
}
	

dd.ori-events-list a:hover {
	color:#F00;
	text-decoration:none;
		
}


img.event-image {
	float:left;	
	margin:0 8px 4px 0;
}

/* Can be used for inline lists */
ul.inline-list { list-style-type:none; margin:0; padding:0 0 6px 0; }
ul.inline-list li { display:inline; }

/* Use to float divs into columns */
.float-div {  float: left;  margin: 0 0 0 16px; padding:6px 6px 0 6px;   }
.clearboth { clear: both; }


/* G-forms Styles */

.gform_title { display:none; } /* Hides Form title to avoid duplicate page titles */
.gform_description { font-family:Verdana,sans-serif; font-size:1.2em; font-style:normal; font-weight:normal; letter-spacing:normal; line-height:1.5em;  }
.ginput_container { font-family:Verdana,sans-serif; font-size:0.8em; font-style:normal; font-weight:normal; letter-spacing:normal; line-height:1.5em;  }
.gfield p { font-family:Verdana,sans-serif; font-size:1.0em; font-style:normal; font-weight:normal; letter-spacing:normal; line-height:1.5em;  }
.gfield_select option {font-size: 0.8em;}




@media print{

#wrapper {
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 822px;
}

#header {
	background: none;
	height: 115px;
	margin: 0;
	padding: 0;
	width: 820px;
}

#breadcrumbs {
	width: 556px;
	float: left;
	background: none;
	margin: 0 0 0 2px;
	padding: 10px 20px 10px 20px;
	font-size: 1.2em;
}

#footer {
	background: none;
}

.column270 {
	float:left;
	width: 270px
}

.column270 h2 {
	background: none;
	border-bottom: none;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	clear: both;
	
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: none;
	position: relative;
	width: 260px;
}

.column270 ul {
	list-style-type:none;

	float:none;
	background-color:white;
	margin: 0 0 20px 0;
	padding: 10px;
	/* border:1px solid #AFAFAF; */
	border-radius:0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
	behavior: none;
	position: relative;
	width:250px;
}


#feature-inside-box {
	float: left;
	margin-bottom: 20px;	
}

#feature-inside-img {
	float:left;
	height:220px;
	width:385px;
}

#feature-inside-txt {
	background-color: white;
	color:#FFFFFF;
	float:right;
	height: 195px;
	padding: 15px 10px 10px 10px;
	width:155px;
}

body {
	background: none;
	font: 62.5%/1.4em Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

}


.announce {
    background: none repeat scroll 0 0 #fc0;
    font-family: verdana;
    font-size: 1.2em;
    margin: 20px 0 0;
    padding: 20px;
    border: 1px solid #c90;
}

.announce a {
    font-weight: bold;
}

.announce h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8em;
    font-weight: bold;
	margin-bottom:0.05em;
    
}
.announce h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    font-weight: bold;
    margin:0;
}


