/*
Style Sheet for Comhaltas San Francisco Branch website
*/

/*Begin General Site Styles*/

body { 	height:100%; 	
	width:800px; 
	margin:5px left; }

#content {
	width:800px; 
	margin: 0px auto; 
	padding: 5px; 
	border:3px double #999966;
	background:#003333; 
}

#left_nav {
	position:absolute;
	right:650px
	top:0px;
	background:#003333; 
}

#main_right { position:relative;
	width:640px;
	margin-left:150px;
	padding: 5px;
	}

#header {
	margin:0px;
	text-align:center; 
	padding:10px; 
}

#footer {
	margin:0px;
	text-align:center; 
	padding:10px;
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif; 
	padding:10px;
	color:#999966;
}

#section { margin:0px;
	padding: 5px; 
	background:#FFFFCC;}

#nav { margin:0px;}

#right_image_header {
position:absolute;
left: 500px;
top:0px;
}

#left_image_header {
position:absolute;
right: 400px;
top:0px;
}

#center_text {
position:relative;
width:500px;
margin-left:0px;
padding: 5px;
}


.navbar {
	background-color:#FFFACD;
	padding:5px; 
	text-align:center; 
	margin-top:0px;
}



.headbar {
	padding:20px; 
	text-align:center; 
	margin-bottom:0px; 
	margin: 0px auto; 
	color:#999966;
	font-size:21px;
}

mark {
    background-color: yellow;
    color: black;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    height:1px;
    border-color:#999966;
    background-color:#666633;
}

.warning { color:#FF0000; }
.ital { font-style:italic; }
.center { text-align:center; }
.border { border:1px solid black; border-collapse:collapse; }
.box {
	background-color:#FFFACD; 
	margin-top:20px; 
	margin-right:20px; 
	padding:20px; 
	border: 3px solid;
	border-color:#666633;
	text-align:center;
	margin-left:50px; 
	margin-right:50px;
}
.sideimage {
	border:5px solid;
	border-color:#666633;
	background-color:#666633;
        margin:0px;
	text-align:center;
}


h1, h2, h3, h4, p, ul, ol, td, blockquote, th { font-family:Arial, Helvetica, sans-serif; text-align:left; color:#660000; }
h1 { font-size:21px; font-weight:bold; text-align:center; margin-top:0px;}
h2 { font-size:19px; font-weight:bold;}
h3 { font-size:17px; font-weight:bold;}
h4 { font-size:15px; font-weight:bold;}

p, ul, ol, blockquote, td, th { font-size:13px;}
b { font-weight:bold; }

.horiz {
	display:inline; 
	padding:15px;
	font-size:19px; 
	margin-top:0px; 
	text-align:center; }


.left {
    	padding: 0px;
    	margin-left: 15px;
	}

a:link { color:#0000ee; text-decoration:underline; } 
a:visited { color:#660066; text-decoration:underline; } 
a:active { color:#660000; text-decoration:underline; }
a:hover { color:#336633; }

.new  {

font-family: Arial;
font-size: 15px;
color: black;
background-color: yellow;
margin-top: 5px; 
margin-bottom:5px;
margin-right: 50px; 
}

.row {
    padding: 5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 50%;
}



/* End General Site Styles */



