﻿html
{overflow: -moz-scrollbars-vertical;}

body
{
	background-image:url(../Images/background_darkblue.jpg);
	background-repeat:repeat-x;
}

#page	
{ 
	width:100%; 
	margin-top:-15px;
	font-family:Arial; 
	font-size:.9em; 
	line-height:1.1em;
	
}

.pageBodyWidthNarrow	
{ float:left; width:500px;}

A
{
	text-decoration:none;
	
}

A:hover
{
	text-decoration:underline;
	
}

.rightContent {
	float:right;
	width:200px;
	padding-top:0px;
	vertical-align:top;	
}

.ContentBreadcrumb
{
	FONT-SIZE: 12px; 
	COLOR: #486bab; 
	padding-bottom:5px;
	
}

.ContentHeaderPage
{
	margin-top:20px;
	margin-bottom:20px;	
}

.ContentHeaderCaption
{
	font-family:Arial;
	font-size:125%;
	font-weight:bold;
	color:#0C2677;
	line-height:1.2em;
}

.MainContentArea
{
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:20px 10px 10px 10px;
	background-color:White;
}

.widgetHeader
{
	border:1px solid #0C2677;
	background-color:#0C2677;
	padding:4px;
	color:White;
	font-family:Arial;
	font-size:80%;
	font-weight:bold;
}

.infobox
{
	border:1px solid #0C2677;
	width:100%;

}

.infoboxdetail
{

	padding-left:6px;
	padding-right:6px;
	font-size:80%;
	font-family:Arial;
	margin-bottom:5px;
}

.MemberList
{
	margin-bottom:10px;
}

.memberlisting
{
	border:1px solid #cccccc;
	padding:3px 6px 3px 6px;
	font-size:95%;

}

.memberlistingalt
{
	border:1px solid #cccccc;
	background-color:#f3f3f3;
	padding:3px 6px 3px 6px;
	font-size:95%;
}

.memberlistingheader
{
	border:1px solid #cccccc;
	background-color:#f3f3f3;
	padding:4px;
	
	font-weight:bold;

}

.JobsDate
{
	font-size:.9em;
}

.HomePageTopStoryTitle
{
	font-size:140%;	
	font-family:Arial;
	line-height:140%;
}

.HomePageTopStory
{
	border:1px solid #cccccc;
	font-size:115%;	
	padding:8px;
	line-height:125%;
	width:100%;
	
}

.HomePageTopStory Img
{
	float:right;
	margin-top:5px; 
	margin-left:15px; 
	margin-bottom:15px;
	border:0px;
	
}

.HomePageStoriesContainer
{
	padding:8px;
	background-color:#f3f3f3;
	border:1px solid #cccccc;
	
	
}

.HomePageStories
{
	padding-bottom:10px;
		
}

.HomePageStoriesHeader
{
	font-size:110%;
	font-weight:bold;	
}


/* New Members box */


.HomePageNewMembersContainer
{
	background-color:#06617e;
	width:100%;
	margin-bottom:10px;
	
}

.HomePageNewMembersHeader
{
	background-image:url(../Images/GCCMAwelcomes2.jpg);
	height:84px;
	
}

.HomePageNewMembers
{
	padding:6px;
	width:100%;
	color:White;
	font-size:90%;
}
/* END New Members box */


/* Members on the move box */

.HomePageMembersMoveContainer
{
	background-color:#246c3e;
	width:500px;
}
.HomePageMembersMoveHeader
{
	background-image:url(../Images/GCCMAmembers2.jpg);
	height:87px;	
}

.HomePageMembersMove
{
	padding:6px;
	width:100%;
	color:White;
	font-size:90%;
}

/* END Members on the move box */



/* Gallery */
.clear 
{   
    clear:both;
}   
  
#gallery 
{   
    position:relative;   
    float:left;
    height:111px;
}   
#gallery img 
{   
    position:absolute;  
 
}   
   
#gallery img.show 
{   
    z-index:500;
}   

/* End Gallery */