.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	cursor: pointer;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

*{ margin: 0px; padding: 0px;}
body{
	font-family: Arial;
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
img{ border: 0px none;}
ul{ padding: 0px; margin: 0px;}
li{ list-style-type: none;}
#page{
	margin: 10px auto;
	width: 985px;
}
.containt{
	float: left;
	width: 100%;
}
.header{
	float: left;
	width: 100%;
}
.header-top{
	background:url('/wp-content/themes/albion/images/bg-header-top.gif') no-repeat top left;
	float: left;
	width: 100%;
	height: 70px;
	padding-bottom: 20px;
}
.logo{
	float: left;
}
.logo a {
	left:15px;
	position:relative;
	top:18px;
}
/*****Menu top*****/
.menu-top{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.menu-top li{
	display: inline;
	padding-left: 22px;
	padding-right: 22px;
}
.menu-top li.first{
	padding-left: 7px;
}
.menu-top li.last{
	padding-right: 0px;
}
.menu-top li a{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-top li a:hover{
	color: #0066cc;
	text-decoration: none;
}
.menu-top li.active a, .menu-top li.active a:hover{
	color: #0066cc;
	text-decoration: none;
}

.menu-top li.current-cat a, .menu-top li.current-cat a:hover{
	color: #0066cc;
	text-decoration: none;
}
/***---------Content-----------***/
.content{
	clear: both;
	float: left;
	width: 100%;
}
/********Home page********/
.main-home{
	width: 820px;
	float: left;
}
.content-home{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.head-content-home{
	background:url('/wp-content/themes/albion/images/top-content-home.gif') no-repeat left top;
	height: 15px;
	width: 100%;
	float: left;
	overflow: hidden;
}

.head-content-banner{
	background:url('/wp-content/themes/albion/images/top-content-banner.gif') no-repeat left top;
	height: 15px;
	width: 100%;
	float: left;
	overflow: hidden;
}

.ct-content-home{
	background:url('/wp-content/themes/albion/images/ct-content-home.gif') repeat-y left top;
	float: left;
	width: 100%;
}
.ct-content-banner{
	background:url('/wp-content/themes/albion/images/ct-content-banner.gif') repeat-y left top;
	float: left;
	width: 100%;
	padding:0 15px;
	margin:0;
}

.ct-content-banner h3{
	padding:0;
	margin:0;
}

.box-ct{
	background:transparent url(/wp-content/themes/albion/images/bg-ct-home.jpg) no-repeat scroll 95% 100%;
	float:left;
	min-height:200px;
	overflow:hidden;
	padding:25px;
	width: 92%;

}
.box-ct .title{
	padding-bottom: 15px;
}
.box-ct .title img{
	vertical-align: middle;
}
.box-ct p{
	font-size:12px;
	font-weight:bold;
	padding-bottom:20px;
	width:355px;
}
.box-ct ul{
	width: 100px;
}
.box-ct ul li a span, .box-ct ul li a:hover span{
	clear: both;
	float: left;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}
.end-content-home{
	background:url('/wp-content/themes/albion/images/end-content-home.gif') no-repeat left top;
	width: 100%;
	height: 19px;
	float: left;
}
.box-bottom-home{
	clear: both;
	float: left;
	width: 100%;
}
.box-special{
	float: right;
	width: 655px;
	margin-bottom: 10px;
}
.top-special{
	float: left;
	width: 100%;
	background:url('/wp-content/themes/albion/images/top-special.gif') no-repeat left top;
	height: 36px;
	overflow: hidden;
}
.top-special h6 {
	color:#000000;
	font-size:12px;
	line-height:34px;
	padding-left:9px;
}
.ct-special{
	float: left;
	width: 100%;
	background:url('/wp-content/themes/albion/images/ct-special.gif') repeat-y left top;
}
.ct-special ul{
	float: left;
}
.ct-special ul li {
	border-right:1px solid #CCCCCC;
	display:inline;
	float:left;
	margin:20px 0 0;
	padding:0 15px 10px;
	text-align:center;
	width:185px;
}
.ct-special ul li.last {
	border-right: 0px none;
}
.ct-special ul li p{
	text-align: left;
	padding: 0 0 15px 10px;
}
.ct-special ul li p.right{
	float: right;
	padding-bottom: 0px;
}
.end-special{
	float: left;
	width: 100%;
	background:url('/wp-content/themes/albion/images/end-special.gif') no-repeat left top;
	height: 27px;
}
#text-12 .ct-box2 p {
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:5px 15px;
	text-align:left;
	width:130px;
}
/********End Home page********/
.left-sidebar{
	float: left;
	width: 160px;
}
.col-main{
	float: left;
	width: 650px;
	margin-left: 8px;
	margin-right: 0px;
	overflow: hiden;
}
.right-sidebar{
	float: right;
	width: 160px;
	overflow: hidden;
}
/*box1*/
.box1{
	float: left;
	overflow: hidden;	
	width: 155px;
	padding-left: 1px;
	margin-bottom: 10px;
}

ul#theMenu li {
	width:155px;
}

.box1 h6{
	color:#333333;
	font-size:11px;
	line-height:24px;
	padding-left:9px;
}
.box1 h5{
	color:#000;
	font-size:12px;
	line-height:24px;
	padding-left:9px;
}
.box1 h6 a, .box1 h6 a:hover{
	color:#333333;
	font-size:11px;
	text-decoration: none;
}
.ct-box1{
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	background:url('/wp-content/themes/albion/images/ct-box1.gif') repeat-y top left;
}
.ct-box1 li{
	background:transparent url('/wp-content/themes/albion/images/bg-li-box1.gif') repeat-x scroll left bottom;
	line-height:22px;
	margin:0 2px;
	padding-left:8px;
}
.ct-box1 li.current-cat a, .ct-box1 li.current-cat a:hover{
	color: #0066cc;
}
.menu-top li.current-cat-parent a, .menu-top li.current-cat-parent a:hover{
	color: #0066cc;
}
.head-box1{
	background:url('/wp-content/themes/albion/images/head-box1.gif') no-repeat left top !important;
	min-height: 26px;
	float: left;
	width: 155px;
	margin: 0px !important;
}

.ct-box1 li a, .ct-box1 li a:hover{
	color: #333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.ct-box1 li.last{
	background: none;
}
.ct-box1 li h3{
	margin: 0px;
	padding: 0px;
}
.ct-box1 li ul li{
	margin: 0px;
	padding-left:0px;
	line-height: 18px;
	background: none;
}
.ct-box1 li ul li p{
	padding-right: 4px;
	font-size: 10px;
}
.ct-box1 li ul li img {
	left:-7px;
	position:relative;
	text-align:center;
	width: 153px;
}
.end-box1{
	background:url('/wp-content/themes/albion/images/end-box1.gif') no-repeat left top !important;
	height: 25px;
	float: left;
	width: 100%;
	margin: 0px !important;
}
.box-twiter{
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.box-twiter a, .box-twiter a:hover{
	color: #fff;
	text-decoration: none;
}
.box2{
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.img-cate{
	text-align: center;
}
.box2{
	float: left;
	clear: both;
	width:160px;
	margin-bottom: 10px;
}
.box2 h6{
	color:#333333;
	font-size:11px;
	line-height:27px;
	padding-left:9px;
}
.head-box2{
	background:url('/wp-content/themes/albion/images/head-top2.gif') no-repeat left top;
	height: 28px;
	width: 100%;
	float: left;
}
.head-box3{
	background:url('/wp-content/themes/albion/images/head-top3.gif') no-repeat left top;
	height: 38px;
	width: 100%;
	float: left;
}
.head-box3 h6{
	padding:12px 13px 20px 14px;
}
.ct-box3{
	float: left;
	width: 100%;
	background:url('/wp-content/themes/albion/images/ct-box2.gif') repeat-y top left;
	overflow: hidden;
	padding:20px 0 0 0;
}
.ct-box3 h6 {
	padding:0 0 0 15px;
}
.ct-box3 p {
	padding:5px 15px;
	text-align:left;
	width: 130px;
}
.ct-box3 p a{
	text-align: right;
	float: right;
}
.ct-box2{
	float: left;
	width: 100%;
	background:url('/wp-content/themes/albion/images/ct-box2.gif') repeat-y top left;
	text-align: center;
	overflow: hidden;
}
.ct-box2 p {
	padding:5px 15px;
	text-align:left;
	width: 130px;
}
.ct-box2 p a{
	text-align: right;
	float: right;
}
.end-box2{
	float: left;
	width: 100%;
	background:url('/wp-content/themes/albion/images/end-box2.gif') no-repeat left top;
	height: 13px;
}
/***********entry*********/
.entry h2{
	padding-bottom: 20px;
}
.entry p{
	padding-bottom: 10px;
}
/*----footer------------*/
.footer{
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 10px;
}
.footer-left{
	float: left;
	width: auto;
	font-size: 10px;
}
.footer-left ul{
	padding-bottom: 5px;
}
.footer-left li{
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 11px;
	color: #000;
}
.footer-left li img{
	position:relative;
	top:-2px;
	vertical-align:middle;
}
.footer-left li a, .footer-left li a:hover{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}
.footer-left li a:hover{
	color:#0066CC;
}
.footer-left  p{
	color: #6a6a6a;
}
#footer_right {float:right;}
/*form education*/

.enquiry_education_open {
	background-color:#EFEFEF;
	background-image:url(/wp-content/themes/albion/images/banner-open-education.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	width:645px;
}

.enquiry_education_closed {
	background-image:url(/wp-content/themes/albion/images/banner-closed-education.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:176px;
	padding:15px;
	overflow: hiden;
}
.enquiry_education_closed  .header {
	color:#993399;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.enquiry_education_closed p {
	line-height:20px;
	width:460px;
	margin: 0px;
	padding-bottom: 18px;
}

.enquiry_education_open div.head_open{
	background:transparent url(/wp-content/themes/albion/images/education-open-top-header.gif) no-repeat scroll right top;
	padding:20px;
	width:609px;
}
.enquiry_education_open  .header {
	float: none;
	color:#993399;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.enquiry_education_open p {
	line-height:17px;
	margin-bottom:12px;
	margin-top:12px;
	padding:0;
}
.enquiry_education_open .em {
	clear:both;
	color:#356FAF;
}
.clear{ clear: both;}
.left_form{
	float: left;
	width: 45%;
	text-align: left;
	margin-left: 15px;
}
.left_form p{
	clear:both;
	float:left;
	margin:7px 0;
	width:230px;
}
.left_form input{
	float: right;
}
* html .left_form input{
	float: right;
	position: relative;
	top:15px;
	
} /* ie6 */
* + html .left_form input{
	float: right;
	position: relative;
	top:15px;

} /* ie7 */
.left_form .wpcf7-list-item-label{
	float:left;
	width:205px;
}
.right_form{
	float:right;
	margin-right:15px;
	text-align:left;
	width:45%;
}
.right_form p{
	clear:both;
	float:left;
	margin:7px 0;
	width:230px;
}
.right_form input{
	float: right;
}
.right_form .wpcf7-list-item-label{
	float:left;
	width:205px;
}
.bottom_form{
	clear :both;
	float: left;
	text-align: left;
}
.bottom_form p {
	clear:both;
	float:left;
	margin:7px 0;
	width:375px;
}
.bottom_form label{
	float: left;
}
.bottom_form span{
	float: right;
}
.bottom_form p.bt{
	text-align: center;
}

.default_form{
	background:url('/wp-content/themes/albion/images/banner_contact_1.png') no-repeat scroll left top transparent;
	clear :both;
	float: left;
	padding: 10px 0 0 10px;
	text-align: left;
	width: 587px;
	height: 325px;
}
.default_form h3 {
	margin: 5px 0;
	font-weight:bold;
	color: #2759A2;
	}
.default_form p {
	margin:0;
	padding:0;
	width:310px;
}
.default_form label{
	float:left;
	width: 60px;
}
.default_form p.bt input {
	margin-top: 5px;
	margin-left: 60px;
	width: 100px;
}
.default_form .em {
	font-size:90%;
	line-height: 1em;
	padding: 10px 0;
}
.default_form input{
	width: 225px;
	padding: 2px;
	margin-bottom:2px;
	border:1px solid #aaa;
}
.default_form textarea{
	padding: 2px;
	font-size: .9em;
	width: 225px;
	height: 50px;
	border:1px solid #aaa;
	font-family: Arial, Helvetica, Sans-Serif;
}



/****************************************************/
/*------------ contacts page---------------*/
.top_contact label{
	font-size: 14px;
	margin-bottom: 5px;
}
.top_contact span{
	clear: both;
	float: left;
	min-width: 150px;
	width: auto !important;
	width: 150px;
}
#contact_form_open {
	background-image:url(/wp-content/themes/albion/images/banner-open-contact.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:239px;
	padding:15px 25px;
	overflow: hidden;
}
a.text_call, a:hover.text_call{
	color: #114477;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
#contact_form_open p.text{
	width: 400px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
#contact_form_open p {
	clear:both;
	float:left;
	padding:1px 0;
	width:345px;
	text-align: left;
	
}
#contact_form_open form{
	padding: 0px; margin: 0px;
	float: left;
	clear: both;
}
* html #contact_form_open form{
	padding: 0px; margin: 0px;
	float: left;
	clear: both;
	position: relative;
	top:-15px;
	
} /* ie6 */
* + html #contact_form_open form{
	padding: 0px; margin: 0px;
	float: left;
	clear: both;
	position: relative;
	top:-15px;

} /* ie7 */
#contact_form_open label{
	float: left;
	clear: both;
	font-size: 12px;
	margin-bottom: 0px;
}
#contact_form_open input{
	float: right;
}
#contact_form_open textarea{
	float:right;
	height:55px;
	margin-bottom:5px;
	width:262px;
}
#contact_form_open p.bt{ text-align: center;}
/****************************************************/
.entry h4{
	color:#333333;
	font-size:17px;
	font-weight:normal;
	padding-bottom:15px;
	padding-top:5px;
}
.entry p strong{
	font-size: 13px;
}
.entry ul li{
	font-size: 11px;
	line-height: 28px;
	background:url(/wp-content/themes/albion/images/bg-li-entry.gif) no-repeat scroll 0px 11px;
	padding-left: 8px;
	margin: 0px !important;
	list-style-type: none;
	
}
/*-----------------box product---------------------*/
.box_product{
	clear: both;
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
}
.box_product_head{
	background:url(images/top_product.gif) no-repeat scroll top left;
	float: left;
	width: 100%;
}
.box_product_ct{
	background:url(images/end_product.gif) no-repeat scroll left bottom;
	float: left;
	width: 100%;
}
.box_product_ct ul, .box_product_head ul{
	padding: 0px !important;
	margin: 0px !important;
	float: left;
	width: 100%;
}
.box_product_ct ul li, .box_product_head ul li{
	width: 30%;
	float: left;
	padding: 10px !important;
	margin: 0px !important;
	background: none;
	line-height: 18px;
	font-size: 12px;
}
.box_product_ct ul li{
	text-align: center;
}
.box_product_ct ul li p{
	width: 180px;
	margin: auto;
	text-align: left;
}
.box_product_ct ul li p.right{
	text-align: right;
	padding-right: 15px;
}
	
