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


/* Defaults */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #232323;
    background: url(/files/css/background.jpg) no-repeat;
    background-color: #dcf4fc;
}

img {
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 982px;
}


/* Header */

#header {
    width: 982px;
    height: 75px;
    padding-top: 20px;
}

#logo {
    position: absolute;
    float: left;
    width: 336px;
    height: 152px;
}

#tagline {
    float: right;
    padding: 29px 0 0 10px;
    font-size: 29px;
    letter-spacing: -.5px;
    width: 630px;
    line-height: 34px;
}


/* Main content background */

#main-top {
    background: url(/files/css/main_top.png) no-repeat;
    width: 985px;
    height: 12px;
}

#main-bg {
    background: url(/files/css/main_middle.png) repeat-y;
    width: 985px;
}

#main-content {
    margin-left: 155px;
    width: 810px;
    position: relative;
    top: 0;
    z-index: 1;
}

#main-bottom {
    background: url(/files/css/main_bottom.png) no-repeat;
    width: 985px;
    height: 12px;
}

/* Contact Tab */

#contact-button {
    float: right;
    position: absolute;
    right: 3px;
    z-index: 2;
}

/* Navigation */

#nav {
    position: relative;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #bbbbbb;
    height: 20px;
    padding: 10px 0 10px 0;
    width: 770px;
    margin: 0;
}

#nav a {
    color: #00a4de;
    font-size: 18px;
    letter-spacing: -.5px;
    text-decoration: none;
}

#nav a:hover {
    }

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    margin: 0 20px 0 10px;
    padding: 0;
    float: left;
    text-align: center;
}

#nav li a:hover {
    color: #d4641c;
}  

/* Home page columns */ 

#column1 {
    padding-top: 10px;

}

#column1a {
    float: left;
    width: 200px;
    padding-right: 10px;
    height: 288px;
    font-size: 13px;
}

#column1a h1 {
    color: #00a4de;
    font-size: 26px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 28px;
}

#column2 {
    float: left;
    width: 575px;
    margin-bottom: 10px;
}

#column2 img {
}

#mainbox1, #mainbox2, #mainbox3 {
    width: 176px;
    height: 288px;
    float: left;
    margin-left: 10px;
}

.box {
    float: left;
}

.box-content {
	position:absolute;
	top: 60px; left: 10px;
	width: 156px;
}
.box-content a {
	color: #000000;
	text-decoration: none;
}

#box1b, #box2b, #box3b {
	position:relative;
    width: 176px;
    height: 288px;
}
#box1b img, #box2b img, #box3b img { 
	position:absolute;
	top: 0; left: 0;
}


.learnmore a {
    color: #d5651c;
    text-transform: uppercase;
    font-size: 12px;
}

/* Solutions drop down box */

#solutions {
    background: url(/files/css/solutionsbox.jpg) no-repeat;
    width: 774px;
    height: 48px;
}

#solutions select {
    margin: 15px 0 0 340px;
}


/* Sidebar */

#sidebar {
    float: right;
    width: 210px;
    margin: 0 0 10px 0;
}

#contactbox {
    background: url(/files/css/sidebar_contact.jpg) no-repeat;
    width: 205px;
    height: 201px;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
}

#contactline {
    border-bottom: 1px solid #fff;
    width: 180px;
}
/* Footer */

#footer {
    margin-left: 155px;
}

.copyright a {
    color: #d5651c;
}

.copyright a:hover {
    text-decoration: none;
}

/* IMAGE TO HTML TABLE REPLACEMENT */

#features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	padding: 10px 12px 12px 16px;
	border: 1px solid #d4641c;
	border-radius: 44px;
	margin-top: 2px;
	margin-left: 2px;
	width: 537px;
	color: #232323;
}

tr {
	height: 53px;
}

.images {
	width: 38px;
}

.copyleft {
	padding-right: 10px;
	width: 186px;
}

.copy {
	padding-right: 10px;
	width: 220px;
}

.border {
	width: 541px;
	border: 3px solid #d4641c;
	border-radius: 49px;
	height: 250px;
	margin-bottom: 10px;
}



