@charset "utf-8";
/*-----------------------------------------------------------------------------
	Galena Capital Corp.
	
	version:   1.0

	-----------------------------------------------------------------------------*/
	/* Basics
	-----------------------------------------------------------------------------*/
	
	html, body {
	height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
} /* Remove padding and margin */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 0em 0;
} /* Put it back on certain elements */
.clear {
	clear:both;
} /* Class for clearing floats */
img {
	border: 0;
} /* Remove border around linked images */
/* ---------------------------------------------------------------------------
Spacers &amp; Headers
-----------------------------------------------------------------------------*/
		
.break {
	margin: 0;
	padding: 0;
	border-width: 0;
	height:4px;
	line-height: 8px;
}
.bigBreak {
	height:20px;
}

.bigBreak100 {
	height:100px;
}

.dividerLine {
	width: 500px;
	height:1px;
	background:url(../_images/dottedLine.jpg) no-repeat top;
	padding-bottom:15px;
	margin-top: 15px;
}
.pipe {
	width:1px;
	height:18px;
	padding: 0px 8px 0px 8px;
}
br {
	margin: 0;
	padding: 0;
	border-width: 0;
	line-height: 6px;
}
*.brHalf {
	display:block;
	margin-top:-0.5em;
}
*.brSingle {
	display:block;
	margin-top:0em;
}
*.brOne {
	display:block;
	margin-top:1.5em;
}
*.brDouble {
	display:block;
	margin-top:2em;
}
/* ---------------------------------------------------------------------------
HREF Selectors
-----------------------------------------------------------------------------*/	

a:link {
	text-decoration: none;
	color: #940815;
	font-size:11px;
}
a:visited {
	text-decoration: none;
	color: #940815;
	font-size:11px;
}
a:hover, a:active {
	text-decoration: none;
	color: #940815;
}

/* ---------------------------------------------------------------------------
Paragraph/Header/List Selectors
-----------------------------------------------------------------------------*/	

p {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:21px;
	color:#000000;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}
h1 {
	font-family: verdana, Arial, sans-serif;
	color:#333366;
	font-size:11px;
	line-height:21px;
	padding:0;
	margin:0;
	padding-bottom: 5px;
	font-weight: normal;

}
h2 {
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#2a3f6e;
	padding-bottom:10px;
	margin:0;
	font-weight: normal;
}

#bottomtitle {
	font-family: verdana, Arial, sans-serif;
	color:#333366;
	font-size:11px;
	font-weight: normal;
	line-height: 21px;
}

ul {
	list-style:square;
	margin-left: 50px;
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#000000;
}
ol {
	list-style:decimal;
	margin-left: 50px;
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#000000;
}
li {
	padding-bottom:15px;
}

.highlights{
	font-family: verdana, Arial, sans-serif;
	color:#333366;
	font-size:11px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------------
Global ID's
-----------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:0px;
	margin:0px;
	background-color:#000000;
}
#content_text {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:21px;
	color:#000000;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}

body div {
	margin:0px;
	padding:0px;
	text-align:left;
}
#wrapper {
	background:url('../images/bg.jpg') repeat-x 0% 100%;
	background-color:#454545;
}
#siteFrame {
	width:902px;
	min-height:900px;
	height:auto;
	margin:0px auto;
	overflow:visible;
}
/* ---------------------------------------------------------------------------
Top Banner
-----------------------------------------------------------------------------*/

#header {
	height:73px;
	width:100%;
}
#header img {
	float:left;
}

/* ---------------------------------------------------------------------------
Breadcrumbs
-----------------------------------------------------------------------------*/

.bcrumbTrail {
	margin:14px 0px;
}
.bcrumbTrail a:link {
	font-family: verdana, Arial, sans-serif;
	text-decoration: none;
	color: #940815;
	font-size: 10px;
}
.bcrumbTrail a:visited {
	font-family: verdana, Arial, sans-serif;
	text-decoration: none;
	color: #940815;
	font-size: 10px;
}
.bcrumbTrail a:hover, a:active {
	text-decoration: none;
	color: #940815;
}

/* ---------------------------------------------------------------------------
Main Content
-----------------------------------------------------------------------------*/

#content {
	clear:both;
	padding:0px;
	height:auto;
	background-color:#FFFFFF;
}

#leftBar{
	width:160px;
	min-height:483px;
	border-right:1px #9999cc solid;
	float:left;
	height: 100%;
}

#rightBar{
border-left:1px #9999cc solid;
width:210px;
float:right;
height:100%;
}

#centerTextArea {
	width:470px;
	float:left;
	padding:0px 20px;
	height:100%;
	min-height:483px;
}

#centerTextAreacontact {
	width:470px;
	height:100%;
	min-height:483px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 180px;
}

#textArea {
	padding-bottom:0px;
	margin-bottom:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}
.textTitle {
	margin-bottom:12px;
	font-size:14px;
	color:#333366;
}

/* ---------------------------------------------------------------------------
DHTML MENU (Sidemenu)
-----------------------------------------------------------------------------*/

#dhtmlMenu{
	color:#E8E8E8;
	margin-top:38px;
	font-size:12px;
	width:100%;
	overflow:hidden;
}
#dhtmlMenu div{
width:100%;
}
#dhtmlMenu a{
float:left;
font-size:12px;
color:#333366;
padding: 5px 0px 5px 24px;
width:100%;
}
#dhtmlMenu div div div a{
width:auto;
}
#dhtmlMenu div div div a:hover{
color: #E8E8E8 ;
background-color:#ffffff;
}
#dhtmlMenu div a:hover{
background-color: #E8E8E8 ;

}

#submenu a{
padding-left:40px;
font-size:11px;
color:#333366;
background: #fff url(../images/arrow.png) no-repeat;

}

#submenuOver a{
padding-left:40px;
font-size:11px;
color:#940815;
background: #fff url(../images/arrow.png) no-repeat;

}


/* ---------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/

#footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:35px;
	position:relative;
	padding:0px 0px 0px 44px;
	background-color: #252C3E;
}
#footerContent{
	width:600px;
	position:absolute;
	top: 8px;
	height:10px;
	}
	
#footer a, #footer p {
	padding:0;
	margin:0;
	color:#CCCCCC;
}
