/* Generic */

* {
font-size: 100%; padding: 0; margin: 0;
}

body {
font: 0.84em/1.333em Verdana, Geneva, sans-serif; 
margin: 0; 
padding: 0;
color: #D6F8FF; 
background: #806046 url('images/bg.png') repeat-x left top;
margin: 0 auto;
}

a:link {color: #D6F8FF;}
a:visited {color: #D6F8FF;}
a:hover {color: #A9C7CE;}

a img {border: none;}

h1, h2{
margin: 0; 
font-weight: normal;
letter-spacing: -0.05em;
}

h1 {
font-size: 1.2em; 
color: #806046;
padding-top: 0.6em;
}

h2 {
font-size: 1.0em; 
color: #A88262;
}

h1, h2{
margin: 0; 
font-weight: normal;
letter-spacing: -0.05em;
}


h3 {
font-size: 1.1em; 
margin: 0 0 10px 0; 
padding: 0; 
color: #503B2B; 
font-weight: normal;
letter-spacing: -0.05em;
}


h4 {
font-size: 1.0em; 
margin: 0 0 15px 0; 
padding: 0; 
color: #D6F8FF; 
font-weight: normal;
letter-spacing: -0.05em;
}



h5 {font-size: 1em; margin: 0.5em 0 0;}
h6 {font-size: 0.85em; margin: 0.5em 0 0;}


p {margin: 0.33em 0 1em 0;}

ul, ol {margin: 1em 0; padding-left: 1.5em;}

img.alignright {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}



abbr {
speak: spell-out;
border-bottom: 1px dashed #A9C7CE;
cursor: help;
}

.drop {
float: left;
font-size: 270%;
line-height: 0.9em;
margin: 0 6px 0 0;
padding: 0;
}

.feature{
font-size: 1.1em; 
color: #A9C7CE;
height: 240px;
display: block;
line-height: 1.4em;
}

h5{
font-size: 1.1em; 
color: #A9C7CE;
margin: 25px 0 15px 0;
font-weight: normal;
}

.featureform{
font-size: 1.0em; 
color: #A9C7CE;
height: 240px;
display: block;
line-height: 1.4em;
}

.aboutcol h4, .aboutcolmid h4 {
font-size: 1.1em; 
color: #A9C7CE;
}

.feature a:link {color: #A9C7CE;}
.feature a:visited {color: #A9C7CE;}
.feature a:hover {color: #D6F8FF;}

.feature a.newsel:link {color: #D6F8FF;}
.feature a.newsel:visited {color: #D6F8FF;}
.feature a.newsel:hover {color: #D6F8FF;}

.feature ul li{
font-size: 0.8em;
padding-bottom: 0.8em;
}

/* Containers */

#maincontainer{
width: 920px;
margin: 0 auto;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 370px;
}


/* Header */

#topsection{
height: 40px; 
}

#headings {
float: left;
margin-left: 12px;
}


/* Home */

#contentwide {
text-align: center;
}

#headingshome {
float: left;
margin-left: 12px;
margin-top: 15px;
}

#headingshome h1 {
font-size: 1.0em; 
color: #A88262;
display: inline;
}

#headingshome h2 {
font-size: 1.0em; 
color: #806046;
display: inline;
}

#headingshome h2 a{
color: #806046;
}

#headingshome h2 a:hover{
color: #A88262;
}

#homeimg {
text-align: center;
margin: 0 -19px 0 -10px;
}

#designerhome, #businesshome, #programmerhome{
width: 299px;
height: 400px;
text-align: center;
}


#designerhome h3 a, #businesshome h3 a, #programmerhome h3 a {
color: #A9C7CE;
font-weight: normal;
text-decoration: none;
}

#designerhome p, #businesshome p, #programmerhome p {
font-size: 1em;
margin: 0 18px 0 18px;
}

#designerhome h3 a:hover, #businesshome h3 a:hover, #programmerhome h3 a:hover {
color: #D6F8FF; 
}

#designerhome, #businesshome {
float: left
}

#programmerhome {
float: right;
}

#businesshome {
margin: 0 25px 0 25px;
}

.pics{
display: block;
margin-top: 0px;
}

#despic {
height: 300px;
width: 299px;
}

