/* Main Properties  *************************/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #000000;
}
body
{
	text-align: center;
	background-color: #848484;
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	color: #000000;
}
h1
{
	margin-top: 1em;
	font-size: 16pt;
	font-weight: bold;
}
h2
{
	margin-top: 1em;
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
}
h3
{
	margin: 0.5em 0;
	font-size: 12pt;
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
h5
{
	margin: 0.5em 0;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
h6
{
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
p
{
	margin: 1em 0;
}

p .teaser 
{
	color: Gray;
}

a
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

/* Layout Properties  *************************/

#mainwrapper
{
	width: 772px;
	padding-bottom: 3px;
	border: 0px solid #c5baad;
	background-color: #4e0a0b;
	background-image: url(Images/bg.jpg);	
}
#topwrapper
{
	margin: 0 auto;
	border: 0px solid #c5baad;
	text-align: left;
	background-color: #4e0a0b;
}
#header
{
	height: 132px;
	background-color: #4e0a0b;
	background-image: url(Images/gni_banner.jpg);	
}
#navigation
{
	margin-top: 0px;
	height: 30px;
	background-color: #4e0a0b;
	background-image: url(Images/menu_bg.jpg);	
}
#breadcrumbs
{
	text-align: right;
	color: #ffbf00;
	font-size: 8pt;
	font-weight: bold;
	padding-right: 20px;
	margin-top: -45px;
}
#breadcrumbs a
{
	color: #ffffff;
	text-decoration: underline;
}
#breadcrumbs a:hover
{
	text-decoration: none;
}
#loginbanner h2
{
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 5px;
    color: #ffffff;
    padding-left: 35px;
}
#loginbanner
{
    margin-right: auto;
    margin-left: auto;
    background: url(Images/menu_bg.jpg);
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 35px 1px 1px;
}
.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}
#status
{
	text-align: right;
	color: #ffbf00;
	font-size: 8pt;
	font-weight: bold;
	padding-right: 20px;
	margin-top: -15px;
}
#bottomwrapper
{
	margin: 0 auto;
	/** border: 1px solid #c5baad; **/
	text-align: left;
	background-color: #4e0a0b;
	background-image: url(Images/bg.jpg);
}
#leftcolumn
{
	margin-left: auto;
	float: left;
	width: 120px; /** width of control **/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#centercolumn
{
	float: left;
	width: 602px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#centerColumnInternal
{
	float: left;
	width: 700px;
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.centercontainer
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: #ffffff;
}
#rightcolumn
{
	float: left;
	width: 150px;
	padding-top: 10px;

}
.sidebarcontainerleft
{
	border: 1px solid #502001;
	background-color: #da9c4f;
	background-image: url(Images/main_bg5.png);
	padding-left: 10px;	
}
.sidebarcontainerright
{
	border: 1px solid #502001;
	background-color: #da9c4f;
	background-image: url(Images/main_bg4.png);	
}
#footer
{
	clear: both;
	text-align: center;
	margin: 10px 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 8pt;
}
#footer a
{
	margin: 1px 5px;
	color: #2665dd;
}
.imgfloatright
{
	float: right;
	display: inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft
{
	float: left;
	display: inline;
	margin: 0.25em 1em 0.25em 0;
}
.txtBox
{
	border: 1px solid #666666;
}
#copy fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
#copy legend
{
	color: #666666;
	background-color: #FFFFFF;
}
.button
{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #2665dd;
	background-image: url(Images/main_bg2.png);
	font-size: 8pt;
}
#copy .container .button
{
	border-color: #2665dd;
}
div .readmore
{
	text-align: right;
	font-size: 8pt;
}
#subnav
{
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
}
#subnav .item
{
	padding: 0px 7px;
	border: 1px solid #502001;
	background-color: #da9c4f;
	background-image: url(Images/main_bg3.png);
	color: #000000;
	font-weight: bold;
	width: 100px;
}
#subnav .selected
{
	background-color: #ba741d;
	font-weight: bold;
	color: #FFFFFF;
}
#subnav .hover
{
	color: #000000;
	font-weight: bold;
	background-color: #da9c4f;
	background-image: url(Images/main_bg4.png);
}
#bottommenu
{
	color: #ffffff;
}
img
{
	text-align: center;
}