body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	
	background-image: url('../images/backgroundTrimmed.jpg');
	background-repeat: repeat-y;
	background-attachment:scroll;
	background-position:top center; 

}

a img{
	border: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001f61;
	margin-bottom: 0px;

}

p{margin-top: 6px;
	}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001f61;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #91b549;
}

h4
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001f61;
	margin-bottom:10px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001f61;
    font-weight:bold;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.container {

	/*This centers the page in firefox*/
	margin: auto auto;
	width: 870px;
	position: relative;
	text-align: left;
	height: 100%;
	padding-left: 45px;
	padding-right: 40px;
	padding-top: 8px;

}

.header{
	width: 850px;
	height: 90px;
	background-image: url('../images/header_logo.jpg');
	background-position:top left; 
	background-repeat: no-repeat;
	z-index: 1000;
}

.stgeorgeheader{
	width: 850px;
	height: 90px;
	background-image: url('../images/stgeorge_logo.jpg');
	background-position:top left; 
	background-repeat: no-repeat;
}

.textOptions{
	text-align:right;
	padding-top: 39px;
}

.smallerLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #001f61;
}

.smallerLinks a
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #001f61;
    text-decoration: none;
}

.smallerLinks a:hover
{
    text-decoration: underline;
}

.menuTabs{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
	text-align:center;
	padding-top: 12px;
	height:1px;
}

.menuTabs a{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
	text-align:center;
	padding-top: 12px;
	height:1px;
	text-decoration: none;
}
.menuTabs a:hover{
    text-decoration: underline;
}
.menuTabs ul{
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	width: 660px;
	margin: auto;
}

.menuTabs li
{
	text-align:center;
	width: 105px;
	float: left;
	background-image: url("../images/toptab_GREEN.jpg");
	background-repeat: no-repeat;
	padding: 4px 0px 10px 0px;
	height:9px;
}

.longerTab
{
	background-image: url("../images/toptab_GREEN_LONG.jpg") !important;
	width: 125px !important;
}

.blueTab
{
	background-image: url("../images/toptab_BLUE.jpg") !important;
}

.longerBlueTab
{
	background-image: url("../images/toptab_BLUE_LONG.jpg") !important;
	width: 125px !important;
}

.welcomeImage
{
	text-align:center;
	padding: 10px 0 15px 0;
	
}

.homeText
{
	width: 321px;	
	float: left;
	padding-right: 14px;
	line-height: 18px;
	padding-left:5px;
	height: 170px;
	overflow: hidden;
}

.homeText p
{
	margin-top: 0px;
}


.homeImages img
{
	padding-left: 4px;	
}

.footerhome
{
	position:relative;
	top: -70px;
}

.footertext
{
	text-align:center;
	line-height: 12px;
}
.search
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #001f61;
}

/*CONTENT PAGE*/
.breadcrumbHolder
{
	background-image: url("../images/pageborder_rightcurve.gif");
	height: 30px;
	width: 875;
	text-align: right;
	/*padding-right: 40px;*/
	font-size: 11px;
	color: #ffffff;
	position:relative;
	top: -2px;
	margin-bottom: 10px;
	/*padding-top: 7px;*/
	background-repeat: no-repeat;
}

#breadCrumb a
{
    font-weight:normal;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    
}

#breadCrumb a:hover
{
    text-decoration: underline;
}

/*The left menu*/
.leftMenu{ 
	float: left;
	width: 170px;
}

.leftMenuHeader{
	background-image: url("../images/leftmenu_top.jpg");
	background-repeat: no-repeat;
	height: 18px;
	
}

.leftMenuBody{
	background-image: url("../images/leftmenu_middlefill.jpg");
	background-repeat: repeat-y;
	padding-left: 20px;
}

.leftMenuFooter{
	background-image: url("../images/leftmenu_bottom.jpg");
	background-repeat: no-repeat;
	height: 20px;
}

.leftMenuUL{
	padding:0;
	margin:0;
	padding-left: -10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001f61;
	line-height: 16px;
}

