/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/



html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #ECEDF0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	height: 100%
}
#wrapper {
	margin: 0 auto;
	width: 820px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	min-height: 100%;
}
#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
}
#header {
	color: #333;
	width: 820px;
	padding: 0px;
	height: 110px;
	margin: 0px;
	background-image: url(images/header.png);
}

#logo {
	display: inline;
	margin: 6px 0px 0px 32px;
	width: 171px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
}

#nav {
	display: inline;
	margin: 76px 17px 0px 0px;
	width: 518px;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 23px;
}
#bigpic {
	color: #333;
	padding: 90px 0px 0px 75px;
	margin: 0px;
	background: url(images/girl.jpg) no-repeat 17px top;
	height: 330px;
}

#bigpic2 {
	color: #333;
	padding: 90px 0px 0px 75px;
	margin: 0px;
	background: url(images/redeemgirl.jpg) no-repeat 17px top;
	height: 330px;
}

.bigpic_heading {
	font-size: 47px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4681CC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bigpic_preheading{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.bigpic_red{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #AE1E09
}

#redcurve {
	background: url(images/redcurve.png) no-repeat 17px top;
	height: 50px;
}

#maincolumn { 
 float: left;
 color: #333;
 margin: 0px;
 padding: 0px 0px 0px 75px;
 width: 670px;
 display: inline;
 position: relative;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 180px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 480px;
 display: inline;
 position: relative;
}
#footer {
	width: 820px;
	clear: both;
	color: #333;
	margin: 50px 0px 0px;
	padding: 20px 0px;
	text-align: center;
	font-size: 12px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
}

#footer a{
	color: #000000;
}
.clear { clear: both; background: none; }
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #4681CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4681CC;
}
hr {
	margin-top: 30px;
	margin-bottom: 20px;
	height: 3px;
	background-color: #EEEEEE;
	border: none;
}

#vid {
	float: right;
	margin: 30px 60px 15px 0px;
	padding: 0px;
	display: inline;
	position: relative;
	text-align: center;
}

#enrollpic{
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	display: inline;
	position: relative;
	width: 204px;
	text-align: center;
	font-size: 12px;
}



#enrollpic img{
	border: 1px solid #AE1E09;
	padding: 2px;

}

.picborders{
	border: 1px solid #999999;
	padding: 2px;
	margin: 0px 0px 10px 10px;
}
img {
	border: none;
}


.button {
	line-height:29px;
	height:40px;
	background:url(images/button2.gif) no-repeat right top;
	padding-right:20px;
	display:inline-block;
	margin-left: 0px;
	text-decoration: none;
}


.button ins {
	background:url(images/button2.gif) no-repeat left top;
	height:40px;
	line-height:29px;
	display:inline-block;
	padding-left:20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

	a.button:hover{
	background-position:right -155px;
	text-decoration: none;
}
	a.button:hover  ins{
	background-position:left -155px;
	text-decoration: none;
}

.tab {
	line-height:26px;
	height:23px;
	background:url(images/tab.gif) no-repeat right top;
	padding-right:20px;
	display:inline-block;
	margin-left: 0px;
	text-decoration: none;
}


.tab ins {
	background:url(images/tab.gif) no-repeat left top;
	height:23px;
	line-height:26px;
	display:inline-block;
	padding-left:20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

	a.tab:hover{
	background-position:right -155px;
	text-decoration: none;
}
	a.tab:hover  ins{
	background-position:left -155px;
	text-decoration: none;
}
.formheadings {
	font-size: 24px;
}
