
/*  ||||||||||||||| GENERAL DECLARATIONS |||||||||||||||| */

body {
	xfont: 75%/1.1em Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	xword-spacing:1px;
	color:#777;
	margin:0px auto; 
	background:url(../img/bkgrd.jpg) top repeat-x #3285A5;
}

* { /*universal selector - all elements no margin, no padding*/
	margin:0;
	padding:0;
	
}

#wrapper {
	margin:0px auto;
	border-right:1px solid #388CBA;
	border-left:1px solid #388CBA;
	max-width:807px;
	width:expression(this.width > 807 ? "807px" : this.width);
	min-width:721px;
	background-color:#ffffff;
	padding:0;
	xdisplay:block;
	xposition:absolute;
	xclear:both;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 807 ? "807px" : "auto");
}

#headerBox {
	width:807px;
	margin:0px;
	xborder:1px dashed #ff6699;
	xbackground:#999;
	padding:0px;
	display:block;
}

#billboardBox {
	width:807px;
	margin:0px;
	border-bottom:1px solid #388CBA;
	xbackground:#999;
	padding:0px;
	display:block;
	height:275px; /* for mozilla */
}

#contentBox {
	width:807px;
	margin:0px 0px 0px 0px;
	xbackground-color:#ffffcc;
	xborder:1px dashed #ff9999;
	xborder-bottom:1px dotted #E9DBCB;
	padding:0px;
	display:block;
	clear:both;
}

p {
	margin:15px 0;
	line-height:22px;
}

xh2 a {
	color:#00678F;
	text-decoration:none;
}

xh2 a:hover {
	color:#7FB8D6;
}

a:hover {
	text-decoration:none;
	color:#98D158;
}

img {
	padding:0px;
}

/* ################# form ##################### */

form {
	padding:10px;
	border:1px solid #f6f6f6;
	text-decoration:none;
	font:70% Verdana;
	xcolor:#999;
}

#blockofchoices {
	display:block;
	xfloat:left;
	margin:20px;
	xborder:1px solid #ff3300;
	font:13px Arial, Sans-Serif;
	font-weight: normal;
	color:#444;
}

#blockofchoices div {
	padding-bottom:9px;
}

label {
	display:block;
	float:left;
	xborder:1px solid #ff3300;
	font:13px Arial, Sans-Serif;
	font-weight: bold;
	xcolor:#666;
	xmargin:2px;
	xposition:relative;

}

label.short {
	width:50px;
}

input.txt {
	width:360px;
	padding:2px;
	margin-bottom:16px;
	border:1px dotted #ccc;
	xborder-bottom:1px dotted #ccc;
	font:70% Verdana;
	color:#999;
}

input.rad {
	margin-top:3px;
	margin-right:5px;
	float:left;
}

input#submit {
	width:100px;
	padding:2px;
	margin-top:2px;
	border-left:1px solid #666;
	border-right:1px solid #999;
	border-bottom:3px solid #666;
	font:70% Verdana;
	xcolor:#fff;
	xbackground-color:000;
}


textarea {
	width:400px;
	padding:4px 4px 14px 4px;
	xmargin-top:16px;
	font:70% Verdana;
	border:1px dotted #ccc;
	height:200px;
	display:block;
	color:#999;
}

input#submit 
{
	width: 150px;
}

/*  ||||||||||||||| BILLBOARD |||||||||||||||| */

#headImgArea {
	float:left;
	width:223px;
	padding:0px;
	margin:0px;
	xbackground:#eaeaea;
	xfont:70% Arial;
	xcolor:#999;
}

#headlineBox {
	float:right;
	width:331px;
	padding:0px;
	background:#E9DBCB;
	border-left:1px solid #C7A57D;
}

#headline {
	padding:8px 9px 9px 15px;
	height:258px;
}

#headlineArea_interior {
	float:right;
	width:531px;
	padding:0px;
	xbackground:#E9DBCB;
	font: 75% Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	color:#7F5F55;
	border-left:1px solid #C7A57D;
}

#headline p {
	font: 12px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	color:#7F5F55;
	line-height:16px;
}

#headline span#arrow  {
	xfont: 20px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	xcolor:#7F5F55;
	font: 30px Trebuchet MS;
	font-weight: normal;
	xmargin-bottom:-20px;
	padding:0px;
	text-align:top;
	border:1px solid #C7A57D;
}

#headline h2 {
	font:150% Palatino Linotype, Georgia, MS Serif;
	color:#00678F;
}

#headline h2 a {
	color:#3399FF;
	text-decoration:underline;
}

#headline h2 a:hover {
	color:#E9DBCB;
	text-decoration:none;
}


/*  ||||||||||||||| HEADER |||||||||||||||| */

#header {
	/*background:url(../img/inWrap.jpg) top repeat-x;*/
	display:inline;
	position:relative;
	xbackground:#ffffcc;
}

