@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#f1f5f7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	height:100%; /*This is part of the vertical fix*/
}

a:link {
	color: #3366FF;
	text-decoration:none;
}

a:visited {
	color: #3366FF;
	text-decoration:none;
}

a:hover {
	color:#20419a;
	text-decoration:underline;
}

h1 span {
	display:none;
}

h2 span {
	display:none;
}

div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;          /* Bump #container down half the height of the screen. */
    margin-top: -328px;   /* Half the height of #container. */
    float: left;
}

div#container {
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	width: 799px;
	height: 656px;
	clear: both;
	/*
     *
     * Issue: IE4 doesn't allow a negative margin-top.
     *
     * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
     * The content will be centered but will crop if the window is not small enough to accommodate it.
     *
     */
     position: relative;
	top: -328px;
	/* IE4ever Hack: Hide from IE4 **/
     position: static;
	margin-right: auto;
	margin-left: auto;     /** end hack */           
}


      /*
      *
      * Issue: IE5mac interprets negative values as positive.
      *
      * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
      *
      */

      /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
		*/
		
#top_section {
	border:#CCCCCC solid 2px;
	width:795px;
	height:598px;
	background:url(../images/header-welcome.jpg) no-repeat top;
	background-color:#FFFFFF;
}

#header-top {
	height:30px;
}

#header-top h1 {
	margin:0;
}

#header-lower {
	width:795px;
	height:242px;
}

#main {
	height:326px;
	width: 795px;
}

#col1 {
	padding:20px 25px 10px 25px;
}

#col1 h1 {
	margin:0;
	font-size:13px;
	font-weight: lighter;
	padding-top:0;
	line-height:15px;
}

#col1 h1#blue {
	color:#20419a;
	font-size:12px;
	font-weight: bold;
	padding-top:4px;
	margin:0;
}

#col2 {
	padding:10px 30px 10px 30px	
}

#col2 h1 {
	font-size:14px;
	color:#00aeef;
}

#col3 {
	padding:5px 30px 10px 30px;
}

#col3 ul {
	list-style:none;
	padding:0;
}

#col3 li {
	padding:5px 0 0 0;
	color: #666666;
}

#navcontainer {
	padding-left:230px;
	padding-top:7px;
 }

ul#navlist {
        margin: 0;
        padding: 0 0 0 0;
        list-style-type: none;
}

ul#navlist li {
        float: left;
        font-size: 9px;
        margin: 0;
        padding: 6px 0 7px 0;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 6px 0px 7px 10px;
		color:#00aeef;
        text-decoration: none;
}

#navlist a:link span {
	color:#20419a;
}

#navlist a:visited span {
	color:#20419a;
}

#navlist a:hover span {
	color:#20419a;
}

#navlist a:hover {
        color: #20419a;
}

ul#navlist li#one {
        color: #20419a;
		padding: 6px 0px 7px 20px;
}

ul#navlist li#two {
        color: #20419a;
		padding: 6px 0px 7px 15px;
}

ul#navlist li#three {
        color: #20419a;
		padding: 6px 0px 7px 14px;
}

ul#navlist li#four {
        color: #20419a;
		padding: 6px 0px 7px 14px;
}

ul#navlist li#five {
        color: #20419a;
		padding: 6px 0px 7px 14px;
}


ul#navlist li#six {
        color: #20419a;
		padding: 6px 0px 7px 12px;
}


ul#navlist li#seven {
        color: #20419a;
		padding: 6px 0px 7px 8px;
}

#footer {
	width:799px;
	margin-top:20px;
	font-size:9px;
}

#footer a:link {
	color:#999999;
	text-decoration:none;
}

#footer a:visited {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration: underline;
}

#form_wrap {
	text-align:left;
	margin:20px 0 0 0;
}