/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#696969;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color:#e41b23;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.page_heading a h2 {
	font-size:28px;
	color:#696969;
	text-decoration:none;
}


#left_col h3, #right_col h3 {
	color:#696969;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
}

#right_col ul {
	list-style-type:none;
}
#right_col ul li {
	margin:0 0 10px 10px;
	padding:0;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal inside;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	margin-bottom:10px;
}


dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

/*--------------------------*/

label.login {
	float:left;
	display:block;
	height:17px;
	padding:3px 0 0 0;
	margin:0 5px 5px 0;
	width:25px;
}

input.login {
	width:104px;
	border:1px solid #bdbdbd;
	padding:2px;
	display:inline;
	margin:0 0 5px;
	float:left;
}
input.loginbtn {
	float:right;
}

input#submit {
	background:url(images/btn_bg.png) repeat-x 0 0;
	border-left:1px solid #66669a;
	border-right:1px solid #66669a;
	border-top:none;
	border-bottom:none;
	height:22px;
	color:#fff;
	font-size:11px;
	padding:0px 10px 0;
}

div.page_heading h2, #page h1, #page h2, #page h3, #page h4, #page h5 {
	font-family:Gotham Book;
}

div#left_col h3, div#right_col h3 {
	font-family:Gotham Black;
}