@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	background-image:url(images/background.png);
	background-repeat:repeat;
}

#top_links {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	vertical-align:top;
	height:20px;
}

#top_links h1,
#top_links h1 a,
#top_links h1 a:hover{
	margin:0px;
	margin-right: 26px;
	padding-top:10px;
	padding-bottom:15px;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	font-size: 13px;
	font-weight:100;
	color: #FFF;
	text-align:right;
	text-decoration:none;
}

#top_bar {
	position: relative;
	width: 100%;
	height:345px;
	z-index: 105;
	background-image:url(images/top_border.png);
	background-repeat:repeat-x;

}

#top_bar_container {
	background-image:url(images/title_bar_backdrop_2010.png);
	width: 950px;
	height: 345px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	vertical-align:top;
}

#UNR_logo {
	background-image:url(images/UNR_logo.png);
	background-repeat:no-repeat;
	width:265px;
	height:89px;
	float: left;
}

#search {
	float: right;
	width: 665px;
	height: 89px;
	font-size: small;
}

#search_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 400px;
}

#search_nav li {
	list-style-type: none;
	display: block;
	float: right;
	text-align: right;
	padding: 0 0 0 35px;
}

#search_nav li a{
	color: #FFF;
}

#search_nav li a:hover{
	color: #FFF;
}

#search_box {
	float: right;
	height: 25px;
	width: 250px;
	padding: 32px 0 0 0;
	margin: 0;
	text-align: right;
}

.submit {
	background-image:url(images/button.png);
	background-repeat:repeat;
	border: 1px solid #fff;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	height: 23px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#title {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
}

#title h1 {
	margin-top:10px;
	margin-left: 25px;
	margin-bottom:15px;
	font-size: 40px;
	color: #fff;
	text-align:left;
}

#content_background {
	position: relative;
	width: 100%;
	background-image:url(images/background_content.png);
	background-repeat:repeat;
}

#topNav_background {
	background-image:url(images/top_menu.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 34px;
}

.horizontalcssmenu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 110px; /*Width of top level menu link items*/
	padding-left: 16px;
	text-decoration: none;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	font-size:15px;
	font-weight:lighter;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 0px solid #FFF;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	font-size:14px;
	font-weight:100;
	width: 225px; /*width of sub menu levels*/
	padding-top: 5px;
	padding-left: 16px;
	background-image:url(images/side_bar.png);
	background-repeat:repeat;
	border-width: 0 1px 1px 1px;
	border-bottom: 1px solid #FFF; 
}

.horizontalcssmenu ul li a:hover{

}

.horizontalcssmenu ul li ul li a:hover{
	background-image:url(images/top_submenu_highlight.png);
	background-repeat:repeat;

	
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

#content_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top:10px;
}

#home_links {
	background-image:url(images/home_links.png);
	background-repeat:repeat-x;
	position: relative;
	width: 100%;
	height: 27px;
	text-align:center;
}

#home_links h1 {
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	font-size:13px;
	font-weight:100;
	color: #111;
	padding-top: 4px;
	margin:0px;
	margin-right:75px;
	list-style: none;
	display: block;
}

#home_links a {
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	color: #111;
	text-decoration: none;
	display: inline;
}

#home_links a:hover {
	text-decoration:underline;
}

#quick_launch_top {
	background-image:url(images/quick_launch_top.png);
	background-repeat:no-repeat;
	width:200px;
	height:25px;
	vertical-align:top;
	float: right;
	width: 200px;
	border-bottom: 1px solid #FFF ;
}

#quick_launch_top h1 {
	font-family:"Myriad Pro", "Book Antiqua", Verdana;
	height:22px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-top:3px;
	color:#FFF;
	
}

#quick_launch {
	background-image:url(images/quick_launch_middle.png);
	background-repeat:repeat;
	vertical-align:top;
	width: 200px;
	display: block;
	text-align: left;				
}

