body{
	background-image: url(images/layout/r1_c1.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
	margin:0px;
	padding:0px;
	color: #ffffff;
}
h1{

	color: #ffffff;
	font-size: 28pt;

	font-weight:lighter;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding:0px;
}
	h1 a{text-decoration: none; color: #ffffff}
	h1 a:hover{text-decoration: underline;}
	
.right_coloumn h2{
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	color: #ffffff;
}


h2.right_coloumn{
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

	h2 a{text-decoration: none; color: #0099ff}
	h2 a:hover{text-decoration: underline;}

h4{
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding:4px 4px 4px 0px;
}
p{
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
li{
	line-height: 23px;
}
.no_display{
	display: none;
}
.bold{
	font-weight: bold;
}
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/

/*--- Links ---*/
	
a.std_link{
	text-decoration:underline;
	color: #ff9900;
	font-weight:bold;
}
a.std_link:hover{color:#ff0000;}
a.std_link_light{
	text-decoration: none;
	color: #0099cc;
}
a.std_link_light:hover{color:#ff0000; 	text-decoration:underline;}
	
/*--- Layouts ---*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float:left;}
.floatright{float:right;}
.imageleft{float:left; padding: 0px 10px 10px 0px;}
.imageright{float:right; padding: 0px 0px 10px 10px;}

/*--- Text ---*/

.grey{color:#333333;}
.red{color:#ff0000;}
.note{
	font-weight: bold;
	font-style: italic;
}
.t_justify{text-align:justify;}
.t_center{text-align: center;}
.t_right{text-align: right;}

/*--- Forms ---*/
.txt{
	font-weight:bold;
	float: left;
	width: 120px;
	text-align:right;
	padding: 4px;
	margin-right: 10px;
}
textarea, input{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
	padding: 4px;
}


.success{
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
	background-color: #d6f5c2;
	color: #006600;
	font-weight: bold;
	padding: 5px;
	text-align:center;
}
a.read_on{
	display: block;
	height: 14px;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
a.read_on:hover{color: #ffcc33;}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- LAYOUT ----------------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
#container{
	z-index: 1;
	width: 960px;
	margin: 0px auto 0px auto;
	position:relative;
}

#header{
	background-image: url(images/layout/r1_c2.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 234px;
}
#main_content{
	padding: 10px;
	background-color: #000000;
	border: 1px solid #999999;
	border-top: none;
}

#left_coloumn{
	float: left;
	width: 600px;
	background-color:#006699;
	padding: 10px;
}
#right_coloumn{
	float: right;
	width: 280px;
	background-color:#006699;
	padding: 10px;
}

#footer{
	font-size: 8pt;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	background-color: #000000;
	border: 1px solid #999999;
	border-bottom: none;
}

ul#menu{
	position: relative;
	top: 200px;
	left: 25px;
	padding: 0px; 
	margin:0px; 
	list-style: none;
}
ul#menu li{float: left; margin-right: 35px;}
ul#menu li a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
ul#menu li a:hover{
	color: #ff9900;
}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- ITEM CONTAINER --------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/

.item_container{
	padding: 10px;
	background-color: #003366;
	margin-bottom: 10px;
}

	.item_details{
		border-bottom: 1px solid #b3c2d1;
		padding: 10px 0px 10px 0px;
		margin-bottom: 10px;
		color: #b3c2d1;
		font-size: 7pt;
	}
	
		.item_details .date{float: left;}
		.item_details .other_details{float: right;}
		.item_details .views{
			width: 80px;
			float: left;
			margin: 0px 0px 0px 0px;
		}
		.news_image{
			width: 567px;
			overflow:hidden;
		}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- NEWS CONTAINER --------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/

.news_container{
	margin-bottom: 40px;
	border-bottom: 2px solid #b3c2d1;
}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- RIGHT COLOUMN ---------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/

#right_coloumn ul{
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#right_coloumn ul li{}
#right_coloumn ul li a{
	display: block;
	width: 100%;
	padding: 4px;
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px solid #174574;
}
#right_coloumn ul li a:hover{
	color: #ffffff;
	background-color: #174574
}

/*---------------------------------------------------------------------------------------------*/
/*- GALLERY PAGE -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.gallery_list{
	margin: 0px 0px 20px 0px;
	margin-top: 0px;
	border: 2px solid #b3c2d1;
	width: 580px;
	clear: both;
}
.gallery_1{
	width: 580px;
	height: 200px;
	margin-right: 10px;
}

div.the_image{	
	padding: 0px; 
	margin: 0px; 
	background-color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_name{
	border-top: 2px solid #b3c2d1;
	background-color: #003366;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	
	height: 45px;

	margin: 0px;
	padding: 5px;
}
.gallery_name a{
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;
	float: left;
	color: #ffffff;
}
.gallery_name span{
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	float: right;
	color: #ffffff;
}
.gallery_name a:hover{
	text-decoration: underline;
	color: #ffcc00;
}

/*---------------------------------------------------------------------------------------------*/
/*- VIEW GALLERY PAGE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.clicked_image{
	border: 2px solid #b3c2d1;
	background-color: #003366;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	height: 385px;
	width: 580px;
	margin: 0px;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;

	clear: both;
}
.clicked_image_description{	
	background-color: #003366;
	border: 2px solid #b3c2d1;
	border-top: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	
	height: 40px;
	width: 570px;
	margin: 0px;
	padding: 5px;

}
.clicked_image_description h1{
	font-size: 15pt;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
}
.clicked_image_description p{
	font-size: 8pt;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
}
.gallery_images{
	height: 65px;
	width: 580px;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.gallery_thumbnail{
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #b3c2d1;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 90px;
}
.gallery_thumbnail_space{
	float: left;
	display:block;
	width: 2px;
	height: 60px;	
}
.gallery_thumbnail a{
	display: block;
	width: 100px;
	height: 60px;
}

.selection-text-area{clear: both;}
.text_area{height: 550px;}