/************* Wireframe Layout *************/
body
{
	margin: 0;
    font-family:Arial, Helvetica, sans-serif;
	background: url(/templates/tmc/images/body-bg.gif) repeat top center;	
	color: #272727;
}

/************* Header *************/

#header
{
	height: 170px;
}

#logo img, #contact-box img,  #logo-text img
{
	z-index: 1000;
	position: relative;
}

#logo
{
	margin-top: 10px;	
}

#logo-text
{
	margin-top: 50px;
}
	#contact-box
{
	margin-top: 25px; 
}


/************* Nav Main *************/

#nav-main
{
	background: url(/templates/tmc/images/nav-main-bg.jpg) top left no-repeat;
	height: 50px;
	margin-top: -85px;
}

#nav-main ul
{
	float: left;
	margin: 0;
}

#nav-main li
{
	font-size: 1.5em;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#nav-main li a, #nav-main li p
{
	color: #FFF;
	text-decoration: none;
	padding: 14px 10px 14px 10px;
	display: block;
	font-size: 1.0em;
	margin: 0;
}

#nav-main li a:hover, #nav-main li p, #nav-main li a.menu-parent
{
	background: url(/templates/tmc/images/nav-main-bg-hover.jpg) repeat-x top left;	
}




/************* Side Nav *************/
#nav-side
{
	padding-top: 10px;	
	padding-bottom: 20px;	
}

#nav-side ul
{
	list-style: none;
	margin: 10px 1px 10px 2px;
	padding-top: 2px;
	background: #E1DFDE url(/templates/tmc/images/nav-side-bg.gif) top left repeat-x;
}

#nav-side ul ul
{
	padding: 0 0 0 10px;
}

#nav-side li
{
	margin-bottom: 0;
	padding-bottom: 2px;
	background: #E1DFDE url(/templates/tmc/images/nav-side-bg.gif) bottom left repeat-x;
	font-size: 1.4em;
	font-weight: bold;
}	

#nav-side li a, #nav-side li p
{
	display: block;
	padding: 8px 10px 8px 30px;
	background: #E1DFDE url(/templates/tmc/images/nav-side-a-bg.gif) 15px center no-repeat;
	color: #272727;
	text-decoration: none;
	font-size: 1.0em;
	margin: 0;
}	

#nav-side li a:hover, #nav-side li p
{
	background: #D2D0CF url(/templates/tmc/images/nav-side-a-bg-hover.gif) 15px center no-repeat;
}	

/************* Main Content *************/

#content-container-nav
{
	padding-top: 35px;
	background: url(/templates/tmc/images/container-content-nav-bg.gif) top left repeat-y;
}

#content-container-nav #content
{
	background: url(/templates/tmc/images/content-nav-bg.gif) top left no-repeat;	
}

#content-container-cta
{
	padding-top: 35px;
	background: url(/templates/tmc/images/container-content-cta-bg.gif) top left repeat-y;
}

#content-container-cta #content
{
	background: url(/templates/tmc/images/content-cta-bg.gif) top left no-repeat;	
}

#content
{
	padding-top: 10px;
	padding-bottom: 20px;	
}

#content a
{
	color: #9b061c;
}

/************* CTAs *************/
#cta-container
{
	margin-bottom: 20px;	
}
.cta
{
	background: url(/templates/tmc/images/cta-bg-top.gif) top center no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
}

.cta-bottom
{
	background: url(/templates/tmc/images/cta-bg-bottom.gif) top center no-repeat;
	padding-top: 12px;
	margin-bottom: 10px;
}

.cta p
{
	margin: 0;	
}

.cta a, .cta a:hover
{
	color: #9b061c;
}

.cta h3, .cta h2, .cta h4
{
	line-height: 1.2;
	margin-bottom: 5px;
}

.cta h3 a, .cta h2 a, .cta h4 a
{
	text-decoration: none;	
	color: #272727;
	background:url(/templates/tmc/images/cta-a-bg.gif) right center no-repeat;
	padding-right: 10px;
}

.cta h3 a:hover, .cta h2 a:hover, .cta h4 a:hover
{
	color: #272727;
	text-decoration: underline;
}

/************* Footer *************/
#footer li
{
	display: inline;
	margin-right: 10px;
}

#small-dot p, #footer ul
{
	padding: 13px 10px;
	margin: 0;
}

#footer
{
	background: url(/templates/tmc/images/footer-bg.gif) bottom left no-repeat;
}

#footer p, #footer a, #footer li
{
	color: #FFF;	
	margin: 0;
}
 
#footer p, #footer li
{
	font-size: 1.2em;
}
  
 
#footer li.separator
{
	margin-left: 3px;
	margin-right: 3px;
}
 
#footer li.menu-last + li.separator
{
	display: none;	
}


/************* Form *************/

form.standard label{ font-size: 1.3em; padding-bottom: 5px;}
form.standard .form-submit { margin-top: 0; }
form.standard .form-submit input { font-size: 1.3em; margin-top: 0; background: #107a24; color: #FFF; border: 1px solid #10561d;}
form.standard fieldset { border: none; }
form.standard { background:#e9eff5; border: 1px solid #AAAAAA; padding-left: 10px; }


/************* Typography *************/

p, li, h2, h3, h4 { color: #333333; }
h2{ font-size: 2.5em; font-weight:bold; }
h3{ font-size: 1.7em; font-weight:bold; margin-bottom: 0;}
h4,h5,h6{ font-size: 1.3em; font-weight:bold; margin-bottom: 0;}
p, li{ font-size: 1.4em; }
li { margin-bottom: 5px; }

a{ color: #63116E;}
a:hover{ text-decoration:none; color: #63116E;}

h3.post-title a {  color: #333333; text-decoration: none;}
h3.post-title a:hover { color: #333333; text-decoration: underline;}


