/** CMS STYLESHEET **/

/** External CSS**/

@import url(/css/jquery-ui-1.8.2.custom.css);
@import url(/css/local.css);

@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700);


/** Site Defaults **/

/* insert into cssStyles (VARIABLE,SECTION,VALUE) values('bodyTextAlign','Body','justify'); */

body			{color: #000000; font-size:10pt; font-family: Verdana; background: #c0c0c0; }
a img			{border:none;}




h1 {
	text-align: left; 
	font-size:18pt; 
	font-weight: normal; 
	font-family: 'Istok Web', sans-serif;
	line-height:1.2em; 
	margin-bottom:15px; 
	margin-left: 0px; 
	margin-top: 10px; 
	margin-right:0px;	
	color: #FA0000;

}

h2 {
	text-align: left; 
	font-size:14pt; 
	font-weight: normal; 
	font-family: 'Istok Web', sans-serif;
	line-height:1.2em; 
	margin-bottom:5px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right:0px;		
	color: #FA0000;

}


h3 {
	text-align: left; 
	font-size: 14pt; 
	font-weight: normal; 
	font-family: 'Istok Web', sans-serif;
	line-height:1.4em; 
	margin-bottom:0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right:0px;		
	color: #000000;
}

img				{border: 0px solid #FF0000;}

table			{border: none;}
no-style		{text-decoration:none;}

a:link		{ font-family: 'Istok Web', sans-serif;; 
text-decoration:none;color:#FA0000;}
a:visited	{text-decoration:none;color:#FA0000;}
a:hover		{text-decoration:underline;color:#FA0000;}
a:active	{text-decoration:none;color:#FA0000;}


a.bottomMenu:link		{	font-weight: normal; font-size: 10pt; font-family: 'Istok Web', sans-serif;; 
text-decoration:none;color:#FFFFFF;}
a.bottomMenu:visited	{text-decoration:none;color:#FF9933;}
a.bottomMenu:hover		{text-decoration:underline;color:#FA0000;}
a.bottomMenu:active	{text-decoration:none;color:#FFFFFF;}


a.newsLink:link		{	font-weight: normal; font-size: 11pt; font-family: 'Istok Web', sans-serif;; 
text-decoration:none;color:#FA0000;}
a.newsLink:visited	{text-decoration:none;color:#FA0000;}
a.newsLink:hover		{text-decoration:underline;color:#FA0000;}
a.newsLink:active	{text-decoration:none;color:#FA0000;}


a.siteMapLink:link		{	font-weight: normal; font-size: 11pt; font-family: 'Istok Web', sans-serif;; 
text-decoration:none;color:#FA0000;}
a.siteMapLink:visited	{text-decoration:none;color:#FA0000;}
a.siteMapLink:hover		{text-decoration:underline;color:#FA0000;}
a.siteMapLink:active	{text-decoration:none;color:#FA0000;}





.greentxt		{color:#7FC6B8;}
.whitetxt		{color:#ffffff;}
.greytxt		{color:#707173;}
.boldtxt		{font-weight:bold;}
.mediumtxt		{font-size:1em;}
.mediumtxtslh	{font-size:1em;line-height:1.2em;}
.largetxt		{font-size:1.1em;}
.largetxtslh,
.largetxtslh p	{font-size:1.1em;line-height:1.25em;}
.righttxt		{text-align:right;}
.centertxt		{text-align:center;}
.xtrapadding	{padding:15px 0 10px 0;}
.xtpadding		{padding:0 0 0 25px;}
.floatleft		{float:left;}
.floatright		{float:right;}
.smalltxt		{font-size:0.9em;}
.xsmalltxt		{font-size:0.7em;}
.smlheadertxt	{font-weight:normal;font-size:1em;margin-bottom:5px;}
.error			{font-weight:bold;color:#922C2C;}
.noweight		{font-weight:normal;}
.imgislink:hover{cursor:pointer;}
.fullblock		{display:block;float:left;width:100%;}





/** Page Structure **/





div#page {
	border: 0px solid #c0c0c0; 
	width:980px;
	height:100%; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;
background: #FFFFFF;
}

div#page div#header	{
	position:relative;
	top:0;
	left:0;
	z-index:2;
	display:block;
	float:none;
	width:100%;
	height:120px;
	margin:0;
	margin:0;
	background: #000000;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #FF0018;
	


}

div#page div#headerBuffer {
	padding-top: 25px; 
	background: #E1DFC9; 
	position:absolute;
	left:0;
	z-index:-22;
	display:block;
	float:left;
	width:100%;
	height:100px;
	margin:0;
	font-size:0.95em;
}

div#page div#content {
	background: #FFFFFF; 
	position:relative;
	left:0;
	z-index:1;
	display:block;
	float:none;
	width:100%;
	min-height:600px;
	margin:0px 0 0px 0;
}


div#page div#cms_content {
	background: #FFFFFF; 
	position:relative;
	left:0;
	z-index:1;
	display:block;
	float:none; 
	height:auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
}


div#page div#home_content {
	background: #FF0000; 
	position:relative;
	left:0;
	display:block;
	float:none; 
	height:auto;
	padding: 0px 10px 50px 10px;
	margin-left:auto;
	margin-right:auto;
}



div#page div#bottomBorder{
	/* background block for bottom of page */
	font-family: 'Istok Web', sans-serif;
	color: #FFFFFF;
	background: #000000;
	padding: 0px 17px;
	height: 100px;
	clear: both;
	float: none;
	font-size: 8pt;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FF0018;

}



div#page div#footer {
	background: #000000;  
	float:none; 
	display:block; 
	margin: 0;
	height:80px; 
	padding-top: 20px;
}


/* Text Styles */

.bodyText {
	padding-top:0px;
	padding-bottom:;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:10px; 
	margin-left: 0px; 
	margin-top: 8px; 
	margin-right:10px;		
	line-height:140%; 
	text-align: left; 
	vertical-align: top; 
	font-size:10pt; 
	font-family: franklin_gothic_bookregular;
	color: #000000;
}



.bodyTextLarge {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right:0px;		
	line-height:140%; 
	text-align: justify; 
	vertical-align: top; 
	font-size:1.0em; 
	font-family: franklin_gothic_bookregular;
	color: #000000;
}

.bodyTextSmall {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right:0px;		
	line-height:120%; 
	text-align: left; 
	vertical-align: top; 
	font-size:0.7em; 
	font-family: franklin_gothic_bookregular;
	color: #000000;
}




#alerts {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: franklin_gothic_bookregular;
	font-size:0.7em; 
}



/* Main Menu */


#mainMenuHorizontal {
	position:relative;
	left: -0px;
}

/* assuming 980px wide:
68px used at the two ends leaves 912 for the buttons
*/

/* gold #F2CF3D */
/* yellow #FFD200 */
/* dk yellow #EBAB00 */

#topmenu{
	/* background block for top menu items */
	font-family: Arial;
	background: #000000;
	padding: 0px 0px;
	height: 50px;
	clear: both;
	float: none;
	font-size: 9pt;	
	text-transform: uppercase;

}

#topmenu li{
	float:left;
	margin-right:3px;
	margin-left:0px;
	position:relative;
	width: 120px; /* button width */
	text-align:center;
	border-right: solid 0px #575F46;
	list-style-type: none; /* turn off bullets */
	
}

#topmenu li:last-child {
	border-right: none;
}

#topmenu a{
	height: 10px;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;

	color: #FFFFFF;
	background: #000000; /* top menu button colour */
	text-decoration:none;
}
#topmenu a:hover{
	color: #FF0000;
	background: ;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#topmenu ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#topmenu ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	width: 100%;
	float:none;
	left: 0px;
	text-align:left;
	min-width: 120px;
	border-right: none;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:2px;

}

#topmenu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding-left:5px;

}

#topmenu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}

#topmenu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background: #000000; /* drop down menu colour */
	text-decoration:none;
}

#topmenu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}

#topmenu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #666666; /* colour for drop down hover */
}






/* Billboards */

/*background: transparent none no-repeat left center;*/

#billboard                        { 
	position: relative;  
	left: 0px;  
	top: 0px;
	width: 980px; 
	height: 322px; 
	background: #FFFFFF; 	
	z-index:100; 
	float: left; 
	border-style: solid; 
	border-width: 0px;
	border-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	-webkit-box-shadow: 0px 6px 5px -3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 6px 5px -3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 6px 5px -3px rgba(50, 50, 50, 0.75);
}


#billboard #billboardImg {
	width: 715px; 
	height: 250px; 
}

#billboard #frame                 { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 980px; 
	height: 322px; 
	overflow: hidden; 
}

#billboard #frame:hover           { border-color: #000060; }

.controls              { 
	position: relative; 
	right: 80px; 
	bottom: 30px;
	z-index:400;  
}

#billboard #blobs                 { 
	overflow: hidden; 
	position: absolute; 
	right: 120px; 
	bottom: 15px;
	z-index:300; 
	background: transparent; 
}


