/* @override http://www2.moore.edu.au/wp-content/themes/moorecollege/style.css */

/*   
Theme Name: Moore College
Theme URI: 
Description: Wordpress theme developed for Moore College
Author: Jack Zhao for inmyroom.com.au
Author URI: http://inmyroom.com.au
Template: thematic
Version: 1.0
Tags: Thematic
.
*/

/* 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');



html {
	overflow-x: hidden;
	height: 100%;
}


body {
    /*min-width:960px;*/
    background: #000000 url("./images/background/fishshop.jpg") no-repeat 0 119px;
}
body.page-template-academic-php {
	background-color: #000000;
	background-image: url("./images/background/books.jpg");
	background-repeat: no-repeat;
	background-position: 0 119px;
}
body.page-template-staf-directory-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/books.jpg") no-repeat 0 119px;
}
body.page-template-staff-profile-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/books.jpg") no-repeat 0 119px;
}
body.page-template-admissions-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/guy.jpg") no-repeat 0 119px;
}
body.page-template-whymoore-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/guy.jpg") no-repeat 0 119px;
}
body.page-template-featured-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/cafeguy.jpg") no-repeat 0 119px;
}
body.page-template-featuredcat-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/cafeguy.jpg") no-repeat 0 119px;
}
body.page-template-recent-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/cafeguy.jpg") no-repeat 0 119px;
}
body.page-template-campus-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/girl.jpg") no-repeat 0 119px;
}
body.page-template-campusnews-php {
    /*min-width:960px;*/
    background: #000000 url("./images/background/girl.jpg") no-repeat 0 119px;
}
body.page-template-world-php {
	background-color: #000000;
	background-image: url(images/worldbkg.jpg);
	background-position: 0 119px;
	background-repeat: repeat-y;	
}
body.page-template-location-php {
	/*min-width:960px;*/
	background-color: #000000;
	background-image: url(images/background/roadbackground.jpg);
	background-repeat: no-repeat;
	background-position: 0 119px;
}
#wrapper.hfeed {
	width: 100%;
}
#moore_web_links{
}
#header {	
	width: 1020px;
    height: 74px;
    position:relative;
    background-color: #000;
}
#branding {
	width:300px;
	float: left;
	padding: 0;
	height: 0px;
}
#access {
	border: none;
	color: #7F7F7F;
	position: relative;
	margin-top: 37px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	width: 780px;
	float: right;
}
#access ul{
	float: right;
	margin-right: 200px;
	border: none;	
}
#access li{
	background: #000;
}	
#access a{
	border: none;
}
#access a:hover, #access a:active{
	color: #ffffff;
	background: #000000;
}
.menu {
	position: relative;
    width:940px;
    margin:0 auto;
}
/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	z-index: 100010;
	line-height:	1.0;
}

.sf-menu ul li {
	font-size: 9pt;
	font-weight: bold;
	width:			100%;
	padding-left: 5px;	
}
.sf-menu il ul {
	z-index: 100020;
}
/*** THEMATIC SKIN ***/
.sf-menu ul a {
    background:#000;
	border-bottom:none;
}
#moore_pageTitle {
	/*background: url("./images/pageTitle_bg.gif") no-repeat;*/	
	color: #fff;
	margin-top: 20px;
	/*height: 38px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
#moore_pageTitle h1.entry-title{
	font: bold 34px Helvetica, Arial, Geneva, sans-serif;
	line-height: 38px;
	display: inline;
	background-image: url(./images/pageTitle_h1_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 45px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 17px;
}

/*#moore_pageTitle h1.homepage-entry-title {
	line-height: 38px;
	display: inline;
	background-image: url(images/home-headingline1.gif);
	background-repeat: no-repeat;
	height: 83px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 17px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
#moore_pageTitle h2.homepage-entry-title {
	font: bold 40px Helvetica, Arial, Geneva, sans-serif;
	line-height: 40px;
	display: inline;
	background-image: url(images/home-headingline2.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 83px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 17px;
}*/
#main {
	width:925px;
	margin:19;
	float: left;
	overflow:hidden;
	position:relative;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(./images/buffbackground.jpg);
	background-repeat: repeat-y;
}
#container {
	width:560px;
	float:left;
	padding-top: 0px;
}
/* W is a special style for World of Moore page. */
#containerW {
	width:930px;
	float:left;
	background-image: url(images/world2.jpg);
	background-repeat: no-repeat;
	height: 557px;
}
#container.staffDirectory {
    width:911px;
    background: url("./images/multiColumnContainer.jpg") repeat-y;
    float:left;
    padding: 0;
}
#container.staffProfile {
    width:911px;
    background: url("./images/multiColumnContainer.jpg") repeat-y;
    float:left;
    padding: 0;
    margin: 0;
}
#content {	
    margin:0 0 0 18px;
    width:542px;
    overflow:hidden;
    
}
#contenthome {
	width:737px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#contenthome p {
	color: #CCC;
	font-size: 12px;
}
#contenthome a:link {
	color: #CCC;
	font-size: 12px;
}
#contenthome a:visited {
	color: #CCC;
	font-size: 12px;
}
#contenthome a:hover {
	color: #FFF;
	font-size: 10px;
}
#content.staffProfile {
	margin: 0;
	padding: 0;
	width: 100%;
}
#content.staffDirectory {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 698px;
}
#homeads {
	float: right;
	width: 165px;
	margin-top: 19px;
	margin-right: 15px;	
	}
	
