
body{
  font: normal normal normal 12px Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height: 16px;
	background-color: #CCCCCC;
	color: #000000;
}

b{font-size: 100%;}
em{color: red;}
h3{font-size:14px;}
h4{font-size:14px;}
h5{font-size:12px;}
a{color: black; text-decoration: none;}
small{font-size: 8px;}
img {border: 0px;}

#MainContainer{
	width: 1000px; /*Width of main container*/
	height: 100%;
	margin: 5px auto 5px auto; /*Center container on page*/
	background-color: #FFFFFF;
}
/* ---------------------------------------- Main Content -------------------------------------- */
#MainContent
{
	float: left;
	width: 800px;
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
	background-color:#FFFFFF;
}

/* ------------------------------------- Content Containers ----------------------------------- */
#ContentWrapper{
	float: left;
	width: 100%;
	background-color:#FFFFFF;
}

.InnerTube
{
	overflow:hidden;
	margin: 2px 5px 2px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.InnerTubenm
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* ------------------------------------- Content Formatters ----------------------------------- */
.SecHeading{
	clear: left;
	width: 100%;
	background-color:#003366;
	color:#FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

#HeaderSection{
	background-color: #007fc1;
	height: 115px; /*Height of top section*/
}

#HeaderSection h1{
	margin: 0;
	padding-top: 15px;
}

#MenuSection {
	width: 1000px;
	/*height: 23px;*/
	background-color: #4395d1;
	padding: 0px;
}

/* ---------------------------------------- Main Classy Section -------------------------------------- */
#ClassyContainer{
	width: 796px; /*Width of right column*/
	background-color: #FFFFFF;
	overflow:hidden;
}

/* ---------------------------------------- Main Gallery Section -------------------------------------- */
#GalleryMainContent
{
	float: left;
	width: 820px;
	margin-right: 176px; /*Set right margin to RightColumnWidth*/
	background-color:#FFFFFF;
}
#GalleryContainer{
	width: 820px; /*Width of right column*/
	background-color: #FFFFFF;
	overflow:hidden;
}

#GalleryOuterSidebar{
	float: right;
	width: 176px; /*Width of right column*/
	margin-left: -176px; /*Set left margin to -(RightColumnWidth) */
	background-color: #FFFFFF;
	border-left: dashed #CCCCCC 1px;
}
#GalleryMainBottom{
/*	clear: left; */
	width: 820px;
	text-align: center;
	height: 100%;
	background-color: #FFFFFF;
}

/* ---------------------------------------- Main Story Section -------------------------------------- */
#StoryContainer{
	width: 596px; /*Width of right column*/
	background-color: #FFFFFF;
	overflow: auto;
}

#StoryContainer p {
	text-align: left;
	text-indent: 0px;
	margin: 2px 10px 10px 10px;
}
#StoryContainer h3{
	text-align: left;
	margin: 0px;
	background-color: #005A9C;
	line-height: 25px;
	color: #FFFFFF;
	width: 100%;
}
#StoryContainer h4 {
	float:left;
	text-align: left;
	margin: 0px;
	background-color: #0099FF;
	color: #FFFFFF;
	width: 364px;
}

#StoryContainer h5 
{
	height: 15px;
	color: #4395D1;
}

/* ---------------------------------------- Story Content -------------------------------------- */
#story {
	display:block;
	float: left;
	width: 580px; /* since this element is floated, a width must be given */
	height: 100%;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 0px 8px 0px;
	border-bottom: dotted #dddddd 1px;
	font-family: Arial, Veranda, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	margin: 2px 0px 2px 8px;
}
#story p 
{
	text-align: left;
	text-indent: 0px;
	color: #000;
	margin: 2px 10px 10px 0px;
}

#story h3 {
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
	font-size: 22px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
}

#story h4 {
	float:left;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 8px;
	font-weight:normal;
	line-height:20px;
	background-color: #FFFFFF;
	color: #888888;
}

.storypicture {
	display:block;
	width: 200px;
	float: right;
	padding: 2px 4px 2px 8px;
	border:  dotted #CCCCFF 1px;
	background-color: #FFFFFF;
	color: #333333;
	font-size:10px;
}
.stAuthor {
	color : #888888;
	font-size: 12px;
	font-weight: bold;
}