#billboard #blobs ol { 
	display:none; 
	list-style-type: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.8em; 
	font-family: calibri, calibri-webfont, arial; 
	float: left; 
	padding: 0px; 
	margin: 0px; 
}


#billboard ol#nav		{
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%;
	height:12px;
	text-align:right;
	z-index:1000;
	list-style-type:none;
	padding:0;
	margin:0;
}

#billboard ol#nav li		{
	display:inline-block;
	width:1px;
	height:1px;
	cursor:pointer;
	font-size:0;
	text-indent:110%;
	padding:4px;
	margin:0 5px;
	overflow:hidden;
	background-color:#ffffff;
	border-radius:5px;
	opacity:0.6;
}

#billboard ol#nav li.active	{background-color:#FFAE00;opacity:1.0;}
#billboard ol#nav li:hover	{opacity:0.6;}


/* gold #F2CF3D*/
/* yellow #FFD200 */
/* dk yellow #EBAB00 */



.promoBlock {
	position: relative;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;

	margin-bottom: 20px;

	width: 237px;
	height:300px;
	background: #FFFFFF;
	float: left;
	border: 0px #494F3A solid;
}

.promoBlock:hover {
	background: #FFFFFF;
}


.promoImage {
	width: 237px;
	height: 164px;
	margin-top:15px;

}