#despic a {
background: transparent url('images/designer_home.png') no-repeat left top;
height: 300px;
width: 299px;
display: block;
text-indent: -9999px;
}
	
#despic a:hover {
background: transparent url('images/designer_home.png') no-repeat -299px top;
height: 300px;
width: 299px;
}

#buspic {
height: 300px;
width: 299px;
}

#buspic a {
background: url('images/business_home.png') no-repeat left top;
height: 300px;
width: 299px;
display: block;
text-indent: -9999px;
}
	
#buspic a:hover {
background: url('images/business_home.png') no-repeat -299px top;
height: 300px;
width: 299px;
}

#progpic {
height: 300px;
width: 299px;
}

#progpic a {
background: url('images/programmer_home.png') no-repeat left top;
height: 300px;
width: 299px;
display: block;
text-indent: -9999px;
}
	
#progpic a:hover {
background: url('images/programmer_home.png') no-repeat -299px top;
height: 300px;
width: 299px;
}



/* Top Menu */

ul.menu{
float: right; 
padding:0; 
margin-top: 5px;
}

ul.menu li{
padding:0; 
margin:0; 
list-style:none; 
display:inline;
font-size: 1.06em;
}

ul.menu li a{
float:left; 
padding-left:12px; 
display:block; 
color:#A9C7CE; 
text-decoration:none; 
cursor:pointer; 
background: transparent url('images/topMenuImages.png') 0px -30px no-repeat;
}

ul.menu li a span{
line-height:20px; 
height:30px; 
float:left; 
display:block; 
padding-right:12px; 
background: transparent url('images/topMenuImages.png') 100% -30px no-repeat;
}

ul.menu li a:hover{
background-position:0px -60px; 
color:#ADDDE9;
}

ul.menu li a:hover span{
background-position:100% -60px;
}

ul.menu li a.active, .menu li a.active:hover{
line-height:30px; 
background: transparent url('images/topMenuImages.png') 0px -90px no-repeat; 
color:#ADDDE9;
}

ul.menu li a.active span, .menu li a.active:hover span{
background: transparent url('images/topMenuImages.png') 100% -90px no-repeat;
}


/* Left Column */

#leftcolumn{
float: left;
width: 336px; 
height: 566px; 
margin-left: -920px; 
background: transparent url('images/designer_left.png') no-repeat left top;
padding: 30px 0 0 0;
text-align: center;
}

#leftcolumn h3{
padding-left: 10px;
}

#leftcolumn.programmer {
background: transparent url('images/programmer_left.png') no-repeat left top;
}

#leftcolumn.business {
background: transparent url('images/business_left.png') no-repeat left top;
}

.aboutcol {
width: 293px;
float: left;
margin-left: 12px;
margin-top: 15px;
}

.aboutcolmid {
width: 280px;
float: left;
margin-left: 12px;
margin-top: 15px;
}

.conttbcol {
width: 85px;
}

.conttb td{
padding: 5px 0 5px 0;
}

#leftcolumn ul {
list-style-type: none;
text-align: left;
padding: 245px 0 0 45px;
}


#leftcolumn li {
padding-bottom: 2px;
background: transparent url('images/sep.png') no-repeat left 22px;
}


#leftcolumn ul li a{
padding-left: 25px;
text-align: left;
text-decoration: none;
color: #806046;
line-height: 1.65em;
}

#leftcolumn p {
text-align: left;
padding: 280px 30px 0 45px;
color: #806046;
}

#leftcolumn p a{
color: #806046;
}

#leftcolumn p a:hover{
color: #3A2B1F;
}

#leftcolumn ul li a:hover{
background: transparent url(images/bullet_right.png) left center no-repeat;
color: #3A2B1F;
}

#leftcolumn ul li a.alt:hover{
background: transparent url(images/bullet_left.png) left center no-repeat;
}

#leftcolumn ul li a#selected, #leftcolumn ul li a#selecteda{
background: transparent url(images/bullet_point.png) left center no-repeat;
color: #806046;
}

#leftcolumn ul li a#selected:hover{
color: #3A2B1F;
background: transparent url(images/bullet_left.png) left center no-repeat;
}

#leftcolumn ul li a#selecteda:hover{
color: #3A2B1F;
background: transparent url(images/bullet_right.png) left center no-repeat;
}


