/* SET BASE FONT ATTRIBUTES */
html, body {
	font: 95%/150% Helvetica, Tahoma, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
	height: 100%;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre, div
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6, legend, #commentList dt {
	font-family: trebuchet,"Trebuchet MS",Verdana,Arial,sans-serif;
	letter-spacing: -0.05em;
	color: #333;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: .5em;
}

h1 {font-size: 1.75em;}
h2 {font-size: 1.3em;}
h3, legend {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

h1 {
	font: 20px/23px trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00254C;
	text-transform: uppercase;
	margin-top: 0px;
}

h2 {
	font: 20px/23px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0099CC;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #00254E;
}

h4 {
	color: #006699;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

small {font-size: 0.8em;}
acronym {border-bottom: 0.1em dashed #9c0;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color:#99CC33;
	text-decoration:none;
}

/*
a:hover, a:visited {
	color:#99CC33;
	text-decoration:underline;
}
*/

a img,
:link img,
:visited img {
	border: none;
}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, dl {list-style-type: disc;}

/****************** Start specific styles *********************/

body {
	background: #fff;
}

#Container {
	position: relative;
	background: #fff url(../img/background.jpg) repeat-y;
	width: 824px;
	min-height: 100%;
	margin: 0 auto 15px;
	border: none;
}

#AdminNav {
	height: 34px;
	background: #f2fafc url(../img/admin_nav.png) repeat-x;
	border-bottom: 2px solid #0199cb;
}

#AdminNav ul {
	margin: 0 20px 0;
	padding: 10px 0 0 0;
}

#AdminNav ul li {
	margin: 0;
	padding: 0 15px 0 0;
	display: block;
	float: left;
}

#AdminNav ul li a {
	padding: 0 0 0 25px;
	display: block;
	color: #0199cb;
	text-decoration: none;
}

#AdminNav ul li a:hover {
	text-decoration: underline;
}

#AdminNav #documentsAdminLink {
	background: transparent url(../img/icons/page_edit.png) no-repeat 1% 35%;
}

#AdminNav #newsAdminLink {
	background: transparent url(../img/icons/star.png) no-repeat 1% 35%;
}

#AdminNav #guestbookAdminLink {
	background: transparent url(../img/icons/book_edit.png) no-repeat 1% 35%;
}

#AdminNav #usersAdminLink {
	background: transparent url(../img/icons/avatar.png) no-repeat 1% 35%;
}

#AdminNav #logoutAdminLink {
	background: transparent url(../img/icons/user_logout.png) no-repeat 1% 35%;
}

#Header {
	position: relative;
	padding: 0 12px;
	height: 280px;
}

body.admin #Header {
	height: 314px;
}

#Logo {
	position: absolute;
	width: 225px;
	height: 139px;
	left: 41px;
	top: 13px;
	clear: both;
}

body.admin #Logo {
	top: 47px;
}

#HeaderAddress {
	float: right;
	text-align: right;
	width: 280px;
	height: 100px;
	margin-top: 50px;
	margin-right: 30px;
	font: 14px/22px trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #01264F;
}

body.admin #HeaderAddress {
	margin-top: 16px;
}


/*************** MainNav styles *******************/

#MainNav {
	position: absolute;
	top: 164px;
	left: 12px;
	margin-bottom: 20px;
	background: url(../img/blue-line.jpg) repeat-x -1px 48px;
	padding-left: 28px;
	width:771px;
	float: left;
	clear: both;
}

body.admin #MainNav {
	top: 198px;
}

#MainNav ul {
	height:106px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:745px;
}

#MainNav ul li {
	float:left;
	height:106px;
	margin:0pt;
	padding:0pt;
}

#MainNav ul li a {
	display:block;
	height:106px;
}

#MainNav ul li a span {
	display:none;
}

#MainNav ul li a#HomeLink {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -1px 0px;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#HomeLink:hover {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -1px -106px;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#HomeLink.active {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -1px -212px;
	width:88px;
	margin-right:41px;
}


#MainNav ul li a#AboutLink {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -131px 0pt;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#AboutLink:hover {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -131px -106px;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#AboutLink.active {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -131px -212px;
	width:88px;
	margin-right:41px;
}


#MainNav ul li a#TrainingLink {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -261px 0pt;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#TrainingLink:hover {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -261px -106px;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#TrainingLink.active {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -261px -212px;
	width:88px;
	margin-right:41px;
}


#MainNav ul li a#ProductsLink {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -391px 0pt;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#ProductsLink:hover {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -391px -106px;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#ProductsLink.active {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -391px -212px;
	width:88px;
	margin-right:41px;
}

