/* @group standard */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
	padding: 0;
	margin: 0;
}

.leader {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.standardpad {
	padding-right: 15px;
	padding-left: 15px;
}

/* @end */

/* @group headings */

h1, .h1, input .h1 {
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 1em;
	padding: 0;
	font-size: 1.8em;
	color: #005294;
	font-weight: normal;
	font-style: normal;
}

h2, .h2, input .h2 {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 1.5em;
	color: #005294;
	font-weight: normal;
	font-style: normal;
}

h3, .h3, input .h3 {
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 1.3em;
	color: #005294;
	font-weight: normal;
	font-style: normal;
}

h4, .h4, input .h4 {
	font-size: 1em;
	color: #005294;
	font-weight: bold;
}

h5, .h5, input .h5 {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	color: #005294;
}

h6, .h6, input .h6 {
	font-size: .825em;
	font-weight: normal;
	font-style: normal;
	color: #005294;
}

/* @end */

/* @group misc */

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pointer, .clickable {
	cursor: pointer;
	cursor: hand;
}

p.warning {
	padding: 3px;
	color: #ffa000;
	background-color: #d0e2ef;
	font: .825em/1.2em Verdana, Arial, Helvetica, sans-serif;
}

.dark {
	background-color: #e3e3ff;
}

.light {
	background-color: #e8effe;
}

.orange {
	color: #FF8814;
}

.red {
	color: #ce0000;
}

img.icon {
	margin-right: 3px;
	margin-bottom: -4px;
}

.spinner {
	background: url(/images/loading_white.gif) no-repeat center center;
	height: 150px;
}

.transparent {
	filter: alpha(opacity=0);

/*Needed for IE*/
	-moz-opacity: 0;
	/*Older mozilla broswers like NN*/
	-khtml-opacity:0;
	/*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0;
/*FF, Safari, and Opera*/
}

.whitebg {
	background-color: white;
}

#eventimage {
	height: 275px;
}

.found {
	background-color: #f9fb00;
}

div.options {
	border-top: 1px solid gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
}

div.notshown {
	color: silver;
}

div.notshown img {
	opacity: 0.26;
}

img.floatleft {
	margin-right: 10px;
	margin-bottom: 10px;
}

img.floatright {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0;
}

.bluebg {
	background-color: #003364;
	color: white;
}

.bluebg a, .bluebg a:visited {
	color: white;
}

.bluebg a:hover {
	color: white;
}

.bluebg a.selected, .bluebg a.selected:visited {
	color: #FF8814;
}

/* @end */

/* @group structure */

div.ninefifty {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	padding: 0;
	background: url(/images/cm_header.jpg) no-repeat;
	height: 114px;
}

div.heading {
	padding: 50px 35px 20px;
}

div.linksbar {
	border-bottom: 0 solid gray;
	border-top: 1px solid gray;
	padding: 5px 25px;
	background: url(http://www.thinkingbusinesswebsites.com/images/header_links_background_def.gif) repeat-x;
}

div.categorylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 15px;
}

div#company_telephone {
	padding-right: 35px;
}

div.maincontent {
	padding: 35px 35px 100px;
}

div.leftpanel {
	width: 600px;
}

div.rightpanel {
	width: 290px;
}

div.preprefooter {
	background: #ffffff;
	padding-top: 10px;

	filter:alpha(opacity=50); /*Needed for IE*/
	-moz-opacity:0.5; /*Older mozilla broswers like NN*/
	-khtml-opacity:0.5; /*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0.5;
}

div#prefooter {
	background: #ffffff url(/images/ccc_blue_corner.gif) no-repeat right bottom;
	padding-top: 20px;
}

div#footer {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003364;
	padding: 10px 25px;
}

.panel {
	
}

.fixedbottom {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 0;
}

/* @end */

/* @group links */

a, a:visited {
	text-decoration: underline;
	color: #FF8814;
}

a:hover {
	color: #FF8814;
	text-decoration: none;
}

a.selected, a.selected:visited {
	text-decoration: none;
	color: #FF8814;
	font-weight: bold;
}

a.selected:hover {
	color: #003364;
}

.notshown a, .notshown a:visited {
	color: silver;
}

div#footer a, div#footer a:visited {
	color: #0556a7;
	text-decoration: none;
}

div#footer a:hover {
	color: #0777e8;
}

a.nounderline, a.nounderline:visited {
	text-decoration: none;
}

.categorylinks a, .categorylinks a:visited {
	text-decoration: none;
}

.categorylinks a:hover {
	text-decoration: underline;
}

.reginfo a.selected {
	background-color: #003364;
}

h4 a, h4 a:visited {
	color: #005294;
	text-decoration: underline;
}

h4 a:hover {
	text-decoration: underline;
}

/* @end */

/* @group tables */

td {
	padding: 3px;
}

.register {
	border: 1px solid #b6b6b6;
	padding: 0px;
}

.register td {
	padding: 2px;
	border: 1px solid #b6b6b6;
}

/* @end */

/* @group lists */

ul.std {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	list-style-image: url(/images/orange_dot.gif);
	line-height: 1.6em;
}

ul.pagelinks {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1.2em;
	list-style-position: inside;
	list-style-image: url(/images/chevron.jpg);
	line-height: 1.3em;
}

ul.pagelinks li {
	margin-bottom: 8px;
}

ul.navigationlinks {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	line-height: 1.3em;
	text-indent: -1px;
}

ul.navigationsublinks {
	margin-left: 0;
	padding-left: 2em;
	list-style-position: inside;
	line-height: 1.3em;
	text-indent: -1.2em;
}

/* @end */

/* @group forms */

form {
	padding: 5px;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

input.h1 {
	font-size: 2em;
}

input.h2 {
	font-size: 1.6em;
}

textarea {
	font: .825em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

.eventimageform {
	border: 1px solid #ebebeb;
}

/* @end */

/* @group panels */

.cmplayertop {
	background: url(/images/cmusic_player_edges.jpg) repeat-y 0 top;
	margin: 0;
}

.cmplayer {
	background: url(/images/cmusic_player_edges.jpg) repeat-y 0 top;
	margin: 0;
}

.cmplayercontents {
	padding-left: 10px;
	margin-bottom: 0;
}

.playerbutton {
	background: url(../images/music_box2.jpg) no-repeat;
	width: 279px;
	height: 120px;
}

.panel {
	padding-left: 15px;
	background: url(/images/home_page_panels/panel_bg.jpg) repeat-y;
	margin: 0;
	padding-right: 5px;
}

.panel p {
	margin: 0;
}

.panelheader {
	height: 69px;
	margin-top: 10px;
}

.panelfooter {
	height: 10px;
	margin-bottom: 10px;
}

.albumlisting {
	width: 180px;
}

.minicover {
	padding-top: 3px;
}

#panelform {
	display: none;
	visibility: hidden;
}

/* @end */

/* @group padding */

.padded {
	padding: 15px;
}

.paddedtop {
	padding-top: 15px;
}

.paddedbottom {
	padding-bottom: 15px;
}

.paddedleft {
	padding-left: 10px;
}

.paddedleft20 {
	padding-left: 20px;
}

.paddedright {
	padding-right: 15px;
}

.paddedtop35 {
	padding-top: 35px;
}

/* @end */

/* @group Home Page */

div.newsflash {
	width: 497px;
	border-right: 3px solid #fe7d04;
}

/* @end */

/* @group Drop Downs */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}

#nav li { /* all list items */
	float: left;
	padding: 3px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #003366;
	left: -999em;
	padding: 6px 3px 3px;
	margin-left: -6px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li {
	clear: both;
}



/* @end */