 /* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#222;
	line-height:22px;
	height: 100px;
}
body{
	/* see below */
}
input, 
textarea{
	outline:none;/* preventing the chrome and safari nasty yellow border */	
}
a:focus{
	outline:none;
}
a, 
a:visited, 
a:active{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	text-align: left;
	color: #222;
	font-weight: normal;
}
i{
	font-size:11px;
}
h1{
	font-size:20px;
	color:#00214c;
	padding-bottom:10px;
}
h2{
	font-size:18px;
	color:#00214c;
	margin-bottom: 10px;
}
h3{
	color:#222;
	font-size: 10px;
	font-weight: normal;
}
h4{
	color:#00214c;
	font-size: 14px;
}
h5{
	color:#00214c;
}
h6{
	color:#00214c;
}
img{
	border:none;
}
p{
	
}
.quote{
	float:left;
	width:400px;
	background:#eee url('../images/quote.png') no-repeat left 10%;
	font-style:italic;
	border:1px solid #d3d3d3;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.corners{
	 -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}

/*
------------------------------------------------------------------------
BODY - Background with and without a slider.
------------------------------------------------------------------------
*/

#body-bar{
	background:#eeeeee url('../images/bg-stroke.jpg') repeat-x;
}

#body{
	background:#eeeeee url('../images/bg-stroke-2.jpg') repeat-x;
}

/*
------------------------------------------------------------------------
CONTAINERS - DIV Container CSS style.
------------------------------------------------------------------------
*/

/* index.html */
div#container-index{
	width:1040px;
	margin:0 auto!important;
	min-height:480px;
	background-image: url(../images/slider-bg.jpg);
	background-repeat: no-repeat;
}
/* the rest */
div#container-basic{
	width:1040px;
	margin:0 auto!important;
	min-height:600px;
	background-image: url(../images/danco_inner_bkg_layout.jpg);
	background-repeat: no-repeat;
}

/*
------------------------------------------------------------------------
SLIDER - Header with a slider CSS style. (index.html)
------------------------------------------------------------------------
*/

div#header-slider{
	width:1040px;
	height:480px;
	float:left;
	margin-bottom:20px;
}
div#header-slider-in{
	width:1040px;
	height:480px;
	float:left;
	position:relative;
	margin-left:20px!important;
}
div#slider{
	width:1040px;
	height:350px;
	float:left;
	margin-top:20px;
}
div#slider-thumbs{
	width:270px;
	height:330px;
	float:left;
	margin:5px;
}
div#slider-thumbs-slide{
	width:270px;
	height:270px;
	float:left;
	background:#fff;
}
div#slider-thumbs-slide img{
	width:120px;
	height:120px;
	float:left;
}
div#slider-thumbs-slide a,
div#slider-thumbs-slide a:visited,
div#slider-thumbs-slide a:active{
	width:120px;
	height:120px;
	float:left;
	margin:5px;
	border:2px solid #fff;
	outline:1px solid #999;
}
div#slider-thumbs-slide a:hover{
	border:2px solid #999;
	outline:1px solid #999;
}
div#slider-thumbs-ctrls{
	width:121px;
	height:50px;
	float:left;
	margin-left:72px;
	margin-top: 10px;
}
a#slider-thumbs-ctrls-btn-left{
	width:50px;
	height:50px;
	float:left;
	background: url('../images/slider-ctrls/slider-btn-left.png') no-repeat;
	margin:5px;
}
a#slider-thumbs-ctrls-btn-left:hover{
	background: url('../images/slider-ctrls/slider-btn-left-hover.png') no-repeat;
}
a#slider-thumbs-ctrls-btn-right{
	width:50px;
	height:50px;
	float:right;
	background: url('../images/slider-ctrls/slider-btn-right.png') no-repeat;
	margin:5px;
}
a#slider-thumbs-ctrls-btn-right:hover{
	background: url('../images/slider-ctrls/slider-btn-right-hover.png') no-repeat;
}
div#slider-holder{
	width:680px;
	height:330px;
	overflow:hidden;
	position:relative;
	margin:10px 10px 0px 30px;
	float:left;
}


/*
------------------------------------------------------------------------
HEADER - Basic header CSS style.
------------------------------------------------------------------------
*/

