@import url('960.css');

/* --- yui normalize --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* --- site specific css --- */
body { font-size:12px; line-height:18px; font-family:Arial, Helvetica, sans-serif; color:#000000; }

.left { float:left }
.right { float:right }

p { margin:0 0 20px 0; } 

a { color:#800000; text-decoration:none; outline:none; }
a:hover { text-decoration:underline } 
input,select,textarea {  font-family:Arial, Helvetica, sans-serif; font-size:11px; border:1px solid #d2cfca; color:#000000; padding:0 5px; }
.btn { 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	height:35px; line-height:35px; color:#fff; padding:0 11px !important; 
	background:url(../images/btn-bg.png) repeat-x #0edac4; font-size:15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	display:inline-block;
	zoom:1;
	*display:inline;
	cursor:pointer;
}
.btn a { color:#FFFFFF; display:block; }
.btn:hover { background-position:0 -35px; }
.btn:hover a {text-decoration:none;} 

/* --- header --- */
.header { padding:20px 0; border-bottom:2px solid #CCCCCC }

/* --- footer --- */
.footer { padding:20px 0; border-top:2px solid #CCCCCC; font-size:12px; color:#333333 }
.footer .btn a { color:#FFFFFF } 


/* --- content panel --- */
.content-panel { padding:20px 0; }
.home-cp { padding:40px 0; }
.home-cp .text { font-size:16px; line-height:24px; }

/* --- headings --- */
h1 { color:#000000; font-size:30px; line-height:30px; font-family:Georgia, "Times New Roman", Times, serif; }
h2 { color:#b2a574; font-size:20px; line-height:normal; font-family:Georgia, "Times New Roman", Times, serif }
h3 { color:#000000; font-size:16px; line-height:normal; font-family:Georgia, "Times New Roman", Times, serif }
h4 { color:#000000; font-size:24px; line-height:normal; font-family:Georgia, "Times New Roman", Times, serif }


