/* The body style affect ALL type on the pages*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;	
	background:#FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333;
	}

/* Typography 	*/
	

h1	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0 0 0;
	font-size: 16px;
	}
h2	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0 0 0;
	padding: 2px 5px;
	font-size: 13px;
	color: #6D6969;
	}
h3	{
	font-weight: bold;
	line-height: 1.2em;
	margin:10px 0 5px 0px;
	font-size: 11px;
	}
h3 .largertext	{
	font-weight: bold;
	line-height: 1.2em;
	margin:10px 0 5px 0px;
	font-size: 13px;
	}
h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin:10px 0 5px 0px;
	font-size: 11px;
	text-decoration : underline;
	color: #6D6969;
	}
p	{
	font-size:11px;
	line-height:1.5em;
	padding: 0 0 0 4px;
	}

.smtxtnotation {
	font-size:10px;
    font-weight:bold;
	margin: 0;
	color: #6D6969;
    text-decoration:none;
}
.smtxtnotationlight {
	font-size:10px;
    font-weight:normal;
    margin: 0;
	color: #6D6969;
    text-decoration:none;
}
.smtxtnotationlink {
	font-size:10px;
    font-weight:bold;
	margin: 0;
    text-decoration:none;
}
.redtext{
	color: #ed1c24
	}
.testimonials {
	font-size:10px;
    font-weight:normal;
	color: #6D6969;
	font-style: italic
	}

/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #333333;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #ED1C24;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #374da0;
	background: transparent;  
	}
	
/* This is the main wrapper "outer box" for the entire page*/

#mainwrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #333333;
	}
/* This is the document header section*/

#header	{
	height: 72px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#header #logo {
	float: left;

	}
#header #logo a {
	display: block;
	width: 323px;
	height: 72px;
	margin: 0 0 0 15px;
	}
#header #utility {
	width: 400px;
	height: 20px;
	float: left;
	}
#header #utility ul#menu	{
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	}
#header #utility ul#menu li {
	position: absolute;
	}
#header #utility ul#menu li a {
	height: 20px;
	display: block;
	text-decoration: underline;
	text-align: center;
	color: #6D6969;
	font-size: 11px;
	font-weight: normal;
	}
#header #utility ul#menu li a:hover {
	color: #ED1C24;
	}
#homelink	{
	left: 140px; 
	width: 60px; 
	}
#contactuslink {
	left: 200px; 
	width: 100px; 
	}
#supportloginlink	{
	left: 300px; 
	width: 100px; 
	}
#header #tagline {
	width: 400px;
	height: 52px;
	float: left;
}
#tagline {
	font-size:14px;
	font-style: italic;
	line-height: 3.5em;
	text-align: center;
	color: #6D6969;
	}

/* This is the top navigation bar 	*/
#topnav	{
	width: 721px;
	height: 20px;
	margin: 0 19px 0 20px;
	padding: 0;
	border: 0;
	background-color:#4774B5;
	background-repeat: no-repeat;
	background-position: top;
	}
#topnav ul#menu	{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 73px;
	list-style: none;
	}
#topnav ul#menu li {
	position: absolute;
	}
#topnav ul#menu li a {
	height: 19px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	}
#topnav ul#menu li a:hover {
	color: #ED1C24;
	background-repeat: repeat-x;
	background-color: #E6E4E6;
	}
#ttiamenu	{
	left: 10px; 
	width: 150px; 
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	}
#ttleanmenu {
	left: 160px; 
	width: 110px; 
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	}
#purchasemenu	{
	left: 270px; 
	width: 110px; 
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	}
#supportmenu	{
	left: 380px; 
	width: 110px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin; 
	}
#partnersmenu	{
	left: 490px; 
	width: 110px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin; 
	}
#companymenu	{
	left: 600px; 
	width: 110px; 
	}

/* This is the main body section */
#contenttop {
	margin: 0;
	padding: 0;
	border: 0;
	}
#content {
	margin: 0;
	padding: 0;
	border: 0;
	}
#content a {	
	text-decoration:none;
	color:#374da0;
	}
#content a:hover {	
	color: #ED1C24;
	}	

#main {
	width:535px;
	float:left;
	margin:0px auto;
	padding: 0px;
	}
#main a {	
	text-decoration:none;
	color:#374da0;
	}
#main a:hover {	
	color: #ED1C24;
	}
#main h1 {	
	margin:0 auto;
	padding:0px 5px;
	}
#main h2, h3, h4{	
	margin:10px auto;
	padding:0px 5px;
	}
#main h3 .contactus	{
	font-weight: bold;
	line-height: 1.2em;
	margin:10px 0 5px 0px;
	font-size: 13px;
	text-decoration : underline;
	}
#main p {	
	margin:5px auto;
	padding:5px 5px;
	font-size:11px;
	line-height:1.5em;
	}
