/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #FF0000;
}

h2{
 font-size: 114%;
 color: #FF0000;
}

h3{
	font-size: 100%;
	color: #FF0000;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FF0000;
}

h5{
 font-size: 100%;
 color: #FF0000;
}

ul{
	list-style-type: square;
	list-style-position: inside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 2px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	background-color: #000000;
}
#masthead img {
	display: block;
}


#navBar{
	margin: 0 0 0 760px;
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 200px;
	color: #000000;
}

#content{
	float:left;
	width: 750px;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #222;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 18px;
}

.feature img{
	padding: 0px;
	margin: 5px 10px;
	border: 1px solid #FFFFFF;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo a {
	font-weight: bold;
	color: #FFFFFF;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	border: 1px none #FFFFFF;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/************** #advert styles **************/

#advert{
	padding: 3px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	text-align: center;
}

#advert img{
	left: auto;
	right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	height: 20px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	width: 870px;
	background-color: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 4px 15px;
	border-left: 1px solid #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

#menu a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#menu .first a {
	border: none;
}
#advert .wsxm {
	padding: 10px 10px 0px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/WSxMSmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#advert img .spmage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#advert img .buttom {
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
}
.feature img .center {

	float: none;
	padding: 0px;
	margin: 5px 10px;
	border: 1px solid #FFFFFF;
}
.right {

	padding: 0px;
	margin: 5px 10px;
	border: 1px solid #FFFFFF;
	float: left;
}
.left {


	padding: 0px;
	margin: 5px 10px;
	border: 1px solid #FFFFFF;
	float: right;
}
.imagebox {
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 2px;
	width: 200px;
}
.form_box {
	vertical-align: middle;
	display: block;
	margin: 12px;
	padding: 10px;
	width: auto;
	border: 2px solid #FF0000;
	position: static;
	visibility: visible;
	height: auto;
	left: auto;
	right: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.form {
	font-weight: bold;
	text-transform: uppercase;
}

select {
	display: inline;
	padding: 1px;
	font-size: 11px;
	vertical-align: middle;
}
textarea {
	display: block;
	padding: 1px;
	font-size: 11px;
	text-transform: none;
	cursor: text;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