/* Charts */

#box1 {
height: 335px;
width: 525px;
border: 3px solid #806046;
background: #5E4533;
padding: 10px;
margin: 0 0 20px 0;
text-align: center;
}

#box1 h3{
font-size: 1.4em;
margin: 2px 0 10px 0;
font-weight: normal;
display: block;
color: #D6F8FF; 
letter-spacing: 0em;
}

#box1 ul{
padding-left: 15px;
text-align: left;
}


#box2, #box3, #box4, #box5, #box6 {
border: 3px solid #806046;
background: #6D513B;
padding: 8px;
text-align: left;
}

#boxleft strong, #box2 strong, #boxright strong{
font-size: 1em;
font-weight: bold;
}

#box2 strong{
text-align: center;
display: block;
}


#box2 {
width: 146px;
height: 200px;
margin-right: 10px;
float: left;
padding-top: 90px;
text-align: center;
}

#box3, #box4, #box5, #box6 {
width: 146px;
height: 125px;
margin-bottom: 10px;
}


#boxleft {
float: left;
margin-right: 10px;
}


#boxright {
float: right;
}




/* Footer */

#footer{
clear: left;
width: 100%;
height: 80px;
background: #806046 url('images/footer.png') repeat-x left top;
color: #A88262;
text-align: center;
margin: 0 auto;
padding: 14px 0 0 0;
position: fixed;
bottom:0;
left:0;
line-height: 1.4em;
}

#footerhome{
clear: left;
width: 100%;
height: 60px;
background: #806046 url('images/footer.png') repeat-x left bottom;
color: #A88262;
text-align: center;
padding: 100px 0 0 0;
line-height: 1.3em;
}


#footer_inner {
width: 920px;
margin: 0 auto;
}

#footer_left {
float: left;
text-align: left;
}

#footer_mid {
width: 446px;
height: 122px;
position: fixed;
bottom:21px;
margin-left: -200px;
left: 50%;
}

#footer_homemid {
width: 446px;
height: 70px;
position: fixed;
bottom:1px;
margin-left: -223px;
left: 50%;
}

#footer_mid img{
z-index: 10;
}

#footer_right {
float: right;
text-align: right;
margin-top: 5px;
}

#footer a, #footerhome a{
color: #A88262;
text-decoration: none;
}

#footer a:hover, #footerhome a:hover{
text-decoration: underline;
}

a.email{
color: #A88262;
text-decoration: none;
}

a.email:hover{
text-decoration: underline;
}


.leftlist {
float: left;
width: 250px;
}

.rightlist {
float: right;
width: 250px;
}


td.portimg {
padding-top: 6px;
padding-bottom: 26px;
vertical-align: top;
width: 321px;
	}
	
td.porttxt {
padding-bottom: 26px;
vertical-align: top;
width: 260px;
padding-left: 6px;
padding-right: 0px;
}

th {
text-align: left;
}

/*---------Forms-------*/

form {
	width: 342px;
	margin-top: 15px;
}

form#mwpcontact {
	width: 280px;
	margin-top: 0px;
}

legend{
	font-size: 1.1em;
	color: #a8ccd5;
	margin: 6px;
	padding: 4px;
	font-weight: normal;
}

form#mwpcontact legend{
	margin: 0 6px 6px 6px;
	padding: 0 4px 4px 4px;
	font-size: 1.1em; 
	font-weight: normal;
}

.bizmouse {
margin-left: 40px;
}

dl{
	margin-top: 10px;
}

form#mwpcontact dt{
	width: 60px;
}

dt {
	float: left;
	padding: 5px 15px 0 15px;
	width: 80px;
}

dd {
	margin: 0 0 0 15px;
	padding: 5px 10px 5px 0;
	text-align: right;
}



fieldset {
	padding: 0px;
	margin: 0px;
}

form#mwpcontact input, form#mwpcontact textarea {
	width: 170px;
}

input, textarea {
	font: normal 100% Verdana, Geneva, sans-serif;
	width: 205px;
}

#submit, form#mwpcontact #submit{
	width: 80px;
	margin-bottom: 5px;
}

input#subscribe {
	margin-left: -4px;
	padding: 0;
	display: inline;
}

label#sublbl {
	margin-left: -20px;
}



