﻿/* MAIN BODY */
body 
{
    background-color:#000000;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    font-family: Arial, Sans-Serif;
	font-size:14px;
	color:#000000;
}


/* FOR ALL NORMAL LINKS*/
a:link 
{ 
    color:#ffffff;
    text-decoration:none;
}
a:visited 
{ 
    color:#ffffff;
    text-decoration:none;
}
a:active 
{ 
    color:#ffffff;
    text-decoration:none;
}
a:hover 
{ 
    color:#ffffff;
    text-decoration:underline;
}

/* FOR ORANGE STYLE LINKS */
.OrangeLink:link
{ 
    color:Orange;
    text-decoration:none;
    font-size:14px;
}
.OrangeLink:visited
{ 
    color:Orange;
    text-decoration:none;
    font-size:14px;
}
.OrangeLink:active
{ 
    color:Orange;
    text-decoration:none;
    font-size:14px;
}
.OrangeLink:hover
{ 
    color:Orange;
    text-decoration:underline;
    font-size:14px;
}

/* FOR BLACK STYLE LINKS ON THIS PAGE */
.BlackLink
{ 
    color:#666666;
    text-decoration:underline;
    font-size:12px; 
}
.BlackLink:link
{ 
    color:#666666;
    text-decoration:underline;
    font-size:12px; 
}
.BlackLink:visited
{ 
    color:#666666;
    text-decoration:underline;
    font-size:12px;
}
.BlackLink:active
{ 
    color:#666666;
    text-decoration:underline;
    font-size:12px;
}
.BlackLink:hover
{ 
    color:#666666;
    text-decoration:underline; 
   font-size:12px;
}

/* CONTAINER TO HOLD THE BACKGROUND IMAGE AND MAIN CONTAINER */
div#divContent
{
    width:980px;
	margin-top:0px;
	margin-left:0px;
	margin:auto;
}

/* CONTAINER TO HOLD EVERYTHING ELSE */
div#default-container
{
	position:absolute;
    width:980px;
}

/* RELATING TO THE IMAGE HEADER */
div#divHeader
{
	position:relative;
    padding-bottom:0px;
    height:105px;
}

/* RELATING TO THE NAVIGATION */
div#divGrayBar
{
	background-image:url("../images/master_pages/gray_bar.jpg");
    background-repeat:no-repeat;
    background-position:center;
	position:relative;
    width:980px;
    height:41px;
    padding-top:0px;
}
div#divNavigation
{
	position:relative;
    padding-top:12px;
    padding-left:40px;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
}


/* FOR ALL PAGES TO HAVE THIS STYLE AND WILL BE PLACED INTO */
div#divMainContentHolder
{
	position:relative;
    background-color:#ffffff;
   
}
div#divGradientBanner
{
	position:relative;
    background-image:url("../images/master_pages/gradiant_bar.png");
    background-repeat:no-repeat;
    background-position:top;
    height:13px;
    z-index:2;
    margin: auto;

}
div#divMainContent
{
	margin-top:-13px;
}




/* EVERYTHING RELATING TO THE FOOTER */
div#divFooter
{
	position:relative;
    height:46px;
    padding-top:0px;
    margin-top:0px;
}

div#divFooterLeft
{
	position:absolute;
	margin-top:15px;
    margin-left:20px;
    font-weight:bold;
    font-size:14px;
}
div#divFooter
{
	position:relative;
    background-image:url("../images/master_pages/footer.jpg");
    background-repeat:no-repeat;
    background-position:center;
    padding-top:0px;
    height:47px;
}
div#divCopyright
{
	position:relative;
    color:#666666;
    width:980px;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding-top:10px;
}





div#divDefaultContent
{
    position:relative;
    width:980px;
    height:402px;
    margin: auto;	
}


div#divConstruction
{
    position:relative;
    background-color:#000000;
    width:850px;
    height:392px;
    margin: auto;
    color:#ffffff;
    padding-top:10px;	
    padding-left:50px;
    padding-right:74px;
    overflow:auto
}

.construction {
    color: #ff0000;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
}

