/* CSS Document */

/* Page Attributies  */


html {
	background-color: #EEEEEE;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3;
	*line-height: 1.1;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	line-height: 1.3;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #35566F;
	margin-top: 4px;
}
blockquote {
	margin-left: 14px;
}
a:link {
	color: #e62328;
	text-decoration: underline;
}
a:visited {
	color: #e62328;
}
a:hover {
	color: #AF0E24;
}
/* Layout Wrappers  */


#headerWrap {
	width: 100%;
	height: 120px;
	background-repeat: repeat-y;
	text-align: left;
	clear: both;
	background-image: url(pics/headbg.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #000000;	

}

#headerWrapBg {
	
	
	width: 993px;
	height: 120px;
	background-image: url(pics/top_bg.jpg);
	background-position: center;
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: center;
}


#navWrap {
	width: 100%;
	height: 33px;
	background-image: url(pics/nav_bg.jpg);
	clear: both;
	text-align: left;
	padding-top: 3px;
	background-repeat: repeat-x;
}
#mainWrap {
	width: 993px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#bottomWrap {
	width: 100%;
	clear: both;
	height: 26px;
	background-image: url(pics/bottom_bar.jpg);
	background-repeat: repeat-y;
	background-color: #E62328;
}
#bottomNavWrap {
	width: 100%;
	clear: both;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #989898;
	border-bottom-color: #989898;
	height: 22px;
	padding-top: 4px;
	background-color: #FFFFFF;


}
/* Layout Blocks  */

/* Header  */


#topbar {
	width: 993px;
	clear: both;
	float: left;
}
#logowrap {
	float: left;
	width: 670px;
}
#logo {
	width: 196px;
	height: 120px;
	float: left;
}
#banner {
	float: right;
	width: 470px;
	padding-top: 10px;
}
#number {
	clear: right;
	float: right;
	padding-right: 2px;
	background-image: url(pics/number.jpg);
	background-repeat: no-repeat;
	width: 312px;
	height: 120px;
}
/* Navigation  */


#nav {
	width: 1040px;
	clear: both;
	text-align: left;
	margin-left: -3px;
}
#nav ul {
	display: inline;
	list-style-type: none;
	padding-top: 8px;
	margin-top: 6px;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-color: #FFFFFF;
}
#nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	height: 27px;
	padding-right: 17px;
	padding-left: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	text-align: left;
}
#nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
}
#subNav {
	width: 670px;
	*width: 488px;
}

#subNav ul {
	display: inline;
	list-style-type: none;
}
#subNav li {
	display: inline;
	float: left;
	margin-right: -25px;
}
.subNav {
	width: 160px;
	height: 37px;
	background-image: url(pics/sub_nav.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding: 0 auto;
	text-align: center;
	margin-right: 25px;	
/*	padding-left: 32px;*/
}
.subNav a:link {
	color: #FFFFFF;
}
.subNav a:visited {
	color: #FFFFFF;
}
.subNav a:hover {
	color: #000000;
}
#bread {
	height: 15px;
	font-size: 11px;
	float: left;
	clear: both;
	text-align: left;
	margin-left: 20px;
	margin-top: 4px;
}
#bread a:link {
	color: #000000;
}
#bread a:visited {
	color: #000000;
}
#bread a:hover {
	color: #e62328;
}
/* maincontent  */

#maincol {
	width: 712px;
	clear: left;
	float: left;
	text-align: left;
}
#rightcol {
	width: 281px;
	clear: right;
	float: right;
	text-align: left;
}
#rightcol h1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
}
#checkTerms input {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 20px;
}
#introarea {
	width: 705px;
	background-color: #FFFFFF;
	clear: both;
	height: 266px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#introareaSite {
	width: 684px;
	background-color: #FFFFFF;
	clear: both;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 14px;
	overflow: visible;
}
#introareaSite h1 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}
#introareaSite h2 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
#introareanNoSplit {
	width: 684px;
	background-color: #FFFFFF;
	clear: both;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 14px;
	overflow: visible;
}
#content {
	width: 677px;
	background-color: #FFFFFF;
	margin-left: 7px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 16px;
	padding-left: 7px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	clear: both;
	min-height: 900px;
}
#content h1 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#content h2 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#content h3 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#content h4 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#content h5 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#content h6 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#content li {
	line-height: 1.5;
	color: #E62328;
}
#contentFormArea {
	background-color: #FFFFFF;
}
#contentFormArea h5 {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #E62328;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 11px;
	width: 268px;
	text-indent: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
}
#introLeft {
	float: left;
	clear: left;
	padding-right: 8px;
	margin-top: 5px;
}
#introRight {
	float: right;
	clear: right;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 14px;
}


#offerright {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* footer  */

#applybox {
	background-color: #CCCCCC;
	border: thin solid #000000;
	text-align: center;
	padding: 8px;
}
#bottomArea {
	background-color: #FFFFFF;
	height: 38px;
	clear: both;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
}
#footer {
	clear: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	width: 993px;
	font-size: 12px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	background-color: #FFFFFF;
	margin: 0 auto;


}
#footer ul {
	display: inline;
	list-style-type: none;
	border: 0;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #990000;
}
#footerleft {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	float: left;
}
#footerRight {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: right;
	float: right;
	font-weight: normal;
}
#bottomfooter {
	color: #666666;
	font-size: x-small;
	text-align:left;
	width: 993px;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
#bottomfooter a:link {
	color: #666666;
}
#bottomfooter a:visited {
	color: #666666;
}
#bottomfooter a:hover {
	color: #000000;
}
#bottomcentre {
	text-align:center;
	margin: 0 auto;
	width: 993px;
	margin-top: 12px;
}
/* Styles  */

.centre {
	text-align: center;
}
.red {
	color: #AF0E24;
	font-weight: bold;
}

.termsandC {
	color: #666666;
	font-size: 11px;
}

.red2 {
	color: red;
	font-weight: bold;
}
.left {
	text-align: left;
}
.imageright {
	float: right;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom: 6px;
}
.imageleft {
	float: left;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 2px;
}

.imagerightSubNav {
	float: right;
	padding-left: 8px;
	padding-top: -4px;
	padding-bottom: 6px;
}
.titleimageleft {
	float: left;
	padding-right: 12px;
}
.bluebold {
	font-weight: bold;
	color: #000000;
}
.apply {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
.applicationsubmit {
	color: red;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
}
.floatleft {
	float: left;
}
.black {
	color: #000000;
}
.black2 {
	color: #000000;
	line-height: 2;
}
.val {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.errorbox {
	background-color: #ff2b2b;
	border-bottom-color: #cc0000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #cc0000;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #cc0000;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #cc0000;
	border-top-style: solid;
	border-top-width: 3px;
	color: #ffffff;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	left: 730px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 8px;
}
.centreWrap {
	margin: 0 auto;
	text-align: center;
	width: 993px;
}

.hide {
	visibility: hidden;

}

/*Other*/

#vids h2 {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#fancybox-inner {

height: 430px !important;
}

#fancybox-outer {

height: 440px !important;
}