div#header{
	width:1040px;
	height:100px;
	float:left;
}
div#header-in{
	width:1000px;
	height:125px;
	float:left;
	position:relative;
	margin-left:20px!important;
}

a.active{
	text-decoration:none;
}


div#logo{
	width:309px;
	height:40px;
	float:left;
	margin-top:10px;
	margin-bottom: 10px;
}

/*
------------------------------------------------------------------------
CONTENT - Content wrap CSS style.
------------------------------------------------------------------------
*/

div#content{
	width:960px;
	min-height:300px!important;
	float:left;
	background:#fff;
	margin:0 20px!important;
	border:1px solid #d3d3d3;
	padding:20px 20px 0 20px;
	letter-spacing:0.7px;
}

/*
------------------------------------------------------------------------
INDEX - Index CSS style.
------------------------------------------------------------------------
*/

div#index{
	width:600px;
	float:left;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 0;
}
div#index-heading{
	width:620px;
	float:left;
	margin-bottom:10px;
}
div#index-heading img{
	float:left;
	margin:0 20px 0px 0;
}
div#index-heading h2{
	width:560px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
}
div#index-heading p{
	width:560px;
	float:left;
	color:#3388BB;
	font-size:12px;
	margin:0;
}
div#index-content{
	float:left;
	margin:0px 0 0px 0;
}
div#index-content p{
	float:left;
	margin:0px 0 20px 0;
}
/* this will be display on a new row, 960px */

div#index-content-one-row{

	width:960px;
	float:left;
	margin:0 0 0px 0;
	padding-bottom:0px;
	}

div#content-left-300{
	width:300px;
	float:left;
	margin:0 0px 20px 0px;
	}

div#content-mid-300{
	width:300px;
	float:left;
	margin:0 30px 20px 30px;
	}
div#content-right-300{
	width:300px;
	float:left;
	margin:0 0px 20px 0px;
	}

div#content-left-300 img,

div#content-mid-300 img,

div#content-right-300 img{
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
}

div#content-left-300 h3,

div#content-mid-300 h3,

div#content-right-300 h3{

	width:232px;

	float:left;

	color:#00214c;

	font-size:16px;

	font-weight:bold;

	margin:4px 0 16px 0;

}

div#content-left-300 p,

div#content-mid-300 p,

div#content-right-300 p{

	width:300px;

	float:left;

	margin:0px 0 20px 0;

}

div#content-left-300 a,

div#content-left-300 a:visited,

div#content-left-300 a:active,

div#content-mid-300 a,

div#content-mid-300 a:visited,

div#content-mid-300 a:active,

div#content-right-300 a,

div#content-right-300 a:visited,

div#content-right-300 a:active{

	float:left;

	margin:0 0 20px 0;

	color:#3388BB;

}




/*
------------------------------------------------------------------------
ABOUT - About CSS style.
------------------------------------------------------------------------
*/

div#about{
	width:600px;
	float:left;
	padding-bottom:20px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
div#about-heading{
	float:left;
	margin-bottom:10px;
}
div#about-heading img{
	float:left;
	margin:0 20px 0px 0;
}
div#about-heading h2{
	width:560px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
}
div#about-heading p{
	width:560px;
	float:left;
	color:#3388BB;
	font-size:13px;
	margin:0;
}
div#about-content p{
	float:left;
	margin:0 0px 20px 0;
}
div.heading{
	width:100%;
	float:left;
}
div.heading h1,
div.heading h2,
div.heading h3,
div.heading h4,
div.heading h5{
	width:100%;
	float:left;
	margin:0 0px 20px 0;
}
/*
------------------------------------------------------------------------
ABOUT - About CSS style.
------------------------------------------------------------------------
*/

div#insideWide{
	width:720px;
	float:left;
	padding-bottom:20px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
div#insideWide-heading{
	float:left;
	margin-bottom:10px;
}
div#insideWide-heading img{
	float:left;
	margin:0 20px 0px 0;
}
div#insideWide-heading h2{
	width:560px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
}
div#insideWide-heading p{
	width:560px;
	float:left;
	color:#3388BB;
	font-size:13px;
	margin:0;
}
div#insideWide-content p{
	float:left;
	margin:0 0px 20px 0;
}
div.heading{
	width:100%;
	float:left;
}
div.heading h1,
div.heading h2,
div.heading h3,
div.heading h4,
div.heading h5{
	width:100%;
	float:left;
	margin:0 0px 20px 0;
}

