/* CSS Document */

a img { border:0; }

a:link,a:visited { color:#ffbb00; 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 { clear:both; }

html {
	height:100%;
	margin:0;padding:0;
}

body {
	background:#003f8e;/*#003f8e;*/
	margin:0;padding:0;
	height:100%;
	
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

div#outer_wrapper {
	background: url('../images/bg.jpg') no-repeat;
	margin:0;padding:0;
	min-width:750px;
	/* 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 */
	width:100%;
	height:100%;
}

div#wrapper {
	margin:0;padding:0;
	}

div#header {
	height:78px;
	margin:0;padding:0;
	width:100%;
	/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
	margin:0 -1px

}

div#header img#main-logo{
	float:left;
	}

	div#nav {
		width:460px;
		margin:0;padding:0;
		float:left;
		}
		
		div#nav ul {
			list-style-type:none;
			margin:0;padding:0;
			width:460px;
            margin-left:18px;
			}
			
			div#nav ul li {
					float:left;
					clear:none;
					margin:0;padding:0;
				}

div#search-box {
    position:absolute;
    top:30px;
    right:120px;
    }

#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:inline;
	/*margin-left:180px;
	padding-left:40px;*/
    clear:none;
    position:absolute;
    left:10px;
}

	#left img.section-icon {
		margin-left:-20px;
		}

/*	#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:20px;
    margin-top:20px;

}

/* 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;*/
	
	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:100%;
	/* this is to clear #container */
	clear:both;
	text-align:center;
}

/* 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:#ff6600;
	color:#fff;
	border:0px;
	margin-right:15px;
	padding:2px 5px 2px 5px;
	cursor:pointer;
	}


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 #fff;
	}

div#user-messages ul {
    margin:10px 0 0 0;padding:5px;
    border:1px solid #a54200;
    background-color:#ff6600;
    }
    
div#user-messages ul li {
    list-style-type:none;
    font-size:12px;
    }

.visible {
    display:block;
    }

div#user-box {
    display:block;
    float:right;
    margin-right:20px;
    margin-top:10px;
    
}
    div#user-box label {
        font-size:12px;
        }

input.login-button {
    width:74px;
    height:23px;
    border:0;
}

.hidden {
    display:none;
    }

.qa-question {
    font-weight:bold;
    padding-left:5px;
    }

.qa-answer {
    display:block;
    padding:5px;
    border:1px dotted #eee;
    }

.qa-author {
    display:block;
    padding:5px;
    color: #ffbb00;
    }