#header h1 {
	float:left;
	font:250% Arial;
	color:#333;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h1 a:hover {
	color:#E9DBCB;
	border-bottom:2px solid #79B5D6;
}

#header h2 {
	font:150% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	border-bottom:2px solid #79B5D6;
}

#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:1px solid #388CBA;
	padding:10px 10px 10px 0 !important;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:13px Tahoma, Arial, Geneva, Helvetica;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	font-weight: bold;
}

#header #nav a:hover {
	color:#C6F717;
	xbackground:#4F9EC9;
}

#header #nav a.active {
	color:#C6F717;
	xbackground:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
	border-right: 1px solid #fff;
	/*min-height:50px;
  	 height:auto !important;
 		height:50px; */
}

#header #subnav {
	background:#E9DBCB;
	padding:5px 7px 7px 7px;
	font:11px Verdana;
	xcolor:#000;
	border-bottom:1px solid #388CBA;
	xborder-left:2px solid #388CBA;
	xborder-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	xcolor:#000;
	text-decoration:underline;
	xfont:100% Verdana;
	padding:0px 5px 0px 5px;
	/*border-bottom:2px solid #4F9EC9;*/
}

#header #subnav a:hover {
	text-decoration:none;
	xborder-bottom:1px solid #ffffff;
	xcolor:#E9DBCB;
	xfont:102% Verdana;
}

#header #subnav a.active {
	/*border-bottom:1px solid #388CBA;*/
	xcolor:#fff;
}


#header form {
	padding:50px 50px 2px 2px;
	float:right;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header form input {
	width:160px;
	padding:1px;
	background:#fff;
	border:1px solid #E9DBCB;
	font:70% Arial;
	color:#ccc;
}

#header form input:hover {
	border:2px solid #ccc;
}

#header form input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form span #butn {
	display:inline;
	float:left;
	xmargin:0 1px 0 0;
	xborder-right: 1px solid #fff;
	/*min-height:50px;
  	 height:auto !important;
 		height:50px; */
}


/*  ||||||||||||||| SIDEBAR LEFT |||||||||||||||| */

#sidebar {
	xbackground:#E9DBCB;
	width:182px;
	xheight:100%;
	padding:10px 20px 20px 20px;
	float:left;
	xcolor:#fff;
	border-right:1px solid #C7A57D;
	border-bottom:10px solid #C7A57D;
	background:url(../img/BGleftbar.jpg) top left no-repeat;
}

#sidebar #news {
	font:11px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	color:#7F5F55;
	line-height:13px;
	xmargin:15px 8px 10px 0px;
	border-bottom:1px dotted #E9DBCB;
	padding: 10px 10px 18px 0px;
}


#sidebar h2 {
	font:18px Palatino Linotype, Georgia, MS Serif;
	color:#7F5F55;
	margin:30px 0 10px 0;
	/*background:url(../images/sidebarh2.jpg) right no-repeat;*/
	border-bottom:1px dotted #e3e3e3;
}

#sidebar h3 {
	color:#C7A57D;
	font:12px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	font-weight:bold;
	letter-spacing:1px;
}

#sidebar p {
	margin:0px;
	font:11px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	line-height:14px;
}

#sidebar p.news {
	xbackground:#C7A57D;
	color:#666;
}

#sidebar #news a.more {
	color:#666;
	display:block;
	text-align:right;
	font:11px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar #news a:hover {
	color:#E9DBCB;
}

#sidebar .subnav {
	xborder-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px dotted #e3e3e3;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#E9DBCB;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:160px;
}


/*  ||||||||||||||| SIDEBAR RIGHT |||||||||||||||| */

#sidebarright {
	width:190px;
	float:right;
	padding:10px 0px 0px 15px;
	xbackground:url(../images/sidebarright.jpg) top left no-repeat;
	border-left:1px dotted #E9DBCB;
	display:block;
}


#sidebarright #news {
	font:11px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	color:#7F5F55;
	line-height:13px;
	xmargin:15px 8px 10px 0px;
	border-bottom:1px dotted #E9DBCB;
	padding: 10px 10px 18px 0px;
}

#sidebarright p {
	font:11px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	color:#7F5F55;
	line-height:15px;
	margin:0px;
	padding:0px;
}

#sidebarright h2 {
	font:18px Palatino Linotype, Georgia, MS Serif;
	color:#7F5F55;
	margin:30px 0px 0px 0px;
	line-height:20px;
	border-bottom:1px dotted #E9DBCB;
}

#sidebarright h3 {
	font:14px Trebuchet MS;
	color:#7F5F55;
	line-height:17px;
	margin:0px;
	xborder-bottom:1px dotted #E9DBCB;
	padding:0px;
	font-weight: bold;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:11px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	xborder-bottom:1px dotted #eee;
	xcolor:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #98D158;
}


