@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

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

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

body { 
	margin: 0 auto;
	background: #eee url(/images/main-bg.jpg) repeat top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 14px;
}

p {
	line-height: 1.4em;
	margin: .5em 0;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #424242;
}

h2 {
	font-size: 24px;
	color: #666;
	line-height: 1.5em;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #FB7D27;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 980px;
	padding: 3px 10px 10px 10px;
	float: left;
	background-color: #fff;
	margin-top: 15px;
}

div#banner {
	float: left;
	width: 980px;
	height: 148px;
	background: #eee url(/images/banner.jpg) no-repeat top left;
}
div#mast {
	float: left;
	width: 980px;
	height: 80px;
	background-color: #eee;
	margin-bottom: 10px;
}

div#indexhbanner {
	float: left;
	width: 980px;
	height: 320px;
	position: relative;
}

div#content {
	width: 980px;
	float: left;
	margin: 10px 0;
}

div#sidebar {
	width: 240px;
	padding: 5px;
	float: left;
	background-color: #eee;
}

div#main {
	float: left;
	width: 970px;
	padding: 5px;
	background-color: #fff;
}

div#mainInternal {
	float: left;
	width: 930px;
	padding-left: 40px;
	background-color: #fff;
}

div#flashimages {
	float: right;
	width: 200px;
	background-color: #fff;
	padding-left: 25px;
	margin: 10px;
}

div#indexleft {
	float: left;
	margin-left: 10px;
	width: 450px;
	padding: 5px;
	background-color: #fff;
}

div#indexright {
	float: left;
	margin-left: 10px;
	width: 450px;
	padding: 5px;
	background-color: #fff;
}


div#footer {
	float: left;
	width: 960px;
	height: 75px;
	padding: 0 20px 0 0;
	background-color: #424242;
}

div#footer p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding-top: 25px;
	padding-left: 45px;
}

p#copyright {
	color: #fff;
	text-align: center;
	width: 600px;
	float: left;
}

p#tmlink{
	color: #fff;
	text-align: center;
	float: right
}

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

	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	height: 110px;
	margin-top: 10px;
	position: absolute;
	text-decoration: none;
	width: 325px;
}

a#aboutLink {
	display:block;
	height:65px;
	margin-left:50px;
	margin-top:217px;
	position:absolute;
	text-decoration:none;
	width:325px;
}

ul#mastnav {
	background: #fff url(/images/mast-bg.jpg) repeat-x top left;
	height: 45px;
	border-bottom: 1px #dfdfdf solid;
	margin-top: 148px;
	*margin-top: 0px;
}

ul#mastnav li {
	color: #dfdfdf;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	padding-left: 45px;
	text-decoration: none;
	padding-top: 15px;
}

ul#mastnav li a:hover {
	color:#fff;
	background: #fff url(/images/mastli-bg.jpg) repeat-x;
}

ul#mastnav li  a {
	color: #575757;
	text-decoration: none;
	padding-top: 5px;
	padding: 10px;
}

/* =Main Content Styles
-------------------------------------------------------------*/
 
 div#greybox {
	float: left;
	width: 450px;
	height: 175px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #BABAB9;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/
ul#services{
	margin: 10px 0 20px 50px;
}

ul#services li {
	color: #FB7D27;
	font-size: 14px;
	font-weight: bold;
	list-style: disc;
	margin-top: 5px;
	padding: 2px;
}

.address {
	margin-top: 25px;
	width: 145px;
}

.address p {
	margin: 0;
}

.address h3 {
	border-bottom: 1px solid;
	margin-top: 15px;
	margin-bottom: 5px;
}

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


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


/* =Main Navigation Styles
-------------------------------------------------------------*/


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


/* =Form Styles
-------------------------------------------------------------*/
fieldset.contact label {
	color:#444;
}
fieldset label {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

form fieldset.application table tr td, form fieldset.contact table tr td {
	padding:5px 0;
}
td.firstcell {
	width:300px;
}

input {
	background:transparent url(/images/input-bg.jpg) no-repeat scroll 0 0;
	font-size:14px;
	padding:3px 2px;
}

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

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

/* =Miscellaneous Styles
-------------------------------------------------------------*/
img.ceo {
	margin-right: 15px;
	padding: 7px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
a.twitter {
	display: block;
	background: url(/images/twitter.png) 0 0 no-repeat;
	padding-left: 42px;
	width: 120px;
	height: 32px;
	margin: 10px 0;
	font-size: 14px;
	color: #000;
	padding-top: 9px;
	float: left;
}
a.twitter:hover {
	text-decoration: none;
	color: #FB7D27;
}


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

}
