@charset "UTF-8";


/* 
==================================================

M2 New Media

VacationForHabit.com Temp CSS: 04-25-09

- Setup for temp splash page 

==================================================
*/


/*Clear all that extra padding and such*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-family: Arial, sans-serif;
    color: #4D4D4D;
}

/*General links settings*/

a {
	font-size: 14px;
	font-weight: bold;
	color: #469d3f;
	text-decoration: none;
}
a:visited {
	color: #469d3f;
}

a:hover, a:focus {
	color: #004A83;
}

/*Clear the floats*/

.clearer {
    clear: both;
}

/*Main navigation*/

#mainnav {
	margin-left: 90px;
	margin-top: 20px;
	text-align: center;
	color: #004A83;
}
#mainnav a {
	font-size: 14px;
	font-weight: bold;
	color: #469d3f;
	text-decoration: none;
}
#mainnav a:hover, a:focus {
	color: #004A83;
}

/*General page structure*/

#pagewrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#contentwrap {
	width:100%;
	margin-top:30px;
	margin-left:90px;
	margin-right:50px;
}

#column1 {
	width:400px;
	float:left;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#column1text {
	margin-right:30px;
}

#column2 {
	width:460px;
	float:left;
}

#column2text {
	margin-left:30px;
	padding-right: 30px;
}

#checklist {
	list-style:none;
	margin-left: 30px;
	margin-top: 20px;
}

#checklist li {
	background-image: url(../img/temp/icon-check.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 20px;
	color: #004A83;
	font-size: 16px;
	line-height: 24px;
	background-position: left 5px;
}

/*Typographical elements*/

p {
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	color: #004A83;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	color: #004A83;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #469d3f;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	color: #469d3f;
	font-weight: normal;
}
.slug {
	font-size: 16px;
	line-height: 24px;
	color: #4D4D4D;
	font-weight: normal;
}
.greentext {
	color: #469d3f;
}


.codesnippet {
	background-color: transparent;
	width: 380px;
	border: 1px solid #EDEDED;
	height: 100px;
	color: #999999;
}
