

/* header */
#header-home,#header-sub{
        background: #006699;
}

/* left column nav head color and border */
#nav-header{
        background: #006699;
        border-bottom: 1px solid #dbe2ec;
}

/* left column nav footer color and border */
#nav-footer{
        background: #006699;
        border-top: 1px solid #dbe2ec;
}

/* =Resets
------------------------------------------------------*/

body 
{margin:0; padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var 
{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a {text-decoration:none; outline: none;}
a:hover {text-decoration: underline;color: red;}
img { vertical-align: top; }

/* =utility
------------------------------------------------------*/
.box {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
.center {text-align: center;}


/* =base
------------------------------------------------------*/
body {
	font-size: 100.01%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #111;
}


/* =Header
------------------------------------------------------*/
#sub-header {
	background: #1f1f1f;
	border-bottom: 3px solid #fff;
	color: #f2f2f2;
	font-size: 12px;
	padding: 6px 0px 3px;
	text-align: center;
	text-align: center;
	width: 100%;
}

#header-home{
/*
	background: #0066cc;
	border-top: 4px solid #005db9;
*/
	border-bottom: 5px solid #fff;
	height: 75px;
}
#header-sub{
	/*
background: #0066cc;
	border-top: 4px solid #005db9;
*/
	height: 75px;
}

#logo {margin:0; padding:0;float: left; width: 200px; height: 75px; background: #fff; }

/* =Sub Nav
------------------------------------------------------*/
#header-home img, #header-sub img{
	margin-top: 4px;
}
#header-home table, #header-sub table{
	float: right;
	background: #fff;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	height: 22px;
	margin-top: 53px;
}
#header-home table a, #header-sub table a {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 12px;
	margin: 0 5px;
}