#main .smtxtnotationlink {
	margin:5px auto;
	font-size:10px;
    font-weight:bold;
	margin: 0;
    text-decoration:none;
}
#main ul {	
	list-style-image: url(/graphics/squarebullet.gif);
	}
#main li {	
	margin:0px 30px 7px 0;
	padding:0px 0;
	font-size:11px;
	}
#full {
	clear: both;
	margin:0 5px 0 25px;
	padding:0;
	}
#full h1 {	
	margin:15px 0 10px 0px;
	font-size:20px;
	color:#374da0;
	font-weight:lighter;
	}
#full h2 {	
	margin:15px 0 5px 0px;
	}
#full p {	
	margin:10px 25px 0 0px;
	}
#full ul {	
	list-style-image: url(/graphics/squarebullet.gif);
	}
#full li {	
	margin:0px 30px 7px 0;
	padding:0px 0;
	font-size:11px;
	}
#full a {	
	text-decoration:none;
	color:#374da0;
	}
#full a:hover {	
	color: #ED1C24;
	}		
#left {
	width:194px;
	margin: 0 auto;
	padding:0 3px;
	float: left;
	text-align: left;
	}
#left p{
	margin:10px 20px 0 25px;
	}
#left h2 {	
	margin:5px 20px 0 25px;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 13px;
	}
#left ul {	
	width:125px;
	list-style-image: url(/graphics/rightarrow.gif);
	font-size:10px;
	}
#left li {
	margin-bottom:10px;
	border-bottom:1px #333;
	font-weight: bold;
	margin-right: 5px;
	border-bottom-style: dashed;
	color:#374da0;
	}
#left a {	
	color:#374da0;
	}
#left a:hover {	
	color: #ED1C24;
	}
#middle {
	width:265px;
	margin:5px auto;
	padding:0;
	float:left;
	text-align: left;	
	}	
#middle a {	
	text-decoration:none;
	color:#374da0;
	}
#middle a:hover {	
	color: #ED1C24;
	}
#middle h1 {	
	margin:10px 0 5px 0px;
	font-size:20px;
	color:#374da0;
	font-weight:lighter;
	}
#middle h2 {	
	margin:10px 0 5px 0px;
	font-size:13px;
	padding:5px 15px;
	}
#middle p {
	margin:5px auto;
	padding:5px 10px;
	font-size:11px;
	}
#middle li {	
	font-size:11px;
	color:#333;
	margin-bottom:10px;
	padding:0px 10px;
	line-height:1.4em;
	}
#rightside {
	width:265px;
	margin:5px auto;
	padding:0;
	float:left;
	text-align: left;
	border-left: solid 1px;
	border-color: #CCCCCC;
	}
#rightside a {	
	text-decoration:none;
	color:#374da0;
	}
#rightside a:hover {	
	color: #ED1C24;
	}
#rightside h1 {	
	margin:10px 0 5px 0px;
	padding:5px 15px;
	font-size:20px;
	color:#374da0;
	font-weight:lighter;
	}
#rightside h2 {	
	margin:10px 0 5px 0px;
	font-size:13px;
	padding:5px 15px;
	}
#rightside p {
	margin:5px auto;
	padding:5px 15px;
	font-size:11px;
	}
#rightside li {	
	font-size:11px;
	color:#333;
	padding:0px 15px;
	margin-bottom:10px;
	line-height:1.4em;
	}
#sitemap {
	width:500px;
	float:left;
	margin:0;
	padding:0;
	}
#sitemap li {
	font-size:12px;
	color:#333;
	margin:0 20px 0 0px;
	line-height:1.4em;
	list-style-type: disc;
	list-style-position: inside;
	}
#sitemap a {	
	text-decoration:none;
	color:#333;
	}
#sitemap a:hover {	
	color: #ED1C24;
	}
#info ul {	
	margin:0 20px 0 40px;
	list-style-type:circle;
	}
html>body #middle ul {	
	margin:0 20px 0 0px;
	}
	
/*callouts */

div.rcallout, div.lcallout, div.callout {
	border:1px solid #6D6969;
	margin: 5px;
	padding-bottom:0px;
	}
div.callout p.callout, div.lcallout p.callout, div.callout p.callout {
	margin:10px;
	text-align:left;
	font-weight:normal;
	text-indent:10px;
	}
div.callout h3, div.callout h3, div.lcallout h3 {
	margin:10px
	}
div.rcallout p, div.callout p, div.lcallout p {
	margin:3px;
	}
div.rcallout {
	width:180px;
	float:right;
	margin: 10px 0px 4px 10px;
	}
div.lcallout {
	width:180px;
	float:left;
	margin: 10px 10px 4px 0px;
	}
div.callout {
	width:270px;
	float:left;
	margin: 10px 10px 4px 0px;
	}
div.rcallout2 {
	float:right;
	margin: 0 auto;
	text-align:right;
	}