#homemovies {
	width: 530px;
	margin-left: 15px;
}
#container div#moore_side_nav{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	width: 167px;
	background: url("./images/leftColumnList_bg.jpg") repeat-y;
	min-height: 698px;
	padding: 24px 0 15px 15px;
	font-family: "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	color: #cfdd99;
}
#container div#moore_side_nav h4.lcp_catlist{
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-left: 7px;
}

#container div#moore_side_nav ul.lcp_catlist{
	list-style: none;
	margin: 0;
}
#container div#moore_side_nav ul.lcp_catlist li {
	width: 167px;
	height: 23px;
}
#container div#moore_side_nav ul.lcp_catlist li a{
	display: block;
	color: #cfdd99;
	font-size: 14px;
	text-decoration: none;
	width: 160px;
	padding-left: 7px;
}

#container div#moore_side_nav ul.lcp_catlist li a:hover, 
#container div#moore_side_nav ul.lcp_catlist li a:active,
#container div#moore_side_nav ul.lcp_catlist li.current_page_item{
	background: url('./images/moore_side_nav_highlight.jpg');
}

#container div#moore_side_nav ul.lcp_catlist.staffDirectoryNav li a:hover, 
#container div#moore_side_nav ul.lcp_catlist.staffDirectoryNav li a:active,
#container div#moore_side_nav ul.lcp_catlist.staffDirectoryNav li.current_page_item{
	background: url('./images/moore_side_nav_highlight_staffDir.jpg') no-repeat;
}
#content {
	color: #1c281d;
	font-size: 12px;
}
hr {
	clear: both;
}	
#content h1 {
	font: bold 22pt "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	color: #283728;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#home h1 {
	font: bold 22pt "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	/*color: #283728;*/
	color: #9FAD44;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#content h1 {
	color: #5B180E;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-style: normal;
	line-height: 29px;
	letter-spacing: 0em;
}
#content h2 {
	color: #3C531A;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	clear: left;
}
#cleared h2 {
	color: #3C531A;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	clear: both;
}
#content h3 {
	color: #5B180E;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-style: normal;
	letter-spacing: 0em;
}
#content h4 {
	color: #3C531A;
	padding: 6px 0 6px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
}
#content h5 {
	font-size: 14px;
	padding: 0;
	clear: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#content h6 {
	font-size: 10px;
	line-height: 12px;
	padding: 0;
	clear: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#content p {
	padding: 0;
	font-family: Helvetica, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	font-size: 13px;
	line-height: 17px;
}
#content ul {
	font-family: Helvetica, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 17px;
}
#content ol {
	font-family: Helvetica, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 17px;
}
#content li {
	margin-bottom: 4px;
}
#content blockquote {
	background-image: url(images/blockquotebkg_sm.png);
	background-repeat: repeat;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 19px;
	font-size: 13px;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}
#content blockquote h3 {
	color: #5B180E;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin-bottom: 5px;
}
#content blockquote p {
	font-style: italic;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}