.promoHeader {
	position: relative;
	left: 0px;
	margin-top:5px;
	color: #FF0000;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	float: none;
	top:0px;
	font-family: 'Istok Web', sans-serif;
	text-transform: uppercase;

	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF; 
}

.promoSpacer {
	position: relative;
	left: 15px;
	margin-top:2px;
	margin-bottom:1px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF; 
	width: 195px;
}


.promoText {
	position: relative;
	left: 0px;
	margin-top:5px;

	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	float: left;
	font-family: 'Istok Web', sans-serif;

}

.promoButton {
	position: absolute;
	left: 14px;
	top:240px;
	margin-top:10px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	font-family: 'Istok Web', sans-serif;

}


/* User Tables - forms etc */
/* parent container not defined as 'table' to avoid the problem with cellspacing not being supported by CSS...*/

.userTableGrid				{
	margin-left: 0px; 
	margin-right: auto;  
	margin-top: 0px;  
	margin-bottom: 0px;  
	margin-right: 9px;  
	border-collapse: collapse; 
	border-style: solid; 
	border-width: 0px;
	border-color: #c0c0c0;
	background: #FFFFFF; 

}



.userTableGrid td          { 
	padding: 6px;
	text-align: left; 
	font-weight: normal 
	font-family: 'Istok Web', sans-serif;
	background: #FFFFFF; 
	color: #000000; 
}

.userTableGrid td.header	{
	height: 25px; 
	color: #000000; 
	line-height: 20px; 
	background: #FFFFFF; 
	text-align: left; 
	font-family: 'Istok Web', sans-serif;
	font-weight: normal;
	font-size: 14pt;

}

.userTableGrid td.footer	{
	height: 25px; 
	color: #000000; 
	line-height: 20px; 
	background: #FFFFFF; 
	text-align: right;
	font-family: 'Istok Web', sans-serif;
	font-weight: normal;
	font-size: 12pt;

}

