/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #ac2d31;
}



/**********************
	LAYOUT ELEMENTS
***********************/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	background: url(../assets/images/logo.png) left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	height: 155px;
}

#topbar {
	background: url(../assets/images/address.jpg) no-repeat top right;
	height: 40px;
	width: 612px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

#topbar span {
	line-height: 40px;
	font: 1em/40px Arial, Helvetica, sans-serif;
	padding: 0;
	letter-spacing: 2px;
}

#nav {
	background: url(../assets/images/bg_nav.png) no-repeat;
	height: 40px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #fff;
	width: 960px;
	font-weight: normal;
	font: 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav li {
	display: inline;
	width: 160px;
	float: left;
	line-height: 40px;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	border-bottom: none;
	font-weight: bold;
}

#nav li a:hover {
	background: url(../assets/images/nav_hover.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

#nav li.active a {
	background: url(../assets/images/nav_active.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

#nav li.first a:hover {
	background: url(../assets/images/nav_hover_first.png) no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#nav li.last a:hover {
	background: url(../assets/images/nav_hover_last.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

#nav li.last.active a {
	background: url(../assets/images/nav_active_last.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

.row {
	margin-top: 15px;
	height: 150px;
}

.row h2 {
	text-align: center;
	padding: 10px 0 0 10px;
	font: 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ac2d31;
}

.row ul {
	padding: 10px;
	list-style: square;
	margin-left: 15px;
}

a .row-box {
	background: url(../assets/images/box.png) no-repeat;
	float: left;
	width: 310px;
	margin-right: 15px;
	height: 150px;
}

a .row-box:hover {
	background: url(../assets/images/box_hover.png) no-repeat;
}

a .row-box-end {
	background: url(../assets/images/box.png) no-repeat;
	float: left;
	width: 310px;
	margin: 0;
	height: 150px;
}

.row-box-end:hover {
	background: url(../assets/images/box_hover.png) no-repeat;
}

#home-cont {
	background: url(../assets/images/bg_main-cont.jpg) no-repeat;
	margin-top: 15px;
	height: 250px;
	position: relative;
}

#home-cont h1 {
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ac2d31;
	padding: 15px 0 0 15px;
}

#home-cont p {
	font-size: 14px;
	padding: 5px 15px 0px 15px;
	line-height: 20px;
	width: 605px;
	color: #444;
}

#home-cont #movie {
	position: absolute;
	top: 35px;
	right: 5px;
	height: 180px;
	width: 320px;
}

/***********************
	Subpage Elements
***********************/

#main_cont_top {
	background: url(../assets/images/main_cont_top.png) no-repeat bottom;
	height: 10px;
	margin-top: 15px;
	width: 960px
}

#main_cont {
	background: url(../assets/images/main_cont_middle.png) repeat-y top;
	width: 960px;
}

#main_cont_bottom {
	background: url(../assets/images/main_cont_bottom.png) no-repeat top;
	height: 12px;
}

#submenu {
	margin-top: 15px;
	float: left;
	width: 310px;
	color: #fff;
}

#submenu ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding-left: 15px;
}

#submenu li a {
	display: block;
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 40px;
	color: #666;
	text-decoration: none;
	text-indent: 15px;
	border-bottom: 1px #999 dotted;
}

#submenu li a:hover {
	color: #ac2d31;
	text-indent: 45px;
	font-weight: bold;
	background: url(../assets/images/mango.png) left no-repeat;
}

.quote {
	padding: 5px 15px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.quote p {
	padding: 5px 15px;
}

#main_text {
	width: 635px;
	float: right;
	padding-top: 5px;
}

#main_text h1 {
	color: #ac2d31;
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 5px 25px;
}

#main_text h2 {
	color: #ac2d31;
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 5px 25px;
}

#main_text p {
	font: 1.2em/2em Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	margin-bottom: 15px;
}

#footer {
	background: url(../assets/images/bg_footer.png) no-repeat;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	margin-top: 15px;
}

#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/***********************
	Styled Elements
***********************/

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.img_l {
	border: 1px solid #ddd;
	padding: 8px;
	margin: 0 10px 5px 0;
	float: left;
}

.img_r {
	border: 1px solid #ddd;
	padding: 8px;
	margin: 0 0 5px 15px;
	float: right;
}


/* FORM STYLES */

#ContactUsForm { margin: 10px; padding: 5px; background-color: #FFF; }
#ConsultForm { margin: 10px; padding: 5px; background-color: #FFF; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