/*
------------------------------------------------------------------------
PORTFOLIO - Portfolio CSS style.
------------------------------------------------------------------------
*/

div#portfolio{
	width:960px;
	float:left;
	margin:0 0px 0px 0;
	padding-bottom:0px;
	position:relative;
}
div#portfolio-heading{
	width:960px;
	float:left;
	margin-bottom:10px;
}
div#portfolio-heading img{
	float:left;
	margin:0 20px 0px 0;
}
div#portfolio-heading h2{
	width:792px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
}
div#portfolio-heading p{
	width:792px;
	float:left;
	color:#3388BB;
	font-size:13px;
	margin:0;
}
div#portfolio-content p{
	float:left;
	margin:0 0px 20px 0;
}
div#portfolio-all{
	width:960px;
	float:left;
	margin-bottom:10px;
}
/* normal view, thumbs */
ul.display {
	list-style:none;
	float:left;
	margin-bottom:0px;
}
ul.display li{
	float:left;
}
ul.display div.project{
	width:300px;
	float:left;
	background:#FFF;
	margin:0 0 30px 0;
	position:relative;
}
ul.display div.project-mid{
	width:300px;
	float:left;
	background:#FFF;
	margin:0 30px 30px 30px;
	position:relative;
}
ul.display div.project img,
ul.display div.project-mid img{
	border:4px solid #fff;
	outline:1px solid #ccc;
	float:left;
}
ul.display div.project a.insidelink,
ul.display div.project a.insidelink:active,
ul.display div.project a.insidelink:visited,
ul.display div.project-mid a.insidelink,
ul.display div.project-mid a.insidelink:active,
ul.display div.project-mid a.insidelink:visited{
	position:absolute;
	left:0;
	bottom:20px;
	color:#FFF;
	padding:0 10px 2px 10px;
	font-size:18px;
	background:#900;
}
ul.display div.project a:hover,
ul.display div.project-mid a:hover{
	text-decoration:none;
	background:#222;
}
ul.display div.project h2.insideh2,
ul.display div.project-mid h2.insideh2{
	display:none;
}
ul.display div.project p.txt,
ul.display div.project-mid p.txt{
    display:none;
}
/* switch setting, thumbs + text */
ul.thumb_view li{
	list-style:none;
	float:left;
	margin-bottom:0px;
	}
ul.thumb_view div.project,
ul.thumb_view div.project-mid{
	width:960px;
	float:left;
	margin:0 0 30px 0;
	position:relative;
}
ul.thumb_view div.project img,
ul.thumb_view div.project-mid img{
	border:4px solid #fff;
	outline:1px solid #ccc;
	float:left;
	margin-right:20px;
}
ul.thumb_view div.project a.insidelink,
ul.thumb_view div.project-mid a.insidelink{
	display:none;
}
ul.thumb_view div.project h2.insideh2,
ul.thumb_view div.project-mid h2.insideh2{
	float:left;
	width:640px;
	display:block;
	margin-bottom:10px;
}
ul.thumb_view div.project p.txt,
ul.thumb_view div.project-mid p.txt{
	float:left;
	width:640px;
	display:block;
	margin-bottom:10px;
	font-size:12px;
	color:#666;
}
/* switch btn*/
a.switch_thumb {
    width: 122px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 12px 0;
    display: block;
    background: url('../images/switch.png') no-repeat;
    outline: none;
    text-indent: -9999px;
	position:absolute;
	right:0;
	top:0;
}
a.swap { background-position: left bottom; }

/*
------------------------------------------------------------------------
BLOG - Blog CSS style.
------------------------------------------------------------------------
*/

