html {
	background:#0d508f;
	padding:0 0 200px;
}
body {
	margin:0;
	min-width:986px;
	background:#fff url(../img/bg-body.gif) repeat-x;
	color:#858585;
	font:12px/14px "Droid Sans", Helvetica, sans-serif;
}

.srounded {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.mrounded {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.lrounded {
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}


a {
    outline:none;
}
#container {
    background:#fff url(../img/bg-body.gif) repeat-x;
}


h2 {
    color:#444;
    line-height:1em;
}

a {
	color:#858585;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
img {border:0;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
form {display:inline;}

#wrapper {
	position:relative;
	width:986px;
	margin:0 auto;
        
}
#wrapper:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
#header h1 {
	margin:0;
	padding:15px 0 35px;
	width:205px;
	height:40px;

	overflow:hidden;
}
#header h1 a {
	display:block;
	width:100%;
	height:70px;
	text-indent:-9999px;
	background:url(../img/logo.png) no-repeat;
	cursor:pointer;
}

.nav {
	width:100%;
	margin:0 auto;
    margin-top:13px;
	padding:0 0 25px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.nav div {
	left:50%;
	float:left;
	position:relative;
	text-align:center;
}
.nav ul {
	left:-50%;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
.nav li {
	float:left;
	font-size:18px;
	line-height:34px;
	font-weight:bold;
	padding:0 8px;
}
.nav a {
	color:#137bdc;
	float:left;	
}
.nav span {
	float:left;
	padding:0 23px;
	cursor:pointer;
}
.nav li.active a,
.nav a:hover {
	color:#fff;
	text-decoration:none;
	border:0;
	background:url(../img/bg-nav-on-l.gif) no-repeat;
}
.nav li.active span,
.nav a:hover span {
	background:url(../img/bg-nav-on-r.gif) no-repeat 100% 0;
}

.two-col {
	width:100%;
	overflow:hidden;
}
.two-col-t {
	display:block;
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(../img/bg-two-col-t.png) no-repeat;
}
.two-col-b {
	color:#242424;
	width:100%;
	overflow:hidden;
	padding:10px 0 29px;
	background:url(../img/bg-two-col-b.png) no-repeat 0 100%;
}
.col-1 {
	position:relative;
	float:left;
	width:383px;
	padding:0 0 0 12px;
}

.col-all {
    position:relative;
    float:left;
    padding: 0 0 0 12px;
    width:980px;
}


.form-search {
	width:100%;
	overflow:hidden;
}
.form-search h3 {
	height:36px;
	margin:6px 0 0;
	padding:0 0 6px 49px;
	font-size:22px;
	line-height:26px;
	background:url(../img/ico-glass.png) no-repeat;
}
.form-search span {
	float:left;
	width:282px;
	overflow:hidden;
	padding:2px 0 0 9px;
}
.form-search span input {
	float:left;
	width:274px;
	font-size:14px;
	line-height:16px;
	padding:2px 3px;
	background:#fff;
	border:1px solid #8c97b5;
	margin:0;
}
.form-search em {
	float:right;
	overflow:hidden;
}
.form-search em input {
	float:left;
	width:82px;
	height:26px;
	background:url(../img/btn-find.png) no-repeat;
	border:0;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
}
.col-2 {
	position:relative;
	width:512px;
	float:right;
	padding:0 20px 0 0;
}
.col-2 h3 {
	margin:0;
	font-size:15px;
	line-height:18px;
}
.form-filter {
	width:100%;
	overflow:hidden;
}
.form-filter label {
	display:block;
	color:#242424;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding:0 0 3px;
}
.form-filter em {
	float:right;
	width:70px;
	overflow:hidden;
	padding:19px 0 0;
}
.form-filter em input {
	float:left;
	width:70px;
	height:22px;
	background:url(../img/btn-filter.png) no-repeat;
	border:0;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
}
.form-filter select {width:100%;}
.row {
	width:100%;
	overflow:hidden;
	padding:11px 0 0;
}
.col-location {
	float:left;
	width:150px;
	padding:0 19px 0 0;
}
.col-street {
	float:left;
	width:173px;
	padding:0 16px 0 0;
}
.col-zip {
	float:left;
	width:69px;
	overflow:hidden;
}
.col-zip span {
	float:left;
	width:100%;
	overflow:hidden;
}
.col-zip span input {
	float:left;
	width:61px;
	font-size:14px;
	line-height:16px;
	padding:2px 3px;
	background:#fff;
	border:1px solid #8c97b5;
}
#contentMain {
    width:980px;
    margin:0px auto;
}


.detailBox {
    width:960px;
    margin:0px auto;
    margin-top:10px;
    display:block;
    float:left;
}

#main {
	width:980px;
	padding:0px 3px 60px 3px;
	overflow:hidden;
}

