/*
CSS Credit: http://www.templatemo.com/
*/

/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */


/* remember to define focus styles! */
:focus { outline: 0; }


body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a:link, a:visited { color: #ffffff; text-decoration: none; } 
a:active, a:hover { color: #ffffff; text-decoration: underline; }

h1 {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 16px;
	color:#edf0c8;
	border-bottom: 1px solid #666666;
}

h2 {
	margin:0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color:#edf0c8;
	border-bottom: 1px solid #666666;
}

p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

img {  
	margin: 10px 10px 0px 10px; 
	float:left; 
	border: 2px solid #FFFFFF;
}

#container {
	margin: 0px auto;
	width: 960px;
}

/* ----- Top Section ----- */
#top{
	float: right;
	width: 142px;
	height: 49px;
	background: #cedf3b url(../images/top_background.gif) bottom right no-repeat;
}

#top a{
	float: left;
	text-indent:-3000px;
	display:block;
	width:36px;
	height: 28px;
}

#top a.home{
	margin: 12px 0px 0px 25px;
	background: url(../images/home_icon.gif) no-repeat;
}
#top a.home:hover{
	background: url(../images/home_hover_icon.gif) no-repeat;
}

#top a.contactus{
	margin: 12px 0px 0px 20px;
	background: url(../images/mail_icon.gif) no-repeat;
}
#top a.contactus:hover{
	background: url(../images/mail_hover_icon.gif) no-repeat;
}
/* ----- End of Top Section ----- */

/* ----- Header ----- */

#header {
	clear: both;
	width: 960px;
	height: 199px;
	background: #cedf3b url(../images/header_lr.jpg) no-repeat;
}

#site_title {
	padding: 0px 0px 10px 50px;
	font-size: 30px;
	color: #2b1e1e;
}

#site_title span {
	font-weight: bold;
	color: #ff0000;
}

#site_slogan {
	padding: 100px 0px 10px 50px;
	font-size: 14px;
	color: #2b1e1e;
}
/* ----- End of Header ----- */

/* ------------- Menu ------------------ */
#menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

#menu_left {
	float: left;
	height: 48px;
	width: 7px;
	background: #cedf3b url(../images/menu_leftborder.gif) no-repeat;
}

#menu_middle{
	float: left;
	width: 946px;
	height: 33px;
	padding: 15px 0 0 0;
	background: #cedf3b url(../images/menu_background.gif) repeat-x;
}

#menu_middle ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	text-align: center;
}

#menu_middle ul li{
	display: inline;	
}

#menu_middle ul li a{
	padding: 0px 10px;
	font: 16px arial;
	color: #000000;
	text-decoration: none;
}

#menu_middle ul li a:hover, #menu ul li .current{
	text-decoration: underline;
}

#menu_right {
	float: left;
	height: 48px;
	width: 7px;
	background: #cedf3b url(../images/menu_rightborder.gif) no-repeat;
}

/* ---------- end of menu ------------- */


/* ----------------- Content ----------------------- */
#content {
	float: left;
	/* width: 960px; */
	margin: 30px 0px;
	color: #daddaf;
}

#left_column {
	float: left;
	margin: 0px 0px 0px 30px;
	/ * width: 650px; */
	min-height: 400px;
}

#right_column {
	float: right;
	/* width: 250px; */
	min-height: 400px;
}
/* ------------ end of content ------------ */



/* -- Table Styles ------------------------------- */


td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}



/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}



/* ----- Section 1 ----- */
.section1 {
	margin: 20px 0px;
	padding: 10px 10px 10px 20px;
	width: 618px;
	border: 1px #252323 solid;
	background: #171616;
}
.section1 .newphototitle{
	padding: 10px 0px 10px 50px;
	background: url(../images/newphoto_icon.gif) left center no-repeat;
}
.section1 .latestnews{
	padding: 10px 0px 10px 50px;
	background: url(../images/latestnews_icon.gif) left center no-repeat;
}

.section1 .subsection {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 154px;
	height: 154px;
	text-align: center;
}
.section1 .subsection a img{
	float: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;	
}
.section1 .subsection a:hover img{
	float: none;
	margin: 0px;
	padding: 0px;
	border: 2px solid #cedf3b;	
}

.section1 .newsbox {
	clear: both;
	width: 620px;
}
.section1 .newstitle{
	padding: 0px 0px 0px 10px;
	background: #000000;
}
.section1 .newstitle h1 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	color: #ff3600;
	border: none;
}
.section1 .newstitle a{
	color: #ff3600;
}
.section1 .newstitle a:hover{
	text-decoration: none;
}
.section1 p{
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-size: 11px;
}

.publish_date {
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
}
/* ----- End of Section 1 ----- */

/* ----- Section 2 ----- */
.section2 {
	width: 200px;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	border: #252323 solid 1px;
	background: #000000 url(../images/section_background.gif) repeat-y
}
.section2 a {
	color: #cedf3b;
	line-height: 25px;
	text-decoration: none;
}

.section2 a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.section2 .form_row{
	padding: 3px 0px;
}
.section2 hr{
	border: 1px dotted #333333;
	width: 100%;
}
/* ----- End of Section 2 ----- */


/* ----- Form ----- */
form{
	margin: 0px;
	padding: 0px;
	text-align: right;
}


div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	/* background-color: #FFF; */
	background-color: black;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

button,
input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}



input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }


/* ----- End of Form ----- */


.more {
	clear: both;
	margin: 10px 0px 5px 0px;
	text-align: right;
}

/* ----- Footer ----- */

#footer{
	clear: both;
	width: 960px;
	text-align: center;
	color: #3a3737;

}
#footer_left {
	float: left;
	width: 7px;
	height: 110px;
	background:url(../images/footer_left.gif) no-repeat;
}
#footer_middle {
	float: left;
	padding: 20px 0px 0px 30px;
	width: 916px;
	height: 90px;
	text-align: center;
	line-height: 30px;
	background:url(../images/footer_background.gif) repeat-x;
}
#footer_right {
	float: left;
	width: 7px;
	height: 110px;
	background:url(../images/footer_right.gif);
}
#footer a {
	color: #3a3737;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* ----- End of Footer ----- */



/* -- MINIPIC :-) ------------------------------- */
.minipic{
position: relative;
z-index: 0;
}

.minipic:hover{
background-color: transparent;
z-index: 50;
}

.minipic span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.minipic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.minipic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