#content blockquote a {
	
	color: #1f4a7c;
	font-weight: bold;

}

#staffBio {
	display: block;
	width: 175px;
	float: left;
	background-color: #c9c1ac;
	min-height: 622px;
	margin-top: 10px;
	padding: 10px 10px 0 16px;
	font-size: 12px;
}
#staffBio p {
	font-size: 12px;
	margin-bottom: 9px;
	line-height: 13px;
	color: #480F0F;
}
#staffBio h4 {
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 14px;
	color: #480F0F;
}
#staffBio ul {
	padding: 0 30px 0 0;
	font-family: "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #2d2b2c;
	margin: 0;
	line-height: 14px;
}
#staffBio li {
	list-style: none;
	margin-bottom: 10px;
}
#staffBio a {
	color: #480F0F;
	text-decoration: underline;
	list-style: none;
}
#staffBio li a:hover, #staffBio li a:active{
	text-decoration: underline;
	color: #480F0F;
}
.entry-content {
	font-family: Helvetica, Arial, Helvetica, Geneva, sans-serif;	
}
.entry-content p {
	font-size: 14px;	
}
.entry-content a {
	color: #1f4a7c;
	text-decoration: underline;
}
.entry-content a:hover, .entry-content a:active {
	color: #1f4a7c;
	text-decoration: none;
}

.entry-content h2 {
	color: #6A8829;
}
/*.entry-content object{
	border: 8px solid #fff;
	display: block;
	margin: 0 auto;	
}*/

#staffInfo.entry-content {
	
	width: 456px;
	padding: 30px 40px 25px 20px;
	margin: 0;
	float: left;
	color: #333333;
	font-size: 14px;
	min-height: 698px;
	background: url('./images/staffProfile_name_bullet.gif') no-repeat;
}
#staffInfo.entry-content.full {
	padding: 30px 40px 15px 20px;
	float: left;
	width: 656px;
	background: none;
}
#staffInfo.entry-content.full p {
;
}
#staffInfo.entry-content h2 {
	color: #6A8829;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0px;
}
#staffInfo.entry-content h2 strong{
	font-weight: normal;
	font-size: 70%;
}
#staffInfo.entry-content h3 {
	color: #253527;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	margin-top: 0px;
	line-height: 22px;
}
#staffInfo.entry-content p{

	margin-bottom: 14px;
}
#staffInfo.entry-content object{
	border: 8px solid #fff;
}
#staffInfo blockquote {
	margin: 0;
	padding: 0;
	background-image: none;
}
#staffInfo blockquote p {
	color: #480f0f;
	font-style: normal;
	/*letter-spacing: -1px;*/
	font-size: 18px;
	padding: 0;
	background-image: none;
	font-weight: bold;
}


div#primary.aside.main-aside {
    width:260px;
    float:right;
    position:relative;
    border: none;
    padding: 8px 28px;
    background: #435130 url("./images/sidebar_bg.png") repeat-x;
    background-color: #dad1bf;
    background-image: none;

}
ul.xoxo {
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-left: 0px;
}
ul.xoxo li{
	margin-bottom: 18px;
	margin-top: 20px;
	color: #FFFFFF;
}
ul.xoxo li ul li{
	margin: 0px;
	list-style-type: none;
}
.xoxo #defaultTextBlock ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.xoxo #defaultTextBlock p {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.xoxo #defaultTextBlock .ngg-singlepic {
	padding: 0px;
	background-color: transparent;
}

#recentNewsEvents {
	background-image: url(images/sidebar_newsevents_bkg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	width: 260px;
	}
#recentNewsEvents h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 5px;
	color: #CCCCCC;
}
#recentNewsEvents ul {
	margin-left: 15px;
	margin-right: 105px;
}
#recentNewsEvents li {
	background-image: url(images/line_newsevent.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 12px;
	line-height: 13px;
	margin-top: 6px;
	margin-bottom: 0px;
	list-style-type: none;
	}
#recentNewsEvents a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;		
}
#recentNewsEvents a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#recentNewsEvents a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#recentResources {
	background-image: url(images/resourcesbkg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 1px;
	margin-top: 15px;
	width: 260px;
	}
