/* blue Northwind colour #1B75BB */

body 
{
    padding: 0px 0px 0px 0px;
    margin: 0px;   
    background-color: #000000; 
}

#topSection
{
   background-image: url('images/pageBG1.png');
   background-repeat: repeat-x;
   background-color: #144476;
   height: 382px; 
   width: 100%;
   text-align: center;
}



#navigationArea
{
    background-color: Black;
    text-align: center;
    border-bottom: solid 1px #ffffff;
}


#logo
{
   display: inline-block;
   width: 101px;
   height: 34px;
   background-image: url('images/nLogoSmall.png');
   background-repeat: no-repeat;
   background-position: left;
}

#navLinks
{
    display: inline-block;
    width: 616px;
    height: 25px;
    text-align: right;
}

.whiteText
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    color: #ffffff;
}

SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Arial, Verdana;
    text-decoration: none;  
}
A.SkinObject:link
{
    text-decoration: none;
    color: red;
}
A.SkinObject:visited
{
    text-decoration: none;
    color: red;
}
A.SkinObject:hover
{
    text-decoration:none;
    color: #ffffff;
}
A.SkinObject:active
{
    text-decoration:none;
    color: #ffffff;
}

.Main_DNNMenu_ContainerSub
{
    background-color:#000000;
    border-right: solid 1px #444444;
    border-bottom: solid 1px #444444;
    border-top: solid 1px white;
    border-left: solid 1 px white;
    z-index: 1000;
    cursor:pointer;
    cursor:hand;
    margin-top: 5px;
    padding: 1px 1px 1px 1px;
}

.Main_DNNMenu_NodeRoot
{
    cursor:pointer;
    cursor:hand;
    color: #ffffff;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    font-family:Arial, Verdana;
    background-color:Transparent;
    white-space: nowrap;
    padding: 0px 10px 0px 5px;
}

.Main_DNNMenu_Node
{
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Verdana;
    background-color:Transparent;
    white-space: nowrap;
    padding: 1px 3px 3px 1px;
}

.Main_DNNMenu_NodeHover
{
    color: red;
}

.Main_DNNMenu_NodeHover td
{
  
    color: red;
}

.centerDiv
{
    width: 726px;
    margin-left: auto;
    margin-right: auto;
}

#cloudLogo
{
    width: 199px;
    height: 113px;
    background-image: url('images/nLogoBig.png');
    background-repeat: no-repeat;
}

#cloudsImage
{
    background-image: url('images/clouds.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: Transparent;
    height: 130px;
    width: 527px;
}

#breadcrumb
{
    text-align: left;
    width: 726px;
    border-bottom: solid 1px #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.accordianArea
{
    width: 726px;
    height: 179px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align:center;
    padding-left: 10px;
}

#bottomSection
{
   background-image: url('images/pageBG2.png');
   background-repeat: repeat-x;
   background-color: #ffffff;  
   text-align: center; 
   min-height: 343px;
   width: 100%;
   border-top: solid 1px #ffffff; 
   padding-bottom: 10px;
}

#bottomContentWrapper
{
    text-align: center;
    width: 726px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.left
{
    width: 240px;
    vertical-align: top;

}

.center
{
    width: 240px;
    vertical-align: top;

}

.right
{
    width: 240px;
    vertical-align: top;
}



#footerSection
{
    background-color: #000000;
    border-top: solid 2px #1B75BB;
    text-align: center;
}

#footerTxt
{
    color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.65em;
    width: 726px;    
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}


#Content 
{
	position:absolute;
	left:50%;
	width:1000px;
	margin-top:0px;
	margin-left:-500px;
}

/* rotator in-page placement */
    div#rotator {
	height:130px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: 0px;
	padding: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}











































