@charset "utf-8";

/* Starry Night Entertainment - Primary Style definitions */

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #255d88;
	background-image: url(../images/bg_top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}


div#footerContainer {
	width: 100%;
	height: 202px;
	background: #011422;
	text-align: center;
	z-index: 2;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: -202px;*/
}


div#footerContent {
	width: 960px;
	height: 202px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}


.footerTxt {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #bfdaed;
}

.footerTxtLink {
	color: #bfdaed;
	text-decoration: none;
}
.footerTxtLink:link {
	color: #bfdaed;
	text-decoration: none;
}
.footerTxtLink:visited {
	color: #bfdaed;
	text-decoration: none;
}
.footerTxtLink:hover {
	color: #a1b7c7;
	text-decoration: underline;
}


.footerTxtEmailLink {
	color: #FFFFFF;
	text-decoration: none;
}
.footerTxtEmailLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footerTxtEmailLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerTxtEmailLink:hover {
	color: #d9d9d9;
	text-decoration: underline;
}
.trebuchet12black {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.trebuchet12bluelink {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336699;
	text-decoration: none;
}
#header-info-left {
	float: left;
	height: 89px;
	width: 383px;
}
#header-info-right {
	float: right;
	height: 89px;
	width: 182px;
}

