/*	Ryan Ashcraft
	Ashcraft Media	*/

html {
	background: #ddd;
	}
body {
	background: #eee;
	color: #333;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

/* Elementals */
* {
	padding: 0;
	margin: 0;
	}
a {
	color: #27d;
	text-decoration: none;
	padding: 0;
	}
a:hover {
	color: #284e65;
	border-bottom-color: #284e65;
	text-decoration: underline;
	}
a img {
	border: 0;
	}
a img {
	border: 0;
	}
sup {
	font-size: 75%;
	vertical-align: top;
	}
.clear {
	clear: both;
	}
.right {
	float: right;
	text-align: right;
	margin: 15px 0 20px 25px;
	}
.left {
	float: left;
	text-align: right;
	margin: 15px 25px 20px 0;
	}
.imagebutton {
	margin: 10px 0;
	}

/* Headers */
h1 {
	text-indent: -9999px;
	overflow: hidden;
	}
h1 a {
	display: block;
	width: 292px;
	height: 51px;
	background: url('../images/logo.png') top left no-repeat;
	}
h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #666;
	padding: 0 0 15px 0;
	}
h3, #primary p.tagline {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	color: #666;
	text-align: justify;
	padding: 5px 0 0 0;
	}
#primary p.subhead3 {
	font-size: 17px;
	line-height: 21px;
	}
h3 span {
	color: #999;
	}
h4 {
	line-height: 16px;
	font-size: 16px;
	color: #666;
	margin: 20px 0 0 0;
	}
#primary p.tagline {
	line-height: 36px;
	padding: 0 0 25px 0;
}

/* Navbar */
#navbar {
	position: absolute;
	top: 80px;
	right: 0;
	width: 500px;
	height: 51px;
	text-align: right;
	}
#navbar ul {
	list-style: none;
	}
#navbar ul li {
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 38px;
	height: 38px;
	padding: 0 20px;
	margin: 0;
	}
#navbar ul li.first {
	padding-left: 0;
	}
#navbar ul li.last {
	padding-right: 0;
	}
#navbar ul li a {
	color: #ddd;
	text-shadow: 0 1px 3px #000;
	}
#navbar ul li.active a {
	color: #fff;
	font-weight: bold;
	}
#navbar ul li a:hover {
	text-decoration: none;
	color: #fff;
	}
#navbar ul li a:active {
	color: #ddd;
	}
#navbar ul li a .lcase {
	text-transform: lowercase;
}

/* Basic Layout */
.inner {
	width: 900px;
	position: relative;
	margin: 0 auto;
	}
#secondary {
	width: 230px;
	margin: 0 0 50px 0;
	padding: 0 0 100px 25px;
	float: right;
	height: auto;
	border-left: 1px solid #ddd;
	}
#primary {
	width: 100%;
	padding: 40px 0 25px 0;
	float: left;
	}
#primary p {
	padding: 5px 0 5px 0;
	font-size: 15px;
	line-height: 22px;
	color: #777;
	text-align: justify;
	}
#primary ul {
	padding: 5px 0 5px 0;
	font-size: 15px;
	line-height: 22px;
	color: #777;
	}
#primary ul li {
	margin: 0 0 4px 0;
	list-style: square inside;
	}
a.comments {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #ccc;
	}
img.light {
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	width: 513px;
	}
#footer {
	height: 100px;
	width: auto;
	display: block;
	background: #ddd;
	border-top: 4px solid #ccc;
	}
#footer .inner {
	margin: 25px auto;
	}
#footer p, #footer div {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #666;
	height: 22px;
	line-height: 22px;
	}
#footer .partners {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	}
.partners a {
	color: #666;
	text-decoration: none;
}
#footer .partners i {
	margin-right: 20px;
	}
#footer .partners .last {
	margin-right: 0;
	}

/* Specific Layout */
p.asigna {
	margin-top: 15px;
	}

/* Button */
.button {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	text-shadow: 0 -1px 1px #222;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
	background: #004080;
	margin: 10px 0 0 0;
	border: 1px solid #002c58;
	-webkit-border-radius: 3px;
	}
.button span {
	font-weight: bold;
	}
.button:hover {
	background: #326699;
	border-color: #004080;
	color: #fff;
	text-decoration: none;
	}
.button:active {
	background: #777;
	}
#secondary .button {
	width: 230px;
	}