/**
 * Style sheet default
 */
body
{
	margin:10px 20px 5px 20px;
	padding:0;
	font-family:"Lucida Grande" , Arial, san-serif;
	font-size:100%;
	color:#000000;
	background: #7A8B9D url('../images/body_bg.jpg') top left repeat-x;
}

.ce_text
{
	line-height:1.5;
}

#wrapper
{
	padding:2px;
	background-color:#FFFFFF;
}

#left
{
	padding-left:10px;
}

#header
{
	padding-bottom:4px;
	background: url('../images/header_bg3.jpg') bottom left no-repeat;
	border-bottom:2px solid #163558;
}

#masthead
{
	padding-bottom:0px;
	background-color:#FFFFFF;
}


#header_tagline
{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background: #15294D;
}

#tagline
{
	float:right;
	margin:40px 80px 0px 0px;
	font-family:'Trebuchet MS' , sans-serif;
	font-weight:normal;
	font-size:1.2em;
	color:#DC542A;
}

#tagline p
{
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
}

a
{
	font-size:13px;
}

#tips
{
	width:175px;
	text-align:left;
	border: 1px solid #929EAC;
}
#tips_inner{
	padding:0px 10px;
}

#tips h2{
	font-size:1.1em;
}

#tips a:link,
#tips a:hover,
#tips a:visited
{
	font-weight:bold;
	font-size:.75em;
	color:#DC542A;
}

#main .inside
{
	padding:10px;
}

#tech_wrap{
	background:#BDD1E9;
	border:2px solid #808080;
	color:#15294D;
	margin:30px 10px;
}

table#tech td, table#tblpricing td{
	padding:3px 20px 2px 20px;
	font-size:.9em;
}
table#tech th, table#tblpricing th{
	padding:0px 0px 10px 15px;
}

#tech_wrap_inner{
	/*background:#CFE6FF url('../images/round_bg.jpg') top left no-repeat;*/
}

#main .inside p
{
	margin:10px 0px;
	font-size:.90em;
	color:#505551;
	line-height:1.3em;
}

/*
Services and pricing styles
*/

#service_detail{
	border-top:2px solid #163558;
	padding:10px;
	
}

#service_detail li{
	color:#163558;
}

.price{
	display:block;
	color:#163558;
	font-weight:bold;
}

h1,h2,h3,h4,h5{
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial;
}
h1
{
	padding-bottom:3px;
	font-weight:bold;
	font-size:1.3em;
	color:#163558;
	background: url('../images/h1_bg.jpg') no-repeat bottom left;
}

h2
{
	margin:3px 0px;
	font-weight:normal;
	font-size:1.2em;
	color:#163558;
}

h3
{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1em;
	color:#163558;
}

.strong
{
	font-weight:bold;
}

#moreinfo{
	border:1px solid #808080;
	padding:20px;
	margin-bottom:20px;
}
.formbody{
	font-size:14px;
	color:#163558;
}
.formbody table td{
	padding:3px;
}
input{
	padding:2px;
	margin:5px;
}
#thankyou{
	margin-bottom:300px;
}
#pricing{
	background-color:#BDD1E9;
	border:2px solid #808080;
	color:#15294D;
	margin:30px 10px;
}
#contact{
	margin:10px 0px 200px 0;
}

#contact h4{
	margin:0px;
	font-size:1.1em;
	color:#163558;
	font-weight:normal;
}
#contact a{
	margin-top:10px;
	font-size:1em;
	color:#000;
}
.example{
	margin:20px 10px 0 0;
	
}
.example img{
	margin:0 10px 10px 10px;
	background-color:#aaaaaa;
	padding:1px;
}

#footer
{
	background-color:#808080;
}

#copy
{
	padding:10px;
	font-size:11px;
	color:#CCC;
}
 #copy a,#copy a:visited {
	font-size:11px;
	color:#CCC;
	text-decoration:underline;
}

