/*  kill margins and padding on all tags  */
* { 
	margin: 0;
	padding: 0;
	}

/*  set base fonts  */
body	{
	font-family: arial, helvetica, sans-serif;
	font-size: .9375em ; /* 15px */
	text-align: center;
	line-height: 1.6;
	text-align: left;
	background: #dcdcdc url(../images/Blurry-image.jpg) 50% 0 no-repeat;
	color: #333;
	overflow-x: hidden;
	}
	
/*  set base tags  */
header, footer, nav, section, article {
	display: block;
	}
a	{
	cursor: pointer; 
	cursor: hand;
	text-decoration: underline;
	outline: none;
	color: #fff;
	text-decoration: none;
	}
a:hover	{
	}
img     {
	border: 0;
	font-size: 10px;
	line-height: 1;
	}
acronym, abbr	{
	border: none;
	border-bottom: 1px dotted #ccc;
	font-style: normal;
	}
th	{ text-align: left; }
iframe	{
	border: none;
	}
	
h1, h2, h3, h4, h5, h6, #pseudo_h1 {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.2em;
	font-weight: normal;
	color: #fff;
	}
h1, #pseudo_h1	{
	font-size: 36px;
	line-height: 1.15;
	margin-bottom: 30px;
	}
h1.logo1	{
	font-size: 1px;
	line-height: 0;
	border: none;
	margin: 0;
	padding: 0;
	}
h2	{
	font-weight: bold;
	}
h3	{
	}


/*  html5 tags  */
nav, section, header, footer	{
	display: block;
	}


/*  setup default lists  */
ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: -16px;
	}
ul li	{
	margin: 0;
	padding: 0;
	margin-bottom: .6em;
	padding-left: 16px;
	background: url(../images/blt1.gif) 1px .425em no-repeat;
	list-style-type: none;
	list-style-image: none;
	}
ol	{
	margin-left: 36px;
	list-style-type: arabic;
	}
	
	
/*  re-add bottom margins to some tags  */
p,
ul, 
ol,
table,
#main_content1 form	{
	margin-bottom: 1.5em;
	}
dl	{
	margin-bottom: 1.5em;
	}
dt	{
	margin-bottom: .5em;
	}
dd	{
	margin-left: 2em;
	margin-bottom: 1.25em;
	}
	

/*  setup default form elements  */
input.text, input.password, input.email, select, textarea	{
	max-width: 208px;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #b2b2b2;
	}
textarea	{
	max-width: 100%;
	}
select	{
	max-width: 280px;
	}
	
input.text, input.email, input.password	{
	padding: 2px 4px;
	}
input.checkbox	{
	position: relative;
	top: -1px;
	margin-right: 5px;
	}
	
select option	{
	padding: 1px 4px;
	}
select	{
	padding: 3px 4px;
	}
	
textarea	{
	height: 7em;
	padding: 4px;
	}





/*  begin default custom CSS items  */
a.no_link1,
a.no_link1:hover	{
	border: none;
	}
.nowrap	{
	white-space: nowrap;
	}
.skip_nav1	{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: none;
	top: -99999px;
	left: -99999px;
	}
a.type1	{
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	}	
	
img.type1,
img.type3,
.img_type1,
.img_type3	{
	float: left;
	margin: 0 20px 1em 0;
	}
img.type2,
img.type4,
.img_type2,
.img_type4	{
	float: right;
	margin: 0 0 1em 20px;
	}
	
table	{
	border-collapse: collapse;
	width: 100%;
	}
caption	{
	padding: 6px;
	font-size: 18px;
	}
table td,
table th	{
	padding: 2px 4px;
	vertical-align: top;
	}
table thead th,
table tbody	{
	border: none;
	}
	/*
table tr.odd	{
	background-color: transparent;
	border-bottom: 1px solid #e5e5e5;
	}
table tr.even	{
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	}
	*/

table.table_col2 th,
table.table_col2 td	{
	width: 50%;
	}
table.table_col3 th,
table.table_col3 td	{
	width: 33.3%;
	}
table.table_col4 th,
table.table_col4 td	{
	width: 25%;
	}
table.table_col5 th,
table.table_col5 td	{
	width: 20%;
	}

table.type1	{
	border-collapse: collapse;
	margin-bottom: 0;
	}
table.type1 td,
table.type1 th	{
	padding: 0;
	vertical-align: top;
	}
table.type1 tr.odd,
table.type1 tr.even	{
	background-color: transparent;
	border: none;
	}

hr,
hr.type1,
hr.type2	{
	border: 0;
	width: 100%;
	text-align: left;
	margin: 32px 0 30px;
	clear: both;
	height: 2px;
	color: #00b4e5;
	background-color: #00b4e5;
	}
hr.type1	{
	color: #ccc;
	background-color: #ccc;
	}
hr.type2	{
	color: #000;
	background-color: #000;
	}

	
/*  clearing floats  */
.clear1:after,
.wrap1:after,
ul.clear1 li:after,
#main_content1:after,
.content_columns:after,
nav:after,
nav ul:after	{
    content: "";
    display: block;
    height: 0;
    clear: both;
    //visibility: hidden;
    }
.ie7 .clear1,
.ie7 .wrap1,
.ie7 ul.clear1 li,
.ie7 #main_content1,
.ie7 .content_columns,
.ie7 .views-row,
.ie7 .views-group,
.ie7 nav,
.ie7 nav ul	{
    zoom: 1;
	display: block;
	}




/*  begin custom CSS page control  */	
#body_wrap1	{
	}


/*  meta content section defaults  */	
#content1,
#content2,
#content3,
#content4,
#content5,
#content6,
#content7,
#content8	{
	clear: both;
	}

.wrap1	{
	width: 868px;
	margin: 0 auto;
	}

#content1	{
	background-color: #d89100;
	color: #fff;
	}
#content1 .wrap1	{
	}

#content2	{
	font-size: 13px;
	line-height: 1.6923;
	}
#content2 .wrap1	{
	padding: 35px 0;
	}

#content3	{
	}
#content3 .wrap1	{
	}

#content4	{
	}
#content4 .wrap1	{
	}

#content5	{
	}
#content5 .wrap1	{
	}


/*  meta content adjustments  */
	
	
/* meta column defaults */
.column1,
.column2,
.column3,
.cc_column1,
.cc_column2	{
	float: left;
	}
.col_wrap1	{
	min-height: .1px;
	}
.safari .col_wrap1,
.chrome .col_wrap1	{
	min-height: 1px;
	}
	
.column1	{
	width: 218px;
	}
.column1 .col_wrap1	{
	}
	
.column2	{
	width: 507px;
	}
.column2 .col_wrap1	{
	}


/* meta column adjustments */
#content1 .column2 .col_wrap1	{
	padding: 92px 0 17px;
	}
	
#content2 .column2 .col_wrap1	{
	padding-bottom: 5px;
	border-bottom: 1px solid #000033;
	}



/* details */

	
.button1	{
	width: 278px;
	height: 39px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/btn-continue1.png) 0 0 no-repeat;
	}
.button1:hover	{
	}
#btn_continue1.button1	{
	background-image: url(../images/btn-continue1.png);
	}