/*-- CSS Cocument --*/
/*-- Roberts Imagery --*/
body { color: #fff; 
	font-size: 13px; 
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	background-color: #000000;
	background-image: url(../images/bkgd-new.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin: 0; 
	overflow: -moz-scrollbars-vertical; }
td {}
a:link, a:visited { 
color: #1741f7;
text-decoration: underline;
}
a:hover , a:active { 
color: #ff9; 
text-decoration: none;
}

td.vendors a:link, td.vendors a:visited { 
color: #ff9; 
text-decoration: underline;
}
td.vendors a:hover , td.vendors a:active { 
color: #1741f7;
text-decoration: none;
}

/* table specs */
#table1 { border: solid 1px #000; }

/* cell backgrounds */
#top { background-color: #000; }
#center { background-color: #000; padding-left: 30px; padding-right: 30px;}
#bottom { background-color: #000; }

/* text */
.footer { color: #fff; font-size: 11px; }
.footer a:link { color: #1741f7 }
.footer a:visited { color: #1741f7 }
.footer a:hover { color: #ff9 }
.footer a:active { color: #ff9 }

/* photos float */
.photo-right { float: right; margin-bottom: 5px; margin-left: 15px; border: solid 1px #5867dd; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* navigation */
.nav {}
.nav a:link { color: #1741f7 ; font-size: 14px; font-weight: bold; text-decoration: none; }
.nav a:visited { color: #1741f7 ; font-size: 14px; font-weight: bold; text-decoration: none; }
.nav a:hover { color: #fff ; font-size: 14px; font-weight: bold; text-decoration: none; }
.nav a:active { color: #fff ; font-size: 14px; font-weight: bold; text-decoration: none; }

/* headers */
h1 { color: #1741f7; font-size: 18px; text-decoration: none; margin-top: 20px; }
h2 { color: #1741f7; font-size: 13px; text-decoration: none; }

.rightSideCol { border-left: solid 1px #fff;}
div#social { width: 100%; text-align: right; height: 21px;}
div#social img { padding: 5px 5px 0 0; }