.content {
	float:left;
	width:548px;
	overflow:hidden;

}


.content h2 {
	color:#0d508f;
	margin:0;
	font-size:20px;
}
.content h2 a {color:#0d508f;}
.club-list {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.club-list li {
	height:1%;
	vertical-align:middle;
}

.box
{
	width:100%;
	padding:0 0 50px;
	background:url(../img/bg-box.png) no-repeat 0 100%;
}



.box-t,
.box-b {
	display:block;
	width:100%;
	height:12px;
	overflow:hidden;
	background:url(../img/bg-box-t.png) no-repeat;

}

.detailBox .box-t {
    float:left;
}
.box-b {background-image:url(../img/bg-box-b.png);}
.box-b {background-image:url(../img/bg-box-b.png);}

.box-c {
	height:1%;
	padding:7px 22px 14px;
	background:url(../img/bg-box-c.gif) repeat-y;
}
.box-c:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}


.box-all-t {
    display:block;
	width:100%;
	height:12px;
	overflow:hidden;
	background:url(../img/bg-box-l-t.png) no-repeat;
}


.box-all-b {
	display:block;
	width:100%;
	height:12px;
	overflow:hidden;
	background:url(../img/bg-box-l-t.png) no-repeat;
}
.box-all-b {background-image:url(../img/bg-box-l-b.png);}

.box-all-c {
	height:1%;
	padding:7px 22px 14px;
	background:url(../img/bg-box-l-c.gif) repeat-y;
}

.box-all-c:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}



.clubDetails .map-holder {
    max-width:300px;
    float:right;
    border:1px solid #ddd;
    min-height:200px;

}


#clubmap {
    float:left;
    width:300px;
    height:300px;
    margin:0 auto;
}

#clubmaplist {
    margin:6px;
    float:left;
    width:400px;
    height:400px;
}


.detail {
    width:960px;
    border:1px solid blue;
    margin:0px auto;
    overflow:hidden;
    display:block;
    float:left;
}



.first {
}

.infoSection {
    width:580px;
    float:left;
    
    margin-top:20px;
    padding-bottom:20px;
}

.infoSection h2 {
    color:#666;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}


.instructor {
    color:#444;
}

.infoSection ul {
    margin-top:10px;
}

.infoSection ul li {
    margin-top:5px;
}



#phone {
    float:left;
    display:block;
    width:100%;
}


.website a {
    font-size:1em;
    color:#137bdc;
    float:left;
    display:block;
    width:200px;
}


.phone {
    font-weight:bold;
    line-height:1.5em;
    margin-top:5px;
    float:left;
}

#phone input,
#web input{
    display:inline;
}

#phone .buttons,
#web   .buttons{
    float:right;
    font-size:.66em;
    vertical-align:middle;
    
}

.detailBox .box-t {
	width:100%;
	background:url(../img/detail_bg-box-t.png) no-repeat;

}


.detailBox .box-c {
    width:100%;
	background:url(../img/detail_box-c.png) repeat-y;
	padding:7px 22px 14px;
    float:left;
    
}

.distance {
    margin-left:20px;
}

a.nearbyClub {
    float:left;
    min-width:300px;
    text-decoration:underline;
}


.detailBox .box-b {
	background:url(../img/detail_bg-box-b.png) no-repeat;
    min-height:50px;
    float:left;
}