#MainNav ul li a#BusinessLink {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -521px 0pt;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#BusinessLink:hover {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -521px -106px;
	width:89px;
	margin-right:41px;
}

#MainNav ul li a#BusinessLink.active {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -521px -212px;
	width:88px;
	margin-right:41px;
}

#MainNav ul li a#GuestbookLink {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -652px 0pt;
	width:89px;
	
}

#MainNav ul li a#GuestbookLink:hover {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -652px -106px;
	width:89px;
	
}

#MainNav ul li a#GuestbookLink.active {
	background:transparent url(../img/nav_sprite.png) no-repeat scroll -652px -212px;
	width:88px;

}


/************* End MainNav styles *****************/


/*************** Content styles *******************/

#MainArea {
	background: transparent url(../img/rings_bkg.jpg) no-repeat 430px bottom;
	clear: both;
	margin: 0;
	padding: 0 30px;
}

#MainSideBar {
	float: left;
	width: 210px;
	min-height: 100px;
	margin-bottom: 14px;
	
	
}

#MainSideBar li {
	list-style-type: none;
}

#MainSideBar .sideBlock {
	float: left;
	width: 240px;
	padding: 0 20px;
	margin: 20px 0 0;
}

#Container.home #MainSideBar {
	width: 170px;
	background-color:#FFFFFF;
	background-image:none;
}

#Container.home #MainSideBar .sideBlock {
	width: 160px;
}

#MainSideBar .posted {
	font-size: 0.8em;
}

#MainSideBar .author {
	font-weight: bold;
}

#MainSideBar .datestamp {
	color: #71b700;
}

#MainSideBar #referencesFlash {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

ul#subnav,
#MainSideBar dl {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
	background: #DEF3FC url(../img/subnav_foot.jpg) no-repeat left bottom;
}

#MainSideBar dl dt {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	display: block;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	background: #EEEEEE url(../img/subnav_dt-bg.jpg) no-repeat 0% 0%;
	padding: 5px;
	margin-bottom: 10px;
}

#subnav li a,
#MainSideBar dd a {
	font: normal 13px trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	width: 170px;
	padding: 5px 15px 5px 3px;
	margin: 0px 0px 5px 8px;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
}

#subnav li a:link,
#subnav li a:visited,
#MainSideBar dd a:link,
#MainSideBar dd a:visited {
	background: url(../img/btn-arrows.jpg) no-repeat right -50px;
	color: #002650;
}

#subnav li a:hover,
#subnav li a:active,
#MainSideBar dd a:hover,
#MainSideBar dd a:active {
	background: url(../img/btn-arrows.jpg) no-repeat right 0px;
	color: #0099CC;
	text-decoration: none;
}

#subnav ul {
	width: 200px;
	margin-left: 15px;
	padding: 0px;
}

#subnav ul li a {
	color: #999999;
	text-transform: none;
	width: 163px;
	margin-left: 0px;
	background: url(none);
	border-style: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#subnav ul li a:link,
#subnav li ul li a:visited {
	color: #003366;
}

#subnav ul li a:hover,
#subnav li ul li a:active {
	color: #0099CC;
	text-decoration: underline;
}

#documentsLogin {
	background: #DEF3FC;
	padding: 5px 10px;
	margin-bottom: 20px;
}

#linedBox {
	background: #def3fc;
}

#linedBox .content {
	background: #fff;
	padding: 8px 10px;
}

#linedBox h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#linedBox .radios {
	padding-left: 45px;
	margin-bottom: 10px;
}

#linedBox label {
	display: inline !important;
}

#linedBox p {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#SubSideBar {
	float: left;
	width: 160px;
	min-height: 100px;
}

#SubSideBar li {
	list-style-type: none;
}

#Content {
	float: left;
	width: 490px;
	margin: 0 20px 25px 30px;
	color: #666;
}

#Container.users #Content,
#Container.attendees #Content {
	float: left;
	width: 90%;
}

#Container.home #Content {
	float: left;
	width: 359px;
	margin: 0 30px 25px;
}



#Content h1 a,
#Content h2 a,
#Content h3 a,
#Content h4 a,
#Content h5 a,
#Content h6 a {
	color: #00527a;
	border-bottom-color: #0099ff;
}

#Content .item .itemTitle h1 {
	margin-bottom: .2em;
}

#Content .item .itemTitle p {
	font-size: 90%;
	color: #999;
}

#Content .item .itemTitle p span {
	color: #71b700;
}

#Content p,
#Content ul,
#Content dl,
#Content fieldset,
#Content blockquote,
#Content address {
	margin-bottom: 1em;
}

#Content .content img {
	float: right;
	margin: 0 .5em .5em 0;
	padding: 2px;
	border: 1px solid #999;
}

