@import url('reset.css');
@import url('text.css');
@import url('960.css');

@import url('kwicks.css');

#Body {
	background: url('../images/bg.png');
}

img {
	display: inline;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	outline: none;
}

  /*********************************************/
 /* TYPOGRAPHY
/*/

h1 {

}

h2 {

}

h3 {

}

h4 {
	font-size: 14px;
	font-weight: bold;
}

  /*********************************************/
 /* PAGE
/*/

#bg {
	background: url('../images/glow.png') no-repeat;
	position: absolute;
	margin-left: -50px;
	width: 1060px;
	height: 400px;
	z-index: -999;
}

  /*********************************************/
 /* HEADER
/*/

#hd #hdImage {
	background: url('../images/hd.png');
	height: 155px;
}

	#hd #userMenu {
		float: right;
		color: #fff;
		padding: 10px;
	}

		#hd #userMenu a {
			color: #fff;
		}

  /*********************************************/
 /* BODY
/*/

#bd {
	background: #fff;
	display: inline-block;
}

#dnn_RightPane1 {
	float:right;	
}

  /*********************************************/
 /* FOOTER
/*/

#ft {
	background: #000;
	padding-bottom: 10px;
}

#ft .Normal {
	font-family: Arial;
	font-size: 12px;
}

#ft div.SkinContainer .Content, #ft div.SkinContainer .Content .Normal {
	color: #fff;
}

	#ft a, #ft a:active, #ft a:visited {
		color: #fff;
	}
	
	#ftNav ul {
		list-style-image: url('../images/bullet.jpg')!important;
		margin: 50px 0 0 0;
	}
		
  /*********************************************/
 /* BUTTONS
/*/
#mc-embedded-subscribe-form  input[type="submit"] {
	background:url(/Portals/0/subscribe.png) no-repeat;
	border:0px;
	color:#fff;
	height: 32px;
	padding: 5px;
	width:90px;
}

a.blue-button{
	background: url('../images/blue-button-right.png') right -32px no-repeat;
	border:0px;
	color: #FFF;
	display: inline-block;
	height: 32px;
	margin: 5px 5px 5px 15px;
	outline: none;
	text-decoration: none;
}

a.blue-button span {
	background: url('../images/blue-button-left.png') left -32px no-repeat;
	display: inline-block;
	font-size: 16px;
	height: 22px;
	line-height: 20px;
	margin-left: -10px;
	padding: 5px;
}

a.blue-button:active {
	background: url('../images/blue-button-right.png') right top no-repeat;
	color: #e4e4e4;
	text-decoration: none;
}

a.blue-button:active span {
	background: url('../images/blue-button-left.png') left top no-repeat;
}

  /*********************************************/
 /* SOCIAL ICONS
/*/

div#socialIcons {
	float: right;
	padding: 5px;
}

a.social-twitter,
a.social-facebook,
a.social-youtube,
a.social-email {
	display: inline-block;
	text-align: left;
	text-indent: -999em;
	width: 32px;
	height: 32px;
	outline: none;
}

a.social-twitter { background: url('../images/twitter_32.png'); }
a.social-facebook { background: url('../images/facebook_32.png'); }
a.social-youtube { background: url('../images/youtube_32.png'); }
a.social-email { background: url('../images/email_32.png'); }


  /*********************************************/
 /* FORMS
/*/

.FormMaster {
	margin: 0;
	padding: 0;
}

.FormMaster td {
	vertical-align: top;
	padding: 5px;
}

.FormMaster input.LongInput {
	width:150px;
}

.FormMaster h3 {
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:19px;
	margin:10px 0px 0px;
}

.FormMaster td label.SubHead {
	color: #333;
	font-size: 12px;
}

.FormMaster span[id*='lblRequired'] {
	display: none;
}

.ContentBody input {
	font-size: 12px;
	height: 22px;
	padding: 0 5px;
}

  /*********************************************/
 /* SUB NAV
/*/

#hdSubNav ul {
	display: inline-block;
	/*background: #580f4e!important;*/
	margin: 0;
	width: 100%;
}

#hdSubNav ul li {
	/*border-left: 1px solid #951482;*/
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
}

#hdSubNav ul li:first-child {
	border: none;
	margin: 0;
}

#hdSubNav ul li a {
	color: #FFFFFF;
}

#hdSubNav li.SelectedTab a {
	font-family: 	'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size: 13px;
	font-weight: normal;
}

  /*********************************************/
 /* DNN OVERRIDES 
/*/

.Head {
	color: #fc0;
	font-size: 24px;
	font-family: Tahoma;
}

.FCKImageGalleryContainer, #Table, #Table2 {
	background: #fff;
}

#ft .DNN_NewsFeedsContent {
	margin-top: 44px;
}

a.user {
	color: #393939;
}

.DNN_News_ItemLink {
	border-top: 1px solid #EEEEEE;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}

.DNN_News_ItemLink:first-child {
	border-top: none;
	padding-top: 0;
}

.timeago {
	color: #999999;
	font-size: 10px;
	margin: 10px 0;
}

.Normal, .NormalDisabled {
	font-size: 12px;
}

.PagingTable {
	background: #f9f9f9;
	border: 1px solid #eee;
}

.PagingTable td {
	padding: 5px;
	vertical-align: middle;
}

.PagingTable a, .PagingTable span.NormalDisabled {
	background: #eee;
	border: 1px solid #999;
	padding: 2px 5px;
	text-decoration: none!important;
}

.PagingTable a:hover {
	background: #f4f4f4;
}
