/***********************************************/
/* CSS Document */
/* For use with TDM Template Index.css         */
/* Copyright 2009 TDM Trinity Data Management. All rights reserved.   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a{
	text-decoration: none;
}

a:link{
	color: #FFFF00;
	text-decoration: none;
}

a:visited{
	color: #FFFF00;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

h3{
 font: bold 12px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/***********************************************/
/* Use to Center the Webpage */
/***********************************************/
#center {
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

body {
	background-color: #333333;
	background-image: url(../Images/PageDarkBackground.png);
	background-repeat: no-repeat;
}

/***********************************************/
/* Header Layout Layers                               */
/***********************************************/
#Header {
	position:absolute;
	width:1024px;
	height:233px;
	z-index:1;
}
#Banner {
	position:absolute;
	width:1024px;
	height:150px;
	z-index:2;
	top: 1px;
}
#NavigationBar {
	position:absolute;
	width:1024px;
	height:41px;
	z-index:3;
	left: -1px;
	top: 154px;
}

#PageTitleName {
	position:absolute;
	width:1012px;
	height:22px;
	z-index:4;
	left: 0px;
	top: 196px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(../Images/TopBorderSRB.gif);
}

#globalNav{
	color: #cccccc;
	width: 1024px;
	font-size: x-large;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
#globalNav a:link{
	color: #FFFF00;
	text-decoration: none;
}
#globalNav a:visited{
	color: #FFFF00;
	text-decoration: none;
}

#globalNav a:hover{
	color: #FF0000;
	text-decoration: none;
}
#advert{
	padding: 10px;
}

#advert img{
	display: block;

}

/***********************************************/
/* Page Content Layers                         */
/***********************************************/
#PageCells {
	position:absolute;
	width:1024px;
	z-index:5;
	top: 234px;
	height: 1399px;
	padding-top: 10px;
	background-image: url(../Images/LayerDarkBackground_gd.png);
	color: #FFFFFF;
}
#tl {
	position:absolute;
	top: 1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/************* Left Side Navigation **************/
#NavigationLinks {
	position:absolute;
	width:155px;
	height:558px;
	z-index:5;
	padding: 0px;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font: small Verdana,sans-serif;
	background-image: url(../Images/LayerDarkBackground_gd.png);
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 0px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #333333;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0000;
}
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 0px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}

.relatedLinks a{
	display: block; 
}





/************* Article 1   **************/

#Article1 {
	position:absolute;
	width:529px;
	height:526px;
	z-index:2;
	left: 165px;
	padding: 5px;
	color: #FFFFFF;
}
#Article1 img{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
}


/************* Article 2   **************/
#Article2 {
	position:absolute;
	width:301px;
	height:522px;
	z-index:3;
	left: 711px;
	color: #FFFFFF;
}
#Article3 {
	position:absolute;
	width:1011px;
	height:776px;
	z-index:4;
	top: 597px;
	padding: 5px;
	color: #FFFFFF;
}
#Article3 img{
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
}
/*************** Table Formating ******************/
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}



/***********************************************/
/* Page Footer                                 */
/***********************************************/
#Footer {
	position:absolute;
	width:1024px;
	height:50px;
	z-index:6;
	top: 1650px;
	color: #FFFFFF;
	left: 0px;
}
#Footer img{
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	}
/***********************************************/
/*                          */
/***********************************************/