div.lcallout2 {
	float:left;
	margin: 0 auto;
	text-align:left;
	}
div.callout2 {
	width:270px;
	float:left;
	margin: 10px 10px 4px 10px;
	}
div.callout2 ul {	
	list-style-image: url(/graphics/squarebullet.gif);
	}
div.callout2 li {	
	margin:0px 30px 7px 0;
	padding:0px 0;
	font-size:11px;
	}
div.callout2 p {
	margin:5px auto;
	padding:5px 10px;
	font-size:11px;
	}
div.callout3 {
	float:left;
	margin: 10px 10px 4px 0px;

	}
div.callout3 a {	
	text-decoration:none;
	color:#374da0;
	}
div.callout3 a:hover {	
	color: #ED1C24;
	}
/*special placeholder */
#ttleantour	{
	width:535px;
	float:left;
	margin:0px auto;
	background-image: url(/graphics/ttleantourwrapper.gif); 
	background-repeat: repeat-y;
	}
#ttleantourtop{
	width: 535px;
	height: 30px;
	background-image: url(/graphics/ttleantourtop.gif);
	background-repeat: no-repeat;
	}
#ttleantournav{
	width: 535px;
	height: 26px;
	background: transparent url(/graphics/ttleantournavbar.gif) no-repeat top;
	}
#ttleantournav ul#menu	{
	width: 535px;
	height: 26px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}
#ttleantourmenu	{
	width: 389px;
	height: 17px;
	margin: 0 0 0 5px;
	padding: 0;
	}
#ttleantournav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	}
#ttleantournav ul#menu li a {
	height: 17px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	}
#ttleantournav ul#menu li a:hover {
	color: #660033;
	background-repeat: repeat-x;
	background-color: transparent;
	background-image: url(/graphics/navbuttonbkgrndon.gif);
	}

#ttleantour p {
	margin: 10px 20px;
	padding:0px 5px 5px 5px;
	font-size:11px;
	}
#ttleantour h3, h4 {
	margin: 10px 20px;
	padding:0px 5px 5px 5px;
	font-size:11px;
	}
#ttleantourbottom{
	width: 535px;
	height: 21px;
	}
div.next {
	width: 200px;
	float:right;
	margin: 10px auto;
	text-align:right;
	}
div.prev {
	width: 200px;
	float:left;
	margin: 10px auto;
	text-align:left;
	}
#replist {
	width:535px;
	float:left;
	margin:0px auto;
	padding: 0px;
	}
/*images */

img {
	border:0px
	}
.lalign {
	float:left;
	margin: 5px 20px 10px 0px;
	}
.ralign {
	float:right;
	margin: 5px 0px 10px 20px;
	}
p.calign {
	text-align:center;
	}

/* Now for the forms 	*/

td.form {
	line-height: 1.2em;
	vertical-align: top;
	width: 100%;
	text-align: left;
	font-size: small;
	padding: 4px;
	color: #666;
	background-color: #FFFFFF;
	}
td.form H1{
	font-size: small;
	color: #666;
	}
td.formsmallertext{
	font-size: smaller;
	color: #666;
	}
td.formreq {
	width: 200px;
	text-align: left;
	padding-right: 10px;
	}

td.formfields {
	width: auto;
	text-align: left;
	}
.formfields {
	width: auto;
	font-size: small;
	}
.formfieldstxtbox {
	width: auto;
	font-size: small;
	}
/* Now for the tables 	*/

.table {
	font-size: 10px;
	width: auto;
	text-align: left;
	padding: 4px;
	}
.tableitems {
	text-align: left;
	margin:10px 0 5px 0px;
	padding:1px 3px 1px 3px;
	vertical-align: top;
	font-size: 10px;
	}
.table p {
	font-size: 10px;
	}
.table ul {
	list-style-image: url(/graphics/squarebullet.gif);
	}
.table li {	
	margin:0px 5px 7px 0;
	padding:0px 0;

	}

/* These are for the bottom of the page 	*/
#mainbottom	{
	width: 760px;
	height: 20px;
	padding:0;
	margin: 0 auto;
	}
html>body #mainbottom {	
	width:760px;
	}

#footer {
	clear:both;
	width:760px;
	margin:10px auto;
	padding:10px 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color:#333333;
	}
html>body #footer {
	width:760px;
	text-align: center;
	}
#footer a {	
	text-decoration:none;
	color:#6D6969;
	}
#footer a:hover {	
	color: #ED1C24;
	}
#footer #utilnav{
	width:550px;
	margin:0 auto;
	padding: 0 25px 0 180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color:#6D6969;
	}
#ptalogo{
	width:120px;
	float:left;
	padding: 0 20px 0 0px;
	margin: 0;
	}
	
#footer #utilnav2 {

	margin:0 auto;
	padding: 0 20px 0 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color:#6D6969;
}

