@charset "utf-8";
/* CSS Document */

body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#333333;
		background-image: url(images/sobd_bg.gif);
		background-repeat: repeat-x;
		text-align:center;
		font-family:Helvetica, Arial, sans-serif;
}

#container {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		text-align:center;
		background-color:#FFFFFF;
		}
		
#logo_head {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		height: 100px;
		background-image:url(images/sobd_logo_head.gif);
		text-align:center;
		}
		
#page_head {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		height: 225px;
		text-align:center;
		}
		
#page_content {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		text-align:left;
		background-color:#FFFFFF;
		}
		
#page_footer {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		height: 30px;
		text-align:left;
		background-image:url(images/sobd_foot.gif);
		}


/* ::::::::::::::::::::::: HOME PAGE ELEMENTS ::::::::::::::::::::::: */

#index_head {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		height: 85px;
		text-align:left;
		}
		
#leftcol {
		margin: 0px auto;
		padding: 0px;
		float:left;
		border:0;
		width: 250px;
		text-align:left;
		}
		
#rightcol {
		margin: 0px auto;
		padding: 0px;
		float:right;
		border:0;
		width: 650px;
		text-align:left;
		}

/* ::::::::::::::::::::::: NAV BAR CODING ::::::::::::::::::::::: */

    #nav-example {
    background:url(images/sobd_nav.gif) no-repeat;
    width:900px;
    height:30px;
    margin:0;
    padding:0;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:30px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {width: 79px;}
    #nav-example-02 {width: 120px;}
    #nav-example-03 {width: 91px;}
    #nav-example-04 {width: 88px;}
	#nav-example-05 {width: 129px;}
	#nav-example-06 {width: 88px;}
    #nav-example-07 {width: 122px;}
    #nav-example-08 {width: 66px;}
    #nav-example-09 {width: 117px;}

    #nav-example-01 a:hover {background:url(images/sobd_nav.gif) 0px -30px no-repeat; }
    #nav-example-02 a:hover {background:url(images/sobd_nav.gif) -79px -30px no-repeat; }
    #nav-example-03 a:hover {background:url(images/sobd_nav.gif) -199px -30px no-repeat; }
    #nav-example-04 a:hover {background:url(images/sobd_nav.gif) -290px -30px no-repeat; }
	#nav-example-05 a:hover {background:url(images/sobd_nav.gif) -378px -30px no-repeat; }
	#nav-example-06 a:hover {background:url(images/sobd_nav.gif) -507px -30px no-repeat; }
    #nav-example-07 a:hover {background:url(images/sobd_nav.gif) -595px -30px no-repeat; }
    #nav-example-08 a:hover {background:url(images/sobd_nav.gif) -717px -30px no-repeat; }
    #nav-example-09 a:hover {background:url(images/sobd_nav.gif) -783px -30px no-repeat; }
	
	/* ::::::::::::::::::::::: TEXT STYLING ::::::::::::::::::::::: */
	
h1 {
	font-size: 20px;
	color: #f68100;
	font-weight: bold;
	padding-left:25px;
	padding-right:25px;
}

h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-left:25px;
	padding-right:25px;
}

h3 {
	font-size: 14px;
	color: #f68100;
	font-weight: bold;
	padding-left:25px;
	padding-right:25px;
}

p {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding-left:25px;
	padding-right:25px;
}

ul {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-left:25px;
	padding-right:25px;
}

a {
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color: #333333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #f68100;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