#Content blockquote {
	font-style: italic;
	padding: 0 0 0 1em;
}

#Content blockquote p {
	padding-right: 1em;
}

#Content table {
	width: 100%;
}

#Content dt {
	font-weight: bold;
}

#Content table {
	margin-bottom: 1em;
	border: none;
}

#Content ul,
#Content ol {
	margin-left: 30px;
}

#Content ul li {
	margin-bottom: 6px;
}

.underline {
	border-bottom: 1px solid #00254c;
}

#Content #DownloadList {
	list-style-type: none;
	margin-left: 0;
}

#Content #DownloadList li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 16px;
}

#Content .paging {
	display: block;
	margin-top: 10px;
	clear: both;
}

#Content .paging dl {
	list-style-type: none;
	display: inline;
}

#Content .paging,
#Content .options {
	background: #e1eca5;
	border-top: 1px solid #ffffb2;
	margin: 0 -30px 0;
	padding: 5px 30px;
	clear: both;
}

#Content .paging dt,
#Content .paging dd {
	display: block;
	float: left;
	padding-right: 10px;
}

#Content .paging dt {
	display: block;
	float: left;
	padding-right: 10px;
}

#Content .paging dd em {
	font-weight: bold;
	font-style: normal;
}

#Content .options p {
	margin: 0;
}

#Content .options a,
#Content .paging a {
	color: #013a5b;
}

#Content img {
	margin-bottom: 1em;
}

#Content li {
	list-style: disc;
}

#Content a.externalLink,
#Content a.externalLink:hover {
	padding-right: 10px;
	background: url(../img/external_link.png) no-repeat 100% 50%;
}

/* Comments section */
#commentList dd {
	display: block;
	background: #f4f6f2;
	border-top: 1px solid #dee3e8;
	margin-bottom: 1em;
}

#Content #commentList a.externalLink,
#Content #commentList a.externalLink:hover {
	padding-right: 0;
	background: none;
}

#commentList dd .commentMeta {
	background: #e4eae3;
	padding: 5px 5px 0;
}

#commentList dd .commentMeta p.gravatar {
	float: left;
	width: 30px;
	padding: 0;
}

#Content #commentList dd .commentMeta p.gravatar a {
	margin: 0;
	border: 0;
	padding: 0;
}

#Content #commentList dd .commentMeta p.gravatar img {
	float: none;
	margin: 0;
	padding: 0;
}

#commentList dd .commentMeta p.author {
	float: left;
	font-size: 0.8em;
	line-height: 1.4em;
}

#commentList dd .commentBody {
	clear: both;
	margin-left: 1em;
	width: 430px;
}

#Footer {
	border-top: 1px solid #ccc;
	margin: 0 12px;
	height: 1%;
	min-height: 30px;
	padding: .5em 2em;
	color: #333;
	clear: both;
}

#Footer dl {
	float: left;
	width: 635px;
	margin-bottom: 0;
}

#Footer dd {
	display: block;
	clear: both;
}

#Footer li {
	display: block;
	float: left;
	padding-right: 5px;
}

#Footer p {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0.8em;
}

#Footer .copyright {
	padding-top: 3px;
	font-size: 0.8em;
}

#Footer a#CakeLink,
#Footer a#CakeLink:hover {
	padding-right: 18px !important;
	background: transparent url(../img/icons/cakephp.png) no-repeat top right !important;
}

#Footer #License {
	float: right;
	width: 80px;
	height: 15px;
}

.itemFooter {
	margin: 10px 0;
}

/************************
* Guestbook styles
************************/
#Content .messages .message p.author {
	font-size: .8em;
}

#Content .messages .message p.author cite {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

#Content .messages .message p.author .datestamp {
	color: #0199cb;
}

/************************
* Admin styles
************************/

body.admin .messages .message {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

body.admin .itemFooter {
	border-top: 1px solid #ddd;
	margin-bottom: 5px;
}

body.admin .messages .message .itemTitle .name {
	float: left;
}

body.admin .messages .message .itemTitle .status {
	font-weight: bold;
	float: right;
}

/************************
* Form styles
************************/

#loginForm {
	width: 300px;
	margin: 0 auto;
}

#Content form {
	padding: 10px;
	margin-bottom: 10px;
}

fieldset {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.elemSpace {
	clear: both;
	padding-bottom: 5px;
	padding-right: 10px;
}

a.downloadLink,
a.downloadLink:hover {
	padding-right: 16px;
	background: url(../img/download.png) no-repeat 100% 50%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cakeSqlLog td {
	border: 1px solid #000;
}

.cake-sql-log {
	margin: 0 auto;
}