.description {
    float:left;
    width:580px;
    font-size:1.2em;
    line-height:1.2em;
}


.additionalActions {
    float:right;
    height:100px;
    width:250px;
    margin:25px 10px 15px 20px;
}



.detailBox li {
    /*list-style: disc url("../img/list_button.png") outside;*/
    list-style:none;
    vertical-align:middle;
}

ul.clubInfo {
    margin-bottom:10px;

}

ul.clubInfo li {
    list-style: disc url("../img/list_button.png") outside;

}

.additionalActions h2 {
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    padding-bottom:5px;
}

.ads {
    float:right;
}

#address {
    min-width:320px;
    max-width:320px;
}

#searchAddress {
    max-width:320px;

}
.descriptionText {
    float:left;
}

.description {
    margin-top:10px;
}

.description .buttons{
    font-size:.66em;

}
.description .buttons {
    display:block;
    width:100%;
}


.leftmin {
    width:470px;
    float:left;
}


.rightmin {
    width:430px;
    float:left;
    margin:0 10px 0 10px;
}

.left {
    width:605px;
    float:left;


}

.left h2,
.leftmin h2{
    margin-bottom:20px;
}

.center {
    width:900px;
    float:left;
    margin:0px auto;
    /*border:1px solid red;*/
}


.right {
    width:300px;
    float:left;
    margin:0 10px 0 10px;

}

.details {
    margin-bottom:20px;
    width:100%;
    float:left;
}

.details p {
    line-height:1.2em;
}

.details h3 {
    font-size:.8em;
    color:#444;
    font-weight:bold;
}

.details p {
    font-size:.7em;
}

#static .left {
    width:680px;
    float:left;
}

#static {
    float:left;
    width:960px;
}

#static .right {
    width:200px;
    float:right;
    margin:0;
}

#static .box-c {
    width:917px;
}

.info {
    float:left;
}

.full {
    width:100%;
    float:left;
    margin-bottom:30px;
    height:auto;
}

.full span {
    float:left;
}

.marRight {
    margin-right:70px;
}
.half {
    width:420px;
    float:left;

}

.full h2 {
    color: #888;
    font-size:1.25em;
    margin-bottom:20px;
}

.info h2 {
    color:#444;
    font-size:1.25em;
    margin-bottom:20px;
}

.half h3,
.info h3 {
    font-size:1em;
    color:#444;
    margin-top:30px;
    margin-bottom:10px;
}

.half h3 {
    margin-bottom:10px;
}


.half p {
    font-size:.8em;
    text-align:left;
}

.half a {
    color:#137bdc;
    font-weight:bold;
    font-size:1.2em;
    text-decoration:underline;
}

h1 {
    /*margin:10px 0 20px 0;*/
}

.half p.action {
    margin-top:20px;
    float:right;
    width:100%;
    text-align:right;   
}

.info p {
    font-size:.8em;
}


.furtherInfo,
.clubDetails,
.staticContent{
    float:left;
    display:block;
    font-size:1.5em;
    line-height:1.2em;
    width:930px;

}

.staticContent {
    height:auto;
}

/*
.furtherInfo {
    border:1px solid red;
    width:910px;
    margin-top:20px;
}
*/


.mapAndActions {
    float:none;
    display:block;
    width:330px;
    height:300px;
    
}


.clubDetails .items {
    width:300px;
    float:left;
}


.ads {
    float:right;
    width:250px;
    height:250px;
    margin:20px 20px 0 0;
    border:1px solid #ccc;
}


.clubDetails .items li {
    padding-right:5px;
    font-size:.75em;

}


.boxHeader {
    width:920px;
    display:block;
    margin-bottom:15px;
    padding:10px 0 25px 0;

}


.boxHeader h1 {
    font-size:2.5em;
    float:left;
    color: #000033;
}

h1.title {
    max-width:600px;
    line-height:1em;
}



.boxHeader h2 {
    float:left;
    font-size:1.5em;
    margin-left:40px;
    color:#aaa;
}

#static .boxHeader h2 {
   color:#666;
    
}