.leftMenuUL a{
	padding:0;
	margin:0;
	padding-left: -10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001f61;
	text-decoration: none;
}
.leftMenuUL a:hover
{
    text-decoration: underline;
}
.leftMenuUL li{
	list-style-type:none;
	border-bottom: 1px solid #91b549;
	padding-left: 12px;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background-image: url("../images/menuarrow2.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
}

.selected a{
	color: #91b459;
}

.last{
	border-bottom: 0px !important;
}

.leftMenuUL ul{
	padding:0;
	margin:0;
	font-size: 10px;
	font-weight: none;
	color: #001f61;
	
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}

.leftMenuUL ul li{
	border-bottom: 0px;
	padding-left: 12px;
	width: 120px;
	line-height: 13px;
	padding-top: 1px;
	padding-bottom: 1px;

	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}

.leftMenuUL ul li a
{
    color: #001f61;
}

.subSelected a{
    color: #91b459 !important;
}

.leftSearch
{
    padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001f61;
}

.leftSearch input{
	width: 125px;
}

.leftSearch img{
	top: 10px;
}

/*The main text*/

.main{ 
	float:left;
	width: 630px;
	padding-left: 12px;
	padding-right: 58px;
	background-image: url("../images/pageborder.gif");
	background-repeat: repeat-y;
	background-position: bottom right;
	min-height: 500px;
}

.main a
{
    font-weight: normal;
    text-decoration: underline;
}
.main li a
{
    font-weight: bold;
    text-decoration:none;
}
.main li a:hover
{
    font-weight: bold;
    text-decoration:underline;
}

.splashText{
	font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #001f61;
	margin-top: 6px;
}

/*The more information panel that floats to the right on the main text*/

.moreInformationRH{
	float:right;
	width: 195px;
	/*padding-top: 48px;*/
	padding-top: 40px;
	padding-left: 20px;
	/*padding-bottom: 10px;*/
}

.moreInformationRH img{
	padding-bottom: 10px;
}

.moreInformationList{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001f61;
	line-height: 12px;

}
.moreInformationList li{
	list-style-type:none;
}

/*footer*/

.footer{
	clear: both;	
	padding-bottom: 20px;
}

.line{
	text-align: right;
	background-image: url("../images/base_greenline.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 0px;
}

.line img{
	position:relative;
	top: -16px;
}

/*news page*/

.pdfIcon
{
    width: 50px; 
    float: left;
}

.newsFloat
{
    float:left;
}

.newsItems{
   /* width: 524px;*/
   width: 470px;
}

.newsItems a{
    font-weight:bold;
    text-decoration: none;
}

.newsItems a:hover{
    font-weight:bold;
    text-decoration: underline;
}

.betweenItems
{
    background-image: url("../images/menu_blackdividerline.gif");
	background-repeat: repeat-x;
	background-position: center center;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 580px;
	height: 20px;   
}

/* image library page*/
.imageLibGrid tr{
    width: 180px;  
}

.imageLibGrid td{
    width: 180px;    
}
.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #001f61;
	padding-bottom: 25px;
	width: 178px;
}
#pagination a
{
    font-weight: bold;
    text-decoration: none;
}
#pagination a:hover
{
    font-weight: bold;
    text-decoration: underline;
}
.textItems{
   /* width: 524px;*/
   width: 178px;
}
/*login page*/
.loginLeft
{
    clear:both;
    width: 100px;
    float: left;
    font-weight: bold;
    padding-bottom:15px;
    
}
.loginRight
{
    width: 500px;
    padding-bottom:10px;
}
.loginRight input
{
    width: 150px;
}

.blue
{
    color: #001f61;
}

/*sitemap*/

.siteMapUL{
	padding:0;
	margin:0;
	padding-left: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001f61;
	line-height: 16px;
}

.siteMapUL a{
	padding:0;
	margin:0;
	padding-left: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001f61;
	text-decoration: none;
}
.siteMapUL a:hover
{
    text-decoration: underline;
}


.story a
{
    padding-left: 0px;
    font-weight: normal;
}

.siteMapUL ul{
	padding:0px;
	margin:0px;
	font-size: 10px;
	font-weight: normal;
	color: #001f61;
	
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}

.siteMapUL li{
	list-style-type:none;
	padding-left: 10px;
	margin:0px;
	width: 220px;
}

.siteMapUL ul li{
	border-bottom: 0px;
	padding-left:25px;
	width: 220px;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}

.siteMapUL ul li a
{
    color: #6b8a31;
}

.siteMapUL ul ul li a
{
    color: #001f61;
    padding-left:25px;
}
.searchResults a
{
    font-weight: bold;
}
.btnSearch
{
    position: relative;
    top: 3px;   
}


/*St Geroge stuff*/
.stGeorgeColumn
{
    width: 170px;
    float: left;
}

.bordered
{
    /*border-left: solid 1px #cccccc;*/
    padding-left: 20px;
    
}

.stGeorgeColumnHolder
{
    height: 100%;
    background-image: url("../images/stGeorgeSeperators.gif");
    background-repeat: repeat-y;
    background-position: top left;
    
}