#quick_launch h2,
#quick_launch h2 a:link {
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	font-size:13px;
	font-weight:100;
	line-height:26px;
	text-align:left;
	padding:0px;
	color:#FFF;
	text-decoration:none;
}

#quick_launch ul{
	font-family:Verdana, Geneva, sans-serif;
	list-style: none;	
	margin: 0;
	padding-left: 0; 
 }

#quick_launch li{
	font-size: 13px; 
	color: #FFF;

}

#quick_launch li a:link, 
#quick_launch li a:visited{
	font-size: 13px; 
 	display: block; 
 	padding: 0.4em 0 0.4em 0.5em; 
 	color: #FFF; 
 	text-decoration:none;

}

#quick_launch li a:hover { 
	background-image:url(images/quick_launch_highlight.png);
	background-repeat:repeat;
	color: #FFFFFF; 
}

#quick_launch_bottom {
	background-image:url(images/quick_launch_bottom.png);
	background-repeat:no-repeat;
	width:200px;
	height:22px;
	vertical-align:top;
	clear:right;
	width: 200px;
	border-top: 1px solid #FFF ;
}

#leftNav {
	float: left;
	width: 150px;
	border-right: 1px dashed #000 ;
	display: block;
	text-align: left;			
}

#leftNav ul{
	font-family:Verdana, Geneva, sans-serif;
	list-style: none;	
	margin: 0;
	padding-left: 0; 
 }

#leftNav li{
	font-size: 13px; 

}

#leftNav li a:link, 
#leftNav li a:visited{
	font-size: 13px; 
 	display: block; 
 	padding: 0.4em 0 0.4em 0.5em; 
 	color: #000; 
 	text-decoration: none; 
}

#leftNav li a:hover { 
	background-image:url(images/side_bar.png);
	background-color: #333; 
	color: #FFFFFF; 
}

#content {
	text-align:justify;
	display:block;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	color: #000;
	margin-right:15px;
}
#content  p {
	font-size: 14px;
	font-weight:200;
	margin-left: 35px;
	text-align: justify;
	line-height:25px;
}

#content h1 {
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	margin-left:15px;
}

#content h2 {
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	margin-left:25px;
}

#content h3 {
	font-size: 14px;
	font-weight:200;
	margin-left: 35px;
	text-align: justify;
	line-height:25px;
}

#content h4 {
	font-size: 13px;
	margin-left: 35px;
	font-weight:200;
	text-align: justify;
	line-height:21px;
}

#content ul,
#content ol,
#content li {
	font-size: 14px;
	font-weight:200;
	text-align: left;
	line-height:24px;
	margin-left:15px;
}

#content a {
	color: #006;
	font-weight:600;
}

#content a:hover {
	text-decoration: underline;
}

#content strong {
	font-weight:bold;
}

#column {
	border:0px;
	width:850px;
	margin: 25px;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	text-align:justify;
	color:#000;
}

#column h1 {
	border-bottom: 1px dotted #999;
	font-size: 14px;
	font-weight:bold;
	margin-left:17px;
}

#column h2 {
	font-size: 13px;
	font-weight:100;
	margin-left:35px;
	margin-right:20px;
}

#column a:link {
	color:#444;
	text-decoration:none;
}

#bottom_container {
	position: relative;
	width: 100%;
	height:101px;
	z-index: 105;
	padding-top: 1px;
	background-image:url(images/bottom_border.png);
	background-repeat:repeat-x;
}

#bottom_container p {
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	color: #222;
	font-size: 14px;
	margin: 6px;
	line-height: 20px;
	text-align:center;
}

#bottom_container a:link,
#bottom_container a:visited{ 
 	color: #222; 
 	text-decoration: none; 
}

#bottom_container a:hover {
	text-decoration: underline;
}

#lastupdated {
	position: relative;
	width: 100%;
	padding-top:15px;
	height:100px;
	z-index: 105;
	font-family:"Myriad Pro", "Verdana", "Book Antiqua";
	color: #fff;
	font-size:14px;
	font-weight:100;
	text-align:center;
	font-size:13px;
}


