/* Layout Stuff
================================== */


* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color:#1E0000;
	background-attachment: scroll;
	background-image: url(../images/body_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 125%;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-size: 125%;
	color: #FFFFFF;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}
a:active, a:link, a:visited {
	color: #640101;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #640101;
	text-decoration: none;
}

#branding {
	height: 160px;
	background-color:#4072E1;
	padding: 20px;
	border-bottom: 5px solid #690101;
	background-attachment: scroll;
	background-image: url(../images/header/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-bottom:-20px;
}
#branding #roundup {
	position: absolute;
	top: 75px;
	left: 396px;
}
#branding #mySpace {
	position: absolute;
	left: 34px;
	bottom: 22px;
}


#branding h1 {
  margin: 0;
}
#leftColumn {
  list-style: none;
}


#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
	font-size: 1.2em;
}

#secondaryContent ol {
	padding-left: 25px;
	line-height: 2em;
}
#box {
	background-color: #999999;
	border: 1px solid #000000;
	padding: 2px;
	width: 217px;
	margin: 0px;
	position: relative;
	left: 20px;
	top: -25px;
	color: #FFFFFF;
}
#box li {
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: right 17px;
}
#box2 {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 10px;
	width: 368px;
	margin: 0px;
	position: relative;
	left: 3px;
	top: -24px;
	color: #FFFFFF;
}

#footer {
	padding: 1px 20px;
}

/* The Core Technique
================================= */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/bg-fixed1000-2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftColumn {
	width: 280px;
	float: left;
	border: 0px solid #000000;
}
#leftColumn  p {
	margin: 0px;
	padding: 0px;
}
#leftColumn  li {
	background-color: #FFFFFF;
	width: 216px;
	margin-top:5px;
	margin-left: 10px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(../images/bkgd_leftContent.jpg);
	background-position: left top;
	border: 1px solid #333;
	
}


/*#content {
	width: 705px;
	float: right;
	border: 0px solid #000;
}
*/
#mainContent {
	width: 400px;
	margin: 0;
	float: left;
}
.floatLeft {
	float: left;
	margin: 10px;
	border: 1px solid #666;
}
.floatRight {
	float: right;
	margin: 10px;
	border: 1px solid #666;
}
.clear {
	clear: both;
}

#secondaryContent {
	width: 300px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	border: 0px solid #000;
	position: relative;
} 

#footer {
	clear: both;
	background-color: #590201;
	color: #FFFFFF;
} 
#leftColumn,/* Add some padding */ #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}
#leftColumn  *, #secondaryContent  * {
  padding-left: 20px;
  padding-right: 20px;
}
#leftColumn  *  *, #secondaryContent  *  * {
  padding-left: 0;
  padding-right: 0;
}

/* Header Graphics */

.sectionHeader {
	background-attachment: scroll;
	background-image: url(../images/sectionHeaders.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 120%;
}
.sectionHeader2 {
	background-attachment: scroll;
	background-image: url(../images/sectionHeaders_lrg.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



tabbed navigation 
ul {
	padding: 0px;
	list-style:none;
	width:900px;
	float:left;
	margin: 0px;
}
#tabs {
	position: relative;
	left: 175px;
	top: 150px;
}
#tabs  ul li {
	float:left;
	background: url(../images/tab/tab-right.jpg) no-repeat top right;
	list-style-type: none;
}
#tabs  li a {
	display:block;
	padding:0.6em;
	line-height: 1em;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	background:url(../images/tab/tab-left.jpg) no-repeat left top;
}
#tabs  ul a:hover {
	padding-top: 5px;
}
#tabs a.current {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#tabs a.current:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.textRed {
	color: #640101;
}
#form1 {
	width: 175%;
	margin-left: -130px;
}
