@charset "utf-8";
/*
-----------------------------------------------
IANA Home Page Base Styles
Author:   Bob Rast
Version:  23 NOV 2011
----------------------------------------------- */
/******* Global *******/

* {
	padding: 0;
	margin: 0;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	padding: 1px 3px 2px 2px;
	width: 915px;
	margin: 0 auto;
	background: #808080;
	font: 11px/1.3 Verdana, Arial, Helvetica, sans-serif;
}
/* Links */
#content a {
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
/******* Layout *******/
#banner {          /* Sets Top Flash Banner and Member Login Sections */
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1px;
}
#home #container {
	background: #333;
}
#content {         /* Main Container for Top and Bottom Rows of Content Section */
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
/* Sets Up Bottom Footer Section */
#footer {
	color: #172967;
	clear: both;
	width: 100%;
	background: #BABABA;
	padding: 8px 0;
	height: 35px;
	font-size: 0.9em;
	min-height: 35px;
}
#footer div {
	height: 35px;
	float: left;
	margin-left: 1em;
	color: #172967;
}
#footer div a {
	color:#172967;
}
/*#footer a:hover {
	text-decoration: underline;
	color: #173967;
}*/
#footer ul {
	vertical-align: top;
}
#footer ul {
	float: right;
	margin-right: 20px;
	list-style: none;
}
#footer ul li {
	float: left;
	padding: 0px 4px;
	border-left: 1px solid #666;
}
#footer ul li.first {
	border-left: none;
}
#footer ul li a {
	color: #172967;
	text-decoration: none;
}
/*.win.gecko footer { height: auto;}*/
#footer:after {     /* Helps Footer display propertly in IE 6.x and earlier browsers */
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/******* Header *******/

#header {                 /* Sets up top header block with menus and Google Search form */
	background: #FFF;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	visibility: visible;
	z-index: 50;
	position: relative;
	padding-top: 2px;
	top: -2px;
}
#header form {     /* Sets up Google Search box and background image*/
	float: right;
	background: url(../images/search_bg.gif) no-repeat right 0;
	padding-right: 10px;
	height: 30px;
	width: 190px;
}
#header form #search-go {
	margin-bottom: -4px;
}
/* Styles for Top and Main Navigation Menus */
#header #top-navigation {
	float: right;
	margin-top: 2px;
	height: 30px;
	padding-right: -1em;
	background-image: url(../images/topnav420.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 425px;
}
#header #top-navigation ul {
	font: 9px Verdana, Arial, sans-serif;
	padding-top: 8px;
	padding-bottom: 9px;
	margin-left: 10px;
}
#header #main-navigation {
	padding: 2px 10px 2px 0;
	margin-top: 5px;
	font: 12px Verdana, Arial, sans-serif;
	float: left;
	width: 800px;
	clear: none;
}
#header ul {
	list-style: none;
}
#header ul li {
	position: relative;
	float: left;
	padding: 0 4px;
	border-left: 1px solid #666;
}
#header ul li.first {
	border-left: none;
	padding-left: 1em;
}
#header ul li a {
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li ul {
	position: absolute;
	top: 1.3em;
	left: 0;
	display: none;
	border-top: 1px solid #666;
	background: #FFF;
}
#header ul li ul li {
	float: none;
	display: block;
	padding: 0;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#header ul li ul li a {
	width: 12em;
	padding: 2px 4px;
	background: #FFF;
}
#header #main-navigation li ul li a:hover {
	background: #39659E;
	color: #FFF;
	text-decoration: none;
}
#header ul li:hover ul {
	display: block;
}
#header #top-navigation ul li.first {
	border-left: none;
}
#header #top-navigation ul li {
	position: relative;
	float: left;
	padding: 0 4px;
	border-left: 1px solid #666;
}
#header #top-navigation a {
	color: #39659E;
}
#header #main-navigation a {
	color: #104070;
}
#top-navigation ul:after {        /* Auto clear for top navigation */
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/******* Banner *******/

#banner {			/* Sets Top Flash Banner Styles */
	background: #FFF;
}
#banner #ianaBanner {
	float: left;
	width: 915px;
	height: 150px;
}
#banner #ianaBanner object {
	display: block;
}
/******* Home Content *******/
#home #content {
	border-top: 1px solid #172967;
	background: #FFFFFF url(../images/content915.gif) repeat-y 0 0;
	width: 915px;
	position: relative;
}
/* Google Search Box Styles */
#home #header input {
	font-size: 95%;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
#home #header #search-go {
	float: right;
	padding-top: 2px;
	margin-top: 2px;
}
/* Print & Email Icon Styles */
.print_only {
	display: none;
}

/* Styles for Various Newsbar Permutations */
#newsbar, #newsbar2, #newsbar45 {
	background: #172967;
	clear: both;
	float: left;
	padding-top: 1px;
	overflow: hidden;
	width: 915px;
}
#newsbar, #newsbar2 {
	height: 30px;
	background: #172967;
	clear: both;
}
#newsbar45 {
	height: 45px;
	margin-bottom:2px;
	background: #7D0A0F;
}

#newsbar div,
#newsbar2 div {
	color: #FFFFFF;
	width: 30%;
	margin-left: 2em;
	float: left;
	z-index: 50;
}

#newsbar div h2,
#newsbar2 div h2 {
	color: #FFFFFF;
	margin-top: 5px;
	font-size: 1.2em;
}


/* Home Page Content Square Styles */
#home #content #middlerow {
	height: auto;
	width: 100%;
}
#home #content #middlerow h2 {
	color: #172967;
	font-size: 1.5em;
	text-shadow: 1px 1px #CCC;
	margin-bottom: .5em;
}
#home #content #middlerow #midleft,
#home #content #middlerow #midctr,
#home #content #middlerow #midright {
	width: 30%;
	color: #172967;
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
#middlerow #midctr {
	color: #172967;
	padding: 0.5em 1em 1.5em;
	height: auto;
}
#midleft, #midctr {
	float:left
}
#midright {
	float:right;
}
#bottomrow {
	min-height:250px;
	height: auto;
	width: 100%;
}
#home #content #bottomrow #btmleft {
	width: 32%;
	float: left;
	padding-bottom: 1.5em;
	padding-top: .5em;
	padding-left: 1em;
}
#home #content #bottomrow #btmctr {
	width: 30%;
	float: left;
	padding: 2em 1.5em 1em 1em;
}
#home #content #bottomrow #btmright {
	width: 32%;
	float: left;
	margin-left: 1em;
}
#btmleft a {
	text-decoration: none;
	text-align: center;
}

#sponsorFlash {
	width: 295px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	float: right;
}
#middlerow #midleft li {
	margin-bottom: .25em;
}
#home #content #middlerow #midright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#home #videobox {
	width: 275px;
	height: 25px;
	margin: 1em auto;
}
#home #content #bottomrow #btmleft h1 { /* Sets size of H1 Join IANA link */
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Misc Utility Class Styles */
.bold {
	font-weight:bold;
}
.margin1 {
	margin-left:0.5em;
	margin-right: .5em;
}
.margin2 {
	margin-left:2em;
}
.red {
	color: #D00;
}
.floatright {
	float: right;
}
.italics {
	font-style: italic;
}
.p1_img {
	padding: 1em;
}
.arial {
	font-family:Arial, Helvetica, sans-serif
}
.clearboth {
	clear: both;
}
.center {
	text-align:center;
}
.none {
	text-decoration:none;
}
hr {
	height:0px;
	border:0px;
	border-top:1px solid #ccc;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