div#blog{
	width:640px;
	float:left;
	margin:0 40px 20px 0;
}
div#blog-heading{
	width:640px;
	float:left;
	margin-bottom:10px;
}
div#blog-heading img{
	float:left;
	margin:0 20px 0px 0;
}
div#blog-heading h2{
	width:560px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
}
div#blog-heading p{
	width:560px;
	float:left;
	color:#3388BB;
	font-size:13px;
	margin:0;
}
div.blog-post{
	width:620px;
	border:1px solid #d3d3d3
	float:left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 0px;
}
div.blog-post-blog {
	width:580px;
	float:left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 40px;
}

div.blog-post img{
	float:left;
	margin:4px 0px 20px 0;
}
div.blog-post h2{
	width:520px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
}
div.blog-post h2 a,
div.blog-post h2 a:visited,
div.blog-post h2 a:active{
	color:#00214c;
}
#content .blog-post .blog-post-blog h4 {
	font-size: 12px;
	color: #222;
	margin-left: 0px;
	font-weight: normal;
	text-align: left;
	clear: none;
	float: none;
}
#body-bar #container-index #content .blog-post .blog-post-blog h4 p {
	width: 580px;
}

#content .blog-post .blog-post-blog h5 {
	font-size: 10px;
	text-align: right;
	color: #222;
	font-weight: normal;
	border-bottom: 1px dotted #d3d3d3;
	clear: both;
}
div.blog-post p.subtitle{
	width:580px;
	float:left;
	color:#900;
	font-size:14px;
	margin:4px 0 0 0;
	font-size:12px;
}
div.blog-post p{
	width:640px;
	float:left;
	margin:10px 0;
	text-align: left;
}
#body-bar #container-index #content .blog-post .blog-post-blog h2 {
	font-size: 14px;
	color: #3388BB;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

div.blog-post p.readmore a,
div.blog-post p.readmore a:visited,
div.blog-post p.readmore a:active{
	text-decoration:none;
	color:#FFF;
	background:#900;
	padding:2px 4px 2px 4px;
}
div.blog-post p.readmore a:hover{
	text-decoration:none;
	color:#FFF;
	background:#222;
}

/*
------------------------------------------------------------------------
CONTACT - Contact CSS style.
------------------------------------------------------------------------
*/

div#contact{
	width:640px;
	float:left;
	margin:0 40px 40px 0;
}
div#contact-heading{
	width:640px;
	float:left;
	margin-bottom:10px;
}
div#contact-heading img{
	float:left;
	margin:0 20px 0px 0;
}
div#contact-heading h2{
	width:560px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
}
div#contact-heading p{
	width:560px;
	float:left;
	color:#3388BB;
	font-size:13px;
	margin:0;
}
div#contact-content p{
	float:left;
	margin-bottom:20px;
}
div#contact-content div.fields{
	width:640px;
	float:left;
	margin-top:20px;
}
div.fields label{
	width:640px;
	float:left;
}
div.fields input{
	width:360px;
	height:21px;
	float:left;
	border:1px solid #ababab;
	color:#666;
	padding:5px 4px 0 4px;
	margin-bottom:10px;
}
div.fields input:focus{
	border:1px solid #737373;
}
div.fields textarea{
	width:500px;
	height:200px;
	float:left;
	border:1px solid #ababab;
	color:#666;
	padding:5px 4px 0 4px;
	margin:0 60px 10px 0;
}
div.fields textarea:focus{
	border:1px solid #737373;
}
div.fields input#send-btn{
	width:80px;
	height:28px;
	float:left;
	margin:0;
	color:#FFF;
	background:#07428e;
	border:1px solid #07428e;
	padding:0 0 0px 0;
	cursor:pointer;
}
div.fields input#send-btn:hover{
	background:#021329;
	border:1px solid #021329;
}

/*
------------------------------------------------------------------------
SIDEBAR - Sidebar CSS style.
------------------------------------------------------------------------
*/

div#sidebar{
	width:260px;
	float:right;
	margin: 40px 0 5px 5px;
}
/*
------------------------------------------------------------------------
SIDEBAR - Sidebar CSS style.
------------------------------------------------------------------------
*/

div#sidebar4wide{
	width:200px;
	float:left;
	margin: 35px 0 20px 0px;
	
}
div#sidebar-heading{
	width:260px;
	float:left;
	margin-bottom:10px;
}
div#sidebar-heading img{
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}
div#sidebar-heading h3{
	width:260px;
	float:left;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