.userTableGrid td.spacer {
	height: 5px; 	
	line-height: 5px; 
}

.userTableGrid td.label	{
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF; 
	background: #FFFFFF; 
	font-weight: normal;
	font-size: 12pt;
	font-family: 'Istok Web', sans-serif;
}

.userTableGrid td.value	{
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF; 
	background: #FFFFFF; 
	font-weight: normal 
	font-family: 'Istok Web', sans-serif;
	font-size: 10pt;

}

.userTableGrid .grid	{
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0; 
}



.userTableGrid .right	{
	text-align: right;
}

.userTableGrid .center	{
	text-align: center;
}


.userTableGrid .gridTop	{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c0c0c0; 
}


.userTableGrid .button	{
	height: 35px; 
	color: #FFFFFF; 
	background: #506423; 
	text-align: center; 
	font-family: 'Istok Web', sans-serif;
	font-weight: normal;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000; 
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000; 
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000; 
	cursor: pointer;

}



/* Forms */


.standardForm {
	background: #E0DFDC; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #c0c0c0; 
	padding-left:5px;
}


.standardForm.textField {
	height: 24px;
	border-top-left-radius:5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius:5px ;
	border-bottom-right-radius:5px ;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius:5px ;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px ;	
}

.standardForm.textArea {
	border-top-left-radius:5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius:5px ;
	border-bottom-right-radius:5px ;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius:5px ;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px ;	
}





.standardForm.buttonInv:hover {
	background: #FF0000;
	color: #FFFFFF;

	cursor:pointer;
	}

.standardForm.buttonInv {
	background: #3E3E3E;
	text-transform: uppercase;

	font-family: 'Istok Web', sans-serif;
	font-size:9pt; 
	font-weight: 500;
	padding-bottom:0px;
	width:80px; 
	height: 36px;
	text-align:center; 
	color:#FFFFFF;
	border-style: none;

	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;


	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;

}




.standardForm.button:hover {
	background: #3E3E3E;
	color: #FFFFFF;

	cursor:pointer;
	}

.standardForm.button {
background: #FFFFFF;
	text-transform: uppercase;

font-family: 'Istok Web', sans-serif;
	font-size:9pt; 
	font-weight: 500;
	padding-bottom:0px;
	width:80px; 
	height: 36px;
	text-align:center; 
	color:black;
	border-style: none;

	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;


	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;

}

.newsBlock {
	position: relative;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 175px;
	min-height:200px;
	background: #FFFFFF;
	float: left;
	border: 0px #494F3A solid;
}



.newsImage {
	width: 154px;
	height: 107px;
	margin-top:0px;
	position: relative;
	left:-21px;

}

.newsHeader {
	position: relative;
	left: 0px;
	margin-top:5px;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	float: none;
	top:0px;
	font-family: 'Istok Web', sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF; 
}

.newsSpacer {
	position: relative;
	left: 15px;
	margin-top:2px;
	margin-bottom:1px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF; 
	width: 195px;
}


.newsText {
	position: relative;
	left: 0px;
	margin-top:0px;	

	color: #000000 !important;
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	float: left;
	font-family: 'Istok Web', sans-serif;

}

.newsButton {
	margin-top:10px;
	color: #FF0000;
	font-size: 10pt;
	font-weight: normal;
	text-align:right;
	font-family: 'Istok Web', sans-serif;

}



.newsHeadline {
	position: relative;
	left: 0px;
	margin-top:30px;
	margin-bottom:15px;

	color: #FF0000;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	float: none;
	top:0px;
	font-family: 'Istok Web', sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF; 
}







div#headerPhone {
	position:absolute;
	top: 25px;
	left:590px;
	font-size: 18pt;
	font-weight: bold;
	text-align:right;
	font-family: 'Istok Web', sans-serif;
	color: #FFFFFF;
	z-index:9999;
}


.imageStandard {
	border-style: solid;
	border-width: 0px;
	border-color: #333333; 
	max-width: 350px;
	max-height: 999px;
	padding-top:0px;
	padding-bottom:0px;27/11/2014
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right:0px;		

	-webkit-box-shadow: 0px 6px 5px -3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 6px 5px -3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 6px 5px -3px rgba(50, 50, 50, 0.75);


}



