/*   Site design by Christian Ready for Wizard Business Solutions, copyright 2005. */
html,body {
	font-family: arial, helvetica, sans-serif;
	font-size: 88%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/

}
body {
	margin: 0;
	/* Cheat padding bottom to prevent content area's background from continuing in 
footer in WinIE */
	padding: 0;
	border: 0;
	color: #333;
	background: #036 url(../i/bg.gif) top left repeat;
	/* For old versions of IE */
	text-align: left;
}

/* Fix Mozilla bug that crops content when users resize browser window */
html { 
	min-width: 750px;
}

img	{
	border: 0;
}

.imgright {
	float: right;
	margin-left: 20px;
}

.imgleft {
	float: left;
	margin-right: 20px;
}	

/*  Hidey-ho */
.hide, .hidden, #title h1 {
	position: absolute;
	top: -9999px;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

/* Helpful Helpers */
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

/* Layout divisions */
div#wrapper	{
	background: #fff url(../i/wrapperbg.gif) top left repeat-y;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 755px;
}

/* Header */
div#headerwrapper {
	width: 755px;
} 

div#header	{
	float: left;
	position: relative;
	margin: 0;
 	 /* Give MacIE the incorrect values it needs. */
	padding-top: 64px;
	/* Activate MacIE cloaking device. Other browsers read these. \*/
	padding: 0;
	height: 78px;
	/* Deactivate MacIE cloaking device. */
	background: transparent url(../i/header.jpg) top left no-repeat;
	width: 755px;
}

/* Header nav, map stylie 
	details - alistapart.com/articles/imagemap */
div#header div#headerwrapper {
	width: 755px;
}

div#header i { 
	position: absolute;
	top: -9999px;
}

div#header div#login {
	position: relative;
	top: -10px;
	float: right;
}

* html div#header div#login {
	top: 5px;
}

div#login, div#login a {
	color: #E10D19;
	font-weight: bold;
}


/* Main nav - one piece
    details - alistapart.com/articles/sprites */
div#navbar {
	clear: left;
	width: 750px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div#navbar ul {
	width: 750px;
	height: 20px;
	background: url(../i/nav.gif);
	margin: 0;
	padding: 0;
	position: relative;
}
	
#navbar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
	
#navbar ul li, #navbar a {
	height: 22px;
	display: block;
}

#navbar ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
}

#nb1 {left: 0; width: 68px;}
#nb2 {left: 69px; width: 90px;}
#nb3 {left: 159px; width: 67px;}
#nb4 {left: 226px; width: 87px;}


#nb1 a:hover {background: transparent url(../i/nav.gif) 0 -20px no-repeat;}
#nb2 a:hover {background: transparent url(../i/nav.gif) -69px -20px no-repeat;}
#nb3 a:hover {background: transparent url(../i/nav.gif) -159px -20px no-repeat;}
#nb4 a:hover {background: transparent url(../i/nav.gif) -226px -20px no-repeat;}


/* You are here   */
body#home #nb1 {background: transparent url(../i/nav.gif) 0px -20px no-repeat;}
body#services #nb2 {background: transparent url(../i/nav.gif) -69px -20px no-repeat;}
body#about #nb3 {background: transparent url(../i/nav.gif) -159px -20px no-repeat;}
body#contact #nb4 {background: transparent url(../i/nav.gif) -226px -20px no-repeat;}



/* columns */
div#columns	{
	float: left;
	width: 750px;
	margin: 0;
	 /* Feed MacIE the following meaningless value to prevent it from 
		swallowing chunks of the layout for no reason */
	padding-top: 35px;
	/* Activate MacIE cloaking device. Other browsers read these. \*/
	padding: 0;
	/* Deactivate MacIE cloaking device. */
	text-align: left;
	background: #fff url(../i/wrapperbg.gif) top left repeat-y;
}

