/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background-color: #000000;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #1f83e1;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #e11f2b;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	color: #f07407;
	background-color: inherit;
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	color: #fff;
	text-indent: 2em;
	list-style: square;
}

ul li {
	text-indent: 0em;
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.3em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}


/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#container {
	position: relative;
	width: 800px;
	height: auto;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
}

#container_menu {
	position: absolute;
	left: 170px;
	top: 387px;
	width: 630px;
}

#secure_container_menu {
	position: absolute;
	left: 170px;
	top: 200px;
	width: 630px;
}

#container_gallery {
	text-indent: 0px;
	text-align: center;
}

#container_nomenu {
	position: absolute;
	top: 387px;
	width: 800px;
}


/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding-bottom: 15px;
	color: inherit;
	background-color: #inherit;
}

#page_header h1 {
	position: relative;
	height: 100px;
	background: url('../../images/logo_sm.gif') no-repeat 50% left;
}

#page_header h2 {
	position: relative;
	height: 100px;
	background: url('../../images/header.jpg') no-repeat right 50%;
	visibility: show;
}


/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

/*  #page_footer {
	padding: 20px 0px;
	font-size: 0.6em;
	text-align: center;
}  */

#page_footer {
	padding-bottom: 15px;
	color: inherit;
	background-color: #inherit;
}

#page_footer h1 {
	position: relative;
	height: 50px;
	background: url('../../images/footer.jpg') no-repeat center 50%;
	visibility: show;
}

/* ++++++++++++++++++++ Home Content ++++++++++++++++++++ */

#home_content {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: left;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: 10px #333 solid;
}


/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	text-align: left;
}

#page_content_heading {
	font-size: 125%;
	font-weight: 500;
	text-align: left;
}

#page_content_large {
	padding: 15px 17px 10px;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	text-decoration: blink;
}

#page_content_blue_large {
	color: #00f;
	padding: 15px 17px 10px;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	text-decoration: blink;
}

#page_content_highlight {
	color: #fff;
	padding: 15px 17px 10px;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}


/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#MainMenu {
	position: absolute;
	top: 387px;
	width:150px;
	border:0;
	margin:0;
}

#SecureMenu {
	position: absolute;
	top: 200px;
	width:150px;
	border:0;
	margin:0;
}

#tab {
	top:0;
	height:0;
	margin:0;
}

#tab ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#tab li {
	float:left;
	clear:both;
	margin:0;
	padding:0;
}

#tab a {
	background:url('../../images/black_button.jpg') no-repeat right top;
	text-decoration:none;
	width:150px;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#tab a span {
	display:block;
	background:url('../../images/black_button.jpg') no-repeat right top;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:400;
	line-height:50px;
	padding:0 15px;
}

#tab a:hover {
	background-position:right bottom;
}

#tab li.item_active a {
	background-position:right bottom;
}

#tab a:hover span {
	background-position:left bottom;
	background:url('../../images/red_button.jpg') no-repeat left top;
	color:#FFF;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
}

#tab li.item_active a span {
	background-position:left bottom;
	background:url('../../images/blue_button.jpg') no-repeat left top;
	color:#FFF;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
}

