@import url(Units/Reset.css);
@import url(Units/Containers.css);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:700);

body
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height: 1.5; /* Unitless for proper inheritance */
	background: #3f3f3f;
	color: #3e3e3e;
}

/* The top one is for IE: The percentage is of 16px (default IE text size)
	10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
	The second value is what all other browsers see (the wanted font size). */
	   
body
{
	font-size: 75%;
}	/* IE */

html > body
{
	font-size: 12px;
}   /* Other browsers */

a:focus
{
	outline: 1px dotted;
}

hr
{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	color: #3e3e3e;
}

h1
{
	font-size: 25px;
	display: block;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
	color: #3e3e3e;
}

h4
{
	font-size: 11px;
}

h5
{
	font-size: 11px;
}

h6
{
	font-size: 11px;
}

ol
{
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
	margin-bottom: 12px;
}

#PageWrap
{
	position: relative;
	width: 100%;
	background: url(/Images/page-bg.png) repeat-x 0 0;
}

#TopWrap
{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: url(/Images/top-bg.png) repeat-x 0 0;
	height: 36px;
}

a#Logo
{
	position: absolute;
	margin-top: 50px;
	margin-left: 10px;
	z-index: 100;
}

#ContentWrap
{
	position: relative;
	width: 100%;
	background: #fff url(/Images/content-bg.png) no-repeat center top;
}

.Breadcrumbs
{
	margin-top: 6px;
	height: 24px;
	overflow: hidden;
}

.Breadcrumbs a,
.Breadcrumbs h2,
.Breadcrumbs span
{
	display: block;
	float: left;
}

.Breadcrumbs h2
{
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 4px;
}

.Breadcrumbs a
{
	font-size: 11px;
	color: #3e3e3e;
	text-decoration: none;
	background-image: url(/Images/breadcrumbs-sprite.png);
	background-repeat: no-repeat;
	background-position: left -72px;
	padding-left: 4px;
	margin-right: 3px;
}

.Breadcrumbs a.History
{
	background-position: left -120px;
	color: #3e3e3e;
}

.Breadcrumbs a:hover,
.Breadcrumbs a.Active
{
	background-position: left -48px;
	color: #3e3e3e;
}

.Breadcrumbs a span
{
	background-image: url(/Images/breadcrumbs-sprite.png);
	background-repeat: no-repeat;
	background-position: right -24px;
	padding: 4px 17px 5px 11px;
}

.Breadcrumbs a.History span
{
	background-position: right -96px;
}

.Breadcrumbs a:hover span,
.Breadcrumbs a.Active span
{
	background-position: right 0;
}

#MainNav,
#MainNav ul,
#MainNav ul li,
#MainNav ul li.Selected a,
#MainNav ul li.Selected a span,
#MainNav ul li.SelectedExpanded a,
#MainNav ul li.SelectedExpanded a span
{
	background-image: url(/Images/mainnav.png);
	background-repeat: no-repeat;
}

#MainNav
{
	float: right;
	height: 60px;
	overflow: hidden;
	padding-left: 8px;
	background-position: left top;
	margin-top: 100px;
	margin-bottom: 15px;
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
}

#MainNav a,
#MainNav ul,
#MainNav ul li,
#MainNav a span
{
	display: block;
}

#MainNav ul,
#MainNav ul li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#MainNav ul
{
	background-position: right -60px; 
	height: 60px;
	width: 692px;
}

#MainNav ul li
{
	background-position: left -120px;
	position: relative;
	padding: 0 25px 0 23px;
}

#MainNav ul li.Next
{
	padding-left: 21px;
}

#MainNav ul li.First
{
	margin-left: 2px !important;
}

#MainNav ul li.Next,
#MainNav ul li.First
{
	background: none;
}

#MainNav ul li.Last
{
	/*background: none;*/
	position: relative;
	margin-right: 0;
}

#MainNav ul li.Selected
{
	background: none;
	margin: 0;
	padding: 0;
}