.box_product_head ul li h6{
	font-size: 12px;
	float: left;
}
.box_product_ct ul li .product_img{
	text-align: center;
}


#footertext a {
	color:#555;
}

.head-box1 ul.children {
	background:transparent url('/wp-content/themes/albion/images/bg-li-box1.gif') repeat-x scroll left bottom;
	position:relative;
	left:-6px;
	padding:6px;
}

#widgets_on_page ul li {
	background:none;	
}

#widgets_on_page hr,.content-banner hr {
	display: none;
}

/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { 
	width:100px; height:100px; display:block; float:left; margin:30px 0 0; 
}

#outerContainer { width:642px; height:150px; margin:auto; position:relative; }
#imageScroller { width:642px; height:150px; position:relative; background:#fff url(/wp-content/themes/albion/images/imageScrollerBG.png) no-repeat; }
/* #imageScroller img {padding:0 10px;} */
#viewer { width:640px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#555; }
#imageScroller a img { border:0; }
#controls { width:642px; height:47px; background:url(/wp-content/themes/albion/images/controlsBG.png) no-repeat; position:absolute; top:0px; left:0px; z-index:10;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#555; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background:url(/wp-content/themes/albion/images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(/wp-content/themes/albion/images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(/wp-content/themes/albion/images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(/wp-content/themes/albion/images/ltr_over.png) no-repeat; }



