@charset "utf-8";
/* CSS Document for Viv69069.com */

* {
	margin:0;
	padding:0;
	}
#outer, #outer TD {
	width:100%;
	height:99%;
	}
body, html {
	height:100%;
	background: #99a1a7 url(../images/bg_blue.jpg) repeat-x center left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
a {
	color:#00538e;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
#main_wrapper {
	position:relative;
	width:842px;
	margin:auto;
	background:#fff url(../images/main_gradient.png) repeat-x bottom left;
	}
#main_container {
	position:relative;
	background:transparent url(../images/main_accent.png) no-repeat bottom right;
	height:400px;
	}
#main_box {
	position:relative;
    max-width: 858px;
	margin:auto;
	clear:both;
    background:transparent url(../images/main_bg.png) left top repeat-y;
	}
#main_top, #main_top div {
	height:13px;
	}
#main_top {
    background: url(../images/main_top_right.png) bottom right no-repeat;
	}
#main_top div {
	background:transparent url(../images/main_top_left.png) no-repeat bottom left;
	}
#main_bottom, #main_bottom div {
	height:22px;
	}
#main_bottom {
    background: url(../images/main_bottom_right.png) top right no-repeat;
	}
#main_bottom div {
    background: transparent url(../images/main_bottom_left.png) no-repeat top left;
	}
#splash {
	position:relative;
	float:left;
	width:300px;
	height:400px;
	overflow:hidden;
	}
#content_outer {
	position:relative;
	width:440px;
	height:400px;
	float:left;
	}
#p_head {
	margin:30px 0 0 25px;
	width:300px;
	}
#content {
	height:275px;
	overflow: auto;
	position: relative;
	text-align:left;
	line-height:1.5;
	color:#111;
	margin:10px 0 0 25px;
	font-size:96%;
	}
#content p, #content table, #content ul, #content ol, #content h2, #content h1, #content blockquote {
	margin-bottom:15px;
	}
#content li {
	margin-left:25px;
	list-style-type:square;
	}
#footer {
	text-align:center;
	color:#fff;
	font-size:85%;
	}
#footer a {
	color:#fff;
	font-weight:normal;
	}
	
/* Menu Styles */
#header {
	position:relative;
	width:850px;
	margin:30px auto 0 auto;
	}
#header img {
	position:absolute;
	left:0;
	bottom:0;
	}
#header ul {
	position:absolute;
	bottom:0;
	left:280px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	font-family:"Century Gothic";
}
#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header ul li a {
	background: #fff url("images/seperator.gif") bottom right no-repeat;
	color: #555;
	display: block;
	float: left;
	font-size:12px;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#header ul li a:hover, #header ul li a.current  {
	background: transparent url(../images/nav_arrow.png) bottom center no-repeat;
	color: #000;
	padding-bottom: 8px;
	text-decoration:none;	
	}

/* Disclaimer Box */
#fadeinbox {
	position:absolute;
	width: 870px;
	height:350px;
	left: 0;
	top: 0;
	border: 5px solid #516f86;
	background: transparent url(../images/fade.png) repeat top left;
	padding: 55px;
	z-index: 100;
	color:#000;
	visibility:hidden;
	text-align:left;
	line-height:1.5;
}
#fadeinbox a {
	color:#00538e;
}
#fadeinbox .fade {
}
#fadeinbox ol {
	margin-left: 25px;
}
#fadeinbox p, #fadeinbox ol {
	margin-bottom:15px;
}