.imageWide {
	width: 577px;
	height: 145px;
	margin-bottom:0px; 
	margin-left: 0px; 
	margin-top: 30px; 
	margin-right:0px;		
}

.imageStandardRight {
	margin-left:15px !important;		
	margin-right:0px !important;			
}

.imageStandardLeft {
	margin-right:15px !important;		
	margin-left:0px !important;		
}

.imageSpacer {
	height: 0px !important;	
	width: 0px !important;	
	border: 0 !important;	
	margin: 0 !important;	
	padding: 0 !important;	
}

/** Resources **/

.gallery {width: 100%;}

.galleryBlock {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
	width: 120px;
	height: 90px;
	background: #D6D6D6;
	float: left;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;

	-webkit-box-shadow: 0px 6px 5px -3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 6px 5px -3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 6px 5px -3px rgba(50, 50, 50, 0.75);

}


.galleryBlock:hover {
	background: #F2CF3D;
}




.galleryImage {
	max-width: 120px; 
	max-height: 90px; 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.galleryImagePortrait {
	max-width: 120px; 
	max-height: 90px; 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.galleryImageTitle {
	position: relative; 
	line-height: 110%; 
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000; 
	text-align: center; 
	font-family: 'Istok Web', sans-serif;
	font-weight: ;
	font-size: 10pt;
}


.fileBlock {
	position: relative;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	float: left;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	box-shadow: 2px 4px 6px 0px #C5C4C3; ;

}


.fileIcon {
	position: relative; 
	top: 0px;
	max-width: 40px;
	float: none; 
	margin-right: auto; 
	margin-left: auto; 
	margin-bottom: 0px; 
	margin-bottom: 0px;
}


.fileTitle {
	position: relative; 
	line-height: 110%; 
	vertical-align: ;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000; 
	text-align: center; 
	font-family:  calibri, calibri-webfont, arial;
	font-weight: normal;
	font-size: 0.8em;
}


/* News Detail Page */

.newsContainer {
	width: ;
	height: ;
	margin-top: ;
	margin-bottom: ;
	margin-left: ;
	margin-right: ;
	border-top-left-radius: ;
	border-top-right-radius: ;
	-webkit-border-top-left-radius: ;
	-webkit-border-top-right-radius: ;
	-moz-border-radius-topleft: ;
	-moz-border-radius-topright: ;	
	border-bottom-left-radius: ;
	border-bottom-right-radius: ;
	-webkit-border-bottom-left-radius: ;
	-webkit-border-bottom-right-radius: ;
	-moz-border-radius-bottomleft: ;
	-moz-border-radius-bottomright: ;	
	box-shadow:      ;

}

.newsTable				{
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse; 
	width: 840px;
	box-shadow: 8px 8px 6px 0px #BDBDBD ;

}

.newsTable td {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	text-align: left; 
	font-weight: normal 
	font-size: 10pt ;
	font-family: franklin_gothic_bookregular;
	background: #FFFFFF; 
	color:#000000; 
}


.newsTable td.header	{
	padding-top:0px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	height: 25px; 
	color: #000000; 
	text-align: left; 
	vertical-align: middle; 
	line-height: 20px; 
	background: #FFFFFF; 
	text-align: left; 
	font-family:  ;
	font-weight:  bold;
	font-size:  1.2em;

}

.newsTable td.footer	{
	height: 25px; 
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	font-family:  franklin_gothic_bookregular;	
	line-height: 20pt; 
	background: #506423; 
	text-align: right;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	font-weight:  normal;

}

.newsTable td.spacer {height: 5px; 	line-height: 5px; }
.newsTable td.value	{
	font-size: 10pt;
	font-family: franklin_gothic_bookregular;

}
.newsTable td.valueSmall	{font-size: 0.8em;}
.newsTable .alignRight	{text-align:right;}
.newsTable .alignLeft	{text-align:left;}
.newsTable .alignCenter	{text-align:center;}

