body {
	margin: 0px;
	background: #999999 url(../images/bkg.jpg) repeat-x left top;
	/*	background: #A8A487 url(../images/bkg.jpg) repeat-x left top;

*/	height: 1450px;
	width: auto;
}
.affiliates {
	padding:0px!important;
	margin:0px!important;
}
.affiliates li {
	float:left;
	height:130px;
	border: solid 1px #D4D4D4;
	list-style:none!important;
	padding:5px 5px 5px 0px!important;
}
.affiliates li.clear {
}
#container {
	position: absolute;
	left: 50%;
	padding: 0px;
	width: 960px;
	height: auto;
	top: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -480px;
}
/* Header */

#header {
	background-image: url(../images/lawyer_virginia_header_bkg.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}

#header #leftHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	width: 235px;
	text-align: left;
	z-index: 2;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: absolute;
	left: 646px;
	top: 50px;
}
#header #leftHeader p {
	margin: 0px;
	padding: 0px;
}

#google-mini-search-bar {
	position: absolute;
	left: 685px;
	top: 0px;
	height: 30px;
	width: 290px;
}

#google-mini-search-bar ul{
	list-style-type: none;
}

#google-mini-search-bar li{
}
#google-mini-search-bar .search-text {
	margin: 0px 0px 0px -60px;
	width: 144px;

}

.home {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
/* Mast */

#mast {
	height: 210px;
	width: 640px;
	position: absolute;
	left: 0px;
	top: 174px;
	margin: 0;
	padding: 0px;
	z-index: 999;
	background: url(../images/mast-background.jpg) 0 0 no-repeat;
}
#video-container-2 {
	height: 210px;
	width: 320px;
	position: absolute;
	left: 640px;
	top: 174px;
	z-index: 999;
	background: url(../images/mast-video-background.jpg) 0 0 no-repeat;
}
#flashcontent01 {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#flashcontent01 p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#flashcontent01 a {
	margin: 0px;
	padding: 0px;
}
#flashcontent01 script {
	margin: 0px;
	padding: 0px;
}

#topNav {
	background-image: url(../images/lawyer_virginia_nav_bkg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 930px;
	position: absolute;
	left: 0px;
	top: 384px;
	padding-left: 30px;
	background-position: left top;
	margin: 0px;
}
#topNav ul {
	height: 40px;
	width: 960px;
	margin: 0;
	position: absolute;
	left: 30px;
	top: 10px;
}
#topNav li {
	display:inline;
	float: left;
	height: 30px;
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNav a {
	display: block;
	padding-top: 13px;
}
#topNav a:link, #topNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#topNav a:hover, #topNav a:active {
	text-decoration: underline;
}

/*------------------ Dropdown Menu <--------------------*/
#topNav .top-nav-sub {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	top:40px;
	left:auto;
	position: absolute;
	width:150px;
	z-index:999;
}
#topNav .top-nav-sub li {
	list-style-type: none;
	float:left;
	display:block;
	background-color:#C5C0A2;
	padding:0px;
	margin:0px;
	display:inline;	
}
#topNav .top-nav-sub a {
	text-indent:0em;
	float:left;
	display:block;
	width:150px;
}
#topNav .top-nav-sub li a {
	height:auto;
	color:#000000;
	display:block;
	float:left;
	margin:0px;
	padding: 5px 0px 0px 17px;
}
#topNav .top-nav-sub li a:hover {
	color:#000000;
	text-decoration:underline;
	padding: 5px 0px 0px 17px;	
	
}
#topNav li:hover ul, #topNav li.sfHover ul {

}
#topNav li:hover li ul, #topNav li.sfHover li ul {
	top:-999em;
	position:relative;
}
#topNav li li:hover ul, #topNav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	position:relative;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/* Content */

#content {
	margin-bottom: 400px;
	position: relative;
	left: 0px;
	top: 424px;
	background-image: url(../images/lawyer_virginia_content_bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 960px;
}
/* Column Container */

#columnContainer {
	width: 960px;
}
/* Left Column */

#leftColumn {
	height: auto;
	width: 250px;
	float: left;
	background-color: #091D35;
	z-index:111;
}
#leftColumn p {
	font-size: 18px;
}

#leftNav {
	background-image: url(../images/lawyer_virginia_lnav_bkg.jpg);
	height: 265px;
	width: 250px;
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #091D35;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	z-index:999!important;	
}

