/* CSS Document */


/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html, body {
	height:100%;
}

body {
	background:#f89520;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font:normal 13px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */

}
/* Redefines the p tag */

h1 {
	font:normal 18px  "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #d47281;
	border-bottom:2px solid #a0965a;
	padding:0 0 3px 0;
	margin:15px 40px 0 20px;
}
h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #00FF00;
	padding:0 0 5px 0;
	text-align:left;
}
h3 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background:#d47281;
	padding:5px;
	text-align:left;
}

address {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #66CCFF;
	text-align:left;
}
blockquote {
	font:normal 11px  Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
}

strong {
	color: #FFFF66;
}

cite {
}
/* ----------------- CONTENT LINKS ----------------- */
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration: underline;
	color:#d47281;
}
a:visited {
	text-decoration: underline;
	color:#d47281;
}
a:hover {
	text-decoration: none;
	color:#d47281;
}
a:active {
	text-decoration: underline;
	color:#d47281;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	height:278px;
}
/* Creates the div container for the site. */
div#site_container {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/content_bg.gif) bottom left repeat-y;
}

/* Creates DIV container for left column. */
div#left {
	float:left;
	text-align:center;
	padding:0 25px 10px 25px;
	display: inline;
	width:325px;
	text-align:center;
}

div#left a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
div#left img{

}

/* Creates DIV container for middle column. */
div#middle {
	position:relative;
	top:0;
	text-align:left;
	padding:0 25px 10px 25px;
	display: inline;
	float:right;
	width:325px;
	background:url(images/content_top.gif) top right no-repeat;
}
/* Creates DIV container for right column. */
div#right {
}
/* Creates the div container for the footer. */
div#footer {
	clear:both;
	background:#f89520 url(images/footer.gif) top left no-repeat;
	height:21px;
	padding:0;
}
/* Creates the div container for the copyright. */
div#copyright {
	clear:both;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
}

div#copyright a:link, div#copyright a:hover, div#copyright a:visited, div#copyright a:active {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
}
/* ----------------- TABLE ELEMENTS ----------------- */

/* Apply this ID to your Services table. The only properties in the code should be the table tags; no widths, colors, spacing, etc. */

table#services {
	font:12px Arial, Helvetica, sans-serif;
	text-align:left;
	width:100%;
	background:#ccc;
}
table#services caption {
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	margin:3px;
}
table#services th {
	background:#999;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #fff;
}
table#services td {
	color:#333;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}


/* ----------------- FORM ELEMENTS ----------------- */

fieldset {
}
legend {
}
label {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	vertical-align:middle;
	line-height:3;
}

input, textarea {
	vertical-align:middle;
}

div.formalign {
	text-align:right;
	white-space:nowrap;
	width:350px;
}

/* The following two styles are optional, if you want to style your textfields or textareas. */

textfield {
}
textarea {
}
/* ----------------- LIST ELEMENTS ----------------- */


ul#services {
}

/* The following two styles are provided, if you want to use them. */
ul#services ul {
}
ul#services li {
}

/* The following two styles for the main page navigation */

ul#mainnav {
	position:relative;
	list-style:none;
	padding:8px 0 5px 12px;
	margin:0;
}
ul#mainnav li {
	font:bold 11px Arial, Helvetica, sans-serif;
}

ul#mainnav li a, ul#mainnav li a:link, ul#mainnav li a:active {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background:url(images/nav_bg.gif) top left repeat-x;
	text-decoration: none;
	width:227px;
	height:15px;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #fff;
	display:block;
}

ul#mainnav li a:hover, ul#mainnav li a.current{
	background:url(images/select.gif) top left repeat-x;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	background:#fff;
	text-decoration: none;
	width:227px;
	height:15px;
	padding:5px 0 5px 15px;
	display:block;
}
/* top navigation styles*/
div#pagenav {
	background:url(images/topnav_bg.gif) top right no-repeat;
	height:50px;
	position:relative;
}

ul#topnav {
	position:relative;
	top:6px;
	margin:0;
	text-align:right;
}
ul#topnav li {
	list-style: none;
	display: inline;
	color: #fff;
}

ul#topnav li a:link, ul#topnav li a:visited, ul#topnav li a:active {
	font:bold 14px  Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-right:1px solid #fff;
	padding: 6px 10px 7px 10px;
}

ul#topnav li a:hover, ul#topnav li a.current {
	font:bold 14px  Arial, Helvetica, sans-serif;
	padding: 6px 10px 7px 10px;
	background:#66cc33;
	text-decoration: none;
}


/* the following are styles for the footer navigation */

ul#footernav {
	position:relative;
	top:70px;
	margin:0;
	text-align:center;
}
ul#footernav li {
	list-style: none;
	display: inline;
	border-right:1px solid #fff;
	color: #fff;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	font:bold 11px  Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

ul#footernav li a:hover {
	font:bold 11px  Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* These were required in the assignment and should be used. */

dl {
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
}
dt {
	font-weight:bold;
	color:#999;
	margin:10px 0 0 0;
}
dd {
	font-size:11px;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
float: left;
padding:1px;
margin:5px 0;
border:1px solid #ccc;
}
.right {
float: right;
padding:1px;
margin:5px 0;
border:1px solid #ccc;
}
.clear {
clear: both;
}
/* ----------------- YOUR CUSTOM CLASSES ----------------- */

/* Before you add any, always think ... is there an existing tag I can redefine? */


ul {
	margin-top:0;
}

.img_block {
	display:block;
}

div#payment {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin:5px 0 3px 6px;
}

.cta {
	font:bold 20px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: yellow;
	text-align:center;
}
.cta_white {
	font:bold 30px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center;
	margin:0 0 15px 0;
	
}

.list_left {
	float:left;
	width:155px;
}
.list_right {
	float:right;
	width:155px;
}
.cap{
		width:205px;}
caption{
		clear:both;
		text-align:center;
		font-size:10px;}