@charset "UTF-8";
/* CSS Document */

/* PLACEHOLDER PAGE */
img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

p.p_center {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif 16px bold;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		}
		
p.p_center a {
		color: #FF9900;
		}
		
p.p_center a:hover {
		background: #FF9900;
		color: #FFFFFF;
		border: 2px solid #FFFFFF;
		padding: 1px 14px 1px 14px;
		}

/* BACKGROUND IMAGE */
body {
		background: url(images/background/wallpaper4.jpg) repeat;
		padding: 0;
		margin: 0;
		}
		
#bkg_transparent {
		background: url(images/bkg-transparent.png) repeat-x;
		padding: 0;
		margin: 0;
		z-index: 1;
		}
		
#container {
		width: 700px;
		margin: auto;
		padding: 0;
		min-height: 75%;
		height: auto;
		padding-top: 10px;
		z-index: 2;
		}
		
/* General Site Styles */
.clear {clear: both; line-height: 0px; font-size: 0px; height: 3px; padding: 0; margin: 0; border: none;}
.clear2 {clear: both; line-height: 0px; font-size: 0px; height: 8px; padding: 0; margin: 0; border: none;}
.clear3 {clear: both; line-height: 0px; font-size: 0px; height: 0; padding: 0; margin: 0; border: none;}
.paddingleft { padding-left: 40px;}

/* Margins */

/* Main Title Bar */
#header {
		height: 135px;
		padding: 0px;
		}
		
#header_accross {
		width: 700px;
		height: 100%;
		margin: 0;
		}
		
/* Site Navigation */
#navigation {
		width: 100%;
		height: 30px;
		}
		
.site_nav ul {
		font-weight: bold;
		margin: 0;
		padding: 0;
		}

.site_nav ul li {
		float: left;
		list-style-type: none;
		}
		
.site_nav a {
		display: block;
		background: url(images/navigation-button2.gif) no-repeat top left;
		padding: 0px;
		padding-top: 5px;
		width: 140px;
		height: 30px;
		text-align: center;
		}

.site_nav a:hover {
		background-position: -140px 0px;
		}
		
.site_nav a.active {
		background-position: -280px 0px;
		}
		
.site_nav a.active2 {
		color: #f0a2d0;
		}


		
/* Main Content Boxes */
.cont_700 {width: 700px;}
.cont_700_top {width:700px; height: auto; padding: 10px 0 0 0;}
.cont_700_top_bkg {background: url(images/rounded-top.gif) top no-repeat;}

.cont_700_mid {width: 700px; background:url(images/container-mid.png) repeat-y #f0a2d0;}

.cont_700_mid_clear {width: 700px; height: 8px; background: repeat-y #f0a2d0;}

.cont_700_bot {width: 700px; height: 10px;}
.cont_700_bot_bkg {background: url(images/rounded-bottom.gif);}

/* Float text */
.float_right {float: right;}
.float_left {float: left;}

.float_right_bkg_pos {background-position: -300px;}

.float_text {width: 398px; height: 250px; }

.float_links {width: 195px; }

.float_history {width: 498px; }

.image_block {display: block; padding: 0; margin: 0; }
.image_block_float_right { margin-right: 2px;}
.image_block_float_left { margin-left: 2px;}
.image_center { margin-left: auto; margin-right: auto;}
.custom_height {height: 300px;}

.custom_padding_1 { padding: 0 0 15px 0;}

/* Footer Links */
.footer {height: 20px;}

.footer_links {
		width: 700px;
		height: 20px;
		margin: auto;
		}
		
.footer_links ul {
		margin: 0;
		list-style-type: none;
		}
		
.footer_links ul li {
		float: left;
		}
		
.footer_links ul li.first {
		padding-left: 0px;
		}

.footer_links ul li a {
		padding: 0 10px;
		text-decoration: none;
		text-align: center;
		}