#leftNav img {
	border:none;
}
#leftNav li {
	float:left;
	display:inline;
	position:relative;
	list-style-image: url(../images/bulllet.png);
	list-style-position: outside;
	margin: 0px;
	list-style-type: none;
	width: 220px;
	padding: 5px 0px 5px 30px;
}
#leftNav li a {
	text-decoration:none;
	display:block;
	width:auto;
}
#leftNav a {
	font-size: 17px;
	padding: 0px;
	text-decoration:none;
	margin: 15px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#leftNav a:hover {
	text-decoration: underline;
	color: #C5C0A2;
}
#leftNav li a:link, #leftNav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#leftNav li a:active, #leftNav li a:hover {
	text-decoration: underline;
	color: #C5C0A2;
}
#leftNav h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

/*------------------ Left Dropdown Menu <--------------------*/
#leftNav .top-nav-left {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	white-space:nowrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	top:0px;
	left:250px;
	display: none;
	z-index:999!important;
}
#leftNav .top-nav-left li {
    float:left;
    clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    display:inline;
    list-style:none;
}
#leftNav .top-nav-left li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	height: 15px;
	width: 425px;
	display:block;
	float:left;
	display:inline;
	margin: 0px;
	text-transform: none;
	background-color: #091D35;
	padding: 4px 0px 5px 10px;
}
#leftNav .top-nav-left a:link, #leftNav .top-nav-left a:visited  {
	color: #C5C0A2;
	text-decoration: none;
}
#leftNav .top-nav-left li a:hover, #leftNav .top-nav-left li a:active  {
	color:#ffffff;
	text-decoration: none;
	background-color: #091D35;
	text-decoration:underline;
}
#leftNav li:hover li ul, #leftNav li.sfHover li ul {
    top:-999em;
    position:relative;
	z-index:999!important;	
}
#leftNav li li:hover ul, #leftNav li li.sfHover ul {
    left:9.45em;
    top:-1px;
    position:relative;
}
#leftColumn #archive {
	margin-left: 15px;
}
#leftColumn #archive a:link, #leftColumn #archive a:visited {
	color: #45030F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#leftColumn #archive a:hover, #leftColumn #archive a:active {
	color: #A8A487;
	text-decoration: none;
}

/*------------------ LeftNav Accordian <--------------------------------*/
#leftColumn #navigation {
	height:auto;
	width: 250px;
	margin: 0px;
	background-color: #091D35;
	background-position: left top;
	padding: 15px 0px 30px 0px;
	float: left;
	z-index:999!important;
}
#leftColumn #navigation a.head {
	font-size: 17px;
	padding: 0px;
	text-decoration:none;
	margin: 15px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#leftColumn #navigation a.head:hover {
	text-decoration: underline;
	color: #C5C0A2;
}
#leftColumn #navigation a.selected {


}
#leftColumn #navigation a.current {
	color: #C5C0A2;
	text-decoration: underline;

}
#leftColumn #navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#leftColumn #navigation li {
	float:left;
	display:inline;
	list-style-image: url(../images/bulllet.png);
	list-style-position: outside;
	margin: 0px;
	list-style-type: none;
	width: 190px;
	padding: 0px 0px 5px 20px;
}
#leftColumn #navigation li li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	height: 15px;
	display:block;
	float:left;
	display:inline;
	margin: 0px;
	text-transform: none;
	background-color: #091D35;
	color: #FFFFFF;
	width: 190px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index:999!important;	
}
#leftColumn #navigation li li a:link, #leftColumn #navigation li li a:visited {
	color:#FFFFFF;
	text-decoration: none;
	z-index:999;	
}
#leftColumn #navigation li li a:hover {
	color:#C5C0A2;
	text-decoration: none;
	background-color: #091D35;
	text-decoration:underline;
	width: 190px;
}

#leftColumn #social {
	width: 250px;
	height: 25px;
	margin: 0 0 15px 0;
	float: left;
	z-index: 888;	
}

#leftColumn #newsFlash {
	width: 250px;
	height: 51px;
	margin: 0 0 25px 25px;
	float: left;
	z-index: 888;	
}

#leftColumn .pageScroller {
	width: 250px;
	height: 60px;
	margin: 0 0 25px 25px;
	float: left;
	z-index: 888;
}
#leftColumn .ethiopian {
	width: 200px;
	height:41px;
	margin: 0 0 30px 25px;
	float: left;
	z-index: 888;
}
#leftColumn .they {
	width: 200px;
	height:41px;
	margin: 0 0 30px 25px;
	float: left;
	z-index: 888;
}
#leftColumn #socialmedia-scroller {
	width: 250px;
	height: 120px;
	float: left;
	z-index:888;
}

