
/************************** Site-wide Reset Styles ***************************/
/*                     Do not change any of these styles                     */

html,body,p,ul,ol,li,a,h1,h2,h3,h4,h5,h6,table,tbody,tfoot,thead,th{margin:0;padding:0;border:0;outline:0;font-size:13px}
.mainMenu tr .icn img{padding:0 0 0 10px;}
/* Overrides some troublesome DNN default styles */
.Normal,.NormalDisabled,.NormalBold,.NormalRed,.NormalTextBox{font-size:inherit;font-family:inherit;}
.Normal,.NormalDisabled,.NormalRed,.NormalTextBox{font-weight:inherit;}

/* The clear class is used to correct the flow of the layout after using a
 * floated element ("float: left" in stylesheets or "align=left" on tables and
 * imgs). Usually, floating an element takes it out of the 'flow' of the
 * document, meaning that any containers or following elements will ignore the
 * size and shape of the floated element, causing ugly overlapping content and
 * missing backgrounds. The clear class forces the containing element to
 * correct its height for its contents even if it's floated. It should be used
 * by specified the clear class on any elements that contain a floated
 * elements that you wish to clear.
 * E.g.,
 * <div class="clear">
 *     <div style="float: left;"> Content </div>
 *     <img src="..." align="right" />
 * </div>
 * This method is preffered over alternate methods (such as
 * <br style="clear:both;" />) as it requires no extra html markup just for
 * styling purposes, and it is also the only known method that works in all
 * cases across all modern browsers. */
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear{zoom:1;/*triggers hasLayout in IE*/}

/* The following classes cancel out any styles that have been specified on the
 * body for the image and link browsers of the DNN text editor. Usually these
 * dialogs would use the same styles as the rest of the site, sometimes
 * causing issues with readability */
.FCKImageGalleryContainer{background-color:#FFFFFF;background-image:none;}
.FCKLinkGalleryContainer{background-color:#FFFFFF;background-image:none;}

.FormsContent table{width:auto !important;}

/****************************** General Styles *******************************/

/* Do not set font-size or font-family on the p tag or  any other general tags
 * other than #Body (see Layout Styles) as this will cause problems when trying
 * to set styles on container elements later on. Site wide font settings should
 * be specified on the body tag, or if you require a different font style
 * somewhere on the site, add the different font styles to a class or id on the
 * containing element. */
p, .Normal p {
	/* !important is required on margin to override a style on the container */
	margin: 10px 0 !important;
	line-height: 120%;
}

ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}

ul {
	margin: 10px 0 10px 30px;
	list-style-type: disc;
}

a {
	color:#024471;
	text-decoration: none;
}

a:hover {
	color:#024471;
	text-decoration: underline;
}

h1 {
	margin: 20px 0;
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
	color:#024471;
}

h2 {
	margin: 18px 0;
	font-size: 16px;
	font-weight: bold;
	color:#7fb109;
}

h3 {
	margin: 16px 0;
	font-size: 24px;
	font-weight: bold;
}

h4 {
	margin: 14px 0;
	font-size: 21px;
	font-weight: bold;
}

h5 {
	margin: 12px 0;
	font-size: 18px;
	font-weight: bold;
}

h6 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
}

/******************************* Layout Styles *******************************/

#Body {
	text-align: center; /* Centers the website in IE */
	
	/* Causes long words that are too wide for its container to break mid-word
	 * and wrap onto the next line */
	word-wrap: break-word; 
	
	background: #4887b3;
	padding-top:25px;
	
}
#Body, .Normal,.NormalDisabled,.NormalBold,.NormalRed,.NormalTextBox,div {
	/* Set this to the desired default website font */
	font-family: Arial, Helvetica, sans-serif;
	/* Set this to the desired default website font size */
	font-size: 13px;
	color:#626262;
}
.pageCenter {

	/* Centers the website in all browsers except IE and cancels out the
	 * text-align: center specified on #Body */
	margin: 0 auto;
	text-align: left;
	
	/* Total width of the website. This must be specified in order to center
	 * the website. This should NEVER be more than 996px or you will get
	 * scrollbars on 1024x768 resolution screens. If your design measures
	 * wider than this, go and ask your designer about it */
	width: 991px;
	/* Use overflow: hidden on elements that have a fixed width or height to prevent
	 * user editable content that could break the layout. For example, long urls with
	 * no break in them, or large images that expand beyond the width of the box. These
	 * often break the layout in IE. This declaration will at worst, cut the edge off
	 * of the content, but will keep the layout intact. */
	background-color:#FFF;
}
#pageCenterborder
{
		border:#7190a3 solid 1px;
}

