/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }




/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 80%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6; 
  background: #f0f0f0;
 /*  background: #151c24 url(images/tm_bg.jpg);*/
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; font-family: helvetica; letter-spacing:0px  }

h1 { font-size: 1.3em; line-height: 1.5em; color: #222; margin-bottom: 0.3em;}
h2 { font-size: 1.1em; margin-bottom: .75em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: .6em; color: #232f51; }
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: .5em; height: 1.25em; }
h5 { font-size: 1em; font-weight: normal; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; color: #171a20 }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

pre			{ border: solid 1px #999;
			font-size: 1.3 em; 
			color: 666875; 
			margin: 10px; 
			padding:10px; 
			background: #f0f0f1}

/* Lists
-------------------------------------------------------------- 

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}*/


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


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

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

hr     { height: 1px; color: #999;}

/* DIV classes
-------------------------------------------------------------- */
div#head_container {
width: 900px;
margin: 0 auto 0 auto;
padding: 30px 0 0 0;
}

div#head_container h1 {
height: 1px;
visibility: hidden;
}

div#head_wrap {
margin: 0 auto 0 auto;
background: #171a20;
}

div#logo_nav_wrap {
width: 900px;
height: 50px;
}

div#logo {
width: 300px;
float: left;
height: 50px;
background: url(images/interface/tm_logo.png) no-repeat  10px 9px;
}


div#head_lg {
width: 900px;
height: 510px;
background: #171a20;
}

div#services_head_lg {
width: 900px;
height: 410px;
background: url(images/interface/service_head_bg.jpg) no-repeat top left;
}


div.services_col_1 {
width: 240px;
float: left;
padding: 0 15px 0 5px;
margin: 20px 42px 10px 25px;
}

div.services_col_2 {
width: 240px;
float: left;
padding: 0 15px 0 5px;
margin: 20px 42px 10px 0;
}

div.services_col_3 {
width: 240px;
float: left;
padding: 0 15px 0 5px;
margin: 20px 0 10px 0;
}

div.services_col_1 h2, div.services_col_2 h2, div.services_col_3 h2 {
font-size: 1.3em; 
line-height: 1.5em; 
color: #222; 
margin-bottom: 0.3em;
}

div#head_sm {
width: 900px;
height: 0px;
}

div#head_blog {
width: 900px;
height: 90px;
}


div#content {
width: 900px;
padding: 0;
margin: 0 auto 0 auto;
}


div#blog_body {
width: 576px;
float: right;
margin: 40px 0 100px 0;
padding: 0px 0px 0px 40px;
border-left: 1px solid #cfd4d2;
/*border-top: 1px solid #dedede;*/
/*background: #f8f8f8;*/
}

#blog_body ul {
	margin: 0px 0 10px 0;
	width: 500px;
	padding: 5px;
	list-style-type: none;
}

#blog_body ul li {
	background:url(images/interface/bullet.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	color:#333;
	font-size: 10pt;
	margin: 0 0 5px 0;
}

#blog_body h2 {
	background:#555;
	font: Arial, sans serif;
	display: inline;
	font-size: 1em;
	line-height: 1.5;
	color: white;
	padding: 2px 5px 2px 5px;
	margin: 20px 0 0px 0;
}

#head {
	background:#171a20;
	display: inline;
	font-size: 13pt;
	line-height: 1.5;
	color: white;
	padding: 3px 10px 3px 10px;
	margin: 20px 0 0px 45px;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ MAIN SIDEBAR ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

div#blog_side {
width: 210px;
padding: 25px 20px 100px 25px;
float: right;
margin: 40px 0px 0 0px;
background: #e3e8e6;
border-top: 1px solid #cfd4d2;
border-left: 1px solid #cfd4d2;
border-bottom: 1px solid #cfd4d2;
}

div#blog_side img {
margin: 0 0 10px 0;
}

#blog_side h3 {
/*background: #171a20;*/
color: #333;
margin: 0 0 0 0;
text-decoration: none;
}

div#clear {
clear: both;
}


#blog_article { 
margin: 0 0 20px 0;
background: ;
}

#blog_article ul {
width: 190px;
margin: 0 0 0 0;
padding-left: 0;
list-style-type: none;
}

#blog_article li {
margin: 5px 0 0px 0;
list-style-type: none;
line-height: 1.5;
display: block;
}

