@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------
   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,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #eac88e;
	font-size: 0.9em;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	border: 2px solid #AD5A00;
}
table, td, th { vertical-align: middle; }
th
{
	border: 2px solid #EAC88E;
}


/* 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; }

@charset "utf-8";
/* CSS Document */

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

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
	color: #222;
	background: #fff;
	font: 99% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

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

h1 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5B964;
}
#rightColumn h1
{
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5B964;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.75em;
}
#rightColumn h2 {
	font-size: 0.9em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 0.9em;
	line-height: 1;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#rightColumn h3 {
	font-size: 0.6em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: .9em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	font-weight: bold;
}

#rightColumn h4 {
	font-size: .6em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	font-weight: bold;
}


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

/* Header - Headings moves h1 off screen for text readers.
   use H2 if you want it visable.
-------------------------------------------------------------- */

#header h1 {
	font: 18px Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header h2 {
	font: 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------------------- 
   navigaton.css -- Sets up Horizontal Navigaton Bar
   -------------------------------------------------------------- */

#navigation {
	width: 850px;
	position: relative;
	height: 45px;
	padding: 10px;
	margin-top: 3px;
	background: url(../assets/images/nav_back.png) no-repeat;
}

#navigation ul li {   /* remove bullets from nav list */ list-style-image: none; }
#navigation li {
	float:left;
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #866300;
}
#navigation li a {
	padding: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #408080;
	color: #FC0;
	font-size: 1em;
	font-weight: normal;
}
#navigation li a:hover {
	background: #408080;
	color: #999;
}
/* html #navigation a {width:1%;} */
#navigation .selected, #navigation .selected a:hover { background: #ad5a00; color: #fda040; text-decoration: none; background-color: #686868; }

.lastNav
{
	border-right-style: none !important;
}

/*end of navigaton CSS*/



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

p           { margin: 0 0 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 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


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

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

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;
	color: #FFF;
	background-color: #AD5A00;
}
thead th 		{ background: #c3d9ff; }
th,td,caption { 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      {
	color: #fff;
	background-color: #408080;
}
.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; }
.img_right  {display: block; float: right; margin: 1.5em 0 1.5em 1.5em; }
.img_left   {display: block; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.imgCenter
{
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.signiture
{
	line-height: 1em;
	font-style: oblique;
}


#header
{
	width: 850px;
	height: 135px;
	margin-top: 5px;
	background: url(../assets/images/masthead.png) no-repeat;
}


/* main container
-------------------------------------------------------------- */

#container {
	text-align: left;
	float: left;
	width: 100%;
	background-color: #FFEBCD;
}


/* Left Column formatting
-------------------------------------------------------------- */

#leftColumn {
	float: left;
	width: 515px;
	margin: 10px;
}


/* Righ Column formatting
-------------------------------------------------------------- */

#rightColumn {
	float: left;
	width: 305px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#portfolio {
	width: 300px;
	clear: both;
}
#wideColumn
{
	width: 830px;
	margin: 10px;
}


/* Main Wrapper formatting
-------------------------------------------------------------- */

#wrapper {
	width: 850px;
	margin: 0px auto; /* used to center page in browser */
}

/* footer formatting
-------------------------------------------------------------- */

#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	color: #cc9966;
	margin-bottom: 5px;
	height: 35px;
	padding-top: 5px;
	background: url(../assets/images/foot_bg.png) no-repeat;
}
.webdesignfinder {
	background: #4D9565 url(../assets/images/WebdesignFinder.png) no-repeat left top;
	text-align: center;
	height: 69px;
	width: 245px;
	margin: 0px auto;
	display: block;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	padding-top: 56px;
}
.webdesignfinder a {
	text-decoration: none;
	color: #FFF;
}
#rightColumn #portfolio h1 {
	font-size: 1.2em;
	text-transform: none;
	color: #FFF;
	text-indent: 0.2em;
}
#newsScroller {
	width: 285px;
	margin: 0px auto;
}
#rightColumn h1 {
	font-size: 1.2em;
	color: #408080;
	font-weight: bold;
}
#sizer {
	float: right;
}
