/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	font-size: 100%; /* :hack: make IE resize text nicely */
	background-color: #273a61;
}
.service_column h3 a {
	color: #1d497a !important;
}
body{
	font: .75em Arial,Helvetica,sans-serif;
	color:#525252;
	background: #fff url(/images/bg_repeat_regular_test1.gif) repeat-x top;
}

body#body_home{
	background: #fff url(/images/bg_repeat_head_home_test.gif) repeat-x 0 0;
}

#wrapper{
	background: transparent url(/images/footer_bg_repeat.gif) repeat-x scroll 0 100%;
}

.turq
{
	color: #66ccff;
	font-style: italic;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
}

h1{
	font-size: 2.8em;
}

h2{
	font-size: 2.5em;
}

h3{
	font-size: 1.9em;	
}

h3.padtop{
	padding-top: 20px;
	
}


.service_column h3
{
	padding-top: 0px !important;
}


h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 10px;
	line-height: 20px;
	font-size: 1.1em;
}

address{
	font-style:normal;
	margin:0 0 10px;
	line-height: 20px;
	font-size: 1.1em;
}

blockquote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

ol, ul {
	margin:0 0 10px 30px;	
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:10em;
}
	
dd{
	
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

a {
	text-decoration: none;
	color: #23aedb;
	font-weight: bold;
}

a:focus, a:hover {
	text-decoration: underline;
}

a img{
	border: 0;
}

#skiplinks {
	margin: 0;
	list-style: none;
}

#skiplinks li { float: left; }

#skiplinks a {
	border: 1px solid #665;
	background: #fff;
	padding: 7px 5px;
	position: absolute;
	top: 10px;
	left: -9999px;
	font-size: 1.3em;
	font-weight: bold;
	z-index: 10;
}
#skiplinks a:focus, #skiplinks a:active {
	left: 20px;
	text-decoration: none;
	border-color: #666; /* IE requires a border-color change (!?) for this to work */
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	overflow:hidden;
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
}

a.replace span{
	cursor:pointer;
}

.flash-replaced .alt {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	border-bottom: 1px solid #ededed;
	clear:both;
	margin:30px 0;
}

.dotrule hr {
	display: none;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight: bold;
	color: #525252;
}

p.bread_crumbs{
	font-weight: bold;
	color: #23aedb;
}

span.current_crumb{
	font-weight: bold;
	color: #1d497a;
}
