﻿html,body
{
	margin:0;
	padding:0;
	width:100%;
}

#t99, #i992
{
    display:none;
}
body
{
	font-family:tahoma,verdana,geneva,helvetica,tahoma,sans-serif;
	font-size:13px;
	height:100%;
	margin:10px auto;
	padding:0;
	*font-size:small;
	*font:x-small;
	/* text-align:center;
	*/
    background:#FFF !important;
	color:#000 !important;
}
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;
    color:#FFF;
}
a:hover
{
	text-decoration:underline;
	background:#0088cb;
}
#body hr
{
	background:#80bfff;
	border-color:#80bfff;
}

h1,h2,h3,h4,h5,h6
{
    font-size:122%;
    /*margin:5px auto 2px 10px;*/
    margin-bottom:2px;
    /*text-transform:capitalize;*/
    padding-bottom:20px;
    

}
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:340px;
}
#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:0 auto;
	height:38px;
	padding-bottom:0px;
}

#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;
}
#head_title
{
	padding-left:15px;
}
#head_title a, #main_photo
{
    cursor:default;
}
/*
============================================================================
	SIMPLE FLOATS
============================================================================
*/
.floatl
{
	float:left;
}
img.floatl, img.floatr
{
    padding:5px 0px 5px 10px;
}
.floatr
{
	float:right;
}

.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;
    background:#0088cb !important;
}
#nav
{
    margin-left:12px;
}
#nav li
{
	float:left;
	margin:0;
	padding:0;
}
#nav li a
{
	display:block;
	
}
#nav0, #nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7
{
	height:33px;
	border:0;
    background: url("../images/buttons.gif") 0 0 no-repeat;
    border-left:1px solid #2fa1d5;
    border-right:1px solid #006f9f;
}
#nav0
{
	width:74px;
	background-position: 0 0;
    border-left:0;
    margin-left:40px;
}
#nav1
{
	width:81px;
	background-position: -74px 0;
    
}
#nav2
{
	width:106px;
	background-position: -154px 0px;
}
#nav3
{
	width:71px;
	background-position: -259px 0px;
}
#nav4
{
	width:110px;
	background-position: -330px 0px;
}
#nav5
{
	width:69px;
	background-position: -439px 0px;
}
#nav6
{
	width:75px;
	background-position: -507px 0px;
}
#nav7
{
    width:106px;
	background-position: -154px 0px;
    border-right:0;
}
#nav0:hover  { background-position: 0 -34px !important; }
#nav1:hover  { background-position: -74px -34px !important; }
#nav2:hover  { background-position: -154px -34px !important; }
#nav3:hover  { background-position: -259px -34px !important; }
#nav4:hover  { background-position: -330px -34px !important; }
#nav5:hover  { background-position: -439px -34px !important; }
#nav6:hover  { background-position: -507px -34px !important; }
#nav7:hover  { background-position: -154px -34px !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 #FFF;
	background-color:#0088cb;
}
.menu a, .itemlist a
{
	display:block;
	padding:5px 4px;
	border-top:1px solid;
	border-bottom:1px solid;
	text-decoration:none;
	font-size:12px;
    border-top-color:#33a0d5;
	border-bottom-color:#006da2;
}
.menu a:hover, itemlist a:hover
{
	background-color:#80bfff;
	border-color:#80bfff;
	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:2px 0px 2px 14px;
    border-top:1px solid #9cf;
    border-bottom:1px solid #7dacdb;
    border-left:1px solid #80bfff;
    border-right:1px solid #80bfff;
    background:#80bfff url('../images/gradient-light.gif') 0 0 repeat-x;
}
#links li a:hover
{
    border:1px solid;
    background:#0088cb url('../images/gradient-dark.gif') 0 0 repeat-x;
}
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;
}

#outercontainer, .light, .popouth
{
	background:#80bfff url("../images/gradient-light.gif") 0% 0% repeat-x;
	color:#FFF;
}
#body, .dark
{
	background:#0088cb url("../images/gradient-dark.gif") 0% 0% repeat-x;
	color:#bddeff;
}
.superdark
{
    background:#016ca0;
}
.highlight, .highlight a
{
	background-color:#ffd200;
	color:#111;
}
#head_title
{
	background:#0088cb url("../images/header-gradient.gif") 0% 0% repeat-x;
}

/*
================================================================================
Extras
================================================================================
*/
.pad10
{
     padding:10px;
}

label
{
    font-weight:bold;
    cursor:pointer;
}

/*
================================================================================
Full Width Container - Mailer
================================================================================
*/
#fullwidthContainer {
	margin: auto;
    padding: 0;
    width: 700px;
	background: url("../images/faux-columns.gif") repeat-y;
}
#fullwidthContainerInner {
	background: url("../images/faux-columns-top.gif") no-repeat;
}
#fullwidthContainerInner2 {
	min-height: 100px;
	padding: 10px;
	background: url("../images/faux-columns-bottom.gif") 0 100% no-repeat;
}
#fullwidthContainer .section {
	overflow: hidden;
	margin: 0 0 30px;
}
#fullwidthContainer .sectionCol1 {
	float: left;
	width: 237px;
}
#fullwidthContainer .sectionCol2 {
	float: right;
	width: 419px;
}
#fullwidthContainer #body {
	background: 0;
	border: 0;
	float: none;
	width: auto;
}