/* ------------------------------------- Story Index stuff ------------------------- */
.storythumb {
	width: 60px;
	float: right;
	margin-right: 0px;
	text-align: justify;
	/*padding: 2px 4px 2px 4px;
	border:dotted #CCCCFF 1px 0px 1px 0px; */
	background-color: #FFFFFF;
	color:#333333;
}
.stHeader {
	color : #069;
	font-size: 16px;
}

/* ---------------------------------------- Outer RH SideBar -------------------------------------- */
#OuterSidebar{
	float: right;
	width: 196px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	background-color: #FFFFFF;
	border-left: dashed #CCCCCC 1px;
}

#OuterSidebar p {
	text-align: left;
	margin: 2px 10px 2px 10px;
}

#OuterSidebar h3{
	text-align: left;
	margin: 0px;
	background-color: #005A9C;
	color: #FFFFFF;
	width: 100%;
}

#OuterSidebar h4 {
	float:left;
	text-align: left;
	margin: 0px;
	background-color: #0099FF;
	color: #FFFFFF;
	width: 100%;
}

#OuterSidebar h5 {
	color: #4395D1;
}
/* ---------------------------------------- Inner SideBar -------------------------------------- */
#InnerSidebar{
	float: left;
	width: 199px; /*Width of left column in pixel*/
	margin-left: -402px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	background-color: #FFFFFF;
	border-left: dashed #CCCCCC 1px;
}

#InnerSidebar p {
	line-height: 125%;
	margin: 2px 10px 2px 10px;
}
#InnerSidebar h3 {
	float:left;
	text-align: left;
	margin: 0px;
	background-color: #005A9C;
	color: #FFFFFF;
	width: 100%;
}
#InnerSidebar h4 {
	float:left;
	text-align: left;
	margin: 0px;
	background-color: #4395D1;
	color: #FFFFFF;
	width: 100%;
}
#InnerSidebar h5 {
	color: #4395D1;
}

#InnerSidebar h6 {
	color: black;
    font-size: 10px;
    line-height: 11px;
}
.innerstory {
	background-color: inherit;
}
.innerstorys {
	background-color:Silver;
	color:Gray;
}

.innerstory :hover {
	background-color: yellow;
}
/* ---------------------------------------- Main Books Section -------------------------------------- */
#MainBottom{
	clear: left;
	width: 800px;
	text-align: center;
	height: 100%;
	background-color: #FFFFFF;
}

#MainBottom a{
	color: #FFFF80;
}
/* ---------------------------------------- Page Footer -------------------------------------- */
#Footer{
	float:left;
	clear: left;
	width: 100%;
	background-color: #005A9C;
	color: #FFF;
	text-align: center;
}

#Footer a{
	color: #FFFF80;
}

#Footer h3 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #005A9C;
	color: #FFFFFF;
	width: 100%;
}
#Footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 10px 2px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#weatherbox {
	width: 100%;
	height: 110px;
	overflow: hidden;
	padding-top: 3px;
 }

.shadowcontainer 
{
	text-align:left;
	width: 145px; /* container width*/
	height: 205px; /* container height*/
	background-image: url(../images/bookshadow.png);
	background-repeat: no-repeat;
}

#shadowfpcont {
	width: 187px; /* container width*/
	height: 260px; /* container height*/
	background-image: url(../images/fpshadow.png);
	background-repeat: no-repeat;
}

/* =================================================== NEJobs Shit */

#nejMainContainer{
	width: 1000px; /*Width of main container*/
	height: 100%;
	margin: 5px auto 5px auto; /*Center container on page*/
	background-color: #FFFFFF;
	padding: 0;
}

#nejHeaderSection{
	background-color: #2d3b78;
/*	height: 171px; /*Height of top section*/
}

.nejInnerTube
{
	overflow:hidden;
	margin: 2px 5px 2px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.nejInnerTubenm
{
  background: #007fc1 url(../images/nejheadback.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}

/*.SpryHiddenRegion
{visibility:visible;} */

/* =================================================== New Shit */


.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #FF0000; /*#03277C;*/
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(images/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