#MainNav ul li a
{
	font-size: 15px;
	font-weight: bold;
	color: #3e3e3e;
	margin-top: 20px;
	margin-bottom: 21px;
	text-decoration: none;
}

#MainNav ul li.Selected a
{
	margin: 0;
	padding: 0 0 0 8px;
	background-position: left -180px;
}

#MainNav ul li.Selected a span
{
	margin: 0;
	padding: 20px 27px 18px 15px;
	background-position: right -240px;
}

#MainNav ul li a:hover
{
	color: #c30e1a;
}

#MainNav ul li.Selected a,
#MainNav ul li.Selected a:hover
{
	color: #fff;
}

.Nav
{
	background: url(/Images/mainnav-mic.png) no-repeat 500px 40px;
}

#TreeMenu,
#TreeMenu ul,
#TreeMenu h2,
#TreeMenu ul ul,
#TreeMenu li,
#TreeMenu li a.Selected,
#TreeMenu li a.SelectedExpanded,
#TreeMenu li a.Selected span,
#TreeMenu li a.SelectedExpanded span
{
	background-image: url(/Images/treemenu-sprite.png);
	background-repeat: no-repeat;
}

#TreeMenu
{
	position: relative;
	left: -6px;
	width: 216px;
	background-position: -216px 0;
}

#TreeMenu h2
{
	background-position: 0 top;
	margin: 0;
}

#TreeMenu h2 span
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 10px 9px 12px;
	margin: 0 8px 0 6px;
	color: #c30e1a;
}

#TreeMenu ul,
#TreeMenu ul li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TreeMenu li a,
#TreeMenu li a span
{
	display: inline-block;
}

#TreeMenu ul
{
	background-position: 0 bottom;
	padding-bottom: 8px;
}

#TreeMenu ul ul
{
	background-position: -439px 0;
	padding-bottom: 0;
}

#TreeMenu ul ul ul
{
	background: transparent;
}

#TreeMenu li.Expanded ul
{
	margin-top: 12px;
}

#TreeMenu li.Expanded li.Selected ul,
#TreeMenu li.Expanded li.SelectedExpanded ul
{
	margin-top: 0;
}

#TreeMenu ul li
{
	margin: 0 8px 0 7px;
	padding: 13px 0 12px 0;
	background-image: url(/Images/treemenu-sprite.png);
	background-repeat: no-repeat;
	background-position: -1304px top;
}

#TreeMenu li.Last
{
	padding-bottom: 8px;
}

#TreeMenu li li.Last
{
	padding-bottom: 12px;
	/*background-position: -655px bottom;*/
}

#TreeMenu li li li.Last
{
	background-position: -1304px top;
}

#TreeMenu ul ul li
{
	margin: 0;
}

#TreeMenu li a,
#TreeMenu li a span
{

}    

#TreeMenu li a
{
	text-decoration: none;
	margin: 0 12px;
}

#TreeMenu li a span
{
	font-size: 13px;
	/*line-height: 1.3em;*/
}

#TreeMenu li a.Expanded,
#TreeMenu li a.Selected,
#TreeMenu li a.SelectedExpanded
{
	font-weight: bold;
}

#TreeMenu li li a
{
	margin: 0 12px 0 22px;
}

#TreeMenu li li li a
{
	margin: 0 12px 0 34px;
}

#TreeMenu li li li li a
{
	margin: 0 12px 0 46px;
}

