/* Fong Brothers Basic CSS Styles */

html, body {
    height: 100%;
    }

body {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    background: #cfcfcf url(/images/background.jpg) top left repeat-x;
    color: #a09f9f;
    font-size: 11px;
    margin: 0;
    padding: 0;
    }

#farouter {
    background: transparent url(/images/white_bg.gif) repeat-y top center;
	position: relative;
    min-height: 100%; !important;
   }

* html #farouter {} /* for IE */


/* MISC */

#body {
	padding-left: 15px;
    }

#breadcrumbs {
    }

    #breadcrumbs p {
        padding: 5px 0;
        }
		
	#breadcrumbs a {
		text-decoration: underline;
		}


a {
    color: #a09f9f;
    text-decoration: none;
    }
    
    a:hover {
        color: #aaa;
        }


/*	HEADER		*/

#outer {
	width: 930px;
	margin: 0px auto;
	padding-bottom: 50px;
	}

#container {
    width: 930px;
    background: #fff;
    margin: 0px auto;
    }

#inner {
    padding: 0px;
    }

#header {
	padding-left: 15px;
	background: url(../images/tagline.jpg) 20px 50px no-repeat;
    }

#header-right {
    float: right;
    }

#title {
	margin: 0 0 15px 0;
	}

	#title a {
		display: block;
		width: 217px;
		height: 85px;
		background: url(../images/logo.jpg) no-repeat 0px 20px;
		}
	
	#title span {
		visibility: hidden;
		}

#personal {
	padding-top: 48px;
	font-size: 11px;
    }
    
    #personal ul li {
        display: inline;
        list-style-type: none;
        padding-right: 10px;
        }
        
    #welcome {
        font-weight: bold;
		padding-left: 10px;
		border-left: 1px solid #a09f9f;
        }

#search {
    text-align: right;
    margin: -4px 15px 0 0;
	float: right;
    }
    
    #s {
        border: 0;
		background: #ededed;
        color: #a09f9f;
        font-size: 12px;
        padding: 1px 2px 3px 3px;
        width: 130px;
        }
    
    #submit {
        border: 0;
        color: #fff;
        background: #B8B8B8 url(/images/search_bg.jpg) top left no-repeat;
		font-size: 10px;
		padding: 2px;
		letter-spacing: -.25px;
		width: 49px;
        }
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        /* Safari/Chrome hacks */
        #submit { padding: 4px 2px 3px 2px; }
        }

	#advanced {
		font-size: 10px;
		font-weight: normal;
		margin-right: 2px;
		}

/*		Footer		*/

hr {
	height: 0;
	visibility: hidden;
	color: #fff;
	border: 0;
	clear: both;
	}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	}

#footer div {
	text-align: center;
	background-color: #ffffff;
	width: 928px;
	margin: 0px auto;
	}

#footer ul {
	}

#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #a09f9f;
	}
	
	#footer li.last {
		border: 0;
		}
		
#footer p {
	padding-bottom: 15px;
	margin: 0;
	}