/* @override 
	http://cacities.org/assets/css/locc.css
*/
* {
	margin: 0;
	padding: 0;
}

/* @group Base Styles */

/* LINKS */

a:link {
	color: #1959a1;
}

a:visited {
	color: #6b7073;
}

a:hover {
	color: #94b7d1;
}

/* TYPE */
strong, b {
	font-weight: bold;
}
/* @end */

body {
	font: 12px/18px Verdana, Geneva, Tahoma, sans-serif;
	background: #eaead7;
}

#pre-head {
	padding: 0 10px;
	height: 20px;
	margin: 0 auto;
	width: 940px;
	background: url(../images/prehead-bg.gif) no-repeat;
}

#wrapper {
	width: 940px;
	padding: 0 10px 0 10px;
	margin: 0 auto 0;
	background: url(../images/wrap-bg.gif) repeat-y;
}

/* @group Header */

#header {
	background: #1496db url(../images/header-bg.gif) no-repeat 18px 0px;
	height: 180px;
	position: relative;
}

a#siteTitle {
	position: absolute;
	top: 0px;
	left: 156px;
}

h2#tagline {
	position: absolute;
	top: 80px;
	left: 320px;
	background-image: url(../images/tagline.gif);
	width: 620px;
	height: 30px;
	text-indent: -9999px;
}

div#searchForm {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 11px;
	color: #fff;
	padding: 4px;
	height: 10px;
}

div#searchForm a {
	color: #fff;
}

div#searchForm a:hover {
	color: #1959a1;
}

div#searchForm a {
	color: #fff;
}

div#searchForm a:hover {
	color: #1959a1;
}

div#searchForm input {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
}

#searchbtn {
	margin: 6px;
	position: relative;
	top: 4px;
}

/* @group Navigation */

#navigation {
	width: 940px;
	position: absolute;
	bottom: 0px;
	background: url(../images/navigation-bg.gif) repeat-x 0 28px;
	height: 45px;
}

ul#mainnav li {
	float: left;
	font-size: 12px;
	line-height: 20px;
	display: inline;
	position: relative;
}

ul#mainnav li a {
	color: #fff;
	text-decoration: none;
	padding: 4px 0 4px 10px;
	background: url(../images/nav-bg.png) no-repeat;
	float: left;
}

ul#mainnav li span {
/*width: 14px;*/
	float: left;
	background: url(../images/nav-bg.png) no-repeat right top;
	padding: 4px;
	height: 20px;
}

ul#mainnav li.active span {
	background: url(../images/nav-bg.png) no-repeat right -34px;
	font-weight: bold;
}

ul#mainnav li.active a {
	background: url(../images/nav-bg.png) no-repeat left -34px;
	font-weight: bold;
}

ul#mainnav li:hover span {
	background: url(../images/nav-bg.png) no-repeat right -34px;
}

ul#mainnav li:hover a {
	background: url(../images/nav-bg.png) no-repeat left -34px;
}

ul#mainnav ul.subnav {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 6px;
	width: 160px;
	background: #1959a1;
}

ul#mainnav li:hover ul.subnav {
	display: block;
}

ul#mainnav ul.subnav li {
	float: none;
	display: block;
	background-image: none;
	font-size: 11px;
	padding: 0 !important;
	padding: 0;
	line-height: 18px;
	position: relative;
}

ul#mainnav ul.subnav li a {
	float: none;
	background-image: none;
	padding:  4px 8px;
	display: block;
}

ul#mainnav ul.subnav li:hover {
	background-color: #114076;
}

ul#mainnav li.active li a {
	font-weight: normal;
	font-style: normal;
}

ul#mainnav ul.subnav ul {
	display:none;
	width: 120px;
	position: absolute;
	top: 0;
	left: 160px;
	background: #114076;
	padding: 4px;
}

ul#mainnav ul.subnav ul ul {
	left: 120px;
	background: #0a2a4f;
}

ul#mainnav ul.subnav ul li {
	font-size: 12px;
	line-height: 14px;
}

ul#mainnav ul.subnav li:hover ul {
	display: block;
}

ul#mainnav ul.subnav li.sfHover {
	background-color: #114076;
}

ul#mainnav ul.subnav ul li.sfHover {
	background-color: #0a2a4f;
}

span.sf-sub-indicator {
	display: none;
}

ul#mainnav ul a.sf-with-ul {
	background: url(../images/arrows.png) no-repeat right center !important;
	padding-right: 8px;
}