div#sidebar-heading p{
	width:200px;
	float:left;
	color:#3388BB;
	font-size:13px;
	margin:0;
}
div#sidebar-content{
	width:250px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 10px;
}
div#sidebar-content p{
	width:248px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: -10px;
}

div#sidebar-content ul{
	margin:0 0 20px 0;
}
div#sidebar-content ul.features{
	width:290px;
	float:left;
	list-style-position:inside;
	padding-left:20px;
	margin:0 0 20px 0;
}
div#search{
	float:left;
	margin-bottom:40px;
}
div#search h3{
	width:280px;
	float:left;
	margin-bottom:10px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
}
div#search input{
	width:184px;
	height:21px;
	float:left;
	margin:0;
	border:1px solid #ababab;
	color:#666;
	padding:5px 4px 0 4px;
}
div#search input:focus{
	border:1px solid #737373;
}
div#search input#search-btn{
	width:80px;
	height:28px;
	float:right;
	margin:0;
	color:#FFF;
	background:#07428e;
	border:1px solid #07428e;
	padding:0 0 0px 0;
	cursor:pointer;
}
div#search input#search-btn:hover{
	background:#021329;
	border:1px solid #021329;
}
div#social{
	float:left;
	margin-bottom:40px;
}
div#social h3{
	width:280px;
	float:left;
	margin-bottom:10px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
}
div#social img{
	float:left;
	margin:0 3px 0 0;
}
div#company{
	float:left;
	margin-bottom:40px;
	margin-top: 0px;
	margin-right: 0px;
	width: 260px;
	margin-left: 0px;
}
div#company h3{
	float:left;
	margin-bottom:14px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
	width: 260px;
}

div#company img.img-float{
	float:right;
	margin-bottom:10px;
}
div#submenu{
	float:left;
	margin-bottom:40px;
}
div#submenu h3{
	width:260px;
	float:left;
	margin-bottom:10px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
}
div#submenu ul{
	float:left;
	list-style-type:none;
	border-top:1px solid #ccc;
}
div#submenu ul li{

}
div#submenu ul li a,
div#submenu ul li a:active,
div#submenu ul li a:visited{
	width:260px;
	display:block;
	border-bottom:1px solid #ccc;
	padding:4px 0 4px 20px;
	background:url('../images/bullit.jpg') no-repeat 0px 10px;
	color:#222;
}
div#submenu ul li a:hover{
	border-bottom:1px solid #ccc;
	text-decoration:none;
	background:#eee url('../images/bullit-hover.jpg') no-repeat 0px 10px;
}
div#contact-details{
	float:left;
	margin-bottom:40px;
}
div#contact-details h3{
	width:280px;
	float:left;
	margin-bottom:10px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
}
div#contact-details p{
	float:left;
	width:280px;
	margin:0;
}
div#products{
	float:left;
	margin-bottom:30px;
}
div#products h3{
	width:280px;
	float:left;
	margin-bottom:10px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;
}
div#products img{
	float:left;
	margin-bottom:10px;
}
div#map{
	float:left;
	margin-bottom:40px;
}
div#map h3{
	width:280px;
	float:left;
	margin-bottom:14px;
	color:#00214c;
	font-size:18px;
	font-weight:bold;	
}
div#map img{
	float:left;
	margin-bottom:0px;
	border:1px solid #ccc;
}

/*
------------------------------------------------------------------------
FOOTER - Footer CSS style.
------------------------------------------------------------------------
*/

div#footer{
	width:1000px;
	height:100px;
	float:left;
	background:#fff;
	border:1px solid #d3d3d3;
	position:relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}
div#footer p{
	float:left;
	color:#666;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30px;
}
div#footer p a,
div#footer p a:active,
div#footer p a:visited{
	text-decoration:underline;
	color:#666;
}
div#footer p a:hover{
	text-decoration:underline;
	color:#222;
}
div#footer ul{
	float:right;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
