/* TRAVEL ARCHITECT */

html {
	margin: 0px; 
	padding: 0px; 
	} 

body {
	font-family: arial, helvetica, helv, verdana, univers, arial, sans-serif;
	text-align: center;
	border : 0px;
	padding : 0px;
	margin-top:10px;
	}	

.formfill {
	font-family: arial, helvetica, helv, verdana, univers, arial, sans-serif;
	font-size:12px;
	}

/* LAYOUT */

#main-wrapper {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:left; 
	background:url(../images/bg_01.gif) repeat-y;
	}
	
#logo	{
	position:relative;
	top:25px;
	left:25px;
	height:200px;
	width:111px;
	background: url(../images/ta_logo_01.gif) no-repeat;
	}

#topLine	{
	width:750px;
	height:0px;
	margin-top:25px;
	border-top: 1px solid #999;
	line-height:0px;
	}

#navigation	{
	float:left;
	padding:0 25px;
	margin:1px 0;
	width:111px;
	font-size:12px;
	text-align:center;
	}

#content-pos {
	width:550px;
	font-size:12px;
	padding:10px;
	margin-left:150px;
	}


#content-txt {
	width:470px;
	margin-bottom:10px;
	}


#affiliates	{
	float:right;
	margin-top:45px;
	width:120px;
	font-size:0.6em;
	font-weight:bold;
	color:#999;
	}


#affiliates	p {
	margin:15px 0px;
	}



/* NAVIGATION */

.navmain a {
	display: block;
	float:right; 
	width:111px;
	padding:8px 0 8px 0; 
	color:#fff;
	background:#999;
	text-align:center;
	margin:2px 0px 2px 0px;
	font-weight:normal;
	}

.navmain a:hover {
	color:#fff;
	background:#666;
	}

.navmainOn a {
	display: block;
	float:right; 
	width:111px;
	padding:8px 0 8px 0; 
	color:#FFDD5D;
	background:#666;
	text-align:center;
	margin:2px 0px 2px 0px;
	font-weight:normal;
	}

.navmainOn a:hover {
	color:#FFDD5D;
	}

.navsub a {
	display: block; 
	float:right; 
	width:111px;
	padding:2px 0 2px 0; 
	color:#fff;
	background:#699EDF;
	text-align:center;
	margin:1px 0px 1px 0px;
	font-weight:normal;
	}

.navsub a:hover {
	color:#fff;
	background:#666;
	}



/* STYLING */


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

a:hover {
	color:#000000;
	}
	
.title {
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	color:#666;
	padding:0px;
	margin:0px;
	line-height:20px;

	}

.subTitle {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#999;
	}

.copyright  {
	font-size:0.7em;
	color:#999;
	text-align:center;
	letter-spacing:0.1em;
	}

li	{padding:5px;
	list-style-type: circle;
	}

p	{
	line-height:20px;
	}

.quote {
	background:url(../images/quote.gif) no-repeat;
    padding:0 25px 0 50px;
}


.blueprint {
	float:right;
	padding:20px 35px 0px 35px;
	font-size:10px;
	text-align:center;
	}

.blueprint img {
	border:1px solid #ccc;
	margin:0px;
	}

.docs {
	float:left;
	margin:5px;
	width:125px;
	line-height:15px;
	font-size:11px;
	}


.top	{float:right}

.line	{
	border-top:1px solid #ccc;
	margin:25px;
	}

#testamonials	{
	margin-left:10px;
	margin-right:10px;
	}

.small	{
	font-size:11px;
	}