/* column 1 */
body.normal div#col1 {
	background: transparent url(../i/col1.jpg) top left repeat-x;
	text-align: left;
	float: left;
	margin: 0;
	padding: 10px;
	width: 546px;
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width: 526px;
}
	
html>body.normal div#col1 {
	width: 526px;
}

div#col1 a {
	color: #06c;
	text-decoration: none;
}

div#col1 a:hover {
	text-decoration: underline;
}

div#col1 a:hover img {
	text-decoration: none;
}

div#col1 ul li {
	margin-left: 20px;
}

div#col2 {
	border-top: 1px solid #131342;
	text-align: left;
	float: left;
	background: transparent;
	color: #fff;
	margin: 0;		
	padding: 10px;
	width: 204px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 184px;
}

/* Fight yet another of WinIE6's stupid bugs. */
* html div#col2 {
	margin-right: -10px;
}

div#col2 h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

div#col2 dl {
	margin: 0;
	padding: 0;
}

div#col2 dt, div#col2 h4 {
	clear: both;
	padding: 0;
}


div#col2 dd {
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
	
div#col2 a {
	color: #fb0;
	font-weight: bold;
	text-decoration: none;
}

div#col2 a:hover {
	text-decoration: underline;
}



div#col2 ul	{
	margin: 0 0 25px 0;
	padding: 0;
}

div#col2 ul li {
	list-style: none;
	padding-bottom: 2px;
	}



/* Switch that thang! */		
div#switchwidget {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#switch1  {
	background: transparent url(../i/sw_arr.gif) bottom center no-repeat;
}

div#switchwidget span {
	position: relative;
	top: -8px;
	font-weight: bold;
}

div#sidebar div#switchwidget img {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}


/* Typography  */
p	{
	font-size: 1.0em;
	margin: 0 0 15px 0;
}
	
h2	{
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

h3	{
	font-size: 1.0em;
	margin: 0 0 10px 0;
}


.warning {
	color: #f00;
	font-weight: bold;
}


/* footer */
div#footer  {
	background: transparent url(../i/footer.gif) top left no-repeat;
	clear: left;
	margin: 0;
	padding: 15px 5px 0 5px;
    text-align: left;
    color: #fff;
	width: 755px;
	height: 28px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 745px;
}

div#footer p {
	margin: 0 5px;
	padding: 0;
}

div#footer a {
	color: #fb0;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover { text-decoration: underline; }

#footright {
	float: right;
	margin: 0 10px;
	padding: 0;
	list-style: none;
}	



/* Forms */
form, form.form, form.smform {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

form.smform, form.smform input, form.smform select {
	font-size: 0.9em;
}

/* IE hack */
* html form.form. * html form {
	width: 100%;
	float: left;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background: transparent url(../i/fieldstripe.gif);
}

legend {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	background-color : #eee;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.fieldset label {
	text-align: right;
	width: 200px;
	float: left;
	padding: 0 0.3em;
	margin: 0;
	margin-top: 0.3em;
}

.fieldset label.small {
	width: 100px;
}

.fieldset .nobr {
	display: none;
}  

.fieldset .textfield {
	padding: 0;
	margin: 3px 0;
	width: 200px;
}

.fieldset .smtextfield {
	padding: 0;
	margin: 3px 0;
	width: 100px;
}

.fieldset .textarea {
	margin: 3px 0;
	height: 120px;
	width: 200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
}

.fieldset .smtextarea {
	margin: 3px;
	height: 120px;
	width: 200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
}

input, textarea, select {
	border: 1px solid #999;
	padding: 0;
}

select.selectbox {
	border: 0;
	padding: 0;
}

.fieldset input.file {
	margin: 3px;
}

input.button {
	border-color: #28497E;
	padding: 0;
	margin-top: 5px;
}

input:focus, textarea:focus {
	border: 1px solid #E10D19;
}

input.nobox {
	border: 0;
	padding: 0;
}

ul.formlist {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Ads */
.ads {
	float: left;
	width: 100%;
	margin-bottom: 1.125em;
	text-align: center;
}
