body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 16px;
	background: #75BD69 url(images/footer_bg.jpg) repeat-x bottom center;
	line-height: 1.5em;	
	margin: 0px;
}

#container {
		
	background: url(images/bg.jpg) repeat-x;
}

#wrapper {
	width: 830px;
	margin: 0px auto;
}

#content {
	background: url(images/content_bg.png) repeat-y;
	padding: 0px 80px 20px 80px;
}

#header {
	height: 180px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	height: 54px;
	
}

.lh {
	line-height: 1.2em;	
}

.bonus-heading {
	font-weight: bold;
	color: 	#004DC5;
	font-size: 22px;
	font-style: italic;
}


/*****************
	Common
*****************/

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

a { color: #004FC6; text-decoration: none; }

p { margin: 0 0 10px 0; }

em, i {
	font-style: italic;
}

.small, a.small {
	font-size: 11px;	
}

.big, a.big {
	font-size: 16px;
}

.red, a.red { color: #BE0712; } 
.grey, a.grey { color: #595959; }
.blue, a.blue { color: #004DC5;}
.green, a.green { color: green; }
.black, a.black { color: #000;}
.white, a.white { color: #fff;}
.purple, a.purple { color: #B200B2;	}

.highlight { background: #FFFF00; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

.font8 { font-size: 8px !important; }
.font9 { font-size: 9px !important; }
.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font17 { font-size: 17px !important; }
.font18 { font-size: 18px !important; }
.font19 { font-size: 19px !important; }
.font20 { font-size: 20px !important; }
.font21 { font-size: 21px !important; }
.font22 { font-size: 22px !important; }
.font23 { font-size: 23px !important; }
.font24 { font-size: 24px !important; }
.font25 { font-size: 25px !important; }
.font26 { font-size: 26px !important; }
.font27 { font-size: 27px !important; }
.font28 { font-size: 28px !important; }
.font29 { font-size: 29px !important; }
.font30 { font-size: 30px !important; }
.font31 { font-size: 31px !important; }
.font32 { font-size: 32px !important; }
.font33 { font-size: 33px !important; }
.font34 { font-size: 34px !important; }
.font35 { font-size: 35px !important; }
.font36 { font-size: 36px !important; }
.font37 { font-size: 37px !important; }
.font38 { font-size: 38px !important; }
.font39 { font-size: 39px !important; }
.font40 { font-size: 40px !important; }
.font41 { font-size: 41px !important; }
.font42 { font-size: 42px !important; }
.font43 { font-size: 43px !important; }
.font44 { font-size: 44px !important; }
.font45 { font-size: 45px !important; }
.font46 { font-size: 46px !important; }
.font47 { font-size: 47px !important; }
.font48 { font-size: 48px !important; }
.font49 { font-size: 49px !important; }
.font50 { font-size: 50px !important; }


.tahoma { font-family: tahoma, sans-serif; }
.impact { font-family: impact, sans-serif; }
.helvetica { font-family: helvetica, sans-serif; }

.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.no-underline, a.no-underline { text-decoration: none; }

.center { text-align: center; }

.alignleft {
    position: relative;
    float: left;
    padding-right: 10px;
}

.alignright {
    position: relative;
    float: right;
    padding-left: 10px;
}

.clear {
    clear: both;
}

.mandatory {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;	
}

.spacer {
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

.padding-right {
	padding-right: 20px;	
}

.padding-left {
	padding-left: 20px;	
}

.padding-both {
	padding-left: 20px;	
	padding-right: 20px;
}

.padding-top {
	padding-top: 20px;	
}

.padding-bottom {
	padding-bottom: 20px;	
}

.left20 { padding-left: 20px; }
.left30 { padding-left: 30px; }
.left40 { padding-left: 40px; }
.left50 { padding-left: 50px; }
.left60 { padding-left: 60px; }

.right20 { padding-right: 20px; }
.right30 { padding-right: 30px; }
.right40 { padding-right: 40px; }
.right50 { padding-right: 50px; }
.right60 { padding-right: 60px; }

hr {
	border-style: dashed;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 10px 0; 
	line-height: 1.3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1, h1 a {
  font-size: 32px;
}

h2, h2 a {
  font-size: 28px;
}

h3, h3 a {
  font-size: 26px;
}

h4, h4 a {
  font-size: 20px;
}

h5, h5 a {
  font-size: 17px;
}

h6, h6 a {
  font-size: 16px;
}

/* Lists */

ul {
	margin-left: 20px;
}

ul li {
	padding-left: 15px;
	line-height: 1.3em;
	margin-bottom: 10px;
	list-style-type: square;
}

ul.tick {
	margin-left: 0px;
}

ul.tick li {
	background: url(images/tick.png) no-repeat center left;	
	padding-left: 30px;
	line-height: 1.2em;
	margin-bottom: 15px;
	list-style-type: none;
	font-family: tahoma;
	font-weight: bold;
}

/* Input */

input[type="text"], input[type="email"], 
input[type="password"], input[type="tel"], 
textarea {
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	color: #333;
	padding: 8px 10px;
	
	/* Border Radius */
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	        border-radius: 5px;
		
}






