
/* CSS Document */

a img { border:0; }

a:link,a:visited { color:#e1031b; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline;}

p { font-size:12px; line-height:16px; }

h1 { font-size:36px; font-weight:normal; margin-bottom:12px;}
h2 { font-size:24px; font-weight:normal; margin-bottom:12px;}
h3 { font-size:18px; font-weight:normal; margin-bottom:10px;}
h4 { font-size:14px; font-weight:normal; margin-bottom:10px;}
h5 { font-size:12px; font-weight:normal; margin:0px;}
h6 { font-size:11px; font-weight:normal; margin:0px;}

.title {font-weight:bold;}

br.clear,div.clear { clear:both; }

html {
	height:100%;
	margin:0;padding:0;
}

body {
	background-image:url('../images/bg2.jpg');
    background-repeat: repeat-x;
    background-color: #fea406;/*#003f8e;*/
	margin:0;padding:0;
	height:100%;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

div#outer_wrapper {
	background:#fff;
	margin:0;padding:0;
	width:955px;
	/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
	height:100%;
    margin-left:10px;
    margin-top:10px;
}

div#wrapper {
	margin:0;padding:0;
    width:955px;
    background: #fff;
    height:auto;
    display:block;
    position:relative;
	}

div#header {
	height:132px;
	margin:0;padding:0;
	width:955px;
	/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
	background:url(../images/head-bg.gif) no-repeat;
    background-position:top left;
    display:block;
    position:relative;

}

div#header img#main-logo{
	float:left;
	}

	div#nav {
		width:955px;
		margin:0;padding:0;
        clear:both;
		float:left;
        background:#fff;
        background-image:url("../images/nav-bg.gif");
        background-repeat:repeat-x;
        display:block;
        height:66px;
		}
		
		div#nav ul {
			list-style-type:none;
			margin:0;padding:0;
			width:955px;
            margin-left:18px;
            display:block;
			}
			
			div#nav ul li {
					float:left;
					clear:none;
                    display:block;
                    position:relative;
					margin:0;padding:0;
				}
            
            div#nav ul li img {
                
                z-index:5;
                }
            
    img.nav-rollover {
    position:absolute;
                left:0px;
                top:0px;
        z-index:10;
        }

div#search-box {
    position:absolute;
    top:70px;
    left:690px;
    }

#container {
	float:left;
	width:100%;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-left:-200px;   
}

#left {
	float:left;
	width:160px;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:block;
	/*margin-left:180px;
	padding-left:40px;*/
    clear:none;
    position:absolute;
    left:20px;
    margin-top:20px;

}

	#left img.section-icon {
		margin-left:0px;
		}

/*	#left p {
		margin-left:20px;
		}
	
	#left h4 {
		margin-left:20px;
		}*/

#main {
	/* the width from #left (150px) + the negative margin from #container (200px) */
	margin-left:400px;
	padding-right:35px;
    margin-top:10px;
position:relative;
display:block;

}

/* good to know: if #sidebar is to be shorter than #main, then there is no need for this rule */
#sidebar {
	/* this is to keep the content of #sidebar to the right of #main even if the content of #main is shorter */
	float:right;
    /*padding-left:100%;*/
	/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
	/*margin-left:-190px;*/
	display:block;
    position:relative;
	width:190px;
}

#sidebar p {
	/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
	position:relative;
}

#footer {
	/* see #outer_wrapper  */
    
	width:955px;
	/* this is to clear #container */
	clear:both;
	text-align:center;
    background: url(../images/footerbg.gif) no-repeat top left #fff;
    height:58px;
    padding:0px;
    margin:0px;
}

#footer p {
    width:900px;
    text-align:center;
    margin:0;
    }

/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both;}


.button {
	background:#e1031b;
	color:#fff;
	border:0px;
	margin-right:15px;
	padding:2px 5px 2px 5px;
	cursor:pointer;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
	}


blockquote {
	display:block;
	background: url(../images/blockquote-mark.gif) 5px 5px no-repeat #fcfcfc;
	padding:5px 15px 15px 40px;
	color:#000;
	font-size:12px;
	margin:0;
}

img.profile-pic {
	float:left;
	margin-right:10px;
	}


ul.thumbnail-list {
	margin:0;
	padding:0;
}
	ul.thumbnail-list li {
		list-style-type:none;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
		}
		
input.search {
	background:url(../images/search-box-bg.gif) no-repeat top left #fff;
	padding-left:20px;
    border:1px solid #e1031b;
	}

div#user-messages ul {
    margin:10px 0 0 0;padding:5px;
    border:1px solid #e1031b;
    background-color:#fff;
    }
    
div#user-messages ul li {
    list-style-type:none;
    font-size:12px;
    }

.visible {
    display:block;
    }

div#user-box {
    display:block;
    position:absolute;
    right:5px;
    top:5px;    
}
    div#user-box img {
        margin:0;
        padding:0;
        }
    div#user-box form {
        margin:0;
        padding:0;
        }
        
    div#user-box label {
        font-size:12px;
        }

input.login-button {
    width:74px;
    height:23px;
    border:0;
}

/* list icons */

li.edit-icon {
    background:url(../images/edit-icon.gif) no-repeat left top;
    padding:5px 10px 5px 30px;
    }

li.reminder-icon {
    background:url(../images/reminder-icon.gif) no-repeat left top;
    padding:5px 10px 5px 30px;
    }
    
li.complete-icon {
    background:url(../images/complete-icon.gif) no-repeat left top;
    padding:5px 10px 5px 30px;
    }

li.uncomplete-icon {
    background:url(../images/uncomplete-icon.gif) no-repeat left top;
    padding:5px 10px 5px 30px;
    }
    
li.add-icon {
    background:url(../images/add-icon.gif) no-repeat left top;
    padding:5px 10px 5px 30px;
    }

li.alert-icon {
    background:url(../images/alert-icon.gif) no-repeat left top;
    padding:5px 10px 5px 30px;
    }
    
div.confirm-box {
    display:none;
    position:absolute;
    background:#fff;
    padding:5px;
    border:1px solid #ff0066;
}

    
/* option list */
ul.option-list {
    display:block;
    list-style-type:none;
    width:200px;
    font-size:13px;
    font-weight:normal;
    }
    
    ul.option-list li {
        display:block;
        padding:5px 10px 5px 30px;
        margin-bottom:1px;
        }
               
        
        ul.option-list li a:link, ul.option-list li a:visited{
            color:#333;
            text-decoration:none;
        }
        
        ul.option-list li a:hover {
            color:#e91820;
            text-decoration:none;
            }

/* updates */
ul.update-list {
    display:block;
    position:relative;
    margin:0;padding:0;
    }
    
    ul.update-list li {
        display:block;
        position:relative;
        list-style-type:none;
        clear:both;
        margin-bottom:10px;
        padding:5px;
        border-top:1px solid #333;
        border-bottom:1px solid #333;
        background:#eee;
        }
        
        ul.update-list img {
            float:left;
            position:relative;
            display:block;
            margin-right:10px;
            }
        
        ul.update-list p {
            font-weight:bold;
            }

.hidden {
    display:none;
    }
