﻿/* CSS Reset */
body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, font, img, strong, ul, li
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html
{
    overflow-x: hidden;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: #666666;
    background: white;
}

p
{
	margin-bottom:10px;
}

strong
{
	font-weight:bold;
}

a
{
    text-decoration: none;
}

span.h2
{
	display:block;
	font-size:14px;
	line-height:15px;
}

span.p
{
	line-height:140%;
	padding-bottom:10px;
	color:#666666;
	display:block;
}

td.ContentBox a:hover
{
	text-decoration:none !important;
}

a:hover span.h2
{
	text-decoration:underline;
}

a:hover span.p
{
	text-decoration:none !important;
}

a:hover
{
    text-decoration: underline;
}

.BorderTop
{
	border-top:1px solid #ECECEC; 
	padding-top:15px;
}

.Clear
{
	clear:both;
}

.ContentBlock
{
	margin-bottom:15px;
	position:relative;
	line-height:140%;
}

.ContentBlockImageContainer
{
	text-align:center;
}

.Cornered
{
	padding: 6px 10px 6px 10px;
	position:relative;
}

.CornerTL, .CornerTR, .CornerBL, .CornerBR
{
	position:absolute;
	width:4px;
	height:4px;	
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

.CornerTL
{
	top:0px;
	left:0px;
	background-image:url(../Images/CornerTL.png);
} 

.CornerTR
{
	top:0px;
	right:0px;
	background-image:url(../Images/CornerTR.png);
} 

.CornerBL
{
	top:0px;
	left:0px;
	background-image:url(../Images/CornerBL.png);
} 

.CornerBR
{
	top:0px;
	right:0px;
	background-image:url(../Images/CornerBR.png);
}


body
{
    font-family: Arial;
    font-size: 12px;
    background-image: url(../Images/BodyBG.png);
    background-repeat:repeat-x;
    background-position:top left;
    background-color:#B2B2B2;
}

.Bodytext
{
	line-height:140%;
}

.Bodytext ul, .ContentBlock ul
{
	list-style-position:inside;
}

div#container
{
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    margin-top:16px;
    padding-bottom:16px;
}

div#header
{
	height:125px;
	/*background-image: url(../Images/HeaderBG.png);*/
	background-repeat:no-repeat;
	/*padding:1px 50px 0px 50px;*/
	overflow:hidden;
}

div#content
{	
	padding: 5px 40px 0px 50px;
	min-height:100px;
}

div#homepageContent
{
	padding: 5px 47px 0px 50px;
	min-height:100px;
}

table#layout
{
	width:100%;
	border-collapse:collapse;
}

table#layout td
{
	vertical-align:top;
}

/* Menu styles */

div#menu
{
	width:183px;
	padding-bottom:10px;
	float:left;
}

div#menu ul
{
	margin-left:16px;
}

div#menu ul li
{
	list-style-type:none;
	padding: 0px 10px 10px 0px;
}

div#menu ul li a
{
	font-size:16px;
	background-image: url(../Images/Button.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	display:block;
}

div#menu ul li ul
{
	margin-left:15px;
}

div#menu ul li ul li
{
	padding: 5px 10px 0px 0px;
}

div#menu ul li ul li a
{
	background-image:none;
	padding-left:13px;
	font-size:12px;
}

div#menu ul li ul li a.selected
{
	background-image: url(../Images/Arrow.png);
	background-repeat:no-repeat;
	font-weight:bold;
}

div#menu ul li ul li a.childSelected
{
	font-weight:bold;
}

div#menuHeader
{
	height:37px;
	width:183px;
	background-image: url(../Images/MenuHomeBg.png);
	background-repeat:no-repeat;
	line-height:40px;
	background-color:#CBCBCB;
	position: relative;
}

div.corner
{
	height: 1px;	
	width: 1px;	
	position: absolute;	
	overflow: hidden;
}

div#menuHeader ul li a
{
	color:#B4B4B4 !important;	
}

div#menuHeader ul, div#menuHeader ul li, div#menuHeader ul li a
{
	list-style-type:none;
	list-style-image:none;
	background-image:none;
}

div#menuTop, div#menuContent, div#menuBottom
{
	background-color:#B2B2B2;
}

div#menuTop
{
	height:12px;
	background-image: url(../Images/MenuTopBg.png);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;
	position: relative;
}

div#menuContent
{
	background-image: url(../Images/MenuContentBg.png);
	background-repeat:repeat-y;
}

div#menuBottom
{
	height:11px;
	line-height:0px;
	font-size:0px;
	background-image: url(../Images/MenuBottomBg.png);
	background-repeat:no-repeat;
	position: relative;
}

/* Main Content Styles */

h1
{
	color:#999999;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
}

h2
{
	color:#0971BA;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

table.ThumbnailsAndDownloads
{
	width:100%;
	border-collapse:collapse;
}

table.ThumbnailsAndDownloads td
{
	text-align:center;
	width:124px;
	border-bottom-width:8px;
	border-bottom-style:solid;
	border-collapse:collapse;
}

/* Footer styling */

div#footer
{
	height:40px;	
	background-repeat:no-repeat;
	background-position:top left;
	line-height:38px;
	text-align:right;
	padding-left:50px;
	padding-right:50px;
}

div#footer a
{
	color:Black;
	margin-left:10px;
}