/*tag specific styles*/

/*dhtml navigation menu styles*/

.mnuMain{
	width:780px;
	background-color:#003399;
	
}

.mnuSub{
	margin-top:1px;
	background-color:#003399;
	
}

.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver{
	font-family:Tahoma,Arial, Helvetica;
	font-variant: small-caps;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:5px;
	color:#FFFFFF;
	font-variant:small-caps;
	
}

.mnuItemOver,.mnuItemMembersOver,.mnuItemActiveOver{
	color:#FFFFFF;
	background-color:#3366FF;
	text-decoration:underline;
	
}

.mnuItemActive{
	color:#FFFFFF;
	background-color:#3366FF;
	text-decoration:none;
	
}

.mnuItemSeparatorH{
	background-color:#FFFFFF;
	width:1px;
	height:100%;
	
}

.mnuItemSeparatorV{
	background-color:#FFFFFF;
	width:100%;
	height:1px;
	
}

.mnuSeparatorH{

}

.mnuSeparatorV{

}

/*content styles*/

.inpButton{
}

.inpCheckBox{
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	
}

.modContainer{
	margin-bottom:10px;
	
}

.modHeader{
	font-size:10pt;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
}

.modContent{

}

.ctHeader{
	background-color:#003399;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#FFFFFF;
	
}

.ctHeader A{
	background-color:#003399;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	
}

.ctToolBar, .ctToolBar TD{
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight:bold;
	
}

.ctAlternate{
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctNormal{
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctSmall{
	font-family:Verdana;
	font-size:8pt;
	
}

.ctBulletin{
	padding-bottom:5px;
	
}

.ctBulletinNew{
	/*
	background: url(/_filelib/ImageGallery/Bullets/new.gif) no-repeat 100% 2px;
	padding-right: 28px;
	*/
	
}

.ctBulletinDate{
	color:#000000;
	
}

.ctBulletinShortText{
	font-family:Arial;
	font-size:10px;
	color:#111111;
}

/*PAGE TEMPLATE STYLES*/
.row{
	width: 100%;
	height: auto;
	clear: both;
  text-align: center;
}
.row:after{
	content: '';
	clear: both;
	display: table;
}
.twoColumns{
	width: 49%;
	position: relative;
	height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.threeColumns{
	width: 32%;
	position: relative;
	height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.fourColumns{
	width: 24%;
	position: relative;
	height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.twoColumns img, .threeColumns img, .fourColumns img{
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
}


