/* CSS Document */


/* General Rules
----------------------------------------------- */

body {
	background: #465f7b url(http://www.paydirtpictures.com/layout/images/bkg.png) top left repeat-x; /* Specify a white base bkg in case user has images disabled */
	color: #ccc;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size: small;
	line-height: 135%;
	margin: 0;
	text-align: left;
	}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	line-height: 125%;
	}

img { border: none; }


/* Page Structure
----------------------------------------------- */

#container_home, #container { font-size: 100%; margin: auto; width: 704px; }
#container { background: #fff url(http://www.paydirtpictures.com/layout/images/bkgContainer.png) top left repeat-y; }

#header { background: #000; }

#home_news, #nav { color: #fff; float: left; height: 250px; overflow: hidden; width: 235px; }
 {
	color: white;
}
#nav { background: url(http://www.paydirtpictures.com/layout/images/bkgInThisSection.png) top left no-repeat; }
#home_news { background: url(http://www.paydirtpictures.com/layout/images/latest_news.jpg) top left no-repeat; }
#home_news #news { margin: 50px 15px 15px 15px; font-size: 9px; line-height: 13px; }
#nav ul {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 60px 0 0 16px;
	}
#home_nav li, #nav li { background: url(http://www.paydirtpictures.com/layout/images/bullet.png) 0 8px no-repeat; line-height: 20px; font-weight: normal; padding-left: 14px; }
#home_nav li a, #nav li a { text-decoration: none; }

#imgHead {
	float: right;
	overflow: hidden;
	width: 469px;
}

#wrapper { }

#content {
	background: url(http://www.paydirtpictures.com/layout/images/bkgContent.png) top left no-repeat;
	float: left;
	min-height: 252px;
	overflow: hidden;
	padding: 0 20px 0 22px;
	width: 426px;
	}
*html #content { padding-top: 20px; }

#sidebar {
	background: url(http://www.paydirtpictures.com/layout/images/bkgSidebar.png) top left no-repeat;
	float: right;
	min-height: 252px;
	overflow: hidden;
	padding: 0 26px 0 20px;
	width: 190px;
	}
*html #sidebar { padding-top: 20px; }

#endCap { clear: both; }

#footer, #footer_home {
	clear: both;
	color: #22354e;
	font-size: 80%;
	background: #465f7b;
}
#footer { padding: 24px 10px 0 0; background: #465f7b url(http://www.paydirtpictures.com/layout/images/bkgFooter.png) top left no-repeat; }


/* Lists & Blockquotes
----------------------------------------------- */



/* Headers
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; }



/* Links
----------------------------------------------- */

a { color: #fff; }
a:hover, a:hover:after { color: #999; }

#footer a { color: #22354e; }
#footer a:hover, a:hover:after { color: #6a89a8; }



/* Typography
----------------------------------------------- */

#sidebar p { font-size: 80%; }



/* Misc
----------------------------------------------- */

/* SHORT CSS CODES */
	.big		{ font-size: 18px; font-weight: bold; }
	.hide		{ display: none;}
	.float		{ float: left;}
	.relative	{ position: relative;}
	.pointer	{ cursor: pointer;}
	.drag		{ cursor: move;}
	.grey		{ color: grey;}
	.orange		{ color: #FF9900;}
	.white		{ color: white;}
	.red		{ color: red;}
	.green		{ color: green;}
	.message	{ color: red;}
	.error		{ color: red;}
	.nowrap		{ white-space: nowrap}
	.bold 		{ font-weight: bold}
	.pd3 		{ padding: 3px;}
	.pd5 		{ padding: 5px;}
	.pd10 		{ padding: 10px;}
	.pd15 		{ padding: 15px;}
	td.pd15 	{ padding: 15px;}
	.top		{ vertical-align: top;}
	.bottom		{ vertical-align: bottom;}
	.fright		{ float: right;}
	.fleft		{ float: left;}
	.inline		{ display: inline;}

/* POPUP DIALOG BOXES */
	.dia {
		height: 0px;
		width: 0px;
		overflow: visible;
		position: absolute;
		z-index: 99;
	}
	table.dia_table {
		border-collapse: collapse;
		margin: auto;
		table-layout: fixed;
		width: 800px;
	}
	td.dia_content {
		background-color: white;
		border: 1px solid #4F4F4F;
		padding: 0px;
		vertical-align: top;
	}
	.dia_body {
		padding: 6px;
		border-bottom: 1px solid #ccc;
	}
	.diaiframe{
		border: 1px solid white;
		overflow: auto;
		width: 100%;
		height: 10px;
	}
	.dia_buttons {
		background: #f2f2f2;
		padding: 5px 8px 5px 8px;
	}
	.dia_content h1 {
		background: #303C49;
		margin: 0px;
		padding: 8px;
		font-size: 12px;
		font-weight: bold;
	}
	.dia_submit {
		border-left: 1px solid #D9DFEA;
		border-top: 1px solid #D9DFEA;
		border-right: 1px solid #0e1f5b;
		border-bottom: 1px solid #0e1f5b;
		background-color: #303C49;
		color: #FFFFFF;
		font-size: 11px;
	}
