@charset "utf-8";

/* LINK STYLES */
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #153F60;
}
a:active {
	text-decoration: none;
	color: #2671AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #2671AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #153F60;
}

/*FONT STYLES*/

.regularText{		/*all headings derive properties from this class (h1, h2, ...) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #226499;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #666666;
	display: inline;
}
.homeSubtitle{
	font-family: "century gothic";
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
.homeTitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #183C8D;
	font-size: 16px;
	font-weight: bold;
}
.footerLinks{
	font-family: "century gothic", Arial;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	margin: 10px;
}
.topLinks a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
.copyrightText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.smallText{
	font-size: 9px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* SITE FRAMEWORK */

body {
	margin: 50px 0px;
	background: url(/assets/images/bg.jpg) repeat-x fixed;
	font: Arial, Helvetica, sans-serif;
}

img{border: none;}

.commonFramework{
	width: 775px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	vertical-align: top;
	z-index: 1;
}

#header {height: 305px; background: url(/assets/images/topfade.jpg) repeat-x;}

#secondaryHeader {height: 205px; background: url(/assets/images/topfade.jpg) repeat-x;}

#footer{height: 50px; margin-bottom: 20px;}
.footerLinks > a:link{font: "century gothic"; text-decoration:underline; color: #000000;}
.footerLinks > a:hover{font: "century gothic"; text-decoration:underline; color: #000000;}
.footerLinks > a:visited{font: "century gothic"; text-decoration:underline; color: #000000;}
.footerLinks > a:active{font: "century gothic"; text-decoration:underline; color: #000000;}
.footerLinks > p{padding: 10px;}

#page{ position: relative;}

#copyright{
	bottom: 10px;
	right: 20px;
	color: #FFFFFF 
	width: 100px; 						
	position: absolute;
	text-align: right;
}

/* HEADER STYLING */

#logo{
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 100;
}

#topNav{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#topLinks{
	position: absolute;
	top: -30px;
	right: 10px;
	width: 263px;
	text-align: right;
}
#topLinks > a:link{font: Arial, Helvetica, sans-serif; text-decoration: none; color: color: #FFFFFF;}
#topLinks > a:hover{font: Arial, Helvetica, sans-serif; text-decoration: underline; color: #FFFFFF;}
#topLinks > a:visited{font: Arial, Helvetica, sans-serif; text-decoration: none; color: #FFFFFF;}
#topLinks > a:active{font: Arial, Helvetica, sans-serif; text-decoration: none; color: #FFFFFF;}

/* HOME PAGE LAYOUT */
.homeBoxes{
	top: 15px;
	width: 181px;
	float: left;
	position: absolute;
}
#newsletterBox{left: 10px;}
#featured{left: 201px;}
#featured2{right: 201px;}
#otherStuff{right: 10px;}

/* SECONDARY PAGE LAYOUT */
#menu{
	top: 0px;
	left: 0px;
	width: 215px;
	height: 100%;
	position: absolute;
	background: #F2F6F9;
}
#content{
	top: 12px;
	right: 10px;
	width:540px;
	float: left;
	position: absolute;
}
.Title {
	font-size: 24px;
	color: #226499;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subTitle {
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.whiteTxt {color: #FFFFFF}
.wrapper{float:left;}
