/* tt-style.css 
------------------------------------------------------------------------*/
/* page brown - #ae8e6e */

body {
	/*background: #ae8e6e url(../assets/pagehead/bg2.png) repeat top;*/
	background: #92454c url(../assets/bg-tile.jpg) repeat top left;
	color: #9c3031;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 62.5%; /* font size (Clagnut.com/blog/348/ */
	height: 100%;
	min-height: 100%;
	padding: 0;
	text-align: center;
}

p {
	font-size: 1.4em; 
	line-height: 1.4em;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h1 {
	font-size: 2.3em; 
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 1.8em; 
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 1.4em; 
	margin:0px;
	padding:0px;
}

h4 {
	font-size: 1.2em; 
	margin:0px;
	padding:0px;
}

.acenter {
	text-align:center;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
}

a {
	color: #8B0000;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background-color: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/* wrap container
------------------------------------------------------------------------*/
#wrap {
       background-color: #FFF;
	   color: #555;
       margin-left: auto;
       margin-right: auto;
       width: 980px;
}

/* header
------------------------------------------------------------------------*/
#header {
	background-color: #FFE;
	color: #fff;
	display: block;
	float:right;
	height: 46px;
	overflow:hidden;
	width: 66%;
}

#header h2 {
	color: #FFE;
    background-color: #FFF;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	padding-left: 40px;
}

#header h2 a {
	color: #444;
    background-color: #FFF;
	text-decoration: none;
}

#header h2 a:hover {
   color: #FF5938;
}

#left ul#logobanner {
    margin:0;
    padding:0;
	font-family: Arial, sans-serif;
	height: 96px;
	left: 0;
	list-style: none;
	position: relative;
	top: -56px;
	width: 280px;
}

ul#logobanner li a img {
	background-color: transparent;
	display: block;	
} 

/* main menu
------------------------------------------------------------------------*/
#menu {
	display:block;
	float:right;
	padding: 2px 40px 2px 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
    width:8em;
}

* html #menu a {width:1%;}

#menu li a:hover {
    color:#9c3031;
	border-bottom: 1px solid #948ea5;
}

#menu li.current a {
    color:#9c3031;
	border-bottom: 1px solid #9c3031;
}

#menu li.current a:hover {
	color: #9c3031;
	border-bottom: 1px solid #948ea5;
}

 li#home {
	background-color:#FFE !important;
}


/* Content 
------------------------------------------------------------------------*/
#content {
	background-color: #FFF;
	text-align:left;
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/* left sidebar 
------------------------------------------------------------------------*/
#left {
	background-color: #FFF;
	border-top: solid 1px #AAA;
	display:block;
	margin-top:35px;
	width: 270px;
	float:left;
	display: block;
    margin-left: 38px;
	display: inline;
}

#left h2  {
	font-size: 170%;
}

#left h3 {
	font-size: 150%;
}

#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}


#left > p {
	text-align: justify;
}

.indented{
margin-left:0.5em;
color:#908ba1;
}

 .indented > a {
color:#908ba1;
}


/* right sidebar
------------------------------------------------------------------------*/

#right {
        background-color: #FFF;
	float: right;
	display:block;
	margin-top: 40px;
	width: 650px;
}

#right .box {
	height:450px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	margin-right:20px;
	padding:10px 10px 15px 10px;
	float: right;
	width: 600px;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #56677C;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

/* curved corner panel */

#panel {
margin-left: 3px !important;
margin-bottom: 3px !important;
margin-top: 3px !important;
}


#panel {
 background-color:#f6e7d9;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
  padding:10px 10px 4px 10px;
  margin:0 10px;
}

#panel h4{
  padding:8px 0px 8px 0px;
  margin:0 10px;
}

/* clear
------------------------------------------------------------------------*/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/* footer 
------------------------------------------------------------------------*/
#footer {
	background-color: #FFF;
	margin: 10px auto;
	text-align: center;
	height:20px;
	padding: 20px 0 10px 0;
	width: 980px;
}

.inner {
	height:30px;
	padding-top: 20px;
}

.inner { height: 45px; width:980px;  background: url(/assets/footbg3.gif) no-repeat bottom center; }

#footer p {
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-decoration:none;
}

#footer p a {
	color:#555;
	margin:0;
	padding:0;
	text-decoration:none;
}

#footer p a:hover {
	color:#555;
	margin:0;
	padding:0;
	text-decoration:underline;
}

p.left {
	float:left;
	padding-left: 1.8em !important;
}

p.right {
	float:right;
	padding-right: 1.8em !important;
}