@charset "utf-8";

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, hr {
margin: 0; 
padding: 0; 
border: 0; 
outline: none;
}

body {
	height:100%; /*needed for bottom nav */
	width:100%;
	font: 100% Calibri, Verdana, Arial, Helvetica;
	background: #dad6ca;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/body_background.jpg);
	background-repeat:no-repeat;
	border:none;
}

ul, ol
{
list-style: none;
}

.clear{
    clear: both;
}

#container {
	min-height:100%;  /*needed for bottom nav */
	height:100%;   /*needed for bottom nav */
	position:relative; /*needed for bottom nav for IE 6 and IE 5.5 */
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#bottom_nav {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#333333;
}

#header {
	width:900px;
	height:150px;
	padding: 0 0 0 0; 
    font-family: Cambria, Verdana, Arial, Helvetica;
    font-size:20px;
	text-align:center;
}

#logo {
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
	position:absolute;
    top:-3px;
	left:-63px;
	z-index:11;
}

.linx A:link {text-decoration: none; color: #134992; border-bottom: none; font-smooth:always;}
.linx A:visited {text-decoration: none; color: #134992; border-bottom: none; font-smooth:always;}
.linx A:active {text-decoration: none; color: #134992; border-bottom: none; font-smooth:always;}
.linx A:hover {text-decoration: none; color: #26190c; border-bottom: none; font-smooth:always;}

.hlinks A:link {text-decoration: none; color: #26190c; margin-left:100px; border-bottom: none; font-smooth:always; font-weight:bold;}
.hlinks A:visited {text-decoration: none; color: #26190c; margin-left:100px; border-bottom: none; font-smooth:always; font-weight:bold;}
.hlinks A:active {text-decoration: none; color: #26190c; margin-left:100px; border-bottom: none;  font-smooth:always; font-weight:bold;}
.hlinks A:hover {text-decoration: none; color: #26190c; margin-left:100px; border-bottom: none;  font-smooth:always; font-weight:bold;}

.flinks { font-size:16px; width:900px; text-align:center; height:30px;}
.flinks A:link {text-decoration: none; color: #000000; margin-left:70px; font-weight:bold;}
.flinks A:visited {text-decoration: none; color: #000000; margin-left:70px; font-weight:bold;}
.flinks A:active {text-decoration: none; color: #000000; margin-left:70px; font-weight:bold;}
.flinks A:hover {text-decoration: none; color: #000000; margin-left:70px; font-weight:bold;}

.pricing_button 
{
margin: 0 auto; 
width:610px; 
height:75px; 
margin-top:25px; 
margin-bottom:20px; 
}
.pricing_button a
{
display: block;
float:left;
color: #000000;
font-size:18px;
background:#6e9bc9;
width: 300px;
height:55px;
padding-top:5px;
text-decoration: none;
}

.pricing_button a:hover
{
background:#7bd496;
}

.color1 {background:a5b0b8;}

.color2 {background:c2f7aa;}

.color3 {background:#0cf;}

#header h1 { 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#maincontent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#maincontent h3 {
	text-align:center;
    font-family: Cambria, Verdana, Arial, Helvetica;
	font-style:italic;
}
#maincontent h4 {
	text-align:center;
    font-family: Cambria, Verdana, Arial, Helvetica;
	font-style:normal;
}
#mb {
margin-top:35px;
width:100%;
}
#co {
margin-top:35px;
width:100%;
}
#gp {
margin-top:35px;
width:900px;

}

#footer {
        padding-top:15px;
        width:100%;
        height:100px;
}

#footer h4 {
        text-align:left;
}

.shadow {
	-moz-box-shadow: 0px 0px 6px #505d57;
	-webkit-box-shadow: 0px 0px 6px #505d57;
	box-shadow: 0px 0px 6px #505d57;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}



.transie {
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
       zoom: 1;
} 

.firstletter {
	   font-size:32px;
}

.breadcrumbs {
	   padding-top:7px;
	   color:#333333;
	   font-size:12px;
	   text-decoration:none;
}

#notify-container {
background-color:#dad6ca;
border:0 none;
border-top: solid 1px #4e97e8;
border-bottom: solid 1px #4e97e8;
bottom:0;
clear:both;
color:#134992;
height:40px;
padding:4px 0 0;
position:fixed;
text-align:center;
width:100%;
z-index:400;
}

.bnav { font-size:16px;}
.bnav A:link {text-decoration: none; font-weight:bold; color: #134992; }
.bnav A:visited {text-decoration: none; font-weight:bold; color: #134992; }
.bnav A:active {text-decoration: none; font-weight:bold; color: #134992; }
.bnav A:hover {text-decoration: none; font-weight:bold; color: #134992; }