/* GENERAL STYLES */
/*
* {margin: 0; padding: 0; border: 0;}
*/


/* ======= */
/* GENERAL */
/* ======= */
body {
	margin: 0; padding: 0; border: 0;
	background: white;
	min-width: 700px;
	font-family: verdana, arial, sans-serif;
	font-size: 76%;
}
html>body {
	width: auto;
	min-width: 700px;
} 

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
	text-align: left; 
	width: 100%;
	margin: 0 auto; 
	background: white;
	min-width: 700px;
	/* min-width fix for IE */
	width:expression(document.body.clientWidth < 705 ? "700px": "100%" );
}

#header, #subnav, #footer {
	clear: both; 
	width: 100%;
}

#header {
	background: #fff;
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px;
	border-bottom: 3px solid #3882CB;
	overflow:hidden;
	display: block;
}
#headerimg {
	white-space: nowrap;
	overflow:hidden;
	display:table-cell; /* nn6 Opera 6*/
}
#headerimg img {
	/*padding: 0 20px 0 10px;*/
	padding: 0 0 0 175px;
	float: left;
}

#footer {
	background: #fff;
	padding: 0px;
	border-top: 1px solid #000D60;
	overflow:hidden;
	display: block;
}

#footer p {
	color: silver;
	text-align: center;
}


#contentfloatholder {
	/* right faux column tab */
	float: left;
	width: 100%;
}


#contentfloatholder:after {
/* this is for NN6 to clear floats */
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility: hidden;
}

#center {
/*	margin: 0 175px 0 175px;*/
	margin: 10px 165px 0 175px;
}

#centerwrap {
	float:left;
	width: 100%; 
/*	margin: 0 -95% 0 0; */
	margin: 0 -100% 0 0;
}

#left {
	float:left;
	width: 150px;
	/*margin: 0 0 0 -5%;*/
	margin: 0;
}

#left #dscshop {
	text-align: center;
}
#left #dscshop img {
	margin-top: 10px;
	margin-left: 5px;
}

#right {
	float:right;
	width: 155px;
	margin: 0;
}

#subnav {
	background: #8FB9E6 url(/images/subnavbg.gif) repeat-x; 
/*	padding: 1px 1px 1px 170px;*/
	height: 25px;
	border-top: 1px solid #8FB9E6;
}
#subnav p {
	float: left;
	padding: 5px 0px 0px 5px;
	margin: 0;
}
#subnav #searchbox {
	float: right;
	padding: 1px 5px 0px 0px;
	margin: 0;
}
#subnav #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}


/* =================================================== */
/* NEWS LIST                                           */
/* =================================================== */
div.home_newsevents {
/*	position: relative;
	float: left;
	clear: both;
	width: 100%;*/
}
div.home_newsevents h2 {
	padding: 2px 2px 2px 2px;
	margin: 2px;
}
div.home_news {
/*	width: 49%;
	float: left;
	position: relative;*/
}
div.home_events {
/*	width: 49%;
	float: right;
	position: relative;*/
}

.newsitem {
	background-color: #F0F8FF;
	border-top: 1px solid #8FB9E6;
	padding: 2px 2px 9px 2px;
	color:#000;
	margin-bottom: 1px;
}
.newsitem h3 {
	padding: 2px 2px 2px 2px;
	margin: 2px;
}
.newsitem p {
	padding: 2px 2px 2px 2px;
	margin: 2px;
}

#center ul.NewsList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	word-wrap: break-word;
}
#center ul.NewsList li
{
	border-top: 1px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#center ul.NewsList p.NewsList {
	padding: 2px 2px 10px 20px;
	margin: 2px;
}
#center ul.NewsList li a.News
{
	padding: 0;
}

/* =================================================== */
/* PROFILE PAGE                                        */
/* =================================================== */
div#profile {
	clear: both;
/*	padding-top: 10px;*/
}
div#profile div.profilerow {
	clear: both;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	/*height: 22px;*/
}
div#profile div.profilelabel {
	float: left;
	width: 150px;
	text-align: right;
}
div#profile div.profileinput {
	float: left;
	margin-left: 10px;
	width: 290x;
	text-align: left;
}
div#profile div.profileinput .profiletext {
	width: 270px;
}
#profileupdate {
	margin-top: 10px;
}

#profileupdated p {
	color: #ff0000;
}

div#profile div.profileinput input:textbox {
	margin-top: 3px; 
	/*width: 205px;*/
	font-size: 12px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;
}
div#profile div.profileinput textarea {
	margin-top: 3px; 
	width: 245px;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 75px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;
}

div#profile div.profileinput select {
	margin-top: 3px; 
	font-family: arial, sans-serif;
	font-size: 12px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;
}
.RequiredField {
	font-weight: bold;
	font-style: normal;
	color: #006600;
}

/* Forms layout */
div.row {
  clear: both;
  padding-top: 1px;
}

div.row span.label {
  float: left;
  width: 130px;
  text-align: right;
}

div.row span.formw {
  float: left;
  margin-left: 10px;
  width: 285px;
  text-align: left;
} 


/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {clear:both;}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
