/* General Files */

/* Reset parameters */

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

/* Establish specific site parameters */

body {
	font-family: Times New Roman, Times, serif; 
	font-size: 100%;
	text-align: left;
	line-height: 1.35em;
	background-color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: top;
	margin: 0px;
	padding: 0px;
}

p + p {
	margin-top: 1.2em;
}

.p_headline {
	margin-top: 1.2em;
}

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

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 135%;
	color: #FF0000;
	line-height: 1.2em;
}

h2 {
	font-size: 120%;
	color: #666666;

}

ul {
	margin-left: 35px;
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}

li {
	line-height: 1.4em;
}

blockquote {
	margin-left: 35px;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
    padding: 0px;
	background-image: url(../images/bg-strip.png);
	background-repeat: repeat-y;
	position: relative;
}
#header_container {
	padding: 0px;
	width: 1000px;
}

#header {
	margin: auto auto;
	padding: 0px;
	width: 1000px;
	background-image: url(../images/header-photo-strip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 225px;
}

#alt_header {
	margin: auto auto;
	padding: 0px;
	width: 1000px;
	background-image: url(../images/header-photo-strip-home.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 225px;
}

#footer {
	clear: both;
	margin: auto auto;
	width: 985px;
	padding: 0px;
	text-align: center;
	font-size: 85%;
	line-height: 1.35em;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #666666;
}

#content {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	
}

#left_content {
	float: left;
	display: inline;
	width: 600px;
	margin: 0;
	padding-top: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	text-align: left;

}

#sidebar {
	float: right;
	width: 300px;
	min-height: 450px;
	margin: 0;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
	text-align: left;
	min-height: 450px;

}


#colortab {
	position: relative;
	z-index: 2;
}

#icons {
	display: inline;
	float: right;
	text-align: right;
	margin-right: 10px;
		
}

/* ----- forms add'l styling ----- */


input {
	background-color: #CCCCCC;
}

textarea {
	background-color: #CCCCCC;
}

.submitbg {
	background-color: #FF0000;
}

/* ------------------------------- */


/* -------------------- Photo captioning ------------------- */

div.figurenarrow_r {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-top: 5px;
}

div.figurenarrow_r p {
	text-align: left;
	font-style: italic;
	font-size: 90%;
	line-height: 1.2em;
}

div.figurenarrow_l {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-top: 5px;
}

div.figurenarrow_l p {
	text-align: left;
	font-style: italic;
	font-size: 90%;
	line-height: 1.2em;
}

div.figurewide_r {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 15px;
}

div.figurewide_r p {
	text-align: left;
	font-style: italic;
	font-size: 90%;
	line-height: 1.2em;
}

div.figurewide_l {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 15px;
}

div.figurewide_r p {
	text-align: left;
	font-style: italic;
	font-size: 90%;
	line-height: 1.2em;
}

/* ---------------------------------------------------------- */

hr.left {
	border: 0;
	width: 80%;
	margin-left: 50px;
	background: #999999;
	height: 1px;
}

hr.right {
	border: 0;
	width: 80%;
	background: #999999;
	height: 1px;
}
	
img.floatleft {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.floatleft_border {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: none solid solid none;
	border-width: thick;
	border-color: #CCCCCC;
}

img.floatright {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.floatright_border {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: none solid solid none;
	border-width: medium;
	border-color: #CCCCCC;
}

img.center {
	text-align: center;
}

.smallprint {
	font-size: 85%;
	line-height: 1.35em;
}

.caption {
	font-size: 90%;
	color: #333333;
	font-style: italic;
	line-height: 1.2em;
}
.emphasized {
	font-weight: bold;
}

li.list_indent {
	list-style: circle inside;
}

table.call-out {
	margin: auto;
	padding: 10px;
}

table.t-floatright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.t-floatleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}