/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2008
*/
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #dae3e7;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 85%;
	color: #777777;
	text-align: center;
}
#container {
	width: 1024px;
	margin: 0px auto;
	background-color: #fff;
	text-align: left;
}

/* Header */
#header {
	background: #ccc url(../images/360_scheduling_logo.jpg) no-repeat center center;
	width: 1024px;
	height: 92px;
	text-indent:-9999px;
}
#header h1 {
	height: 92px;
	cursor: pointer;
}
/* Navigation */
#nav {
	margin: 2px 0px 2px 0px;
}

/* Photo Area */
#photo {
	clear: left;
	width: 1024px;
	height: 133px;
}
/* Blue Bar */
#bluebar {
	margin: 4px 0px 0px 0px;
}
#bluebar ul {
	list-style: none;
	list-style-type: none;
}
#bluebar li {
	float: left; 
}
#bluebar .orange {
	display: block;
	background: #ff6600 url(../images/menu_title_background.jpg) no-repeat left top;
	width: 208px;
	height: 21px;
	color: #fff;
	font-size: 18px;
	padding: 7px 0px 7px 12px;
	text-transform: uppercase;
	margin-right: 4px;
}
#bluebar .blue1 {
	display: table-cell;
	text-align: center;
	background-color: #c7e4f3;
	width: 342px;
	height: 29px;
	padding: 3px 28px;
	margin-right: 4px;
}
#bluebar .blue2 {
	display: block;
	background-color: #c7e4f3;
	width: 342px;
	height: 29px;
	padding: 3px 28px;
	margin-right: 0px;
}
#bluebar a {
	color: #13255A;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: bold;
}
#bluebar a.link {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
}
#wrapper {
	background: #00a1dd url(../images/menu_panel_background.jpg) no-repeat bottom left;
	float: left;
	margin: 4px 0px;
}
#wrappernews {
	background: #00a1dd url(../images/menu_news_background.jpg) no-repeat bottom left;
	float: left;
	margin: 4px 0px;
}	
/* Menu */
#sidemenu {
	float: left;
	width: 220px;
	display: block;
	min-height: 450px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu li {
	display: block;
	vertical-align: middle;
	height: 27px;
	padding: 8px 3px 0px 10px;
	border-bottom: #fff solid 2px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#sidemenu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#sidemenu p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 3px 0px 10px;
}
#sidemenu .double {
	height: 41px;
}
#sidemenu .orange {
	background: #ff6600 url(../images/menu_title_background.jpg) no-repeat left top;
}
/* Content */
#content {
	float: left;
	width: 640px;
	padding: 0px 0px 0px 100px;
	background-color: #fff;
}

#content h1 {
	color: #8b3223;
	font-weight: normal;
	font-size: 30px;
	padding: 20px 0px;
}
#content h2 {
	color: #8b3223;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0px;
}
#content h3 {
	color: #8b3223;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px;
}
#content p {
	padding-bottom: 10px;
}
#content a {
	color: #8b3223;
	text-decoration: none;
	font-weight: bold;
}
#content strong {
	color: #8b3223;
	font-weight: bold;
}
#content ul {
	list-style: disc outside;
	padding-bottom: 10px;
	margin-left: 15px;
}
#content li {
	color: #8b3223;
	padding-bottom: 5px;
}
#content li span {
	color: #777;
	padding-left: 10px;
}
#content td, #content th {
	border-bottom: #8b3222 solid 2px;
	vertical-align: middle;
	height: 35px;
	font-size: 85%;
}
#content #tell {
	margin-top: 10px;	
}
#content #tell a{
	text-decoration: none;
/*	text-transform: uppercase; */
	color: #13255a;
	float: right;
}
#content #tels {
	text-transform: uppercase;
	color: #13255a;
}
#content #tels ul {
	list-style: none;
	list-stype-type: none;
}
#content #tels li {
	float: left;
	width: 200px;
	text-transform: uppercase;
	color: #13255a;
	font-weight: bold;
}
#content #tels img {
	margin-right: 10px;
}
#partners td, #partners th {
	border-bottom: none;
	vertical-align: middle;
	height: 78px;
	font-size: 85%;
}

#spacer {
	height: 10px;
}
/* News & events */
#content #news {
	float: left;
	margin: 4px 0px;
}
#content #newsphoto {
	float: left;
	width: 100px;
}
#content #newsphoto img {
	max-width: 100px;
}
#content #newscontent {
	width: 500px;
	margin-left: 140px;
}
#content #newscontent h3 {
	padding: 0px 0px 10px 0px;	
}
#content #newscontent #hr {
	height: 1px;
	margin: 15px 0px 3px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #777;
}
#content #events {
	float: left;
	margin: 4px 0px;
}
#content #eventphoto {
	float: left;
	width: 180px;
}
#content #eventphoto img {
	max-width: 180px;
	margin: 0px 0px 0px 0px;
}
#content #eventcontent {
	width: 400px;
	margin: 0px 0px 50px 200px;
}
#content #eventhr{
	height: 1px;
	margin: 10px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #777;

}
/* Forms */
fieldset
{
	border: 0px dashed #8b3222;
	width: 420px;
	align: center;
	margin-left: 0px;
	padding: 10px;
}
legend
{
	border: 0px solid #8b3222;
	padding: 3px 10px;
	background-color: #777;
	color: #fff;
	font-weight: bold;
}
label {
	width: 130px;
	float: left;
	text-align: left;
	margin: 0 10px 10px 0;
	clear: both
}
.input-box {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	color: #64686b;
}
select {
	color: #64686b;
}
.submit {
	padding: 0px 15px;
}
/* Footer */
#footer {
	height: 30px;
	padding: 10px 12px 10px 37px;
	border-top: #8b3223 solid 3px;
}
#footerlinks {
	float: left;
}
#footerlinks a {
	color: #777777;
	font-size: 11px;
	margin-right: 15px;
}
#footer p {
	color: #777777;
	font-size: 11px;
	font-weight: normal;
}
#footer p a {
	text-decoration: none;
}
#footer .ncompass {
	color: #ccc;
	font-size: 10px;
}