#header {
	height: 293px;
	/* Use overflow: hidden on elements that have a fixed width or height to prevent
	 * user editable content that could break the layout. For example, long urls with
	 * no break in them, or large images that expand beyond the width of the box. These
	 * often break the layout in IE. This declaration will at worst, cut the edge off
	 * of the content, but will keep the layout intact. */
	overflow: hidden;
	background-image:url(images/Louise-Markus-MP_03.jpg);
	position:relative;
	}


#headercontact {
	/* See notes in #profilePhoto regarding absolute positioning*/
	position: absolute;
	top: 110px;
	left: 850px;
	margin: 0;
	color:#383838;
	font-size:12px;
	text-align:right;
}
#headerportfolio {
	/* See notes in #profilePhoto regarding absolute positioning*/
	position: absolute;
	top: 255px;
	left: 750px;
	margin: 0;
	color:#FFF;
	font-size:12px;
	text-align:right;
}


#contentWrapper {
	padding: 36px 26px 36px 36px;
}
#contentWrapper img{
	margin-bottom:11px;
}

#contentPaneWrapper {
	/* Don't use margin-left on anything with float:left */
	float: left;
	/* Don't use padding-left, padding-right, border-left or border-right on
	 * anything with width */
	width: 674px;
	/* Use overflow: hidden on elements that have a fixed width or height to prevent
	 * user editable content that could break the layout. For example, long urls with
	 * no break in them, or large images that expand beyond the width of the box. These
	 * often break the layout in IE. This declaration will at worst, cut the edge off
	 * of the content, but will keep the layout intact. */
	margin-right: 20px;
}

.ContentPane {
	padding: 0 20px 20px 20px;
}

#rightPaneWrapper {
	/* Don't use margin-left on anything with float:left */
	float: left;
	/* Don't use padding-left, padding-right, border-left or border-right on
	 * anything with width */
	width: 230px;
	/* Use overflow: hidden on elements that have a fixed width or height to prevent
	 * user editable content that could break the layout. For example, long urls with
	 * no break in them, or large images that expand beyond the width of the box. These
	 * often break the layout in IE. This declaration will at worst, cut the edge off
	 * of the content, but will keep the layout intact. */
}
.PagingTable
{
	width:auto;
	border:0;
	
}
.RightPane {
	padding: 0 0px 0 20px;
}
.quicklinkswrapper a
{
	font-size: 14px;
}

#footer {
	margin: 5px 0 0 0;
	padding: 10px;
	text-align: center;
}

/* Set the font styles in the footer - also need to override the default a styles */
#footer, #footer a {
	font-size: 11px;
	color: #f0f0ed;
}

/******************************** Menu Styles ********************************/

#menu {
	height: 39px;
	background-image:url(images/Louise-Markus-MP_06.jpg);
}

/* Menu item (top level only) */
.mainMenu .root {
	display: block;
	float: left;
	white-space: nowrap;
	
	/* Background images cannot be used here as they clash with the dropdown arrows */
	line-height: 39px;
	padding: 0px 28px 0 28px;
	color: White;
	font-weight:bold;
	font-size:13px
}

/* Last menu item (top level only) */
.mainMenu span.last {
	/* Cancels out the dividing border */
	border-right: 0;
}

/* Menu item hover (top level and sub menu items) */
.mainMenu .hov {
	cursor: pointer;
	background: #4887b3;
	color: White;
}

/* Sub menu */
.mainMenu table {
	background: White;
	border: 1px solid Black;
	z-index:100;
}

/* Menu item (sub menu only) */
.mainMenu tr .txt {
	padding: 0 10px;
	line-height: 30px;
}