#flash-video11 {
	z-index:888;
}

#flash-video15 {
	z-index:888;
}
#flash-video9 {
	z-index:888;
}

/* Right Column */

#print {
	display:none;
}
#rightColumn {
	float: left;
	width: 710px;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 111!important;	
}
#rightColumn p {
	margin: 0px 30px 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
#rightColumn ul {
	margin: 0px 35px 15px 30px;
	padding: 0px;
}
#rightColumn ul li {
	margin: 0px 5px 5px 30px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#rightColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #45030f;
	margin: 30px 0px 0px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
#rightColumn h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0f2a4e;
	margin: 0px 0px 15px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
#rightColumn h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 15px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
#rightColumn h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 15px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
#rightColumn #comments h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 15px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
.blogBody {
	margin: 0px 30px 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#rightColumn img {
}
#rightColumn img.flag {
	margin: 0px 0px 20px 20px;
	border: 1px solid #012B5B;
}
#rightColumn a:link, #rightColumn a:visited {
	color: #45030F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#rightColumn a:hover, #rightColumn a:active {
	color: #A8A487;
	text-decoration: none;
}
#rightColumn .vid-wrap {
	margin: 0px 0px 30px 30px;
}
#rightColumn hr {
	width: 92%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
/* Quick Contact */

#rightColumn #qc {
	width: 200px;
	background-repeat: repeat-x;
	height: auto!important;
	float: right;
	padding: 0px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	clear:both;	
}
#rightColumn #qc img {
	border: 0;
}
#rightColumn #qc h5 {
	margin: 0px 0px 5px 25px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c4bfa1;
	font-weight: bold;
}
#rightColumn #qc p {
	font-size: 12px;
	color: #c4bfa1;
	margin: 0px;
	padding: 0px;
}
#rightColumn #qc form {
	width: 200px;
	height: auto;
	background-color: #45030F;
	padding-top: 10px;
}
#rightColumn #qc form input {
	background-color: #FFFFFF;
	border: 1px solid #b1ac91;
	width: 180px;
	text-align: left;
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}
#rightColumn #qc form textarea {
	background-color: #FFFFFF;
	border: 1px solid #b1ac91;
	width: 180px;
	text-align: left;
	display: block;
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color: #000;
	height: 60px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightColumn #qc #required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E2C50;
	height: auto;
	width: 60px;
	padding: 0px;
	top: -30px;
	position: relative;
	margin: 0px;
	left: 130px;
}
#rightColumn #qc #privacy {
	height: auto;
	width: 120px;
	padding: 0px;
	top: -20px;
	position: relative;
	margin: 0px;
	left: 10px;
}
#rightColumn #qc #privacy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c4bfa1;
}
#rightColumn #qc #hidden {
	display: none;
}
#rightColumn #qc .flashContent {
	text-align: center;
	z-index: 0;
	width: 100%;
	margin-bottom: 15px;
}
#rightColumn #qc .button {
	background-image: url(../images/attorney_dc_submit.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 100px;
	border: none;
	text-align: center;
	cursor:pointer;
}
#rightColumn #qc .button:hover {
	background-image: url(../images/attorney_dc_submit.jpg);
	background-repeat: no-repeat;
	background-position:0 -25px;
	
}
#rightColumn table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#rightColumn table tr {
}
#rightColumn table td {
}
/* CSS Tags For Contact Form   */

#rightColumn #contact {
	margin: 0 0 10px 30px;
	padding: 20px;
	height: auto;
	width: 400px;
	background-color: #45030F;
	border: 1px solid #666666;
}
#rightColumn #contact form {
	margin: 0;
	padding: 10px;
	height: auto;
	width: 400px;
}
#rightColumn #contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightColumn #contact li {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
	height: auto;
}
#rightColumn #contact label {
	display: block;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F6F4E8;
	font-weight: normal;
}
#rightColumn #contact select {
	padding: 4px;
	border: 1px solid #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45030F;
	background-color: #FBFBFB;
	float: right;
	width: 208px!important;
	margin-bottom: 10px;
	height: 25px;
}
#rightColumn #contact textarea {
	padding: 4px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F6F4E8;
	float: right;
	height: 125px !important;
	width: 200px;
	margin-bottom: 10px;
	font-weight: normal;
}
#rightColumn #contact input {
	padding: 4px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F4F2E6;
	float: right;
	height: auto;
	width: 200px;
	margin-bottom: 10px;
}
#rightColumn #contact input.buttonMain {
	background-image: url(../images/attorney_dc_submit.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 100px;
	border: none;
	text-align: center;
	cursor:pointer;
	position:relative;
}
#rightColumn #contact input.buttonMain:hover {
	background-image: url(../images/attorney_dc_submit.jpg);
	background-repeat: no-repeat;
	background-position:0 -25px;
	
}