#ContactUsForm form p { margin: 0; }
#ContactUsForm form p.note { margin-left: 170px; font-size: 11px; color: #333; }
#ContactUsForm form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
#ContactUsForm form legend { font-weight: bold; color: #666; }
#ContactUsForm form fieldset div { padding: 0.25em 0; }
#ContactUsForm label, 
#ContactUsForm span.label { margin-right: 10px; padding-right: 10px; width: 100px; display: block; float: left; text-align: left; position: relative; }
#ContactUsForm label.error, 
#ContactUsForm span.error { color: #C00; }
#ContactUsForm label em, 
#ContactUsForm span.label em { position: absolute; right: 0; font-size: 14px; font-style: normal; color: #C00; }
#ContactUsForm input.error { border-color: #C00; background-color: #FEF; }
#ContactUsForm input:focus,
#ContactUsForm input.error:focus, 
#ContactUsForm textarea:focus {	background-color: #FFC; border-color: #FC6; }
#ContactUsForm .clear_breaks > br { clear: left; }
#ContactUsForm .invalid { border-color: #C00; background-color: #FEF; }

#ConsultForm form p { margin: 0; }
#ConsultForm form p.note { margin-left: 170px; font-size: 11px; color: #333; }
#ConsultForm form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
#ConsultForm form legend { font-weight: bold; color: #666; }
#ConsultForm form fieldset div { padding: 0.25em 0; }
#ConsultForm label, 
#ConsultForm span.label { margin-right: 10px; padding-right: 10px; width: 100px; display: block; float: left; text-align: left; position: relative; }
#ConsultForm label.error, 
#ConsultForm span.error { color: #C00; }
#ConsultForm label em, 
#ConsultForm span.label em { position: absolute; right: 0; font-size: 14px; font-style: normal; color: #C00; }
#ConsultForm input.error { border-color: #C00; background-color: #FEF; }
#ConsultForm input:focus,
#ConsultForm input.error:focus, 
#ConsultForm textarea:focus {	background-color: #FFC; border-color: #FC6; }
#ConsultForm .clear_breaks > br { clear: left; }
#ConsultForm .invalid { border-color: #C00; background-color: #FEF; }

#PartnerForm form p { margin: 0; }
#PartnerForm form p.note { margin-left: 170px; font-size: 11px; color: #333; }
#PartnerForm form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
#PartnerForm form legend { font-weight: bold; color: #666; }
#PartnerForm form fieldset div { padding: 0.25em 0; }
#PartnerForm label, 
#PartnerForm span.label { margin-right: 10px; padding-right: 10px; width: 100px; display: block; float: left; text-align: left; position: relative; }
#PartnerForm label.error, 
#PartnerForm span.error { color: #C00; }
#PartnerForm label em, 
#PartnerForm span.label em { position: absolute; right: 0; font-size: 14px; font-style: normal; color: #C00; }
#PartnerForm input.error { border-color: #C00; background-color: #FEF; }
#PartnerForm input:focus,
#PartnerForm input.error:focus, 
#PartnerForm textarea:focus {	background-color: #FFC; border-color: #FC6; }
#PartnerForm .clear_breaks > br { clear: left; }
#PartnerForm .invalid { border-color: #C00; background-color: #FEF; }


/* BLOG STYLES */

.blog_post {
	margin: 0 22px 20px 15px;
	padding: 10px 0 10px 0;
	border-bottom: 1px #eee solid;
}

.calendar {
	background: url(../assets/images/calendar.jpg) no-repeat;
	height: 76px;
	width: 70px;
	position: relative;
	float: right;
}

.cal_month {
	position: absolute;
	top: 12px;
	left: 0px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	width: 70px;
	text-align: center;
	color: #fff;
}

.cal_day {
	position: absolute;
	top: 34px;
	left: 0px;
	font: bold 34px/34px Arial, Helvetica, sans-serif;
	width: 70px;
	color: #333;
	text-align: center;
}

.blog_post h3 {
	font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 8px 0 5px 0;
	text-indent: 12px;
}

.blog_post h3 a, .blog_post h3 a:visited {
	color: #ac2d31;
}

.blog_post h3 a:hover {
	color: #666;
}

.post_info {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ac2d31;
	padding: 5px 0 0 0;
	text-indent: 12px;
}

.gray {
	color: #666;
}

.post_info_bot {
	height: 16px;
	position: relative;
	width: 585px;
	line-height: 16px;
	font-size: 11px;
}

.read_more {
	background: url(../assets/images/mango_icon.png) no-repeat 25px 0;
	height: 16px;
	position: absolute;
	bottom: 5px;
	left: -10px;
}

.read_more_text {
	margin: 0;
	font: bold 16px/16px "Trebuchet MS" Arial, Helvetica, sans-serif;
	text-indent: 45px;
}

.read_more_text a, .read_more_text a:visited {
	color: #ac2d31;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
}

.read_more_text a:hover {
	color: #999;
	cursor: pointer;
}

.right a, .right a:visited {
	color: #ac2d31;
}

.right a:hover {
	color: #666;
}
