/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}

h1 {
	font-weight: bold;
	font-size: 29px;
	color:#edf0c8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color:#edf0c8;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-weight: bold;
	font-size: 17px;
	color:#edf0c8;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3 {
	font-weight: bold;
	font-size: 22px;
	color:#edf0c8;
	border-bottom: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 {
	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;
}
#logos {
	width: 200px;
}
#banner {
	text-align: center;
}
#banner a {
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}
#banner a:hover {
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}
#banner p a img {
	text-align: center;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top_titles {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 400px;
}
#left_column a {
	color: #CB0106;
	text-decoration: none;
	font-size: 16px;
}


#container {
	margin: 0px auto;
	width: 800px;
}

/* ----- Top Section ----- */
#top{
	float: right;
	width: 142px;
	height: 49px;
	background-color: #cedf3b;
	background-image: url(images/top_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 12px;
}

#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 {
	width: 800px;
	height: 275px;
	background-color: #B2C033;
}
/* ----- End of Header ----- */

/* ------------- Menu ------------------ */
#menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#menu_left {
	float: left;
	height: 48px;
	width: 7px;
	background: #cedf3b url(images/menu_leftborder.gif) no-repeat;
}

#menu_right {
	float: left;
	height: 48px;
	width: 7px;
	background: #cedf3b url(images/menu_rightborder.gif) no-repeat;
}

#menu_middle{
	float: left;
	width: 800px;
	height: 33px;
	background-color: #CB0106;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#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;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* ---------- end of menu ------------- */


/* ----------------- Content ----------------------- */
#content {
	float: left;
	width: 760px;
	color: #C7C7C7;
	background-color: #121212;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 30px;
}

#left_column {
	width: 490px;
	float: left;
}


#right_column {
	float: right;
	width: 240px;
	min-height: 420px;
}
#footer_middle {
	float: left;
	width: 790px;
	height: 60px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 9px;
	color: #6F6868;
	background-color: #171616;
}
#head {
	height: 61px;
}
/* ------------ end of content ------------ */

/* ----- Section 1 ----- */
.section1 {
	margin: 20px 0px;
	padding: 10px 10px 10px 20px;
	width: 458px;
	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{
	color: #EDF0C8;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.section1 .newsbox {
	width: 460px;
	font-size: 9px;
}
/* ----- End of Section 1 ----- */

/* ----- Section 2 ----- */
.section2 {
	width: 200px;
	padding: 10px;
	border: #252323 solid 1px;
	background: #000000 url(images/section_background.gif) repeat-y;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.section2 a {
	color: #CE0000;
	text-decoration: none;
	line-height: 30px;
}


.section2 .form_row{
	padding: 3px 0px;
}
.section2 a.current {
	color: #FFF;
}

.section2 hr{
	border: 1px dotted #333333;
	width: 100%;
}
#left_column a:hover {
	color: #484848;
	text-decoration: none;
	font-size: 16px;
}