#map {
	width:400px;
	height:400px;
	margin:0 0 40px 40px;
	z-index:111!important;	
}

#ctaScholarship {
	width: 200px;
	height: 105px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#btnSubmit {
	font-size: 14px;
	float: right;
	clear:both;
	padding: 4px;
	height: 25px;
	width: 208px !important;
	margin: 0px 0px 0px 0px;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
}
.address2 {
	display: none;
}
.valid {
	background-color: #19b624!important;
}
.invalid {
	background-color: #da1818 !important;
}
#errors {
	margin-bottom: 20px;
	margin-left: 20px;
}
#lblErrors li {
	font-size: 16px!Important;
	color: #FFFFFF!Important;
	font-weight: bold;
}
#pnlCaptcha {
	margin-top: 25px;
	margin-bottom: 100px;
	text-align: left;
	color: #FFFFFF;
}
#lblVerifySubmission {
	font-size: 14px!Important;
}
#lblVerifySubmission span {
	font-weight: bold;
}
#CaptchaControl1_image {
	margin-top: 65px;
	margin-bottom: 10px;
}
.captcha span {
	margin-right: 10px;
}
#btnSubmitForm {
	margin-top: 5px;
}
#ValidationSummary2 ul li {
	color: #FFFFFF!Important;
	font-weight: bold!Important;
}
#rightColumn #settlements {
}
#rightColumn #settlements h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0f2a4e;
	margin: 0px 30px 15px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
#rightColumn #settlements ul {
}
#rightColumn #settlements li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Footer */



#logos {
	width: 960px;
	background: url(../images/logo-bkgd.gif) left top repeat-y;
	text-align: center;
	padding-top: 25px;
}
#cta {
	width:960px;
	height:102px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#cta p {
	padding: 0px;
	margin: 0px;
}
#cta img {
	padding: 0px;
	margin: 0px;
}
#cta a:link {
	padding: 0px;
	margin: 0px;
}
.cta-container {
	float:left;
	width:225px;
	height:102px;
	margin-right: 5px;
	margin-left: 5px;
}
.cta-container-left {
	float:left;
	width:225px;
	height:102px;
	margin-left: 15px;
	margin-right: 5px;
}
.cta-container-right {
	float:left;
	width:225px;
	height:102px;
	margin-left: 5px;

}
#logos img {
	margin-right: 7px;

}
#logos a img {
	border: none;
}
#footer {
	background-image: url(../images/attorney_dc_footer_bkg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 960px;
}
#footerInt {
	background-image: url(../images/attorney_dc_footer_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: -16px 15px 0px 15px;
	text-align: center;
	padding: 30px 0px 20px 0px;
	vertical-align: bottom;
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* Disclaimer */



#disclaimer {
}
#disclaimer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#disclaimer a:link, #disclaimer a:visited {
	color: #000000;
	text-decoration: underline;
}
#disclaimer a:active, #disclaimer a:hover {
	text-decoration: none;
}
/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac */



* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Use a break with this class to clear float containers */



.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR al rescante! http://www.mikeindustries.com/sifr/

now with tasty 2.0.2 flava */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* you can edit these styles */



.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash #leftHeader ul li, .sIFR-hasFlash #rightHeader ul li, .sIFR-hasFlash #leftNav p, .sIFR-hasFlash #rightColumn #qc h3 {
	visibility: hidden;
}
/* end sIFR goodness */



.center {
	text-align:center;
}
.imgRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 30px;
}
.imgLeft {
	float:left;
	margin-bottom: 20px;
}
hr {
	margin-left: 15px;
	width: 470px;
	clear: both;
}
#video-container {
	position: absolute;
	top: 50px;
	right: 30px;
}
#video-container-1 {
	position: absolute;
	top: 260px;
	right: 30px;
}
.ethiopian-img {
	padding-top: 35px;
}
#logos p {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;

}
#flash-video {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
}

#viewpoint {
margin-left:30px;
padding-bottom:10px;
}
/* For the Google Mini. DO NOT USE FOR THE SITES NAVIGATION!! */

