/* HTML Link */

a { 
	text-decoration: underline;
}
a:active {
	color: #ff6600;
}
a:link {
	color: #ff6600;
}
a:visited {
	color: #ff6600;
}
a:hover {
	color: black;
	text-decoration: none;
}

/* Footer */

.footer {
	width: 820px;
	font-family: sans-serif, verdana, arial;
	color: #646464;
	font-size: 11px;
}
.footer a, .footer a:active, .footer a:visited {
	color: #646464;
	text-decoration: underlined;
}

.footer a:hover {
	color: #646464;
	text-decoration: none;
}

/* Body */

body {
	font-family: sans-serif, verdana, arial;
	font-size: 12px;
	background: url(../images/background_white.gif) repeat;
}

.outline {
	background-color: white;
	border: 2px solid #e9e9e9;
	width: 840px;
	text-align: left;
	align: left;
}

/* Header Strip */

.strip {
	font-size: 20px;
	color:#ffffff;
	background-color: #ff9900;
	height: 100px;
	margin-top: -2px;	/* IE fix */
	/*text-transform:uppercase;*/
	letter-spacing: 1px;
	text-align: right;
	padding: 50px 20px 0 0; /* top, right, bottom, left */
}

/* Paragraph */
p {
	clear: left;
	padding: 1em 1em 0 3em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 2.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid white;
}

/* Fonts */

.tacol { color: #ff6600; }

.heading {
	letter-spacing: 1px;
	font-size: 15px;
	/*text-transform:uppercase;*/
}

/*------------------------------------------------------------------*/
/* Curly Container */

.curly {
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 500px;
	margin-left: 3em;
}

.curly .idiv {
	background: transparent url(../images/curly_corner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}

/*------------------------------------------------------------------*/

#ta2menu{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#ta2menu ul{
	font: bold 11px sans-serif;
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#ta2menu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#ta2menu a{
	float: left;
	display: block;
	color: black;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #e9e9e9; /*Default menu color*/
	/*border-bottom: 1px solid #ff9900; */
	/*border: 1px solid #e9e9e9;*/
}

#ta2menu a:hover{
	background-color: #ff9900;
	color: white;

}

#ta2menu #current a { 
	/*currently selected tab*/
	background-color: #ff9900;  
	border-color: #ff9900; 
	color: white; 
}

#ta2menuline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #ff9900;
}



/*-----------------------------------------*/

#ta2submenu{
	padding: 5px 0px;
	margin-top: -2px;	/* IE fix */
	margin-left: 0;
	margin-bottom: 0;
	font: 11px sans-serif, verdana;
	list-style-type: none;
	width: 100%;
	background-color: #ff9900;
	
}

#ta2submenu li{
	display: inline;
	margin: 0;
}

#ta2submenu li a{
	text-decoration: none;
	padding: 3px 20px;
	margin-right: 0px;
	color: white;
	background: #ff9900;
	text-transform: uppercase;
	/*border-right: 1px solid white;*/
}

#ta2submenu li a:hover{
	color: black;
	background: #ff9900;
}

#ta2submenu li.selected a { 
	background-color: #ff9900;
	color: black;
}

/*-----------------------------------------*/

#myform{ 
	float: right;
	margin: 0;
	padding: 0;
}

#myform .textinput{
	width: 190px;
	border: 1px solid gray;
}

/*-----------------------------------------*/