.social {
    float:right;
    margin-right:50px;
    width:100px;
}

.img-present {
    float:left;
	width:132px;
	height:150px;
	margin:0 13px 0 0;
}

.img-holder {
	float:left;
	width:132px;
	height:102px;
	margin:0 13px 0 0;
	background:url(../img/no-image.gif) no-repeat;
	border:1px solid #d5d5d5;
}

* html .img-holder, * html .img-present {margin-right:10px;}

.listPage .box-c div {
	height:1%;
	overflow:hidden;
	padding:11px 0 0;
}



.box-c address {	
	width:136px;
	float:right;
	margin:0 0 0 28px;
	padding:10px 0 0;
	color:#137bdc;
	font-style:normal;
	font-size:13px;
	line-height:15px;

}
* html .box-c address {
    margin-left:25px;
}

.clubDetails address {
    float:left;
    margin:20px 0 20px 0;
    font-size:1em;
    line-height:1.2em;
    width:auto;
    color:#555;
}

.clubDetails address .name,
.clubDetails address .name a {
    font-size:1.1em;
    color:#137bdc;
    font-weight:bold;
    margin-bottom:7px;
    max-width:350px;
}

address span {
    display:block;
}

.box-c p {margin:0;}
.items {
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:8px 0 0;
}
.items ul {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
.items li {
	display:inline;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	padding:0 25px;
	position:relative;
}



.items a {
	display:inline-block;
	padding:0 0 0 33px;
}
.link-contact {
	color:#137bdc;
	background:url(../img/ico-envelope.png) no-repeat;
}
.link-review {
	color:#ee7c02;
	background:url(../img/ico-notepad.png) no-repeat;
}
.link-more {	
	color:#8fc800;
	background:url(../img/ico-information.png) no-repeat;
}
.sidebar {
	float:right;
	width:412px;
	padding:3px 0 0;
}
.item-box {
	width:100%;
	overflow:hidden;
	padding:0 0 8px;
	background:url(../img/bg-box.gif) repeat-x 0 50%;
}

.item-box-no-bg {
	width:100%;
	overflow:hidden;
	padding:0 0 8px;
}

.item-box h3 {
	margin:0 0 0 10px;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	line-height:31px;
}
.map-holder {
	width:394px;
	margin:0 auto;
	border:1px solid #fff;
    float:left;
}

.map-holder ul {
    background:#fff;
}
.map-holder img {vertical-align:top;}
p.link {
	margin:14px 0 0;
	padding:0 8px 0 0;
	font:11px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
p.link a {
	color:#137bdc;
	text-decoration:underline;
}
p.link a:hover {text-decoration:none;}
.ad-boxes {
	width:100%;
    margin:10px 0 0 40px;
	overflow:hidden;
}
.ad-boxes ul {
	width:100%;
	overflow:hidden;
	margin:-8px 0 0;
	padding:0;
	list-style:none;
}
.ad-boxes li {
	float:left;
	padding:16px 4px 0 8px;
}
.ad-boxes img {vertical-align:top;}
.pagination {
	height:1%;
	overflow:hidden;
	padding:38px 38px 0 32px;
	color:#c5c5c5;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
}
.pagination a {color:#c5c5c5;}
.pagination ul {
	float:left;
	margin:0;
	padding:0 6px 0 0;
	list-style:none;
	/*background:url(../img/divider2.gif) no-repeat 100% 50%;*/
}
.pagination li {
	float:left;
	padding:0 2px 0 0;
}
.pagination li a {
	float:left;
	padding:0 6px;
	border:1px solid #fff;
}
.pagination li.active,
.pagination li a:hover {
	color:#fff;
	border-color:#e1e1e1;
	background:#1065b5;
	text-decoration:none;
}

.pagination li.active {
    min-width:20px;
    text-align:center;
    padding:0 2px;
    margin-top:1px;
}
.pagination li.active a {cursor:text;}
.link-view {
	float:right;
	line-height:22px;
}
.btn-next {
	float:left;
	line-height:22px;
	padding:0 0 0 13px;
}
.link-view a {text-decoration:underline;}
.link-view a:hover {text-decoration:none;}
.pagination div {
	height:1%;
	overflow:hidden;
}
.leaderboard {
	position:absolute;
	top:0;
	right:13px;
	width:728px;
	height:90px;
	overflow:hidden;
    border:2px solid #ccc;
}
footer {
    width:100%;
    float:left;
}
.footer-holder {
	width:100%;
	background:#137bdc;
	border-top:1px solid #0d508f;
}
.footer-holder:after,
#footer:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
#footer {
	width:955px;
	margin:0 auto;
	padding:18px 10px 31px 21px;
	color:#fff;
	font-size:13px;
	line-height:16px;
}

#bottomNav {
    width:955px;
    margin:0 auto;
}

#bottomNav ul {
    float:left;
    overflow:hidden;
    width:160px;
}