p#breadcrumbs {
margin:0 0 20px 0;
}


.slideshowlink {
display:none;
}

ul#image_rotate, ul#image_rotate li {
height:240px;
display:block;
}

ul#image_rotate li {
background:none;
margin:0 0 20px 0;
padding:0;

}

.top_contact {
float:left;
margin:30px 0 0 0;
}

.divider {
	display:block;
	width:139px;
	margin:17px auto;
	height:1px;
	border:0;
	background:#c2c2c2;
}

.ct-content-banner img {
	margin:20px auto;
}

.end-content-banner{
	background:url('/wp-content/themes/albion/images/end-content-banner.gif') no-repeat left top;
	width: 100%;
	height: 19px;
	float: left;
	margin:0 0 15px 0;
}

#bluebox {
	background:url('/wp-content/themes/albion/images/bluebox.png') no-repeat left top;
	width:158px;

	color:#fff;
	padding:15px 15px 15px 15px;
}

#bluebox p#bb-large {
	width:130px;
font-size:1.3em;
margin:0 0 5px 0;
}

#bluebox p#bb-tel {
font-size:1.5em;
margin:4px 0;
}

#bluebox a, #bluebox a:visited {
	color:#fff;
}

ul.sub-pages {
        list-style-type: none;
}
ul.sub-pages li {
        background: none;
        line-height: 16px;
        font-size: 12px;
}