div#footer li{
	display:inline;
	margin:9px 6px 9px 6px;
}
div#footer ul a,
div#footer ul a:active,
div#footer ul a:visited{
	color:#666;
}
div#footer ul a:hover{
	color:#222;
}
.top{
	position:absolute;
	right:4px;
	top:81px;
}
div#bottomspacer{
	width:1000px;
	height:20px;
	float:left;
}
/*
------------------------------------------------------------------------
PAGE NAVIGATION - Page Navigation CSS style.(blog.html)
------------------------------------------------------------------------
*/

div#page-nav {
	width:640px;
	float:left;
	height:26px;
	margin:20px 0 20px 0;
}
div#page-nav ul{
	width:640px;
	height:24px;
	float:left;
	padding:0;
}
div#page-nav li{
	height:24px;
	list-style-type: none;
	display: inline;
	float:left;
	padding: 0px;
	margin:0 4px 0 0px;
}
div#page-nav a, 
div#page-nav a:visited,
div#page-nav a:active{
	width:24px;
	height:23px;
	text-decoration: none; 
	border:1px solid #ccc;
	color: #666;
	float:left;
	font-size:12px;
	text-align:center;
	padding:1px 0 0 0;
}
div#page-nav a:hover{
	border:1px solid #07428e;
	color: #07428e;
}
div#page-nav a.currentpage{
	border:1px solid #07428e;
	color: #07428e;
	font-weight: normal;
	cursor: default;
}
div#page-nav a.disablelink, 
div#page-nav a.disablelink:hover{
	border:1px solid #ccc;
	color: #ccc;
	font-weight: normal;
	cursor: default;
}
div#page-nav a#prev{
	width:70px;
	height:23px;
	float:left;
	padding-top:1px;
}
div#page-nav a#next{
    width:70px;
	height:23px;
	margin-left:0px;
	padding-top:1px;
}

/*
------------------------------------------------------------------------
LIVE VALIDATION - Live Validation CSS style.(contact.html)
------------------------------------------------------------------------
*/

.LV_validation_message{
    font-weight:bold;
	float:right;
	padding-right:130px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#ff0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
select.LV_invalid_field:active,
select.LV_invalid_field:hover  {

}
/* 

	LEVEL ONE

*/

ul.dropdown {
	list-style-type:none;
	position:absolute;
	height:38px;
	top:0;
	right:0;
	padding:20px 0px 0 0px;
	z-index:100;
	width: 571px;
}

ul.dropdown li { 

	display:inline;

	float:left;

	zoom: 1; 

}

ul.dropdown a:hover{ 

	color: #fff;

	text-decoration:none;

}

ul.dropdown a:active{
	color: #DFDD60;
}

ul.dropdown li a{ 

	display: block; 

	color: #fff;

	height:20px;

	padding:8px 10px 10px 10px;

}

ul.dropdown li.hover,

ul.dropdown li:hover{ 

	color:#C0321A; 
	position: relative;
	}

ul.dropdown li.hover a{ 

   color:#C0321A; 

}

/* 

	LEVEL TWO

*/

ul.dropdown li ul {

	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	background:#fff; 
	padding-bottom:0px;
	text-align:left;
	}
ul.dropdown li ul li{ 
	color: #fff; 
	float: none;
	margin:0;
	width: 150px;
	height:34px;
	float:left;
	padding:0;
}									  

/* IE 6 & 7 Needs Inline Block */

ul.dropdown li ul li a{ 
	width: 140px;
	display: inline-block;
	margin:0;
	height:34px;
	color:#00214c;

} 

ul.dropdown li ul li a:hover{

    text-decoration:none;	

}

ul.dropdown li ul li:hover{ 
	color:#C0321A;
	width: 150px;
	display: inline-block;
	margin:0;
	} 
.social {
	padding: 5px;
	float:left;
	margin-top: 52px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.imgright{
	float:right;
	margin:0 0 10px 10px;
}
.imgleft{
	float:left;
	margin:0 10px 10px 0;
}
.search{
	height:25px;
	width:560px;
	float:right;
	padding:10px 0 0 0;
	}
.search p{
	float:right;
	padding:0 20px 0 0;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#body #container-basic #content div #mapCanvas {
	width:27%;
	margin-top: 20px;
	margin-bottom: 10px;
	height:27%;
	min-width:300px;
	min-height:300px;
	clear: none;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.imgblog {
	float: right;
	height: auto;
	width: auto;
}

