@import url( /assets/styles/udm-style.css );

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

img {
 border:0px;
}

body {
	font-family: Verdana,Arial,sans-serif;
	color: #000;
	line-height: 1.166;
	background: url(/assets/images/bg.gif) #363942 repeat-x;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #5C832F;
}

h1{
	font-size: 100%;
}

h2{
	font-size: 85%;
}

h3{
	font-size: 75%;
}

h4{
	font-size: 70%;
}

h5{
	font-size: 70%;
}

h6{
	font-size: 70%;
}

p {
	font-size: 70%;
	line-height: 1.4;
	padding-top:0px;
	margin-top:0px;
}

a, a:link, a:visited, a:hover {
	font-weight: normal;
 text-decoration:none;
 color:#5c832f;
}

ul {
	font-size: 70%;
	line-height: 1.4;
	list-style-type: disc;
}

ul ul {
	font-size: 100%;
	line-height: 1.4;
	list-style-type: disc;
}

ul ul ul {
	font-size: 100%;
	line-height: 1.4;
	list-style-type: none;
}

ol {
	font-size: 70%;
	line-height: 1.4;
}

ol ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol ol {
	font-size: 100%;
	line-height: 1.4;
}

hr {
	border: none 0; 
	border-top: 1px dotted #BDC4CE;
	border-bottom: 1px solid #FFF;
	height: 2px;
}							

/***********************************************/
/*Component Divs                               */
/***********************************************/

#skip {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#contentShell {
	background-color: #FFF; 
}

#legal {
	padding: 16px 0px 0px 16px;
	font-family: Verdana,Arial,sans-serif;
	color: #FFF;
	font-size: 10px;
}

#credit {
	padding: 10px 25px 0px 0px;
	background-color: #FFF; 
	font-size: 65%;
	color: #FFFFEC;
	text-align: right;
}

/*******************************************************/
/* Styles composed by the irrepresable force of newton */
/*******************************************************/


.container {
 margin:auto auto;
 width:740px;
}

.nav {
 background:url('/assets/images/nav_back.gif');
 height:26px;
 border:1px solid #fff;
 position:relative;
}

.nav a {
 display:block;
 color:#603f20;
 border-left:1px solid #cab688;
 border-right:1px solid #fff;
 font-size:10px;
 padding:6px 12px 7px 9px;
 float:left;
}

.siteHome {
 background:#d8caa8;
 border:1px solid #fff;
 border-top:0px;
}

.siteBody {
 background:url('/assets/images/feature_back.gif') repeat-x top #fff;
 min-height:300px;
 height:auto !important;
 height:300px;
}

.footer {
 background:url('/assets/images/footer.gif') top no-repeat;
 text-align:center;
 height:41px;
 color:#c3c3c3;
 font-size:10px;
 padding-top:12px;
}

.footer a {
 color:#c6e1a7;
}

.contentTop {
 background:url('/assets/images/top_back.gif');
 border:1px solid #fff;
 border-top:0px;
 height:55px;

}

.heading {
 color:#382513;
 font-family:tahoma;
 padding:8px 0px 0px 16px;
 font-size:16px;
}

.breadcrumbs {
 color:#382513;
 font-family:tahoma;
 padding:13px 0px 0px 16px;
 font-size:10px;
}

.searchBox {
 position:absolute;
 right:3px;
 bottom:-9px;
 background:url('/assets/images/search_back.gif');
 width:187px;
 height:42px;
}

.tinyNav {
 float:right;
 padding-right:14px;
}

.searchInput {
 border:1px solid #000;
 background:#3d404a;
 color:#999999;
 font-size:10px;
 padding:2px;
}

.goInput {
 border:1px solid #000;
 background:#3d404a;
 color:#999999;
 font-size:10px;
 padding:2px;
 position:relative;
 right:7px;
}

.searchBox span {
 position:relative;
 top:10px;
 left:14px;
}

.content {
 padding:21px 41px 21px 41px;
 color:#382513;
 vertical-align:top;
}

.content img {
 margin-left:10px;
}

.contentItems {
 background:#fff;
 font-size:10px;
 border-top:1px solid #ece5d4;
 padding-top:6px;
}

.contentItems .tinyNav {
 padding-top:7px;
}

.contentItems table {
 padding-left:16px;
}

.summaryBlock img {
 margin:0px;
}

.summaryBlock {
 background:#f8f6f0;
 font-size:70%;
}

.summaryText {
 padding:14px;
}

.summaryText a {
 font-weight:bold;
 padding-bottom:4px;
}

.contentImage {
 float:right;
}
