﻿/* ---	HTML elements 	--- */

html, body {
	background-color: #dbf5f2;
	margin: 0px;
	text-align:center;
}

body, p, div, td {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
	font-size: 11px;
	line-height: 20px;
	color: #333;
}

p, hr {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
li {
	padding-bottom: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 60px;
	text-transform: none;
	text-align: center;
}
h2 	{ font-size: 16px; }
h3 	{ font-size: 14px; }
h4 	{ font-size: 12px; }

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
}
img {
	border: none;
}


/* ---	id elements 	--- */
#main_container {
	width: 1000px;
	padding: 0px;
	margin: 0px auto 20px auto;
	background-color: #fff;
	text-align:left;
}
#sect_title {
	width: 1000px;
	height: 66px;
	margin: 35px 0px 25px 0px;
	text-align: center;
}

#header_padding {
	position: relative;
	width: 1000px;
	height: 36px;
	margin: 0px;
}

#flash_header {
	width: 1000px;
	height: 66px;
	text-align:center;
}


#sub_title {
	position: relative;
	width: 1000px;
	margin: 0px 0px 25px 0px;
	text-align: center;
}
/*
#content {
	position: relative;
	width: 924px;
	padding: 0px;
	margin: 0px 38px 0px 38px;
	border: solid 1px #c00;
}
*/
#search_title{
    width: 1000px;
	height: 25px;
	margin: 27px 0px 25px 0px;
	text-align: center;
}


/* ---	global classes 	--- */
a.bullet, a.bullet_grey {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 10px;
	background: url(../../img/gfx/bullet.gif) left no-repeat;
}
a.bullet {
	color: #6cc!important;
}
a.bullet_grey {
	color: #999!important;
}
a.bullet:hover, a.bullet_grey:hover {
	color: #000!important;
	/*background-image: url(../../img/gfx/bullet_on.gif);*/
}

a.bullet_white {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #000;
	padding-left: 10px;
	background: url(../../img/gfx/bullet_white.gif) left no-repeat;
}
a.bullet_white:hover {
	color: #fff;
	/*background-image: url(../../img/gfx/bullet_on.gif);*/
}

a.wedge_r {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #999!important;
	padding-right: 10px;
	background: url(../../img/gfx/wedge_r.gif) right no-repeat;
}
a.wedge_r:hover {
	color: #000!important;
}

a.wedge_back {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #999!important;
	padding-left: 11px;
	background: url(../../img/gfx/wedge_l.gif) left no-repeat;
}
a.wedge_back:hover {
	color: #000!important;
}


a.close {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #999;
	padding-left: 13px;
	background: url(../../img/gfx/close.gif) left no-repeat;
}
a.close:hover {
	color: #000;
}

img.init_cap {
	float: left;
	margin: 5px 10px 0px 0px;
}
img.txt_header {
	margin: 15px 0px 5px 0px;
}

img.header {
}


.clear {
	clear: both;
}