/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, table, blockquote, form { 
	margin: .5em 0;
}

img {
	border:0;
}

img.left {
	float: left;
	clear: right;
	padding: 10px;
}

img.right{
	float: right;
	clear: left;
	padding: 10px;
}

img.toppic {
	clear: both; 
	margin-bottom: 10px;
	margin-left: 20px;
}
	
.clear {
	clear: both
}

body { 
	margin: 0 auto;
	background: #eee url('../images/background.gif') top left;
	text-align: center;
	min-width: 780px;
}

/* =Typography
-------------------------------------------------------------*/
body {
	font: 62.5%/1.2 Verdana, Arial, Helvetica, sans-serif;
}

p, li {
	text-align: left;
	font-size: 12px;
}

td#footer p {
	text-align: center;
	line-height:1.4em;
	font-size: 11px;
	}
	
td img {
	padding: 5px;
}



/* =Headings
-------------------------------------------------------------*/
h1 {
	color: #06F;
	font-size: 14px;
}

h2 {
	color: #06F;
	font-size: 12px;
	border-bottom: 1px solid #06f;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #666;
}


/* =Layout
-------------------------------------------------------------*/
#container{
	width: 640px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	height: auto;
	background-color: #fff;
}

div#banner {
	width: 620px;
	padding: 10px;
	padding-bottom: 5px;
	background: url(../images/banner_bg.jpg) repeat-y top center;
	margin-bottom: 10px;
	border-bottom: 5px solid #ccc;
}

table#content {
	width: 100%;
	margin:0;
}

td#sidebar {
	width: 240px;
	vertical-align: top;
	background-color: #d7d7d7;
	padding-top: 30px;
}

td#mainContent {
	width: 380px;
	vertical-align: top;
	padding: 10px;
}

td#footer {
	margin-top:20px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	border-top: 2px solid #515151;
	background-color: #d7d7d7;
}
	

/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/


/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#navigation {
	list-style: none;
	width: 240px;
}

ul#navigation li {
	font-size: 11px;
	width: 240px;
	}

ul#navigation li a, ul#navigation li a:visited {
	text-decoration: none;
	height:12px;
	width: 215px;
	display: block;
	padding:5px;
	padding-left: 25px;
	border-bottom: 2px solid #fff;
}
	
ul#navigation li a:hover {
	background: url(../images/nav_hover_bg.jpg) no-repeat 5px;
}


/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/


/* =Table Styles
-------------------------------------------------------------*/
table { 
  	border-spacing:0;
	border-collapse:collapse;
	}

td {
  	text-align:left;
	font-weight:normal;
	vertical-align: top;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

	}