#bottomNav li {
    color:#fff;
    margin-bottom:10px;
}

.navHeader {
    line-height:2em;
    font-size:2em;
    margin-bottom:10px;
}

#bottomNav li a {
    color:#fff;
    text-decoration:underline;
    font-size:1.25em;
    margin-bottom:10px;

}



#footer a {color:#fff;}
#footer p {margin:0;}
#footer ul {
	float:right;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	float:left;
	margin:0 1px 0 -1px;
	padding:0 10px 0 11px;
	background:url(../img/divider.gif) no-repeat 0 50%;
}

.flat {

    min-height:600px;
}

.fl {
    text-align:center;
    color:#000;
}

.flatpage {
    color:#000;
    font-size:1.1em;
}


.scheduleActivity {
    margin-left:20px;
}

.timeSlot {
    width:150px;
    float:left;
    color:#666;
}


ul.daySegment {
    margin-top:10px;
}

.timetableDay {
    margin-top:10px;
    font-size:1.2em;
    color:#666;
}

.segTitle {
    padding-top:20px;
    float:left;

}

#clubMap div {
    font-size:12px;
    border:1px solid red;
}

.mapText {
    overflow:hidden;
}
.mapText span {
    display:block;
    font-size:12px;
    line-height:12px;
    overflow:hidden;
}


.description textarea {
    min-height:190px;
    width:600px;
    border:1px solid #ccc;
    font-size:.75em;
}


.titleEdit input {
    float:left;
    border:1px solid #ccc;
    font-size:1.5em;
    width:400px;
}

.titleEdit .buttons {
    float:left;
    margin-left:10px;
}

.description .buttons {
    float:right;
}

ul.students {
    width:261px;
    margin-top:20px;
    margin-left:28px;
    float:left;
}
ul.students li {
    width:25px;
    height:25px;
    border:1px solid #ccc;
    float:left;
    padding:0;
    margin:4px 0 0 4px;
}

ul.students li img {
    width:25px;
    height:25px;
}

.dist {
    margin-top:10px;
    color:#666;
}

.styleAdd {
    margin-top:10px;
    width:100%;
    float:left;

}

#addStyle {
    background-color: #ccffcc;
    float:right;
    display:inline;
}

.stackBubble  {
    font-size:.75em;
}

#styleAddInput {
    float:left;
    margin-right:10px;
    width:300px;

}

a.removeButton {
    background-color: #ff9999;
    color: #990033;
}

.styleName{
    float:left;
    min-width:300px;

}

address span.address {
    width:300px;
}

address input {
    display:block;
    margin-bottom:2px;
    border:1px solid #ccc;
}

.addressButtons{
    display:block;
    float:right;
    font-size:.66em;
    text-align:right;
}
.address .displayContent{
    display:inline;
}

.zipcode {
    display:inline;
}

.state {
    display:inline;
}
.state input {
    width:50px;
    margin-right:10px;
    display:inline;
    float:left;
}
.zipcode input {
    display:inline;
    width:146px;
}

#searchHolder {
    float:left;
    width:100%;
    margin-bottom:20px;
    
}

h2.searchTitle {
    float:left;
    display:block;
    margin-bottom:10px;
    padding-left:20px;
    width:100%;
}