/* Other possible menu style declarations include:
 * All menu items									.mainMenu .mi {}
 * Menu item hover (top level only)					.mainMenu span.hov {}
 * Menu item hover (sub menu only)					.mainMenu tr.hov {}
 * Currently selected menu items (top level only)	.mainMenu span.sel {}
 * Currently selected menu items (sub menu only)	.mainMenu tr.sel {}
 * First top level menu item						.mainMenu span.first {}
 * Last top level menu item							.mainMenu span.last {} 
 * Currently selected menu item 					.mainMenu .sel {} */
 

/***************** Tabbed Panels *********************/

#tabbedPanel {
	margin: 0 0 0 0;
	zoom: 1; /* Triggers hasLayout for IE */
}

/* Tabs */
#tabbedPanel .tab {
	cursor: pointer;
	float: left;
	position: relative;
	top: 1px;
	border-bottom: 1px solid #a2a2a2;
	margin: 0 2px 0 0;
	font-weight: bold;
	color:#fff;
	width:221px;
	font-size:14px;
	text-align:center;
	padding:6px 0 4px 0;
}

/* Can declare tab-specific styles by putting an id on the tab or content  */
#tabbedPanel .mediatab {
	background-image:url(images/tab-1.gif);
	background-repeat:no-repeat;
}

#tabbedPanel .calendartab {
	background-image:url(images/tab-2.gif);
	background-repeat:no-repeat;
}

#tabbedPanel .speechestab {
	background-image:url(images/tab-3.gif);
	background-repeat:no-repeat;
}

/* Tabs when selected */
#tabbedPanel .selTab {
	background-image:url(images/tab-white.gif);
	background-repeat:no-repeat;
	/* When using borders as in this example, increase the bottom padding by 1px (as defined above)
	 * and remove the bottom border. This method is preferred over simply making the bottom border
	 * the same as the background colour, because doing so would present a gap in the left-border
	 * in Internet Explorer due to the bottom-border overlapping the left-border */
	border-bottom: 0;
	padding-bottom: 5px;
	color:#4887b3;
}

/* Tab content */
#tabbedPanel .tabContent {
	display: none;
	clear: both;
	background: White;
	border: 1px solid #a2a2a2;
	padding: 10px 40px 5px 40px;
	border-bottom:0;
}

/* Tab content when selected */
#tabbedPanel .selContent {
	display: block;
}
#tabcurvebottom
{
	background-image:url(images/curve_40.gif);
	height:10px;
	width:674px;
	font-size:1px;
	margin-bottom:20px;
}
/*news editor styles - general*/
.articlereadmore, .articlereadmore a:Link, .articlereadmore a:active, .articlereadmore a:visited
{
	font-size:11px;
	color:#357fae;
	text-decoration:none;
}
.articlereadmore a:hover
{
	text-decoration:underline;
}

.articledate
{
	font-size:11px;
	font-style:italic;
}
/*news editor styles - article page*/
.articleListingFull h2
{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color: #4887b3;
	line-height:normal;
	font-weight:normal;
}
.articleListingFull .imageBox
{
	float: right;
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 0 15px 15px;
}

/*news editor styles - listings page*/

.articleListingLarge .listingItem
{
	margin: 12px 0;
}

.articleListingLarge .imageBox
{
	float: right;
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 15px 0 0 0;
}

.articleListingLarge .infoBox
{
	float: left;
	width: 455px;
}
.imageBox img {
margin-bottom:0 !important;
}	
.articleListingLarge h2, .articleListingLarge h2 a, .articleListingLarge h2 a:link, .articleListingLarge h2 a:active, .articleListingLarge h2 a:visited
{
	color: #4887b3;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 16px;
	margin: 0 0 0px 0;
	text-decoration:none;
	font-weight:normal;
	line-height:normal;
}
.articleListingLarge h2 a:hover {

	text-decoration:underline;
}

/*news editor styles - latest news page*/

.articleListingMedium .listingItem
{
	margin: 5px 0 10px 0;
}

.articleListingMedium .imageBox
{
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 0 0 15px;
}
	
.articleListingMedium h2, .articleListingMedium h2 a, .articleListingMedium h2 a:link, .articleListingMedium h2 a:active, .articleListingMedium h2 a:visited
{
	color: #4887b3;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 15px;
	margin: 0 0 3px 0;
	text-decoration:none;
	font-weight:normal;
	line-height:normal;
	
}
.articleListingMedium h2 a:hover
{
	text-decoration:underline;
}

