/* CSS RESET by Eric A. and Kathryn S. Meyer v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
		END OF CSS RESET
	*/ 
	
/* Basic 
-------------------------------------------- */
html,body {
	padding: 0;
	margin: 0;
	padding-top: 24px;
}

body,h1,h2,h3,h4,h5,h6,p,li,a,form,td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #6b6b6b;
}

form input,
form textarea {
	font-family: Arial, Helvetica, sans-serif;
}

b {
	font-weight: bolder;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 10px 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #456e9c;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #456e9c;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #456e9c;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #456e9c;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #456e9c;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	color: #456e9c;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

.content ul {
	list-style: outside url("images/dash.gif");
	margin-left: 1.2em;
}

/* Links 
-------------------------------------------- */
a,a:hover,a.active {
	text-decoration: none;
}

.content a,.content a:hover,.content a.active {
	color: #456E9C;
}

/* Positioning
---------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

/* Misc 
-------------------------------------------- */
.none {
	display: none;
}

/* Clear float method 
-------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

pre.cake_debug {
	background: #000;
	color: #fff;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: left;
	overflow: auto;
	height: 100%;
}

.nopad {
	padding: 0;
}

.box {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center;
	margin: 20px auto;
}

.bb {
	border-bottom: 1px dotted #6b6b6b;
}

.mb {
	margin-bottom: 10px;
}

.pbbbmb {
	padding-bottom: 10px;
	border-bottom: 1px dotted #6b6b6b;	
	margin-bottom: 10px;
}

.small p, .small a, p.small, li.small {
	font-size: 90%;
}

.small p, p.small {
	margin-bottom: 0.7em;
}

.blue {
	color: #456E9C;
}

.show_hide {
	display: none;
}

ul.show_hide {
	display: none;
}

ul.show_hide li {
	display: block;
}

a.link_seperator {
	padding-right: 5px;
	border-right: 1px solid #6b6b6b;
}