/* - Migrated css for dropdown news links */

.contents_m {
	position: relative; 
	top: 0;
	left: 0;
	width: 432px;
}

.contents_m dt {
	padding-bottom:2px;
	height: 12px;
	line-height: 12px;
	text-align: left;
	border: 0px solid gray;
}

.contents_m dt div {
		float: left;
}

.contents_m dd {
	background: url('/wp-content/themes/albion/images/migrated_images/drop_mid.jpg') repeat-y top left;
	background-color:  #EAEDED;
	border: 0px solid gray;
}

.contents_m_inside  			{
	padding: 10px 10px 0px 10px;
}
	

	
.selected_cm  			{
	background: url('/wp-content/themes/albion/images/migrated_images/drop_top.jpg') no-repeat top left;
	padding: 10px 0px 2px 10px;
	background-color:  #EAEDED;
	border: 0px solid gray;
	}
	
.dropbot  			{
	background: url('/wp-content/themes/albion/images/migrated_images/drop_bot.jpg') no-repeat top left;
	height:24px;
	background-color:  #FFFFFF;
	border: 0px solid gray;
	}

.selected_cm div {
	display:none;
	}
	
.selected_cm a:link 			{
	text-decoration: none;
	font-weight: bold;
	color: #2759A2;
	font-size: 12px; 
	font-family: Arial;
	}	
