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

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
}

table {   
    border-collapse:collapse;   
    border-spacing:0;   
}

ol,ul {   
    list-style:none;  
}

h1,h2,h3,h4,h5,h6 {   
    font-size:100%;   
    font-weight:normal;   
}

img {
	border:0;
}

a { color: #55b2b7; }

body {
	font:12px normal Verdana, Tahoma, Arial;
	background-color: #55b2b7;
	text-align: center;
	color:#000;
}

/* CONTAINER */
#container-home {
	width: 1010px;
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	border:1px solid #CCC;
	background-color: #FFF;
}


#container-article {
	width: 1300px;
	text-align: left;
	margin-left: auto;
	margin-right:auto;
}

#left-container {
	float: left;
	width: 992px;
	border:1px solid #CCC;
}

#right-container {
	float: left;
	width: 300px;
	padding:2px;
}

/* HEADER */
#top-header {
	width: 100%;
	height:90px;
}

#logo {
	float: left;
	width: 262px;
	height: 90px;
	text-indent: -9999px;
	background: #FFF url(epigee-logo.jpg) no-repeat;
}

#logo a {
	display: block;
	width: 262px;
	height: 90px;
}

#banner {
	float: right;
	width: 728px;
	height: 90px;
	background: #FFF url(epigee-728x90-bg.jpg) no-repeat;
}

#bottom-header {
	width: 100%;
	height:100px;
}

#faces {
	float: left;
	width: 262px;
	height:100%;
	text-align: left;
	background-color: #de5362;
}

#top-nav {
	float: right;
	width: 728px;
	height: 100%
}

#breadcrumb {
	padding-top: 12px;
	height: 28px;
}

#horizontal-nav {
	height: 49px;
}

/* HORIZONTAL NAV */
.horizontal_nav {
	font-size:11px;
	z-index:100;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
	padding-top: 11px;
	width: 728px;
	background-color: #de5362;
}
/* hack to correct IE5.5 faulty box model */
* html .horizontal_nav {width:728px; w\idth:728px;}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.horizontal_nav li {
	float:left;
	position:relative;
	z-index:100;
}

.horizontal_nav ul li {
	width: 121px;
	vertical-align: middle;
}

/* style the links for the top level */
.horizontal_nav ul li a, .horizontal_nav ul li a:visited {
	display:block;
	text-align: center;
	padding:8px 2px 0px 2px;
	height: 60px;
	color:#FFF;
	text-decoration: none;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .horizontal_nav a, * html .horizontal_nav a:visited {width:126px; w\idth:125px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.horizontal_nav ul ul {
	display: none;
	position:absolute;
	top:49px;
	left:0;
	width:121px;
}

.horizontal_nav ul ul li {
	margin:0;
	padding:0;
}

/* another hack for IE5.5 */
* html .horizontal_nav ul ul {top:49px;t\op:48px;}

/* style the second level links */
.horizontal_nav ul ul li a, .horizontal_nav ul ul li a:visited {
	display: block;
	color:#FFF;
	padding:5px;
	border-bottom:1px solid #FFF;
	background-color: #ff9899;
	width: 126px;
	height: auto;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

/* yet another hack for IE5.5 */
* html .horizontal_nav ul ul a, * html .horizontal_nav ul ul a:visited {width:121px;w\idth:121px;}


/* style the top level hover */
.horizontal_nav ul ul li a:hover{
	color:#de5362;
	text-decoration: none;
	background-color:#FFF;
}

.horizontal_nav ul li a:hover {
	color:#FFF;
	text-decoration: underline;
}

/* make the second level visible when hover on first level list OR link */
.horizontal_nav ul li:hover ul,
.horizontal_nav ul a:hover ul{display: block; }


/* MIDDLE PANEL */
#main-panel {
	width: 100%;
	text-align: left;
}

/* LEFT PANEL */

#left-panel {
	float: left;
	width: 180px;
}

#left-panel div {
	margin-bottom: 1px;
}

#left-sky-scrapper {
	margin-top: 10px;
}

/* LEFT NAVIGATION */
#navigation {
	width: 180px; /* set width of navigation */
	background-color: #FFF;
	border:1px solid #de5362;
} 

#navigation ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#navigation ul li a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 7px 3px 7px 7px;
	color: #FFF;
	background-color: #de5362;
	text-decoration: none;
}


#navigation a:hover {
	text-decoration: underline;
}

#navigation ul li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	border-bottom: 1px solid #FFF;
}

#navigation ul ul li {
	border-bottom: 1px solid #FFF;
}

#navigation ul ul a {
	background-color:#ff9899;
	color: #FFF;
	padding-left: 20px;
}

#navigation ul ul li a{
	font-weight:normal;
	font-size: 11px;
}

#navigation ul ul ul li {
	border-bottom: 1px solid #EEE;
}

#navigation ul ul ul a{
	background-color:#FFF;
	color: #000;
	padding-left: 20px;
}

#navigation ul ul ul li a{
	font-weight:normal;
	font-size: 10px;
}

/* SEARCH */
#search {
	width: 645px;
}

.search-btn {
	border:1px solid #CCC;
	font-size: 12px;
}

#left-sky-scrapper {
	clear: both;
}


/* MIDDLE PANEL */
#mid-panel {
	float: left;
	width: 645px;
}

#mid-panel-forum {
	float: left;
	width: 800px;
}

#content-forum {
	padding: 10px;
	text-align: justify;
}

#content {
	padding: 10px;
	text-align: justify;
}

#content h1 { font-size: 20px; margin:6px 0px; font-weight: bold; color: #4c3a1e; }

#content a {
	color: #55b2b7;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	text-align: justify;
	font: normal 1.1em/11px Verdana, Tahoma, Verdana;
	line-height: 1.1em;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color:#4c3a1e;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 2px;
}

#content ul, #content li {
	list-style: inside disc;
}

#content td, #content th, #content div {
	padding: 5px;
}

#content table {
	clear: both;
}

#content li {
	font-size: 12px;
	padding: 3px;
}

/* GENERIC MID PANEL */
#generic-mid-panel {
	float: left;
	width: 805px;
}

/* RIGHT PANEL */
#right-panel {
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 5px;
}


/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	background: #FFF url(rose_bottom.gif) center no-repeat;
	text-align: center;
	padding-top: 10px;
}

#bottom-ad {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* MISCELLANEOUS */
#pad {
	float: left;
	padding: 6px;
}

#row-even {
	background-color:#D5E2ED;
}

#row-odd {
	background-color:#FFF;
}

#ad-120x90 {
	width: 180px;
	padding:1px;
	background-color: #de5362;
}

#error {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#2e6b80;
	font-weight: bold;
	background-color: #ffd5d5;
	border-bottom:1px solid #fa2f2f;
}