#recentResources h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 5px;
	color: #CCCCCC;
}
#recentResources ul {

	margin-right: 34px;
	margin-left: 15px;

}
#recentResources li {
	margin-top: 6px;
	background-image: url(images/line_newsevent.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0px;
	list-style-type: none;
	}
#recentResources a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#recentResources a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#recentResources a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.xoxo #locationTextBlock {
	background-image: url(images/sidebargreenbkg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.xoxo #locationTextBlock a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.xoxo #locationTextBlock a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.xoxo #locationTextBlock a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
	border:none;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:320px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
	clear:both;
	width: 700px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 200;
	margin-bottom: 0;
	font-size: 11px;
	background-image: url(images/siteinfo_bkg.png);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 0px;
	color: #939393;
}
#siteinfo a:link {
	text-decoration: none;
	color: #939393;
}
#siteinfo a:visited {
	text-decoration: none;
	color: #939393;
}
#siteinfo a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
h3.widgettitle {
	display: inline;
	color: #fff;
	background: #7f3323;
	font-family: "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	line-height: 16px;
	padding:4px;
}
div#studentProfilesSlideshow {
	width: 260px;
	height: 411px;
	border: none;
	z-index: 0;
}
h2.slideInfoZone {
	font: 18pt "Lucida Grande", Lucida, Verdana, sans-serif;
}
/*FOR HOMEPAGE*/
body.page-template-homepage-php {
	background-color: #000000;
	background-image: url(images/background/home_vines.jpg);
	background-repeat: no-repeat;
	background-position: 0 119px;
}
#main.page-template-homepage-php {
	background: none;
	width: 754px;
	height: 624px;
}
#container.homepage {
	/*height: 490px;*/
	height: 360px;
	width: 754px;
	background-color: #000000;
	/*background-image: url(images/home.jpg);*/
	background-position: right;
	background-repeat: no-repeat;
}
#container.homepage div.entry-content{
	padding: 0;
}
#moore_pageTitle h1.homepage-entry-title {
	padding-top: 95px; /* height of the replacement image */
	height: 0px;
	overflow: hidden;
	background-image: url(images/foundations.png);
	background-repeat: no-repeat;
	width: 484px;
	/*font-family: "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(images/home-headingline1.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	display: inline;
	font-size: 40px;
	line-height: 40px;
	height: 43px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;*/
}
#moore_pageTitle h2.homepage-entry-title {
	font-family: "Myriad Pro","Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: lighter;
	background-image: url(images/home-headingline2.gif);
	background-repeat: no-repeat;
	display: inline;
	font-size: 52px;
	line-height: 40px;
	padding: 0 20px 0 40px;
}
#worldOfMoore_buttons {
	width: 754px;
	height: 115px;
	float: left;
	background: url(images/worldOfMoore_buttons.png) no-repeat;
	padding-top: 18px;
}
/*FOR HOMEPAGE*/

/*special classes*/

.BrownLink {
	background-color: #856952;
	display: block;
	text-align: center;
	width: 150px;
	padding: 5px;
	margin-bottom: 0px;
	float: right;
}
.BrownLink p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BrownLink a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	height: 15px;
	display: block;
}
.BrownLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;	
}
.BrownLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
#ads {
	margin-top: 12px;
}
.imageElement h3{
	font-size: 12px;	
}
#worldcont {
	clear: none;
	width: 500px;
	margin-left: 20px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
#worldcont a {
	color: #CCCCCC;
	text-decoration: underline;
}
#worldcol {
	background-image: url(images/world_col.png);
	background-repeat: no-repeat;
	float: right;
	height: 525px;
	width: 215px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
	background-color: #191D56;
	clear: none;
	margin-top: 0px;
}
#scrolldiv {
	overflow-y: scroll;
	height: 500px;
	width: 200px;
}
#worldcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#worldcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 5px;
}
#worldcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 5px;
	font-style: italic;
	margin-top: 7px;
}

/*FOR WHY APPLY TO MOORE? PAGE*/


