/* Colour palette: http://www.colourlovers.com/palette/23901/Say_Yes
 * Dark Blue: #0B3641
 * Bright Blue: #0067A1 (From logo)
 * Light Yellow/Green: #E0E15B
 * Light Brown: #D1B685 (From logo)
 * Deep Red: #621514
 * Orange: #DB4327
 * Background Brown: #C5A465
 */

/* This rule is universal*/
* {
	padding: 0;
	margin: 0;
}

/* This body rule sets the defaults*/
body {
	margin: 20px 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #C5A465;
	text-align: center;
	height: 100%;
	list-style:none
}
/* links */
a {
	background: inherit;
	color: #0067A1;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #006699;
	text-decoration: underline;
}
/* HTML */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
	text-transform: capitalize;
}
h3 {
	font-size: 1.2em;
}
p, h1, h2, h3 {
	margin: 0px 0px 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
iframe {
	margin-top: 10px;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA url("../images/icons/quote.gif") no-repeat 3px 5px;
	border: 1px solid #eee;
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #666666;
}
/* images */
img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid #0B3641 2px;
	background-color: #FFF;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
/* start - table */
table {
	margin-left: 11px;
}
th strong {
	color: #fff;
}
th {
	background: #0067A1;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #E0E15B;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
	padding-left: 11px;
	padding-right: 11px;
}
td {
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	margin-left: 10px;
	margin-right: 10px;
}
td.first, th.first {
	border-left: 0px;
	padding-left: 11px;
	padding-right: 11px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}

/* layout */
#container {
	width: 800px;
	margin: 0 auto;
	background: #FFF url("../images/layout/wrapper_bg.png") repeat-y;
	-webkit-box-shadow: 0px 4px 22px 2px #471f05;
	-moz-box-shadow: 0px 4px 22px 2px #471f05;
	box-shadow: 0px 4px 22px 2px #471f05;
}
#header {
	position: relative;
	height: 176px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFF;
}
img#logo {
	border: 0;
	padding: 0px;
}
#header .headerphoto {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 776px;
	height: 157px;
	background: #FFF url(../images/cci_banner.jpg) no-repeat;
}
#logo-box #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;
	margin: 10px;
	padding: 0;
	top: 72px;
	left: 37px;
	width: 129px;
}
/*Main Menu Items*/
#menuholder {
	background-color: #0B3641;
	width: 771px;
	padding-left: 5px;
	margin-left: 12px;
	height: 22px;
}
#menu, #menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	z-index:100;
}
#menu a:link, #menu a:active, #menu a:visited {
	display:block;
	padding:0px 7px;
    color:#fff;
	text-decoration:none;
	background-color:#0B3641;
}
#menu a:hover {
	background-color:#0067A1;
	color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px #0067A1;
	-moz-box-shadow: 0px 0px 5px 0px #0067A1;
	box-shadow: 0px 0px 5px 0px #0067A1;
}
#menu li {
	float:left;
	position:relative;
}
#menu ul {
	position:absolute;
	width:12em;
	top:1.5em;
	display:none;
	text-align: left;
}
#menu li ul a {
	width:12em;
	float:left;
}
#menu ul ul {
	top:auto;
}
#menu li ul ul {
	left:12em;
	margin:0px 0px 0px 10px;
	text-align: left;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display:block;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url("../images/layout/content_bg.png") repeat-y;
}
#content {
	width: 740px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/* Sidebar */
#sidebar {
	width: 200px;
	margin: 22px 22px 10px 0px;
	padding: 0px;
	float: right;
	text-align: center;	/*background-color: #FAFAFA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
#sidebar h1 {
	padding: 0px;
	margin: 0 0 10px 0;
	color: #0B3641;
	border-bottom: 1px dashed #D5D5D5;
	text-align: center;
}
.sidebox {
	margin-bottom: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FAFAFA;
	padding: 10px 10px 0px 10px;
	text-align: left;
	display: block;
}
/* sidebar menu */
#sidemenu, #sidemenu ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
#sidemenu ul li {
	padding: 0px;
}
#sidemenu ul a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidemenu ul a.top {
	border-top: 1px dashed #D5D5D5;
}
#sidemenu ul a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #0067A1;
	color: #0067A1;
}
/* main content window */
#main {
	float: left;
	width: 516px;
	margin: 10px 0 10px 12px;
	text-align: left;
	padding: 0px 12px 12px 12px;
}
#main h1 {
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #D5D5D5;
}
/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background:  url("../images/layout/footer_bg.png") no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
/*Login and searchforms*/
.searchform {
	background-color: transparent;
	padding: 0;
}
#search {
}
/*Anynews Listings*/
.anynews {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-bottom: 1px dashed #D5D5D5;
}
.anynews-title, .anynews_title {
	font-size: 13px;
	font-weight: normal;
}
.anynews-date, .anynews_date {
	font-size: 10px;
	font-weight: normal;
}
.login_table {
	background-color: transparent;
	text-align: left;
}
.searchbox {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}
/* form elements */
form {
	padding: 0;
	background: transparent;
	margin-bottom: 10px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	font: normal 12px 'Trebuchet MS', verdana, sans-serif;
	color:#000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000;
}
/* Blog */
/* Photo Gallery */
#s1 {
	margin: 0 0 15px 0;
	width: 220px;
	height: 165px;
	float: left;	 
}
#s1 img{
	margin: 0;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid #0B3641 2px;
}
/* end-Photo Gallery */
/* additional classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.clear {
	clear: both;
}
.gray {
	color: #BFBFBF;
}
.red {
	color: #F00;
}

