@charset "utf-8";
.navBar {
	font-size: 18px;
	font-weight: bold;
	

}


body {
	background-color: #008fb9;
}

#wrapper {
	width: 990px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #e3acda;
	/*	border: 5px solid #666;  */	
	background-color:white;
	font-size: 0.8em;
	padding-left:20px;
		padding-right:20px;
		padding-top:15px;
		padding-bottom:20px;
}


ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
	
	
#header {
	border-bottom:1px solid #c0c0c0;
	margin-bottom:18px;
}

#main{
	width:100%;
	overflow:hidden;
	
	margin-left:20px;
}


.three-cols{
	width:990px;
	overflow:hidden;
	padding-bottom:23px;
	
	margin-bottom:19px;
}
.three-cols .col{
	float:left;
	width:300px;
	margin-right:26px;
	display:inline;
}
.three-cols .col h2{
	text-transform:uppercase;
	font:bold 18px/18px Arial, Helvetica, sans-serif;
	color:#090909;
	padding:0 0 10px 28px;
	border-bottom:6px solid #999;
	background:url(images/arrow.gif) no-repeat 0 7px;
	margin-bottom:16px;
}
.three-cols .col .more{
	background:url(images/small-arrow.gif) no-repeat 0 50%;
	padding-left:23px;
	font-weight:bold;
	text-transform:uppercase;
}
.three-cols .col p{
	margin-bottom:5px;
	font-size:15px;
	text-align: left;

}
.three-cols .list li{
	background:url(images/sep02.gif) no-repeat 0 3px;
	line-height:14px;
	padding:2px 0 14px 29px;
	
	font-size:15px;
	
	
}
.three-cols q{
	display:block;
	margin-bottom:19px;
}
.three-cols cite{color:#090909;}



/* general reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c70067;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}.myButton:active {
	position:relative;
	top:1px;
}
.utube {
	font-size: 16px;
	font-weight: bold;
}
.serviceTitles {
	font-size: 18px;
}
.three-cols .list li {
}
#dsa {
	font-size: 14px;
}
#dsadasd {
	font-size: 24px;
}