/*ul#mainnav ul ul a.sf-with-ul {
	background: url(../images/arrows.png) no-repeat 108px center !important;
}*/


ul#mainnav ul.subnav ul li a {
	padding: 6px;
}

ul#mainnav ul.subnav ul li a:hover  {
	background: #1959a1;
}


/* @end */

/* @group Content */

#content {
	background: #fff;
	min-height: 400px;
	overflow: hidden;
}

#main {
	width: 840px;
	padding: 20px 50px;
	float: left;
}

/*If the spotlight section has been highlighted we need to make room for it*/

body.spotlight #main {
	width: 674px;
}

#sidebar {
	/*display: none;*/
	width: 166px;
	float: left;
}

#quicklinks h2 {
	background: url(../images/ql-bg.gif) no-repeat right top;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 6px;
		color: #559cbe;
}

#quicklinks ul {
	overflow: hidden;
	margin-bottom: 9px;
}

#quicklinks li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	float: left;
	width: 166px;
	background: url(../images/ql-bg.gif) repeat-y right top;
}

#quicklinks li a {
	padding: 9px 20px 9px 40px;
	float: left;
	display: block;
	text-decoration: none;
	color: #559cbe;
	background: url(../images/ql-btn.gif) no-repeat 9px center;
}

#quicklinks li a:hover {
	text-decoration: underline;
}

#quicklinks a#facebook {
	background: url(../images/fb-icon.gif) no-repeat 9px center;
}

#ql-ad {
	text-align: center;
	color: #fff;
	margin-top: 18px;
}

div.ads {
	margin-top: 9px;
	text-align: center;
}

.input {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.KickerHead {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #A048B3;
	margin: 0px;
	text-transform: uppercase
}

.BreadCrumb {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	vertical-align: middle;
	line-height: 13px;
	background-repeat: no-repeat;
}

td {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

.pstyle {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	margin-bottom: 9px;
}

.welcome {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	vertical-align: middle;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px
}

.Personalize {
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	vertical-align: top;
	line-height: 13px;
	text-align: right;
	margin: 6px 0 0;
	padding-top: 3px;
	padding-right: 6px
}

.inputSelect {
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.inputSelect {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: .1px #FFFFFF solid;
	clip: rect(2px  2px );
	background-color: #2A5178
}

.inputPara {
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF solid 0.1px;
	clip: rect(2px  2px );
	background-color: #2d6894;
}

.HD1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #4D8AAE
}

.HD1Right {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 6px 90px 0 0;
	color: #4D8AAE
}

.HD2 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 13px;
	margin-top: 7px 0 0;
}

.HD3 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 13px;
	margin: 7px 50px 0 0;
	text-decoration: underline
}

.TCH {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 5px 2px;
	text-transform: uppercase;
	vertical-align: middle;
}

.TRS {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 3px 5px;
	text-decoration: underline;
}

.Table {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 2px 5px 5px;
	border: 0px;
}

.BodyIND {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 6px 0;
	text-align: left;
	padding-left: 24px;
}

.UL {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	margin: 0 0 5px;
	color: #000000;
	list-style-image: url(../../images/locc/dot_green_66-128-98.jpg);
}

#main ul li {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	margin: 0 0 12px 18px;
	color: #000000;
	padding-left: 9px;
	list-style-image: url(http://leaguepub.mindsetsoft.com/../images/locc/dot_green_66-128-98.jpg);
}

#main ol li {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: inside;
	margin: 0 0 9px 12px;
	color: #000000;
}

.HD4 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.TBLCellRule {
	font-size: 5px;
	line-height: 5px;
	font-weight: normal;
	margin: 0;
	border-right: 0px;
	border-bottom: 1px solid #444444;
	border-left: 0px;
	vertical-align: bottom
}

.Body2 {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 4px 14px 12px 0;
	text-align: left;
}

.inputPara {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF;
	border-style: solid;
	border-top-width: 0.1px;
	border-right-width: 0.1px;
	border-bottom-width: 0.1px;
	border-left-width: 0.1px;
	clip: rect(2px  2px );
	background-color: #2A5178;
}

form {
	font-size: 9px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: visible;
	z-index: 100;
}

.HDLabel {
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	margin: 0;
	color: #666666
}

.HD1NoMargin {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 6px 0 0;
	color: #4D8AAE
}

.NL {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	margin: 0 0 5px;
	color: #000000;
	list-style-type: decimal;
	list-style-image: none;
}

