body {
    text-align:center;
    margin:0px;
    padding:0px;
    background:#f3f3f4 url(assets/images/bg.gif) repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:80%;
    color:#333333;
    behavior:url("csshover.htc");
}

#parent-wrapper {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:760px;
	text-align:left;
}
.modalPopup1 {
	background-color:#f0ffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:340px;
}
.modalPopup {
	background-color:#f0ffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:320px;
}

#wrapper {
	float:left;
	width:760px;
	background:#ffffff;
	border:solid 1px #d8d8d9;
	border-top:none;
	text-align:left;
}

#header {
	float:left;
	width:100%;
	height:114px;
	background:url(assets/images/header-bg-loggedin.gif) repeat-x;
}

#login {
    float:left;
    width:750px;
    height:21px;
    text-align:right;
    padding:10px 10px 0 0;
    color:#dbddf2;
}

#login a:link, #login a:visited {
    color:#dbddf2;
    text-decoration:none;
}

#login a:hover, #login a:active {
    color:#ffffff;
    text-decoration:none;
}

#logo {
    float:left;
    width:268px;
    height:83px;
    background:url(assets/images/logo-loggedin.gif) no-repeat right;
    padding-left:20px;
    cursor:pointer;
}

#nav-main {
    float:right;
    padding-top:25px;
}

#nav-main a:link, #nav-main a:visited, #nav-main a:hover, #nav-main a:active {
    text-decoration:none;
}

.nav-button {
    float:left;
    height:21px;
    background:#3840A7;
    padding:3px 9px 0 9px;
    color:white;
    margin-left:2px;
    cursor:pointer;
}

#nav-home {
    background:url(assets/images/nav-home.gif) #3840A7 no-repeat;
}

.nav-button:hover {
    background:#9bc746;
}

#nav-home:hover {
    background:url(assets/images/nav-home-hover.gif) #9bc746 no-repeat;
}

#nav-account {
    float:right;
    padding:4px 9px 0 0;
    font-size:0.9em;
}

#nav-account ul {
    padding:4px 0 0 0;
    margin:0px;
    list-style:none;
}

#nav-account li {
    float:left;
    padding-left:4px;
}

#nav-account a:link, #nav-account a:visited {
    color:#333333;
    text-decoration:none;
}

#nav-account a:hover, #nav-account a:active {
    color:#990000;
    text-decoration:none;
}

#content {
    float:left;
    width:740px;
    padding:0 10px 10px 10px;
}

#footer {
    position:relative;
	margin:0px auto;
	padding:0px;
	width:760px;
}

#footer #footer-text {
    float:left;
    width:100%;
    text-align:center;
    padding:5px 0px;
    font-size:0.8em;
}

#copyright {
    float:right;
}

#nav-footer-main {
    float:left;
    padding:0px 9px 0 0;
    font-size:0.9em;
}

#nav-footer-main ul {
    padding:0px;
    margin:0px;
    list-style:none;
}

#nav-footer-main li {
    display:inline;
    padding-left:1px;
}

#nav-footer-main a:link, #nav-footer-main a:visited {
    color:#333333;
    text-decoration:none;
}

#nav-footer-main a:hover, #nav-footer-main a:active {
    color:#990000;
    text-decoration:none;
}

