html,body
{
	margin:0;
	padding:0;
	width:100%;
}


body
{
	font-family:tahoma,verdana,geneva,helvetica,tahoma,sans-serif;
	font-size:13px;
	height:100%;
	margin:0 auto;
	padding:0;
	*font-size:small;
	*font:x-small;
	/* text-align:center;
	*/
}
table
{
	font-size:inherit;
	font:100%;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

a
{
	font-family:arial,verdana,geneva,helvectica,tahoma,sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6
{
    font-size:122%;
    /*margin:5px auto 2px 10px;*/
    margin-bottom:2px;
    text-transform:capitalize;
}
img
{
	background:url("images/indicator_arrows2.gif") 50% 50% no-repeat !important;
	border:0 !important;
	padding:0;
	margin:0;
	display:block;
	clear:none;
}

#body hr
{
	height:2px;
	border:1px solid;
}
/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {line-height:1.1em;}
/*
============================================================================
	LAYOUT CONTAINERS
============================================================================
*/
#outercontainer_pop
{
    width:310px;
    padding:10px;
}
#outercontainer
{
	margin:auto;
	width:700px;
	padding:0;
}
#body
{
	float:right;
	text-align:left;
	width:440px;
	border-left:2px solid #fff;
}
#body p, #body table
{
	margin:0 10px 10px 10px
}
#body h1, #body h2, #body h3, #body h4
{
	margin:0 0 2px 10px
}
#body img.fullwidth
{
	margin:0 -10px 0 -10px;
}
#header, #footer, #masthead
{
	background:#FFF;
	margin:2px auto;
	text-align:left;
	width:700px;
}
#masthead
{
	display:block;
	margin:10px auto 0px auto;
	height:38px;
}

#header,#footer
{
	margin-top:0;
	padding:0;
}
#masthead a
{
	height:38px;
	display:block;
	background:#777 url('images/masthead.gif') 0 0 no-repeat;
	border:none !important;
}
#footer
{
	display:block;
	background:#777 url('images/footer.gif') 0 0 no-repeat;
	height:49px;
	cursor:default;
    clear:none;
    line-height:49px;
    margin-bottom:10px;
}
#head_title
{
	padding-left:25px;
}
#head_title a, #main_photo
{
    cursor:default;
}
.spop
{
    margin:0;
}
/*
============================================================================
	SIMPLE FLOATS
============================================================================
*/
.floatl
{
	float:left;
}
.floatr
{
	float:right;
}
img.floatl, img.floatr
{
    padding:5px 0px 5px 10px;
}
.center, .center *
{
	margin:auto !important;
	text-align:center !important;
}
/*
============================================================================
	CLEARFIX HACK (http://positioniseverything.net/easyclearing.html)
============================================================================
*/
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clear
{
	height: 1%;
}
.clear
{
	display: block;
}
/* End hide from IE-mac */
/*
============================================================================
	GENERAL ELEMENTS
============================================================================
*/
noscript
{
	background:#777;
	color:#FFF;
	border:2px solid #FFF;
	padding:0px 5px;
	display:block;
}
.notshown, #masthead a i, #masthead_popup, #footer b, #nav li a b
{
	display:none;
}
div.whiteout
{
	background:#FFF;
	height:4px;
	overflow:hidden;
}
blockquote
{
	font-size:110%;
	text-align:center;
	font-style:italic;
	color:#FFF;
}
blockquote b
{
	font-size:85%;
	display:block;
	text-align:right;
}
/*
============================================================================
PRIMARY NAVIGATION
============================================================================
*/

#navtabs,#nav
{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li
{
	float:left;
	margin:0;
	padding:0;
}
#nav li a
{
	display:block;
	
}
#nav0, #nav1, #nav2, #nav3, #nav4, #nav5
{
	height:26px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	border:0;
}
#nav0
{
	margin-left:40px;
    width:80px;
	background-position: 0px 0px;
}
#nav1
{
	width:121px;
	background-position: -80px 0px;
}
#nav2
{
	width:121px;
	background-position: -201px 0px;
}
#nav3
{
	width:121px;
	background-position: -322px 0px;
}
#nav4
{
	width:135px;
	background-position: -443px 0px;
}

#nav1.active, #nav1:hover  { background-position: -80px -25px !important; }
#nav2.active, #nav2:hover  { background-position: -201px -25px !important; }
#nav3.active, #nav3:hover  { background-position: -322px -25px !important; }
#nav4.active, #nav4:hover  { background-position: -443px -25px !important; }

/*
============================================================================
YP
============================================================================
*/
#nav ul, .popin
{
	/* this makes ULs a container with their own coordinate system.
	absolutely-positioned elements will be offset relative to them */
	position:relative;
	padding:0;
	margin:0;
	z-index:100;
}
#nav li ul 
{
    display:none;
}
.menu .border
{
	display:block;
	/*
	margin-right:1px;
	margin-bottom:1px;
	*/
	border:1px solid;
	border-top:none;
}
.menu a, .itemlist a
{
	display:block;
	padding:5px 4px;
	border-top:1px solid;
	border-bottom:1px solid;
	text-decoration:none;
	font-size:12px;
}
.menu a:hover
{
	text-decoration:underline;
}
.first
{
	border-top:0;
}
.last
{
    border-bottom:0;
}
.itemlist, .itemlist li
{
    list-style:none;
    padding:0 0 10px 0;
    margin:0;
}
.itemlist a
{
    font-size:150% !important;
    margin:0;
    padding:0;
    display:block;
}

/*
============================================================================
SECONDARY NAVIGATION
============================================================================
*/
#navigation
{
	width:256px;
	float:left;
}
#links, #links ul,  #domnews, #address
{
	list-style:none;
	margin:15px auto;
	padding:0;
	width:90%;
	border: none;
}
#links li
{
	margin:0;
	padding:0;
	border:none;
    _float:left;
    _clear:both;
    width:100%;
    display:block;
}
#links li a
{
    display:block;
    _width:95%;
    padding:4px 0px 4px 14px;
    border-top:1px solid;
    border-bottom:1px solid;
    border-left:1px solid;
    border-right:1px solid;
    background:url('images/arrow.gif') 4px 50% no-repeat;
}
#links li a:hover
{
    border:1px solid;
}
acronym
{
	border:none;
}
/*
============================================================================
CURVACEOUS
============================================================================
*/
.curvea
{
	background: url("images/curve_3.gif") 0 100% no-repeat;
	width: 100%;
}
.curveb
{
	background: url("images/curve_4.gif") 100% 100% no-repeat
}
.curvec
{
	background: url("images/curve_1.gif") 0 0 no-repeat
}
.curved
{
	background: url("images/curve_2.gif") 100% 0 no-repeat;
	padding:10px;
}

/*
============================================================================
POPOUT BOXES
============================================================================
*/

#popout, .popout
{
	margin:10px;
	border:1px solid #FFF;
    width:400px;
    
}
.popouth
{
	padding:5px 0px;
	text-align:center;
	margin:0px;
	width:100%;
	border-bottom:1px solid #FFF;
}

/*
==============================================================================
home page navigation down the left
==============================================================================
*/

.homenav, .homenav2
{
     width:258px;
     height:85px;
     display:block;
    
}

.homenav a, .homenav2 a
{
     display:block;
     padding:10px;
}

.homenav img
{
     float:left;
     margin:3px;
     margin-right:10px;
}

.homenav2 img
{
     float:right;
     margin:3px;
     margin-left:10px;
}

.navlast
{
     border-bottom:0px dotted #ffffff;
     margin-bottom:10px
}


/*
================================================================================
Extras
================================================================================
*/
.pad10
{
     padding:10px;
}





