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

body { 
  line-height: 1.5em; 
}

/* 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; }
a { outline: none;}


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

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
font-size: 75%;
color: #333333;
background: #000000;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


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

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

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-top: 1em; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; 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; }
p img       { 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: #88B35B; text-decoration: none; }
a           { color: #0b615e; text-decoration: none; font-weight: bold; }

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


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

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

ul          { list-style-type: none; }
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: #CC0000; }
.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; }

html,
body
	{
	height: 100%;
	margin: 0;
	padding: 0;
	}


body 
	{ 
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	min-width: 930px;
	}

p 
	{
	text-align: justify;
	margin: 0;
	padding: 0;
	}
	
#swfContent
	{
	min-height: 400px;
	}	
	
#errors
	{
	background-image: url(../Images/Errors/errors.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	width: 500px;
	height: 500px;
	margin: 150px auto 150px auto;
	}	
	
#logo
	{
	padding-bottom: 30px;
	background-image: url(../Images/Errors/Logo.gif);
	background-repeat: no-repeat;
	width: 59px;
	height: 43px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	float: left;
	}		
	
#errors-text
	{
	padding: 85px 0 0 0;
	margin: 95px;
	width: 310px;
	height: 310px;
	line-height: 20px;
	text-align: left;
	}	
	
	
#errors-text h2 {
background-image: url(http://www.clearsitemultimedia.com/Content/wp-content/themes/ClearsiteTheme2/images/pageTitle.gif);
text-indent: -1000em;
width: 300px;
height: 100px;
margin: 0;
padding: 0px;
}


.error {
background-position: 0px -400px;
}
	
#errors-text h3
	{
	background: transparent url(../Images/Errors/missing.gif) no-repeat 0 0;
	height: 33px;
	width: 162px;
	margin: -18px 0 10px 0;
	color: #a24e7c;
	font-size: 17px;
	text-indent: -9000px;
	}
	
#errors-text p
	{
	padding-bottom: 10px;
	}	
	
	
#errors-getFlash {
background: url(http://www.clearsitemultimedia.com/Content/wp-content/themes/ClearsiteTheme2/images/sendCommentBtn.gif) no-repeat;
font: bold 100% Arial, Helvetica, sans-serif;
color: #FFFFFF;
border: none;
width: 135px;
height: 26px;
cursor: pointer;
text-align: center;
padding: 5px 0 0 0;
margin: 0 0 35px 0;
}		
	
#errors-getFlash a
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	}	
	
#errors-getFlash a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}	
	
		
	
#content
	{
	width: 650px;
	margin: 0 auto 0 auto;
	border-top: #333333 1px solid;
	height: 15px;
	}	
	
/*#main-text 
	{
	width: 720px;
	margin: auto;
	padding: 20px 0 0px 0;
	}*/	

#navcontainer
	{
	float: left;
	}

ul#navlist
	{
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a 
	{
	padding: 0px 2px 0px 0px;
	color: #333333;
	text-decoration: none;
	}
	
#navlist a:hover
	{
	color: #FFFFFF;
	}	


#footer 
	{
	float: right;
	color: #333333;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	}
	
#footer p
	{
	text-align: center;
	font: bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
	}	