/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

body, p, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height:1.5em;
	color:#C3922E;
}

#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 650px;
	min-width: 650px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 650px;
}

#innerWrapper {
	max-width: 650px;
	min-width: 650px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#6ba783;
	text-decoration: none;
}

a:hover, a:active
{
	color:#91cea3;
	text-decoration:none;
}

h1
{
	color:#E2C675;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#E2C675;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#E2C675;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#E2C675;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#E2C675;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#E2C675;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
}

hr {
	noshade: noshade;
	color: #FFF9BD; // for IE
	background-color: gray; // for Mozilla and Firefox
	border: 0; // for Mozilla and Firefox
}


blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.right 		{
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
.invisible		{
	position: absolute;
	left: -1000px;
}
.center		{text-align:center;}
p.last		{margin-bottom:0px;}
.dashed		{
	height:0;
	font:0/0 serif;
	border-bottom:1px dashed #694522
}
.details_a {
	height: auto;
	background-image: url(../images/elements/divide_sm01.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.details_b {
	height: auto;
	background-image: url(../images/elements/divide_sm02.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.linkgreen  {
	color:#6ba783;
}

/* Header
----------------------------------------*/
#innerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/popup/pop_top.gif);
	padding-right: 55px;
	padding-left: 55px;
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 75px;
	text-align: center;
	vertical-align: bottom;
	background-position: center;
	background-color: #000;
}


/* Main Content
----------------------------------------*/
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#innerWrapper #contentWrapper {
	margin: 0 0 0 0;
}
#innerWrapper #contentWrapper #content {
	background-image: url(../images/popup/pop_ptn.gif);
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 55px;
	padding-left: 55px;
	background-repeat: repeat-y;
	background-position: center top;
}

/* pictures
----------------------------------------*/
.horizontal {
	width: 230px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 0px;
	height: 240px;
}

.vertical {
	width: 220px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 15px;
	height: 250px;
}

/* Footer
----------------------------------------*/
#innerWrapper #footer {
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/popup/pop_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 145px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

