/* Layout Elements */
body {
	background-color: #022A4D;
	color: #666;
}
#wrapper {
	margin: auto;
	width: 790px;
	background: url("../images/wrapper_background.gif") repeat-y;
	background-position: 0 154px;
	overflow: visible;
}
#header {
	height: 130px;
	background: url(../images/header_background.gif) repeat-x;
}
#header_menu {
	left: 0px;
	top: 103px;
	position: relative;
	display: block;
}
#left {
	width:247px;
	top: 130px;
	float:left;
	background: url("../images/wrapper_background.gif") repeat-y;
}
#content {
	width: 542px;
	top: 130px;
	float: right;
	background-color: white;
	color: black;
	min-height: 871px;		/* Netscape 7.x hack */
}
#flash {
	width: 522px;
	height: 200px;
	display: block;
	margin-bottom: 20px;
}
#SkyRadio {
	width: 120px;
	height: 56px;
	display: inline;
	margin: 20px 5px;
}
#LawBusinessInsider {
	width: 249px;
	height: 55px;
	display: inline;
	margin: 5px 5px;
}
#Video {
	width: 320px;
	height: 310px;
	display: block;
	margin: 0px;
}
#copyright {
	height: 30px;
	color: black;
	border-top: 1px solid black;
	padding: 3px;
	margin: 10px;
	clear: both;
}



/* Fonts */
body, h1, h2, h3, h4, p, li, a, span, th, td, input, select, textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
p {
	color: #666;
	font-size: 12px;
	padding: 0px;
	line-height: 130%;
}
.menu {
	color: #600;
	font-size: 12px;
	display: block;
	text-decoration: underline;
	line-height: 18px;
	padding-left: 20px;
	font-weight: normal;
}
.menu:link, .menu:visited {
	text-decoration: underline;
}
.menu:hover, .menu:active {
	text-decoration: underline;
	color: #f00;
}
.horizontal {
	color: #fff;
	display: inline;
	padding: 0px 10px;
	margin: 0px 6px;
	font-weight: bold;
}
.horizontal:link, .horizontal:visited {
	text-decoration: none;
}
.horizontal:hover, .horizontal:active {
	text-decoration: none;
	color: #CCC077;
}
.searchString {
	color: #00F;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.question {
	font-weight: bold;
	margin-bottom: 5px;
}
#left h2 {
	color: #600;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 15px 0px;
}
#left h3 {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 15px 0px;
}
#left input, #left textarea {
	color: #666;
	font-size: 11px;
	background-color: #eee;
	margin: 5px;
	width: 220px;
}
#left textarea {
	height: 100px;
}
#left input.button, .button {
	color: #600;
	font-size: 11px;
	background-color: #eee;
	width: 75px;
}
#copyright p {
	line-height: 13px;
	font-size: 10px;
	text-align: center;
	margin: 3px;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #600;
}
#copyright a:hover {
	text-decoration: underline;
	color: red;
}
#content {
	color: #666;
	font-size: 12px;
	padding: 0px;
	line-height: 13px;
}
#content h1 {
	color: #CCC077;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
}
#content h2 {
	color: #600;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0px;
	border-bottom: 2px solid #600;
	clear: both;
}
#content h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 2px 0px;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #600;
}
#content a:hover {
	text-decoration: underline;
	color: red;
}
#content div.post {
	padding: 0 0 10px 0;
}
#content div.post .storyTitle {
	color: #600;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #600;
	margin: 15px 0 3px 0;
}
#content div.post .storyDate {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0;
}
#content div.post .byline{
	color: #000;
	font-size: 11px;
	margin: 2px 25px;
}
#content div.post .category {
	color: #000;
	font-size: 11px;
	margin: 2px 25px;
}
#content div.post .storyContent {
	border-left: 1px solid #ddd;
	margin: 5px 10px 0 0;
	padding: 0 0 0 7px;
}



/* Miscellaneous */
.imgRight {
	float: right;
	margin: 5px 0px 5px 10px;
}
.imgLeft {
	float: left;
	margin: 5px 10px 5px 0px;
}



/* Media Differences */
.printOnly {
	color: #888;
	font-size: 10px;
	padding: 0px;
	line-height: 12px;
	display: none;
	background-color: white; 
}
@media print {
	body { background-color: white; }
	#wrapper { width: 862px; }
	#content { width: 614px; min-height: 400px; }
	.printOnly { display: block; }
}