#blog_article a {
padding:1px 3px 7px 1px;
color: #333;
border-bottom: 1px solid #cfd4d2;
text-decoration: none;
text-transform: uppercase;
font-size: .85em;
line-height: 1.5;
display: block;
}

#blog_article a:link, #blog_article a:visited {
color: #333;
text-decoration: none;
}

#blog_article a:hover {
color: #111;
}

#blog_article h3 {
color: #333;
margin: 0 0 14px 0;
text-decoration: none;
}


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SUBNAV ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */



#subnav {
list-style: none;
margin: 20px auto 0px auto;
padding: 2px 0 0 0;
width: 850px;
height: 22px;
font-size: .8em;
letter-spacing: 1px;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

#sublist ul {
list-style: none;
margin: 0 ;
padding: 0;
}


#sublist li {
display: block;
margin: 0;
padding: 0;
float: left;
}

#sublist a {
color: #999;
display: block;
text-decoration: none;
text-transform: uppercase;
background: #171a20; 
margin: 0 2px 2px 3px;
line-height: 20px;
padding: 0px 5px;
}

#sublist a:hover, #sublist a:active { 
background: #323742;
color: #fff; 
}

#sublist a.active:link, #sublist a.active:visited{
position: relative;
z-index: 103;
background: #323742; 
font-weight: bold;
}

ul#sublist .current{
background: #20242d;  
}

/* MAIN NAV
------------------------------------------------------ */


div#gallery_nav {
width: 900px;
height: 35px;
margin: 0px 20px 0 0;
float: left;
}

#gallery_nav ul {
list-style: none;
margin: 0;
padding: 15px 0 0 10px;
border: none;
}

#gallery_nav li {
font-family: Arial;
display: block;
margin: 0;
padding: 0;
float: left;
text-transform: uppercase;
font-size: .8em;
letter-spacing: 1px;
}

#gallery_nav a {
color: #cfdce5;
font-size: 7pt;
display: block;
text-decoration: none;
background: #171a20; 
margin: 0 0 10px 0;
line-height: 15px;
padding: 1px 18px;
border-right: 1px solid #454e64;
}

#gallery_nav a:hover, #gallery_nav a:active { 
color: #fff;
background: #1a1e26; 
}

#gallery_nav a.active:link, #gallery_nav a.active:visited{
position: relative;
z-index: 102;
background: #171a20; 
font-weight: bold;
}


#gallery_nav ul .current{
background: #20242d;  
}

li#back a {
color: #fff;
font-size: 7pt;
}




/* GALLERY STYLES
------------------------------------------------------ */


div#gallery {
color: white;
width: 850px;
margin: 40px auto 0 auto;
padding: 200px 0 0 335px;
background:url(images/interface/chess.jpg) no-repeat top left;
}

div#gallery p {
color: white;
margin: 0 80px 10px 0;
}

div#gallery p a{
color: #777;
border: none;

}

div#gallery a:focus, 
div#gallery a:hover     { border-color: #222; color: #666; background: #20242d;  }

div#gallery a           { 
font-size: 7.5pt; 
letter-spacing: 1px; 
text-transform: uppercase; 
color: #999; 
margin: 0 0 0 0; 
text-decoration: none; 
border: 1px solid #444; 
padding: 2px 5px 2px 5px; 
}


.gallery_holder {
height: 600px;
width: 900px;
padding-top: 100px;
margin-left: auto;
margin-right: auto;
}









/* PORT FOOTER STYLES
------------------------------------------------------ */

div#port_footer {
width: 945px;
display: block;
clear: both;
border-top: 1px solid #222;
padding: 10px 15px 0 0;
margin: 100px auto 0 auto;
height: 30px;
}

#port_footer ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#port_footer li {
font-family: Arial;
display: block;
margin: 0;
padding: 0;
float: right;
text-transform: uppercase;
font-size: .8em;
}

#port_footer li#copyright {
font-family: Arial;
color: #999;
display: block;
margin: 0 20px 0 0;
padding: 0;
float: right;
text-transform: none;
font-size: .8em;
}


#port_footer a {
color: #888;
display: block;
text-decoration: none;
background: ; 
margin: 0 0 10px 0;
line-height: 15px;
padding: 1px 21px;
border-left: 1px solid #333;
}

#port_footer a:hover, #footer a:active { 
color: #888;
background: ; 
}

#port_footer a.active:link, #footer a.active:visited{
position: relative;
z-index: 102;
font-weight: bold;
}


#port_footer ul .current{
font-weight: bold;  
}