/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	background: #fff url(images/body-bg.gif) repeat-x;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
#maincontainer {
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}

#topsection {
	background: #fff url(images/header-bg.gif) repeat-x;
	height: 126px; /*Height of top section*/
	}

#topsection h1 {
	margin: 0;
	position: relative;
	top: 10px; 
	width: 151px; 
	background: url(images/logo.png) no-repeat;
	text-indent: -9000px;
	}

#topsection h1 a {
	display: block;
	background: url(images/logo.png) no-repeat;
	height: 73px;
	}

#contact {
	width: 300px;
	margin: 30px 0 0;
	float: right;	
	}
#contact p {
	font-size: 18px;
	line-height: 20px;
	color: #0c4a8b;
	}
#board {
	background: #fff url(images/header-img.jpg) no-repeat;
	height: 265px;
	}
#contentwrapper {
	float: left;
	width: 100%;
	}

#contentcolumn {
	margin-right: 315px; /*Set right margin to RightColumnWidth*/
	}
#contentcolumn p {
	margin-bottom: 10px;
	}
#contentcolumn ul {
	list-style: outside;
	margin-bottom: 10px;
	}
#contentcolumn ul li {
	margin-left: 15px;
	}
#contentcolumn ul ul {
	list-style: none;
	margin-left: 15px;
	}
.list_left {
	float: left;
	width: 300px;
	}
.list_right {
	float: left;
	width: 300px;
	padding-left: 10px;
	}
#rightcolumn {
	float: left;
	width: 315px; /*Width of right column*/
	margin-left: -315px; /*Set left margin to -(RightColumnWidth) */
	background: #e6e6e6;
	}

.innertube {
	margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
.inner_content {
	margin-right: 25px;
	margin-bottom: 25px;
	}
.clear {
	clear: both;
	}
/* Typography */

h2 {
	font-family: "Century Gothic", Helvetica, "Lucida Sans", Arial, Sans-serif;
	font-size: 30px;
	color: #fff;
	}
h3 {
	font-family: "Century Gothic", Helvetica, "Lucida Sans", Arial, Sans-serif;
	font-size: 24px;
	padding-top: 20px;
	border-bottom: 1px solid #0c4a8b;
	margin-bottom: 10px;
	}
h4 {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	}
#board p {
	color: #fff;
	font-size: 20px;
	}
#rightcolumn p {
	font-size: 14px;
	padding-bottom: 15px;
	}
#rightcolumn img {
	margin-bottom: 15px;
	}
a {
	color: #0c4a8b;
	}
a:hover {
	color: #000;
	}	
	
#message {
	width: 495px;
	float: right;
	margin: 60px 30px 0 0;
	}
#bill {
	margin-top: -60px;
	}
span.name {
	color: #0c4a8b;
	font-weight: bold;
	background: url(images/email.png) no-repeat left;
	padding-left: 22px;
	}
span.office {
	font-style: italic;
	}
/* Navigation */
#navigation {
	position: relative;
	top: 25px;
	}
#navigation li {
	display: inline;
	padding-right: 30px;
	}
#navigation li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}
/*.home {
	font-weight: bold;
	color: #000;
	}	
.about-us {
	font-weight: bold;
	color: #000;
	}
*/	
	
a img {
	background: none !important;
	}
	
#footer {
	clear: left;
	width: 100%;
	background: #2a436e;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	}
#footer li {
	display: inline;
	padding: 0 5px;
	}
#footer p {
	font-weight: bold;
	font-style: italic;
	}	
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

/* table */
table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

tr:hover {
  background-color:#3d80df;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

#forms img {
	border: 5px double #e3e3e3;
	}
