@charset "UTF-8";
/* CSS Document */

/* GLOBAL ELEMENTS */
	
	
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#ffffff;
		}
	
	body {
		font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
		background-color: #d2d2d2;
		}
	hr {
		margin: 5px auto;
		height: 1px;
		width: 90%;
		border-top: 1px dotted #00265c;
		color: transparent;
		background-color: transparent;
		}
	input, textarea, checkbox, select, file {
		border:1px solid #00265c;
		color:#000000;
		}
	p, span, ul li, ol li {
		font-size: 1.1em;
		}
	p {
		margin:0;
		padding-bottom: 15px;
		}
	em {
		font-style: italic;
		}
		
	.clear_float {
		clear: both;
		}
		
/* END GLOBAL */


#wrapper {
	min-height: 200px;
	height: auto !important;
	height: 200px; 
	width: 1100px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#wrapper #navigation {
	height: 51px;
	width: 1100px;
	background-image: url(images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper #navigation ul {
	list-style-type: none;
	padding-top: 10px;
}
#menu ul ul{
position: absolute;
top: 30px;
visibility: hidden;
}

#menu ul li:hover ul{
visibility:visible;
}

#wrapper #navigation a {
	font-size:10px;
	text-decoration: none;
	color:#333333;
	font-weight:800;
}

#wrapper #navigation li:hover {
	color:#0000CC;
	text-decoration:underline;
}

#wrapper #navigation li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	border-left:thin solid #999999;
}


#wrapper #content {
	width: 955px;
	margin-left: 75px;
	margin-top: 30px;
}
#wrapper #content #lft_content {
	display: inline;
	float: left;
	width: 500px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#wrapper #content #lft_content h1 {
	color: #f0fd13;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}
#wrapper #content #lft_content a {
	color: #f0fd13;
	font-weight: 900;
	text-decoration: none;
	font-size: 10px;
	padding-right: 25px;
}
#wrapper #content #lft_content p {
	font-size: 12px;
	line-height: 2em;
}
#wrapper #content #rt_content {
	display: inline;
	float: right;
	width: 394px;
}
#wrapper #content #rt_content img {
}

#wrapper #navigation a:hover {
color:#000099;
	}
#wrapper #content #rt_content h2 {
	color: #f0fd13;
	font-weight: 900;
	font-size: 14px;
}
#wrapper #content #rt_content h3 {
	color: #f0fd13;
	font-weight: 900;
	font-size: 14px;
}

#wrapper #content #rt_content h4, h5, h6 {
	color: #f0fd13;
	font-weight: 900;
	font-size: 14px;
}

#wrapper #content #rt_content p {
	font-size: 11px;
}
#wrapper #content #rt_content img {
	padding-bottom: 15px;
}
#wrapper #content #rt_content a {
	font-weight: 900;
	text-decoration: underline;
	color: #FFFFFF;
}



#wrapper #main_image {
	padding-top: 15px;
}
#wrapper #main_image #homepage_images {
	padding-top: 15px;
}
#footer {
margin-left:auto;
margin-right:auto;
	width: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #29323B;
	text-align: center;
	font-size: 9px;
}
#footer p {
	color: #273038;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer a {
	font-weight: 900;
	color: #29323B;
	text-decoration: none;
}
#footer strong {
	color: #29323B;
}
