/* CSS Document */

/***********************************************/
/* HTML Presets                                */
/***********************************************/ 

html, body, div, span,
applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	
	vertical-align: baseline;
}
.homeColumn {
	float: left;
	width: 300px;
	margin-right: 40px;
	padding: 10px;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	background-color: #FFFFFF;
	
}


/***********************************************/
/* HTML Layout                                */
/***********************************************/ 

h1{
	font-size: 1.5em;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	line-height: 1.2em;
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	line-height: 1.2em;
}
	
p {
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: .8em;
	padding-left: 0em;
}


/***********************************************/
/* Site Layout and Content                     */
/***********************************************/



/***********************************************/
/* Site Navigation                             */
/***********************************************/




/***********************************************/
/* Other                                       */
/***********************************************/

.brclear { /* Standard div clear class */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

.trainor { /* Standard class for Trainor logo and branding */
	text-align:center;
	margin-bottom:15px;
	font-size:0.8em;
}
.trainor a { /* Standard class for Trainor logo and branding */
	color: #000000;
	text-decoration: none;
}


/***********************************************/
/* Print Items                                 */
/***********************************************/

#printHeader {
	display:none;
}
#landingContent a:link, a:visited{
	text-decoration: none;	
}
#landingContent a:hover{
	text-decoration: underline;
}

#landingContent h2 {
	color: #3c3224;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 1.5em;
	line-height: 1.2em;
	}
	
	#landingContent h4 {
	padding-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 1.2em;
	}
#landingContent {
	float: left;
	width:660px;
	margin: 0;
	line-height: 1.8em;
}
#landingContent li {
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	line-height: 16px;
}
#landingContent ul {
	padding-bottom: 15px;
	
}
.landingImg {
	padding: 4px;
	border: 1px solid #4B4020;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	margin-left: 20px;
}
.contact {
	float: left;
	width: 290px;
	margin-top: 20px;
}
#navWrapper{
	background-image: url(/common/images/header-bg.png);
	background-repeat: no-repeat;
	height: 54px;
	padding-top: 34px;
	padding-left: 22px;
	background-color: #FACC0C;
	position: relative;
}
.sectionHead {
	background-image: url(/common/images/page-top-bg.png);
	background-repeat: no-repeat;
	height: 102px;
}
#siteSearch {
	background-image: url(/common/images/search-bg.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 260px;
	position: absolute;
	top: 5px;
	right: 33px;
	padding-top: 15px;
	padding-left: 16px;
}
#siteSearch input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	padding: 2px;
	height: 12px;
	width: 210px;
	border: 1px solid #424242;
}
#navCallout {
	width: 200px;
	position: absolute;
	top: 12px;
	right: 20px;
}
#navCallout a{
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#navCallout a:hover{
	text-decoration: underline;
}
#landingColumnOne {
	float: left;
	width: 365px;
}
#landingMenu {
	width: 189px;
	float: left;
	background-image: url(/common/images/landing-list-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e5e4e4;
	margin-left: 25px;
	padding-top: 32px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 32px;
	position: relative;
}
#landingHdr .landingHdrImg {
	float: left;
	padding: 5px;
	border: 1px solid #E5E4E4;
}
#landingHdr {
	padding-bottom: 20px;
}

#landingHdr h1 {
	margin-left: 24px;
	float: left;
	margin-top: 45px;
	line-height: normal;
}
#landingMenu p {
	line-height: normal;
}
#landingMenu .landingListFoot {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#sideMenu {
	padding-bottom: 25px;
}
#sideMenu a {
	color: #000000;
	display: block;
	text-decoration: none;
	background-image: url(/common/images/childrens-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#sideMenu a:hover {
	text-decoration: underline;
	color: #000000;
	
	
}
#landingContent p {
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
}
#landingContent {
	width: 600px;
}
