﻿/*** MASTER PAGE CSS ELEMENTS ONLY ***/
*{
	margin:0;	
}
/* change to fix paragraphs */
p {
	font-size:12px;
	margin-bottom:10px;
	font-family:Arial,Helvetica,sans-serif;
}

body
{
	height:100%;
}

html
{
	height:100%;
}

#master_container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#footer{
	width:800px;
	margin:0 auto;
	font-size:9px;
	color:#333333;
	padding-top:8px;
	font-family: "Trebuchet MS";
	text-align:center !important;
}

#footer a{
	font-size:10px;
	font-family:verdana,arial,helvetica,sans-serif;
	/* Margin reduced to 0 to remove Copyright gap*/
	margin:0px;
	color: rgb(51, 102, 153);
	text-decoration:underline;
}

#global_nav{
	width:100%;
	color:white;
	background-color:#006699;
	text-align:center;
	margin-top:-5px;
	height:37px;
}

table.topNavSelected{background-color:#75a5bd;}

/* Site Actions Styles */
.sharepointLogin {
	position:absolute; 
	top:0px; 
	left:0px;
	height:30px;
	width:30px;
}


.ms-MenuUIPopupBody{
	z-index:7;
}
/* END Site Actions Styles */

/* Search Box Styles */
.ms-sbplain
{
	height:13px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
.ms-sbtable-ex
{
	width:130px !important;
	border-left:0px gray solid !important;
	border-right:none !important;
	/*margin:0px !important;*/
	padding:0px !important;
}
.ms-sbplain{
	font-size:10px !important;
	border:	thin solid #666666 !important;
}
td.ms-sbgo
{
	background-color:gray !important;
	border:medium none !important;
	padding:0px !important;
	margin:0px !important;
	margin-bottom:1px !important;
	
	
}
td.ms-sbcell
{
	background-color:#666666 !important;
	border:none !important;
	padding:0px !important;
	margin:0px !important;
	margin-bottom:1px !important;
}
/************************/
/* new style */
div#master_wrapper {
	position:relative;
	height:100%; 
	width:100%; 
	bottom:0; 
	margin-left:auto; 
	margin-right:auto;
}
div#header_float {
	position:relative; 
	width:100%; 
	z-index:1;
}
div#lvl2_spotlight_wrapper {
	height:auto;
	height:100%;
	margin:0 !important;
}
div#lvl2_spotlight {
	height:auto;
	/*Overlaps footer: height:100%;*/
}
div#lvl2_left_col {
	height:auto;
	height:100%;
	margin-right:-10px;
}
div#lvl2_spotlight_content {
	margin:0 !important;
}

#search_td{padding-top:145px;}

div#searchBox {
	float: right; 
	margin-top: 5px; 
	top: 8px; 
	left: 250px;
}
div.IAVI_donate_form div.innerDIV {
	overflow:hidden;
}


/*new custom styles by Monzer*/
.ms-rteCustom-BodyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #000000;
	
}
.ms-rteCustom-RightColumnHeader
{

	font-size: 80%;
	font-weight:bold;
	display:block;
	height:19px;
	padding-left: 10px;
	padding-top:3px;
	width:99% !important;
	color:white !important;
	background-color: #336699;
}
.ms-rteCustom-BodyTitle
{
	font-size:16px !important;
	font-family:'trebuchet ms','sans-serif';
	color: #FF6633;
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font-weight:bold;
}
.ms-rteCustom-BodySubTitle
{
	font-size: 13px;
	font-family:'trebuchet ms','sans-serif';
	color: #FF6633;
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font-weight:bold;

	
}
UL.ms-rteCustom-ListOrangeArrow
{
	list-style-image: url('orange_arrow.jpg');
	background:transparent;
    margin-left: -10px !important;
	/*background-position: left;*/
}
.ms-rteCustom-OrangeArrow
{
	background: url('orange_arrow.jpg') no-repeat 0 2px;
	padding-left: 10px;
}

UL.ms-rteCustom-BodyBullets
{
	color:black !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}
.ms-rteCustom-RightBodyText
{
	font-family:trebuchet MS;
	color: #333333;
	font-size: 12px;
}
a.ms-rteCustom-Links
{
	/*background: transparent url(../PublishingImages/orange_arrow.jpg) no-repeat scroll 0 2px !important;*/
	font-size:12px !important;
	color: #336699 !important;
	height:100%;
	margin-top: 5px;
	font-family: trebuchet MS !important;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
}
a.ms-rteCustom-LinkNoArrow 
{
	background-image:none !important;
	
}