.Rule {
	margin: 9px 0 9px 12px;
	border-right: 0px;
	border-left: 0px;
	width: 100%;
	border-bottom: 2px dotted #5a93b6;
	margin-right: 12px
}

.link {
	color: #FFFFFF;
	text-decoration: underline
}

.TCH2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 5px 3px 12px;
	text-transform: uppercase;
	vertical-align: middle;
}

.listHeader {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	background-color: #2d6894;
	color: #FFFFFF;
	margin: 0px 0px 2px 2px;
}

.text {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #444444;
}

.select {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0.1px #FFFFFF solid;
	clip: rect(2px  2px );
	background-color: 2d6894
}

.textlink {
	color: #428082
}

.inputText {

	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	border: thin #666666 solid;
	clip: rect(2px  2px );
	background-color: #FFFFFF
}

.HD5 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 11px;
	margin: 50px 0 0 0;
	padding: 0;
}

.whiteText {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.dateHeader {
	font-size: 11px;
	line-height: 14px;
	font-weight: bolder;
	color: #444444;
}

.listHeaderLarge {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	background-color: #2d6894;
	color: #FFFFFF;
	margin: 0 0 2px 2px;
}

.textlinkB {
	color: #428082;
	font-weight: bold
}

.hd5unb {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
	line-height: 11px;
	margin: 50px 0 0 0 ;
	padding: 0;
}

.hd5spacer {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
	line-height: 11px;
	margin: 50px 0 0 0 ;
	padding: 3px 0 0 0;
}

.hd5nocaps {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	line-height: 11px;
	margin: 50px 0 0 0;
	padding: 0;
}

.Bold {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

.BoldRed {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FF3333;
}

.BodyRed {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FF3333;
}

.home {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 9px;
}

.normal {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 9px;
}

img {
	border-color: #ffffff;
}

/* Mindset's */

#store table {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #444444;
}

.lastupdated {
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-align: right;
	float: right;
}

div.spotlight {
	font-size: 12px;
	font-weight: normal;
	top: -66px;
	background: #ecead9 url(http://www.cacities.org/../images/locc/spotlight_border_left.gif) repeat-y left;
}

td.spotlight {
	background: #ecead9 url(http://www.cacities.org/../images/locc/spotlight_border_left.gif) repeat-y left;
}

div.spotlight a.titles {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin-right: 10px;
}

div.spotlight a:hover {
	text-decoration: underline;
	color: #000000;
}

div.spotlightitems {
	margin-top: 10px;
	margin-left: 10px;
}

div.spotlight hr {
	width: 100%;
	background-color: #cecdc8;
	color: #cecdc8;
	border: 0px;
	height: 2px;
}

span.imgcaption {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}

table.jobsList td a {
	text-transform: uppercase;
}

.p7tbsub {
	border: 0px none #FFFFFF;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #2A5178;
	font-weight: normal;
	vertical-align: middle
}

.p7tbsub p {
	margin: 0px 0px;
	padding: 2px 2px 2px 5px;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	vertical-align: middle
}

.p7tbsub a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px
}

.p7tbsub a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px
}

.p7tbsub a:hover {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 11px
}

.p7tbsub a:active {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.p7tbdn {
	color: #FF9900 !important;
	font-weight: bold;
}

.input {
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.inputPara {
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	border: #FFFFFF;
	border-style: solid;
	border-top-width: 0.1px;
	border-right-width: 0.1px;
	border-bottom-width: 0.1px;
	border-left-width: 0.1px;
	clip: rect(2px  2px );
}


.p8tbsub p {
	margin: 0px 0px;
	padding: 2px 2px 2px 5px;
	font-size: 9px;
	font-weight: normal
}

.p8tbsub a:link {
	color: #FFFFFF;
	text-decoration: none;

	font-size: 9px;
	font-weight: normal
}

.p8tbsub a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.p8tbsub a:hover {
	color: #FFFFFF;

	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.p8tbsub a:active {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.p8tbdn {
	color: #FF9900 !important;
	font-weight: bold;
}


/* @end */

div#foot {
	width: 940px;
	height: 100px;
	margin: 0 auto 10px;
	padding: 0 10px 30px;
	background: #fff url(../images/foot-bg.gif) no-repeat 0 bottom;
	text-align: center;
}

div#foot p {
	text-align: center;
}

/* @group Type */
#main p {
	margin-bottom: 18px;
	font-size: 11px;
	line-height: 18px;
}

#main hr {

}
/* @end */

a.addthis_button {
	display: block;
}