@charset "UTF-8";

/* DNN stuff */
MenuContainer
{
	background-color: #C0C0C0;
	width: 100%;
}

SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #c0c0c0;
	font-family: Arial, Tahoma, helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: underline;
	color: #c0c0c0;
}

A.SkinObject:visited
{
	text-decoration: underline;
	color: #c0c0c0;
}

A.SkinObject:active
{
	text-decoration: underline;
	color: #c0c0c0;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #c0c0c0;
}

.Main_DNNMenu_ContainerSub
{
	background-color: #dddddd;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;
}

.Main_DNNMenu_NodeRoot
{
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	padding: 0px 10px 0px 5px;
	text-decoration:none;
	color:#ffffff;
	font-family: Arial, Tahoma, helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	background-color:#000000;
}

.Main_DNNMenu_Node td
{
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	padding: 1px 3px 3px 3px;
	color:#ffffff;
	font-family: Arial, Tahoma, helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	background-color:#000000;
}

.Main_DNNMenu_NodeHover
{
	text-decoration: underline;
	color:#9f0000;
}

.Main_DNNMenu_NodeHover td
{
	text-decoration: underline;
	color:#9f0000;
}

/* DNN stuff end */

body
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

h1
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ControlPanel
{
	background-color: gray;
}

.Head
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-transform: lowercase;
}

.SubHead
{
	color: #C0C0C0;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

.NewsHead
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

A.NewsHead
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

.Normal
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.Normal td
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.Normal h1
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Normal h2
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.CommandButton
{
	color: #c0c0c0;
}

A.CommandButton:link 
{
    text-decoration: underline;
    color: #c0c0c0;
}

ListAlternate
{
	background-color: #101010;
	color: green;
}

a:link
{
	color: #C0C0C0;
	text-decoration: underline;
}     

a:visited
{
	color: #C0C0C0;
	text-decoration: underline;
}  

a:hover
{
	color: #C0C0C0;
	text-decoration: underline;
}    
a:active
{
	color: #C0C0C0;
	text-decoration: underline;
}   

/* section styling */

.sectionBar
{
	margin-top: 20px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
}

.sectionBar h1
{
	font-size: 12px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sectionBar h3
{
	font-size: 16px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box
{
	height: auto;
	clear: both;
	margin-top: 20px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8.5pt;
}

.box h2
{
	padding-top: 22px;
	padding-left: 7px;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}

/* Module specific */

.wns_lightbox_head
{
	padding-top: 20px;
	padding-bottom: 10px;
	color: #C0C0C0;
	font-weight: bold;
	font-size: 15px;
}

/* End module specific */

/* CSS Document */
/* Reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

/* Reset End */

html, body
{
	background: #000000 url(../../../0/Images/headers/headertile.jpg);
	background-repeat:repeat-x;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

#wrapper
{
	width: 960px;
	height:auto;
	margin: 0 auto 0;
	display: block;
}
#header
{
	width: 960px;
	height: 562px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
}

#top
{
	width: 800px;
	height: 100px;
	position: relative;
	top: 0px;
	margin-top: -200px;
	margin-left: 120px;
}

#MenuBar
{
	width: 800px;
	position: relative;
	top: 0px;
	margin-top: 30px;
	margin-left: 80px;
	float: left;
	display: inline;
}

#logo
{
	float: left;
	width: 162px;
	height: 126px;
	display: block;
}

img#header
{
	border: none;
}

#TopContent
{
	margin-top: 10px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	clear: both;
	z-index: 999999;
}

#MiddleContent
{
	margin-top: 0px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	clear: both;
	z-index: 999999;
}

#BottomContent
{
	margin-top: 0px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	clear: both;
	z-index: 999999;
}

#footer
{
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	clear: both;
}

#wrapper #content #left .box h2
{
	color: #CCC;
}

#left .box h2 ul li
{
	padding-bottom: 10px;
	list-style-type: none;
}


































