/* 7/22/10 */
/*
	COLOR DEFS
	off-white: #f5f6f0
	green: #909672
	red: a9300e
	darker red: #671d09
*/

html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #000000;
	font-size: 11px;
	background-color: #f5f6f0;
}

body
{
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align: center;
}

h1, h2, h3, h4 { }

h1
{
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
}

h2
{
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
	font-size: 22px;
	line-height: 29px;
	color: #333;
	font-weight: bold;
}

h3
{
	padding: 0 0 0 0;
	margin: 0 0 12px 0;
	font-size: 20px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	letter-spacing: .02em;
}

h4
{
	padding: 0;
	margin: 6px 0 6px 0;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}

h1 + h2 { margin-top: 0; }

h5
{
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	margin: 6px 0 6px 0;
}

h3 span
{
	display: block;
	font-size: 15px;
}

h4 span
{
	display: block;
	font-size: 13px;
}

p
{
	padding: 0;
	margin: 0 0 9px 0;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: .02em;
}

blockquote
{
	padding: 0;
	margin: 0 0 12px 0;
}

blockquote p
{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 3px 0;
	text-align: left;
}

cite
{
	display: block;
	font-style: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

blockquote + h2,
ul + h2,
p + h2,
h5 + h2 { margin-top: 20px; }

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover { color: #671d09; }
a img { border: 0 none; }
a:focus { outline: none; }

sup
{
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}

hr
{
	border-top: 1px #CCC solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	margin: 10px 0;
}

em
{
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

strong { font-weight: bold; }

dl
{
	margin: 0 0 9px 0;
	padding: 0;
}

dt
{
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

dd
{
	margin: 6px 0 6px 0;
	padding: 0;
}

ul
{
	margin: 0 0 12px 0;
	padding: 0;
}

li
{
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
	overflow: hidden;
	list-style-type: none;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

img { border: 0 none; }

/*   FORM ELEMENTS   */
form
{
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

label
{
	font-size: 11px;
	font-weight: lighter;
	color: #A46911;
	letter-spacing: .05em;
	text-transform: uppercase;
}

input[type=text],
input[type=password],
select,
textarea
{
	background-color: #FFF;
	border: 1px #fed994 solid;
	padding: 3px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}

form dl
{
	margin: 0;
	padding: 0;
}

form dt
{
	float: left;
	padding: 0 10px 0 0;
	width: 200px;
	text-align: right;
}

form dd
{
	margin: 0 0 6px 210px;
	padding: 0;
}

form dd.submit_row { }
input.type1,
select.type1 { width: 230px; }
input.type2,
select.type2 { width: 117px; }
input.type3,
select.type3 { width: 35px; }
input.type4,
select.type4 { width: 100px; }

textarea.type1
{
	width: 230px;
	height: 100px;
}

.checkbox { }

/*   END FORM ELEMENTS   */
#outer_wrap
{
	min-height: 100%;
	text-align: left;
}

* html #outer_wrap { height: 100%; }

#top_links
{
	width: 802px;
	margin:  20px auto 10px auto;
	overflow: hidden;
}

#top_links ul.inline { float: right; }

#top_links ul.inline li
{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px #666666 solid;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background-image: none;
}

#top_links ul.inline li a
{
	text-decoration: none;
	color: #666666;
}

#top_links ul.inline li a:hover
{
	text-decoration: underline;
	color: #000000;
}

#top_links ul.inline li.first
{
	padding-left: 0;
	margin-left: 0;
	border-left: 0 none;
}

#header
{
	background-color: #909672;
	border-bottom: 5px #a9300e solid;
	margin: 0 0 15px 0;
}

#header .inner
{
	width: 802px;
	margin: 0 auto;
	overflow: hidden;
}

#header h1
{
	padding: 0;
	margin: 10px 0 0 0;
	border: 0 none;
}

#header h1 a
{
	display: block;
	width: 278px;
	height: 62px;
	background-image: url(/images/Thoroughbred_Title_Services_logo_rev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	text-decoration: none;
	border: 0 none;
}

#header h2
{
	padding: 0;
	margin: 0 0 10px 0;
	border: 0 none;
}

#header h2 a
{
	display: block;
	width: 279px;
	height: 10px;
	background-image: url(/images/Houlihan_Lawrence_Affliate_rev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	text-decoration: none;
	border: 0 none;
}

#header h3.slogan
{
	color: #FFF;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	float: right;
	clear: right;
	padding: 0;
	margin: 0;
}

#header h3.slogan br { display: none; }

#header div.btn
{
	float: right;
	margin: 20px 0 14px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	color: #c7cba8;
}
		
#header div.btn a
{
	color: #c7cba8;
	border: 1px #c7cba8 solid;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 5px 8px;
}
		
#header div.btn a:hover
{
	color: #FFFFFF;
}
		
#main
{
	border-top: 1px #909672 solid;
	border-right: 1px #909672 solid;
	border-left: 1px #909672 solid;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	width: 802px;
	margin: 0 auto;
}

#main .inner
{
	padding: 30px;
	overflow: hidden;
}

#main .inner .inner { padding: 0; }

#footer
{
	width: 804px;
	background-color: #909672;
	margin: 0 auto;
	text-align: center;
}

#footer .inner { padding: 5px 20px 5px 20px; }

#footer h4
{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
}

#footer p
{
	font-size: 10px;
	line-height: 13px;
	margin: 0 0 5px 0;
}

span.separator
{
	padding: 2px 13px 2px 7px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

/* Top Menu */

#header ul.menu
{
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	letter-spacing: .02em;
	overflow: auto;
}

#header ul.menu li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 14px;
	line-height: 16px;
}

#header ul.menu li.home_link { margin-left: 0; }

#header ul.menu li a
{
	display: block;
	padding: 4px 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-top: 2px #b17520 solid;
	border-right: 2px #b17520 solid;
	border-bottom: 2px #ae7220 solid;
	border-left: 2px #ae7220 solid;
	background-image: url(/images/menu_bkgd_1.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header ul.menu li a:hover
{
	border-top: 2px #97641c solid;
	border-right: 2px #97641c solid;
	border-bottom: 2px #94621b solid;
	border-left: 2px #94621b solid;
	background-position: 0 -35px;
}

#header ul.menu li.store_link a
{
	border-top: 2px #ce9400 solid;
	border-right: 2px #ce9400 solid;
	border-bottom: 2px #cb9200 solid;
	border-left: 2px #cb9200 solid;
	background-image: url(/images/menu_bkgd_2.gif);
}

#header ul.menu li.store_link a:hover
{
	border-top: 2px #b17e00 solid;
	border-right: 2px #b17e00 solid;
	border-bottom: 2px #ad7c00 solid;
	border-left: 2px #ad7c00 solid;
}

#header ul.menu li.about_link a
{
	border-top: 2px #21a58c solid;
	border-right: 2px #21a58c solid;
	border-bottom: 2px #21a28a solid;
	border-left: 2px #21a28a solid;
	background-image: url(/images/menu_bkgd_3.gif);
}

#header ul.menu li.about_link a:hover
{
	border-top: 2px #1c8d79 solid;
	border-right: 2px #1c8d79 solid;
	border-bottom: 2px #1c8a76 solid;
	border-left: 2px #1c8a76 solid;
}

#header ul.menu li.home_link a { width: 97px; }

#header ul.menu li.store_link a { width: 140px; }

#header ul.menu li.about_link a { width: 124px; }

#header ul.menu li.stories_link a { width: 155px; }

#header ul.menu li.training_link a { width: 164px; }

#header ul.menu li.studio_link a { width: 102px; }

#header ul.menu li.contact_link a { width: 110px; }

/* END MENUS */

p.type1 { float: right; }
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
img.float_left { margin: 0 20px 10px 0; }
img.float_right { margin: 0 0 10px 20px; }

.float_left img { margin: 0 20px 10px 0; }

.marg_right_20 { margin-right: 20px; }

input[type=submit]
{
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-family: 'Arial Narrow';
	font-weight: bold;
	color: #FFF;
	letter-spacing: .03em;
	text-transform: uppercase;
}

input[type=submit]
{
	background-color: #700703;
	cursor: pointer;
	padding: 1px 5px 2px 5px;
	*padding: 1px 0 2px 0;
	border-top: 1px #890904 solid;
	border-right: 1px #3d0301 solid;
	border-bottom: 1px #3d0301 solid;
	border-left: 1px #890904 solid;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

ul.inline
{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

ul.inline li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 14px;
	line-height: 16px;
}

div.btn
{
	float: left;
	margin: 0 15px 0 0;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
}

div.btn a
{
	display: block;
	padding: 2px 8px;
	color: #FFF;
	text-decoration: none;
	border: 1px #FFFFFF solid;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #909672;
}

div.btn a:hover { background-color: #6e7357; }

.nobr { white-space: nowrap; }

.col_2
{
	width: 50%;
	float: left;
}

.sidebar
{
	float: right;
	margin: 0 0 24px 0;
	padding: 24px;
	background-image: url(/images/semi_trans_bkgd.png);
	background-repeat: repeat;
	background-position: 0 0;
	border: 1px #fed994 solid;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
}

.sidebar .inner { width: 200px; }

.sidebar h3
{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .10em;
	font-weight: bold;
	color: #00a89c;
}

.warning { color: #E2383F; }

div.box
{
	float: left;
	margin: 0 0 0 15px;
}

div.box .inner
{
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	padding: 15px 13px 10px 13px !important;
}

div.box h2.title
{
	color: #FFF;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	padding: 8px 4px;
	margin: 0;
	background-color: #a9300e;
	text-align: center;
}

div.box p.intro
{
	text-align: left;
	font-weight: bold;
}

div.box div.btn
{
	float: right;
	margin: 0 0 8px 10px;
}

div.box#faqs_box { margin-left: 0; }

div.box#services_box ul { margin-left: 20px; }

div.box#services_box ul li
{
	background-image: none;
	padding: 0 0 6px 0;
	margin: 0;
}

div.box#services_box ul li a
{
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	padding: 2px 20px 12px 35px;
	font-weight: bold;
}

div.box#services_box ul li#fees_calc a
{
	background-image: url(/images/icon_calculator.png);
	background-position: 2px 5px;
}
div.box#services_box ul li#online_order a { background-image: url(/images/icon_online_orders.png); }

div.box#services_box ul li#ny_tax_guide a
{
	background-image: url(/images/icon_ny_tax_guide.png);
	background-position: 4px 5px;
}

div.box#services_box ul li#attorney_tools a
{
	background-image: url(/images/icon_attorney_tools.png);
	background-position: 3px 0;
}

a.more
{
	display: block;
	float: right;
	padding: 0 13px 0 0;
	margin: 0;
	background-image: url(/images/red_triangle_bullets.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	text-decoration: none;
}

a.more:hover { background-position: right -13px; }

p.splat
{
	width: 220px;
	padding: 0;
	text-align: center;
	color: #A9300E;
	font-family: Times, 'Times New Roman', Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin: 25px 0 20px 0;
}

p.splat em
{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

/* HOME_PAGE ONLY */

body#home_page #content
{
	padding: 0 300px 20px 0;
	background-image: url(/images/saving_money_on_title_services.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	overflow: hidden;
}

body#home_page #content h4 { font-weight: normal; }

body#home_page #content div.col_B
{
	width: 180px;
	float: right;
	text-align: center;
}

body#home_page #content div.col_B div.btn
{
	float: none;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

body#home_page #content div.col_B p#phone
{
	color: #A9300E;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

body#home_page #content div.col_B div.btn a
{
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
}

body#home_page div.box .inner { width: 209px; }

body#home_page div#box_wrapper
{
	overflow: hidden;
	background-color: #FFF;
	background-image: url(/images/three_col_box_gradient.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* END HOME_PAGE ONLY */

/* CONTACT */

body#contact_page h1.title { background-image: url(/images/hdr_contact.gif); }

div.required,
div.hint
{
	color: #8F0000;
	font-size: 10px;
	padding-top: 5px;
}

div.required { float: left; }

body#contact_page .row
{
	clear: left;
	padding-top: 7px;
}

body#contact_page .formfield
{
	float: left;
	width: 250px;
}

body#contact_page label
{
	float: left;
	font-weight: bold;
	padding: 5px 10px 0 0;
	text-align: right;
	width: 170px;
}

body#contact_page .formfield label
{
	width: 180px;
	margin-left: 34px;
	float: none;
}

#address
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.txt_small { font-size: 11px; }


