﻿/*******************************************************************************
                                canda.css
                                =========

   Portions of this CSS are authored by Templates.com
   
   All other components:
   Copyright (c) 2007-2010 by Carey and Associates, Inc. All Rights Reserved.
*******************************************************************************/

/* new css from php project */
body{
 background-color: #24558c;
}
body *{
 font-family: Tahoma,Verdana,Segoe,sans-serif;
}
#wrapper{
 width: 1000px;
 min-height: 560px;
 border-top-left-radius: 12px;
 border-top-right-radius: 12px;
 -moz-border-radius-topleft: 12px;
 -moz-border-radius-topright: 12px;
 border-bottom-left-radius: 12px;
 border-bottom-right-radius: 12px;
 -moz-border-radius-bottomleft: 12px;
 -moz-border-radius-bottomright: 12px;
 background-color: #FFFFFF;
 position: relative;
 margin-left: auto;
 margin-right:auto;
}
#header{
 width: 100%;
 height: auto;
 min-height: 1.3in;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 background: #1E5799;
 background: #1E5799;
 background: -moz-linear-gradient(left, #1E5799 0%, #2989D8 55%, #7db9e8 97%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799),         color-stop(55%,#2989D8), color-stop(97%,#7db9e8)); ;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799',             endColorstr='#7db9e8',GradientType=0 ); ;
}
#header h1{
 position: absolute;
 left: 35%;
 top: 10%;
}
#logoimage{
 display: inline;
 padding: 20px;
 border-style: none;
}
#tools{
 position: absolute;
 right:10px;
 top:10px;
}
#nav{
 width: 100%;
 height: .5in;
 text-align: center;
 font-size: 25px;
 font-weight: bold;
 padding-top:10px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 -moz-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomright: 10px;
 background: #00b7ea;
 background: -moz-linear-gradient(top, #00b7ea 21%, #009ec3 51%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#00b7ea), color-stop(51%,#009ec3));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
}
#content{
 width: 100%;
}
#columns{
 display: table;
 display: table-row;
 width: 100%;
}
#center_form{
 padding-left: 20px;
 list-style-type: none;
 padding-top: 10px;
}
.nolist{
 list-style-type: none;
}
.nolist1{
 list-style-type: none;
}
#cap_code{
 vertical-align: middle;
}
#contactform label{
 float: left;
 width: 130px;
 margin-right: 10px;
}
#contactform{
 border: 3px solid #000;
}
#contactform fieldset{
 border-style: none;
}
.column1{
 display: table-cell;
 width: 250px;
}
.column1  p{
 padding-left: 10px;
}
.column1 h3{
 padding-left: 10px;
}
.column1 img{
 position: absolute;
 left: 25px;
 top: 230px;
}
#side_nav{
 position: absolute;
 left: 30px;
 top: 460px;
}
.column2_wireframe{
 width:750px;
 display: table-cell;
 border-left: #000000;
 border-left-style: solid;
 border-left-width: thin;
}
#sub_nav{
 border-bottom-style: solid;
 border-bottom-width: thin;
 text-align: center;
}
#sub_nav a{
 padding: 3px 3px 3px;
 border: 3px;
 width: 90px;
}
.column2{
 padding: 10px;
 height: auto;
 min-height: 360px;
}
.bold
{
 font-weight: bold;
}
#footer{
 width:990px;
 min-height: .9in;
 padding-left: 10px;
 padding-bottom:10px;
 padding-top:5px;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 -moz-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomright: 10px;
 background: #1E5799;
 background: -moz-linear-gradient(left, #1E5799 0%, #2989D8 55%, #7db9e8 97%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799),
 color-stop(55%,#2989D8), color-stop(97%,#7db9e8));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799',
 endColorstr='#7db9e8',GradientType=1 );
}
#footer a{
color: #a5e3e9;
}