/* @override http://techtranslation.com/cf2/tts.css */

* {
	font: 96% sans-serif, verdana, tahoma, arial, helvetica;
	margin: 0px;
	padding: 0px;
}

body {
	color:#303030;
	margin:0;
	padding:0;
	text-align:center;
	width: 767px;
}

container {
	background:#002F5D;
}

a {
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;
}

p {
	line-height:1.3em;
	margin:0px 0px 15px;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

/* @group Header */

#header {
	background: #002F5D;
	width: 789px;
}

#topbar {
	/*min-width: 767;*/
	padding-left: 17px;
}

#topbar ul {
	padding: 0px;
	margin: 0px;
}

#topbar li {
	background: #002F5D;
	color: white;
	font-weight: bold;
	float:left;
	/*height:35px;*/
	list-style:none;
	margin:0px;
	padding:8px 2px 0px 2px;
	/*font-size: 95%;*/
	line-height: 24px;
	/*letter-spacing: -1px;*/
	display: inline;
}

#topbar img {
	border: 0px solid #002F5D;
}

#topbar a {
	color: white;
}

#topbar a:hover img {
	border-style: groove;
	border-width: 0px;
	border-color: #FCE2A5;
}

/* @end */

/* @group Banner */

#banner {
	background: #E6EAEB url(/img/banner.jpg);
	color: #002F5D;
	text-align: left;
	clear: both;
	height: 109px;
	margin: 0px;
	padding: 0px;
}

#banner h2 {
	text-align: center;
	font-size: 1em;
	padding-top: 5px;
	font-weight: bold;
}

#banner h1 {
	/*vertical-align: bottom;*/
	position: relative;
	top: 20px;
	/*padding-top: 20px;*/
	padding-left: 17px;
	font-size: 2.3em;
}

#banner h1 img {
	border-style: none;
	vertical-align: bottom;
	margin-right: 10px;
}


#under_banner {
	background: #002F5D;
	clear: both;
	color: white;
	width:767px;
	text-align: left;
	/*margin-left: 17px;*/
	font-weight: bold;
	padding: 8px 0px 10px 17px;
	/*word-spacing: -1px;*/
	position: relative;
	font-size: 95%;
}

/* @end */

/* @group Horizontalmenu */

#horizontalmenu {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 87%;
	word-spacing: -1px;
	position: relative;
	/*top: -2px;*/
	display: block;
}

#horizontalmenu ul {
	list-style: none;
	margin:  0px;
	padding: 0px;
	/*width: 100%;*/

}

#horizontalmenu ul li a {
	background: #FCE2A5;
	color: #002F5D;
	display: block;
}

#horizontalmenu li {
	font-weight: bold;
	float:left;
	/*height:35px;*/
	list-style:none;
	/*margin-top: -1px;*/
	/*font-size: 95%;*/
	line-height: 24px;
	display: inline;
	position: relative;
	top: -1px;
}

#horizontalmenu a {
	text-align: center;
	padding:9px 7px 7px;
	border-style: solid;
	/*border-right-style: solid;*/
	border-width: 1px;
}

#horizontalmenu a:hover {
background: #FDD677 url(img/hot.jpg) repeat;
text-decoration:none;
}

#horizontalmenu a.current {
background:#FFCD5A;
text-decoration:none;
}

/* @end */

/* @group Verticalmenu */

#verticalmenu {
/*position: relative;*/
/*margin-left: 17px;*/
width: 149px;
max-width: 149px;
clear: both;
float: left;
word-spacing: -1px;
display: block;
}

#verticalmenu ul {
font-size:15px;
margin:0;
padding:0;
}

#verticalmenu li {
float: left;
width: 149px;
max-width: 149px;
margin:0px;
list-style-type: none;
/*padding:8px 11px 8px;*/
word-spacing: -1px;
font-size: 85%;
}

#verticalmenu a {
	border: 1px solid #002F5D;
	border-bottom: 0px;
	width: 149px;
	padding: 8px 11px;
	font-weight: normal;
	color: #002F5D;
	background: #E6EAEB;
	text-align: center;
	display: block;
}

#verticalmenu a:hover {
background: #FCE2A5;
/*background: #FDD677 url(img/hot.jpg) repeat;*/
text-decoration:none;
}

#verticalmenu a.current {
background:#FDCE5A;
text-decoration:none;
}

#verticalmenu a.contact {
	font-size: 120%;
	font-variant: small-caps;
	border-top:1px;
}

li.contact
{

	/*font-variant: small-caps;
	font-weight: bold;
	background: #E6EAEB;*/
}

li.nav {
	/*background: #E6EAEB;*/
}

li.learnmore {
	border: 1px solid #002F5D;
	border-bottom: 0px;
	width: 149px;
	padding: 8px 11px;
	color: #002F5D;
	background: #E6EAEB;
	font-weight: bold;
}

li.comments {
	border: 1px solid #002F5D;
	border-top: 0px;
	width: 149px;
	padding: 8px 11px;
	color: white;
	background: #002F5D;
	text-align:left;
	line-height: 100%;
}

li.comments p {
	font-size: 90%;
}

h3 {
	padding-top: 10px;
	text-align: center;
}

/* @end */

/* @group Content */

#content {
	clear: right;
	background-color:#fafcff;
	color:#2a2a2a;
	/*padding:15px 20px 5px;*/
	margin-top: 15px;
	margin-right:20px;
	width: 577px;
	/*min-height:400;*/
	/*max-width:600px;*/
	/*position: relative;*/
	text-align: left;
	/*height: 100%;*/
	/*border: 1px solid #002F5D;*/
	/*top: 37px;*/
	/*z-index: -1;*/
	padding: 10px;
}

#content p a {
	font-size: 100%;
}

#content ul {
	padding-bottom: 25px;
}

#content ul li {
	margin-left: 15px;
	font-size: 100%;
}

#content ol {
	list-style-type: decimal;
	padding-bottom: 10px;
}

#content ol li {
	margin-left: 20px;
	font-size: 100%;
}

#content hr {
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	background:#8b8b8b url(img/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	font-weight:bold;
	margin:0px;
	padding:20px 0px;
	text-align:center;
	width:100%;
}

#footer a {
	color:#d0d0d0;
	font-weight:bold;
}

/* @end */

#wrap {
clear:both;
}

#rightside {
	margin-left: 173px;
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	position: relative;
}

/*** Various classes ***/
.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/
