/* Start of CMSMS style sheet 'MG: Typography' */
body
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -.01em;
	line-height: 1.45em;
	color: #636363;
}

a
{
	text-decoration: none;
	color:#f36f21;
	outline: none;
	-moz-outline-style: none;
}

a:hover
{
	text-decoration: none;
	color:#00573d;
}




/** home page **/
#welcome_blob
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.welcome_open
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.vaca_open
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.biz_open
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
/** home page ends **/

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6eb43f;
	margin-bottom:5px;
	margin-top:5px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:white;
	background-color: #6eb43f;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6eb43f;
	margin-bottom:5px;
	margin-top:5px;
}

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.01em;
	color: #00573d;
	margin-bottom:5px;
	margin-top:5px;
}

h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -.01em;
	color: #6eb43f;
	margin-bottom:5px;
	margin-top:15px;
}

h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -.01em;
	color:white;
	background-color: #6eb43f;
	margin-bottom:5px;
	margin-top:5px;
	padding:8px 10px;
	text-align:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.title-callout
{
	font-style:italic;
	font-weight:bold;
}

p
{
	margin-bottom:10px;
	margin-top:0px;
}

ul.bullet_circle
{
	list-style:circle;
	margin-top:2px;
	padding-top:2px;
	margin-left: 8px;
	padding-left: 8px;
}

ol.numberlist
{
	list-style:decimal;
	margin-top:2px;
	padding-top:2px;
	margin-left: 11px;
	padding-left: 11px;
}



#footer
{
	font-size:11px;
}
/* End of 'MG: Typography' */