.selected_cm a:visited 			{
	text-decoration: none;
	font-weight: bold;
	color: #2759A2;
	font-size: 12px; 
	font-family: Arial;
	}
.selected_cm a:hover 			{
	text-decoration: none;
	font-weight: bold;
	color: #2759A2;
	font-size: 12px; 
	font-family: Arial;
	}
.selected_cm a:active 			{
	text-decoration: none;
	font-weight: bold;
	color: #2759A2;
	font-size: 12px; 
	font-family: Arial;
	}

	
	
ul#menu1 {
 padding:0 0 25px 0;
 background: url(/wp-content/themes/albion/images/foot.gif) no-repeat bottom left;
}


ul.menu {
  list-style-type:none;
  margin: 0 0 10px 2px;
  padding: 0;
  width: 155px;
  font-weight:bold;
  font-size:11px;
}

ul.menu a {
  display: block;
  text-decoration: none; 
}

ul.menu li {
}

ul.menu li a {
 background: #efefef url(/wp-content/themes/albion/images/bg-li-box1.gif) repeat-x bottom left; 
 padding: 5px 10px;
 color:#333;
}

ul.menu li ul{
 border-bottom:1px solid #c2c2c2;
 margin-bottom:1px;
 background:#fff;
}

ul.menu li#first {
 background: url(/wp-content/themes/albion/images/head.gif) no-repeat top left;
 padding: 5px 10px 0 10px;
 border-bottom:1px solid #c2c2c2;
 margin-bottom:1px;
}

ul.menu li#last {
 margin-bottom: -15px;
 background: url(/wp-content/themes/albion/images/foot.gif) no-repeat top left;
}

ul.menu li a:hover {
  color: #06c;
}

ul.menu li ul li a {
  background: #efefef;
  color: #333;
}

/* ul.menu li.current-cat-parent a, */
ul.menu li.current-cat a{
	color: #0066cc;
}

ul#theMenu li ul li p {
	width:145px;
	padding:0 0 5px 0;
}