#TreeMenu li.Selected,
#TreeMenu li.SelectedExpanded
{
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#TreeMenu li.Expanded,
#TreeMenu li.SelectedExpanded
{
	padding-bottom: 0 !important;
}

#TreeMenu li a.Selected,
#TreeMenu li a.Selected span,
#TreeMenu li a.SelectedExpanded,
#TreeMenu li a.SelectedExpanded span
{
	display: block;
	padding: 0;
	margin: 0;
}

#TreeMenu li a.Selected,
#TreeMenu li a.SelectedExpanded
{
	position: relative;
	top: 0;
	left: -7px;
	width: 216px;
	background-position: -864px top;
	padding-top: 6px;
}

#TreeMenu li a.Selected span,
#TreeMenu li a.SelectedExpanded span
{
	padding: 7px 10px 13px 18px;
	background-position: -1080px bottom;
}

#TreeMenu li li a.Selected span,
#TreeMenu li li a.SelectedExpanded span
{
	padding-left: 28px;
}

#TreeMenu li li li a.Selected span,
#TreeMenu li li li a.SelectedExpanded span
{
	padding-left: 40px;
}

#TreeMenu li li li li a.Selected span,
#TreeMenu li li li li a.SelectedExpanded span
{
	padding-left: 52px;
}

#TreeMenu li.Next
{
	background: none;
}

#TreeMenu li a,
#TreeMenu li.Expanded li a,
#TreeMenu li.Expanded li.Expanded li a,
#TreeMenu li.Expanded li.Expanded li.Expanded li a
{
	color: #3e3e3e;
}

#TreeMenu li.Expanded a,
#TreeMenu li.Expanded li.Expanded a,
#TreeMenu li.Expanded li.Expanded li.Expanded a
{
	color: #858159;
}

#TreeMenu li a:hover
{
	color: #858159 !important;
}

#TreeMenu li a.Selected,
#TreeMenu li a.SelectedExpanded,
#TreeMenu li a.Selected:hover,
#TreeMenu li a.SelectedExpanded:hover
{
	color: #fff !important;
}

.TextBlock h1
{
	margin-bottom: 15px;
}

.TextBlock h1.WithSub
{
	margin-bottom: 0;
}

.TextBlock h2
{
	margin-bottom: 10px;
}

.TextBlock h3
{
	margin-bottom: 10px;
}

.TextBlock p,
.TextBlock ul
{
	font-size: 13px;
	margin-bottom: 12px;
}

.TextBlock strong
{
	font-weight: bold;
}

.TextBlock img
{

}

.TextBlock a
{
    color: #c30e1a;
    text-decoration: underline;
}

.Relations
{
	background: #f4f4f4;
	background: #f9f9f9;
	padding: 15px;
	width: 232px;
	float: right;
	border: 1px solid #e0e0e0;
}

.Relations h4
{
	font-size: 16px;
	margin-bottom: 20px;
	color: #767252;
	border-bottom: 1px solid #e0e0e0;
}

.Relations ul,
.Relations ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.Relations ul li
{
	margin-bottom: 20px;
}

.Relations ul li.Last
{
	margin-bottom: 20px;
}

.Relations a
{
	width: 68px;
	height: 68px;
	padding: 0;
	float: left;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-top: 4px;
}

.Relations img
{
	width: 58px;
	height: 58px;
	padding: 5px;
	background: #fff url(/Images/image-box-68.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.Relations .Info
{
	width: 150px;
	float: right;
}

.Relations .Info h5
{
	font-size: 13px;
	margin-bottom: 2px;
}

.Relations .Info p
{
	font-size: 11px;
	margin-bottom: 0;
}

.MainContent
{
	padding-bottom: 100px;
}

.Listing ul,
.Listing ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.Listing ul li
{
	margin-bottom: 20px;
}

.Listing ul li.Last
{
	margin-bottom: 20px;
}

.Listing a
{
	width: 88px;
	height: 88px;
	padding: 0;
	float: left;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-right: 15px;
}

.Listing img
{
	width: 78px;
	height: 78px;
	padding: 5px;
	background: #fff url(/Images/image-box-88.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.Listing a:hover,
.Relations a:hover,
.ImageBox .Thumbs a:hover
{
	border-color: #b9b9b9;
}

.Listing .Info
{
	width: 500px;
	float: left;
}

.Listing .Info h2
{
	margin-bottom: 0;
}

.Listing .Info p
{
	font-size: 13px;
	margin-bottom: 0;
}

.ImageBox
{
}

.ImageBox .Medium
{

}

.ImageBox .Medium img
{
	width: 388px;
	padding: 6px;
	background: url(/Images/image-box-400.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
	height: 388px;
}

.ImageBox .Thumbs
{
	margin-bottom: 15px;
}

.ImageBox .Thumbs:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .ImageBox .Thumbs, *:first-child + html .ImageBox .Thumbs
{
	zoom: 1;
}

.ImageBox .Thumbs a
{
	width: 68px;
	height: 68px;
	padding: 0;
	float: left;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
}

.ImageBox .Thumbs a img
{
	width: 58px;
	height: 58px;
	padding: 5px;
	background: #fff url(/Images/image-box-68.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.ImageBox .Thumbs a.Active
{
	border-color: red;
}

.ImageBox .Medium a,
.ImageBox .Medium img
{
	display: none;
}

.ImageBox .Medium a img,
.ImageBox .Medium .Active
{
	display: block;
}

.ImageBox .Caption
{
	display: none;
}


.ImageList
{
	margin-bottom: 30px;
}

.ImageList ul
{
	display: block;
	margin: 0;
	padding: 0;
}

.ImageList ul li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	margin-right: 45px;
}

.ImageList ul li.LastCol
{
	margin-right: 0;
}

.ImageList .Row
{
	padding-bottom: 30px;
	margin-bottom: 31px;
	border-bottom: 1px dashed #ccc;
}

.ImageList .RowLast
{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.ImageList .BoxCaption p,
.ImageBlock .Caption
{
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	line-height: 16px;
	color: #4c4c4c;
}

.ImageBlock .Caption
{
	padding: 0 15px 0 5px;
}

#BottomWrap
{
	position: relative;
	width: 100%;
	background: #f0f0f0;
}

#Footer
{
	color: #887777;
	position: relative;
	border-top: 1px dashed #d4cece;
}

#Footer strong
{
	color: #746666;
}

#Footer a
{
	color: #c30e1a;
	text-decoration: none;
}

#Footer a:hover
{
	text-decoration: underline;
}

#Footer .Info
{
	position: relative;
	padding: 20px 0 30px 0;
	font-size: 12px;
}

#Footer .Info h2
{
	font-size: 16px;
	color: #746666;
	margin-bottom: 10px;
}

#Footer strong
{
	font-weight: bold;
}

.Form .InputBlock
{
	margin-bottom: 4px;
}

.Form label
{
	display: block;
}

.Form label span.Req
{
	color: #c30e1a;
}

.Form input,
.Form textarea
{
	border: 1px solid #d4cece;
	padding: 3px;
	background: #ebe9e9;
	width: 212px;
	font-size: 12px;
	color: #383838;
	border-radius: 4px;
}

.Form textarea
{
	height: 100px;
	overflow: hidden;
}

.Form a.Submit
{
	margin-top: 10px;
	display: block;
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 17px 5px 15px;
	background: #3f3f3f;
	border-radius: 8px;
}

.Form a.Submit:hover
{
	background: #004f80;
}

.Form a.Submit:active
{
	background: #008be1;
	padding: 6px 16px 4px 16px;
}

#Footer
{
	display: block;
}

#Copyright
{
	position: relative;
	width: 100%;
}

#Copyright p
{
	padding: 15px 0 5px 0;
	color: #e7e7e7;
}

#Copyright a
{
	color: #e7e7e7;
	text-decoration: none;
}

#Copyright a:hover
{
	border-bottom: 1px solid #c30e1a;
}

#Sitemap ul
{
	margin: 0;
	padding: 0;
}

#Sitemap ul li
{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#Sitemap ul li li
{
	margin: 0;
}

#Sitemap ul li a
{
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #746666;
	text-decoration: none;
	margin-bottom: 10px;
}

#Sitemap ul ul li a
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	margin-left: 15px;
}

#Sitemap ul li a.Selected
{
	color: #c30e1a;
}

#Sitemap ul
{
	margin-bottom: 10px;
}

.ImageList img,
.ImageBlock img
{
	background: #fff;
	padding: 4px;
	border-style: solid !important;
	border-width: 1px !important;
	border-top-color: #e0e0e0 !important;
	border-left-color: #e0e0e0 !important;
	border-right-color: #646464 !important;
	border-bottom-color: #646464 !important;
	border-radius: 4px;
}