p.searchTitle {
    color:#666;
    margin-bottom:10px;
}


#searchHolder form {
    float:left;
    display:block;
}

#searchBox {
    float:left;
    width:450px;
    margin-left:20px;
    padding:10px 15px 20px 15px;
    background: #99ccff;
    border:1px solid #3399ff;
}

#search {
    width:250px;
    margin-left:20px;
    outline:none;
}

#search_s {
    width:200px;
    outline:none;
}

#searchButton {
    margin-left:15px;
}

#searchButton_s {
    margin-left:15px;
    padding-top:4px;
}

.breadcrumb {
    color:#fff;
    font-size:1.5em;
    margin:10px 0 0 0;
    float:left;
    display:block;
    width:100%;
}

.clubBreadcrumb {
    margin-bottom:10px;
}

.breadcrumb a {
    color:#fff;
    text-decoration:underline;
    font-size:1em;
    line-height:1.2em;
    margin:0 10px 0 10px;

}

.breadcrumb strong {
    margin:0 10px 0 10px;
}

#SearchBox {
    margin-top:10px;
}


.schoolName label,
.schoolAddress label,
.schoolDescription label,
.schoolContact label {
    min-width:120px;
    float:left;
    margin:5px 0 10px 0;
    text-align:left;
}

.schoolName input,
.schoolAddress input {
    margin-bottom:7px;
}

.schoolName {
    display:block;
    float:left;
}

.schoolAddress,
.schoolContact
{
    margin-top:10px;
    display:block;
    float:left;
    width:100%;

}


.schoolAddress .item,
.schoolContact .item{
    width:100%;
    float:left;
}

.schoolDescription {
    float:left;
}

.schoolButtons {
    float:left;
    margin-top:20px;
    width:100%;

}

.clubViewImage {

    float:left;
    text-align:center;
    width:260px;
    margin-left:20px;
    min-height:100px;
}

.clubImage {
    margin-top:1px;
}

.loginInput {
    width:100%;
    float:left;
    margin-bottom:10px;
}

.loginInput label {
    width:100px;
    float:left;
    margin-top:3px;
}

.loggedInInfo {
    padding:10px 0 0 10px;
}

.loggedInInfo a {
    padding-left:10px;
}

#id_state,
#id_country {
    font-size:.75em;
}

.errorlist li {
    float:left;
    width:100%;
    font-size:.75em;
    color:red;
    margin:0 0 10px -30px;
}

.req {
    font-size:.75em;
    padding-left:10px;
    color:red;
}

h2.searchInstructions {
    font-size:2em;
}

p.searchInstructions {
    margin-top:10px;
    font-size:1.5em;
    line-height:1.2em;
}

span.descriptionAdbar  {
    border:1px solid #ccc;
    display:block;
    float:left;
    width:226px;
    height:62px;
    margin:0 0 10px 30px;
}

.togglePending {
    float:left;
    width:100%;
    display:none;
    font-size:1.2em;
}

p.addBlurb {
    margin-bottom:10px;
    color:red;
}

.mt {
    float:left;
    margin-top:20px;
}

ul.exampleSearches {
    margin-top:20px;
}

ul.exampleSearches li a {
    text-decoration:underline;
}

ul.exampleSearches li {
    margin-top:7px;
}

h1.listTitle {
    float:right;
    display:inline;
    width:60%!important;
    padding:2px 0 0 0 !important;
    margin:0 0 0 0 !important;
    font-size:1.25em;
    line-height:1em;
}

h1.searchTitle {
    float:left;
    display:inline;
    width:100%!important;
    padding:2px 0 0 0 !important;
    margin:-15px 0 0 0 !important;
    font-size:1.25em;
    line-height:1em;
}

.admin {
    float:right;
    width:200px;
    padding:5px;
    text-align:center;
    border:1px solid #666;
    background:#ccc;
}

.admin a {
    color: #3399ff;
    text-decoration:underline;
}

.bordered {
    border:1px solid #ccc;
}

.breadcrumbSearch {
    margin-top:-10px;
    width:300px;
    float:right;
}