/* ==========================================================
jchilders.com Master Style Sheet
Author: James Childers
Version: 03.08
========================================================== */

/* =General Elements
----------------------------------------------- */ 
*{margin:0;padding:0;position:relative;}
body{color:#fff;background:url(i/bg1.gif) top left repeat #121212;}

img {border:0;}
ul {list-style:none;}
acronym, abbr {font-variant:small-caps; letter-spacing:.2em; cursor:help;}
strong {}
em {}
code {display:block; font-family:Monaco, monospace; font-size:110%; line-height:1.4em; text-align:left; margin:1.4em 1.6em;}
span{display:none;}

a {text-decoration:underline;color:#ddd;}
a:link {color:#fff;}
a:visited {}
a:hover {text-decoration:none;}
a:active {}
.site a{text-decoration:none;}
input, textarea, select {border:1px solid #999; font-family:Arial,sans-serif; padding:2px; font-size:12px; font-weight:normal;}
label {font-weight:bold;}
fieldset {border:0;}

/* =Utility Styles
----------------------------------------------- */ 
blockquote {font-family:Arial, sans-serif; margin:40px 35px 40px 10px;}
cite {display:block; text-align:right; margin:-20px 0 40px 0; padding-right:80px;}
.bqstart {font-family:Arial,sans-serif; float:left; font-size: 700%; height:45px; margin:-20px 20px -50px -20px; padding-top:45px;}
.bqend {font-family:Arial,sans-serif; float:right; font-size:700%; height:25px; margin-top:-20px; padding-top:45px;}

.hide {position:absolute; left:-999px; width:990px;}
.moreinfo {cursor:help; border-bottom:1px dotted #999;}
.runleft {float:left; margin:0 .5em .7em 0;}
.runright {float:right; margin:0 0 .7em .5em;}

/* = Layout Styles
---------------------------------- */

#wrapper{
	width:930px;
	margin:0 auto;
}
#header{
	height:150px;
}
#square1{
	position:absolute;
	width:15px;height: 15px;
	background:url(i/sqaure1.png) top left no-repeat;
	top:76px;
	left:368px;
}
#square2{
	position:absolute;
	width:15px;height: 15px;
	background:url(i/sqaure2.png) top left no-repeat;
	top:76px;
	left:388px;
}
#square3{
	position:absolute;
	width:15px;height: 15px;
	background:url(i/sqaure3.png) top left no-repeat;
	top:76px;
	left:408px;
}
#square4{
	position:absolute;
	width:15px;height: 15px;
	background:url(i/square4.png) top left no-repeat;
	top:76px;
	left:428px;
}
#logo{
	position:absolute;
	top:50px;
	background:url(i/james-childers.png) top left no-repeat transparent;
	width:361px;
	height:50px;
}
#global-nav{
	width:359px;
	height:30px;
	background:url(i/nav.png) top left no-repeat;
	position:absolute;
	right:0;
	top:68px;
}


