/*
This website has great info on CSS

http://net.tutsplus.com/tutorials/html-css-techniques/30-css-best-practices-for-beginners/

*/

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100%;
background: url(../images/m_background.jpg) center top;
}

body {
  color: #222;
  background:url(../images/top_background.jpg) no-repeat top center;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* Main Divs
-------------------------------------------------------------- */

#container { 
width: 1020px;
margin: 0 auto;
padding: 0;
border:none;
text-align: left;
background: none; 
min-height: 100px;
}

#sidebar {
	float: left;
	width: 260px;
	padding:0;
	padding-top: 20px;
	height: 100%;
	position: left fixed;
	font-size: 90%;
}
#mainWrap { 
margin: 0 0 0 260px;
padding: 0 20px;
}
#banner {
margin: 0;
padding: 0 0 10px 0;
border-bottom: 4px solid #000000;
}
#content {
border-bottom: 4px solid #000000;
padding: 0 0 0;
margin: 0;
min-height: 500px;
}
#top_content {
border-bottom: 4px solid #000000; 
padding: 20px 0 50px 0;
}

#left_column {
float: left;
width: 230px;
min-height: 300px;
padding: 0;
padding-right: 16px;
margin: 0;
font-size: small;
text-align: small;
}
#right_column {
float: right;
width: 230px; 
padding:0;
padding-left: 16px;
margin: 0;
text-align: left;
font-size: small;

}
#center_column {
padding: 0 10px;
margin: 0 246px;
text-align: left;
font-size: small;
border-left: 1px solid #000000;
border-right: 1px solid #000000;

}
#footer {
background:url(../images/bottom_background.jpg) bottom center no-repeat; 
padding: 0;
margin: 0 auto;
min-height: 280px;
width: 100%
border: none;
text-align: center;
}
#footer_content {
margin: 0 0 0 260px;
padding: 0 20px;
text-align: left;
}
#footer_content p, ul{
font-size: 80%;
}
/* text modifying classes
-------------------------------------------------------------- */

.navigation{
list-style-type: none;
text-align: right;
text-transform: uppercase;
font-size: 1.4em;
line-height: 1.6em;
margin: 0;
}
.name {
font-size: 5.3em;
padding: 0;
margin: 0;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: bold;
}
.title {
padding:  2px 0;
margin: 0;
color:#333333;
font-weight:lighter;
letter-spacing: 0.18em;
}
.name a {text-decoration: none; }
/* Floating elements
-------------------------------------------------------------- */

.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Misc Classes / spans
-------------------------------------------------------------- */

.portrait { padding: 5px;
border: #000000 thin solid;
background:#fff;
}

span#TM { font-size: 70%; color:#333333; font-weight: lighter; }

address { font-size: medium; }

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

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

h1 { font-size: 200%; margin: 0.2em 0; padding: 0;  }
h2 { font-size: 140%; margin-bottom: 0.5em; }
h3 { font-size: 120%; line-height: 1; margin-bottom: .5em; }

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

h1 .caps{
text-transform: uppercase;
font-weight: bold;
margin: 0; 
padding: 0;
}

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

p           { font-size:medium; line-height: 1.6em; }
p img.left  { 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:link, a:visited, a:hover, a:active {color:#000000;
}
a           {text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }

#top_content p {line-height: 1.3em; padding:0; }
#top_content h1 {padding: 0; margin: 0; }
.span tm {font-size: smaller; }
p img {margin: 10px 0; }
/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ol          { list-style-type: decimal; }

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

#content .testimonials li{
	padding: 10px 0;
	line-height: 1.6em;
	font-size: medium;
	list-style-type: none;
	text-align: justify;
	margin: 0;
}
#content ul {
	padding: 0;
	margin: 0 50px;
	font-size: medium;
	line-height: 1.5em;
}

.green { color:#003366; }

#content li {list-style-type: disc; padding: 5px 0; }

.narrow li { padding: 0; margin:0; line-height: 1em; font-weight: bold; }

.list_float {padding: 0; margin: 0; text-align: left; font-size: 70%; font-weight: lighter;}
.list_float li { list-style-type: none; float: left; display: inline; padding-right: 5px;}
/* Tables
-------------------------------------------------------------- */

/*table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption {
	padding: 4px;
}
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }*/

.contact th {text-align: left;
	color: #333333;
	font-family: Lucida Grande, Tahoma;
	font-size: small;
	font-weight: lighter;
	font-variant: normal;
    margin-top: 10px;
	letter-spacing: 0.2em;
	border: none;
	}

/* Curson
---------------------------------------------------------------- */
.disabled {
  cursor: default;
}

.busy {
  cursor: wait;
}

.clickable:hover {
  cursor: pointer;
}
.icon { 
border: none;
text-decoration: none;
}
.more_space { 
margin: 10px 0 0 0; 
padding: 10px 250px 0 0; 
border-top: 2px solid #ffffff; 
border-bottom: none;
border-left: none;
border-right: none;
}