/*  ||||||||||||||| THREE COLUMN CONTENT AREA |||||||||||||||| */


#content {
	width:375px;
	margin:0px 0px 0px 0px;
	xbackground:url(../img/content.jpg) top left no-repeat;
	padding:10px 0px 0px 0px;
	xborder-left:1px dotted #E9DBCB;
	xborder-right:1px solid #e3e3e3;
	display:block;
	position:relative;
	float:left;
}

#content p{
	font:13px Palatino Linotype, Georgia, MS Serif;
	word-spacing:1px;
	line-height:18px;
	margin:10px 5px 10px 15px;
}

#content h2 {
	font:20px Palatino Linotype, Georgia, MS Serif;
	color:#00678F;
	xborder-top:1px solid #999;
	xborder-bottom:1px solid #ccc;
	margin:20px 10px 10px 15px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	background:url(../images/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}

#content ul {
	margin:15px 0px 15px 20px;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#666;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}

#contentnorightbar ul span {
	color:#444;
}

/*  ||||||||||||||| INSIDE (TWO COLUMN) CONTENT AREA |||||||||||||||| */


#content_inside {
	width:596px;
	margin:0px 0px 0px 0px;
	xbackground:url(../img/content.jpg) top left no-repeat;
	padding:10px 0px 0px 0px;
	xborder:1px dashed #ff9999;
	xborder-left:1px dotted #E9DBCB;
	xborder-right:1px solid #e3e3e3;
	display:block;
	xposition:relative;
	float:left;
}

#content_inside a 
{
	text-decoration: none;
	border-style: none;
	padding: 0px;
}

#content_inside p{
	font:13px Palatino Linotype, Georgia, MS Serif;
	word-spacing:1px;
	line-height:18px;
	padding:0px 20px 0px 20px;
	xborder:1px dashed #ff9999;
}

#content_inside img{
	padding:8px;
	xborder:1px dashed #ff9999;
}

#content_inside h2 {
	font:20px Palatino Linotype, Georgia, MS Serif;
	color:#00678F;
	xborder-top:1px solid #999;
	xborder-bottom:1px solid #ccc;
	margin:20px 10px 10px 15px;
}

#content_inside ul {
	font:13px Palatino Linotype, Georgia, MS Serif;
	margin:15px 0px 15px 20px;
	line-height:25px;
	padding:15px 0 15px 15px;
	xborder-top:1px solid #eee;
	xborder-bottom:1px solid #eee;
	color:#666;
}

#content_inside ul span {
	color:#444;
}

#listTable {
	xclear:both;
	xborder-bottom:4px solid #E9DBCB;
	padding:5px;
	margin-left:20px;
	xbackground-color:#E9DBCB;
	font:13px Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
}

#listTable td.name {
	xclear:both;
	border-bottom:1px solid #ccc;
	padding:5px 5px 10px 5px;
	xbackground-color:#666;
	color:#666;
	font-weight:bold;
	text-align:left;
}

#listTable td.org {
	xclear:both;
	border-bottom:1px solid #ccc;
	padding:5px;
	xbackground-color:#f3f3f3;
	color:#666;
	text-align:left;
}

#specialBlock {
	display:block;
	xposition:relative;
	float:left;
	width:520px;
	margin:10px 10px 10px 20px;
	border:1px solid #bba;
	
}

#specialBlock #bigNum {
	float:left;
	display:block;
	width:50px;
	margin-left:2px;
	font:46px Arial, Sans-Serif;
	font-weight: bold;
	text-align:center;
	color:#E9DBCB;
	xclear:right;
	xborder:1px solid #bba;
}

#specialBlock #txtonly {
	float:right;
	width:430px;
	xmargin:4px;
	padding:12px;
	font:12px Arial, Sans-Serif;
	font-weight: normal;
	color:#444;
	xclear:right;
	border-left:1px solid #bba;
}

#specialBlock #txtonly:hover {
	background-color:#eee;
	xbackground:url(../img/clear.jpg) top left;
}

#new
{
	font-weight: bold;
	color: #000000;
	border-top :1px dotted #E9DBCB;
	width: 90%;
}

#disclaimer
{
	width: 450px;
	color:#993333;
	font-size: 1.3em;
	text-transform: uppercase;
	border: solid 2px #993333;
	margin-left: 20px;
	margin-bottom: 0px;
}

/*  ||||||||||||||| FOOTER |||||||||||||||| */

#footer {
	width:793px;
	height:80px;
	clear:both;
	font:9px Arial, Sans-Serif;
	font-weight: normal;
	color:#444;
	border-top:1px solid #388CBA;
	padding:5px 0px 5px 15px;
	margin-bottom:5px;
	xbackground-color:#E9DBCB;
	text-align:middle;
}