h2#why {
	padding-top: 70px; /* height of the replacement image */
	height: 0px;
	overflow: hidden;
	background-image: url(images/whyapplyheading.png);
	background-repeat: no-repeat;
	width: 460px;
}
.entry-content-why h3 {
	margin-bottom: 10px;
	letter-spacing: 0em;
}
.entry-content-why h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}
.entry-content-why span {
	font-size: 18px;
	font-style: italic;
	color: #3F6F0B;
	margin-top: 10px;
	line-height: 24px;
	font-weight: bold;
}
.whyapply {
	background-color: #EBE7DE;
	background-image: url(images/why1.jpg);
	background-repeat: no-repeat;
}
#contentwhy {	
    margin:0 0 0 18px;
    width:560px;
    overflow:hidden;
    
}
#containerwhy {
	width:635px;
	float: left;
}
#bkgbottom {
	background-image: url(images/why3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 1080px;
}
#whyside {
	width: 280px;
	margin-left: 635px;
	background-image: url(images/why2.jpg);
	background-repeat: no-repeat;
	height: 1150px;
}
#quote1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	text-align: center;
	width: 120px;
	margin-top: 300px;
	margin-right: 10px;
}
#quote1 p {
	margin-bottom: 0px;
	line-height: 20px;
}
#quote1 h5 {
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-align: right;
	line-height: 12px;
	margin-top: 20px;
}
#quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	text-align: center;
	width: 180px;
	margin-top: 420px;
	margin-right: 45px;
}
#quote2 p {
	margin-bottom: 0px;
	line-height: 20px;
}
#quote2 h5 {
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-align: right;
	line-height: 12px;
	margin-top: 20px;
}
#hightlight1 {
	background-image: url(images/whyhighlight1.gif);
	display: block;
	padding: 20px;
	width: 500px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #5B180E;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#hightlight1 span {
	color: #000000;
	font-style: italic;
	font-size: 12px;
}
#hightlight2 {
	background-image: url(images/whyhighlight2.gif);
	display: block;
	padding: 20px;
	width: 500px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#hightlight2 span {
	color: #5B180E;
	font-style: italic;
	font-size: 12px;
}
#linkblock {
	background-color: #C3BCA7;
	background-image: url(images/investigatearrow.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 67px;
}
#linkblock h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#linkblock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
}
#linkblock a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0px;
}
#linkblock a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0px;
}
#linkblock a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}
.widecolumn {
	margin-bottom: 400px;
}
#featuredLinks {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #92A5A5;
	background-image: url(images/resourcebkg.jpg);
	background-repeat: repeat-x;
	width: 220px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-position: 38px;
	color: #CCCCCC;
	margin-top: 20px;
}
#featuredLinks h4 {
	background-image: url(images/resourceheadingbkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 220px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-left: -20px;
	font-size: 24px;
	font-weight: bold;
	background-position: top;
	margin-top: 0px;
	color: #FFFFFF;
}
#featuredLinks ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#featuredLinks h5 {
	background-image: url(images/resourceheadingbkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 220px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-left: -20px;
	font-size: 14px;
	font-weight: bold;
	background-position: top;
	margin-top: 0px;
	color: #FFFFFF;
}
#featuredLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#featuredLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#featuredLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#featuredPodcasts {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #92A5A5;
	background-image: url(images/resourcebkg.jpg);
	background-repeat: repeat-x;
	width: 220px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-position: 38px;
	color: #CCCCCC;
}
#featuredPodcasts h4 {
	background-image: url(images/resourceheadingbkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 220px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-left: -20px;
	font-size: 24px;
	font-weight: bold;
	background-position: top;
	margin-top: 0px;
	color: #FFFFFF;
}
#featuredPodcasts a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#featuredPodcasts a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#featuredPodcasts a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.post {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;	
}
div.post h2 {
	font-size: 14px;	
}

h4.ngg-album-compact {
	font-size: 12px;
	font-weight: normal;
}
a.ngg-album-desc {
	font-size: 12px;
	font-weight: normal;
}
a h4 {
	color: #990000;	
}
.entry-utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.hentry {
	margin-top: 0px;
}
.entry-utility {
	margin-bottom: 0px;
}
.clearer {
	clear: both;	
}
#book1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#locationTextBlock {
	font-family: Arial, Helvetica, sans-serif;	
}#logo {
	clear: none;
	height: 74px;
	width: 210px;
}
#advman-3 {
	padding: 3px;
	border: thin solid #CAD6E2;
}
