/* Sign-Up.to General Site Styles */
/* Version 1.0 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-image:url(../images/nav/back-fade.jpg);
	background-repeat: repeat-x;
}

#container {
	width:820px;
	padding:1px 10px 15px 10px;
}

#page {
	float: left;
	width: 566px;
}
#page p, #page h1, #page h2, #page h3, #page h4{
	margin: 0px 0 10px 25px;
}

#page p{
	/*text-align:justify;*/
	line-height: 150%;	
}
#page h1{
	font-weight: bold;
	font-size:24px;
}
#page h2{
	font-weight: bold;
	font-size:18px;
	color:#336699;
}
#page h3{
	font-weight: bold;
	font-size:16px;
	color: #336699;
}
#page a{
	color: #336699;
}
#content a{
	color: #336699;
}
#page a:hover{
	color:#000000;
}
#page a:visited{
	color:#666666;
}
#content a:hover{
	color:#000000;
}
#content a:visited{
	color:#666666;
}
#page li{
	list-style-position: outside;
	margin:0 30px 0 50px;
	line-height: 150%;	
	}

#page div.pics img{
	float: left;	
	padding: 2px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin: 3px 10px 0 25px;
}
#page div.noborder img{
	border: none;
}
#page div.logos {
	float:left;
	width:100px;
	clear:left;
	margin:15px 10px 0 25px;
}
#page div.pics{
	float:left;
	width: 231px;
	clear:left;
	margin-top: 15px;
}
#page div.picsSm{
	float:left;
	width: 90px;
	clear:left;
	margin-top: 15px;
}
#page div.picsSm img{
	float: left;	
	padding: 2px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin: 3px 10px 0 25px;
}
#page div.text{
	float:left;
	width: 335px;
	margin-top: 15px;
}
#page div.textLg{
	float:left;
	width: 455px;
	margin-top: 15px;
}
#page div.caseText{
	float:left;
	width: 380px;
	margin-top: 15px;
}


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* star html hack for IE6 to fix padding issue*/
* html #page div.text{
	width:325px;
}
#page div.text p, #page div.text h2, #page div.text h1, #page div.text h3{
	margin: 0px 0 10px 10px;
}



/* Standard top page elements */

#identity {
	margin:0px 0px 0px 0px;
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	height:60px;
	width:800px;
	display: block;	
	background:url("../images/nav/top-logo2.jpg")
	no-repeat right top;
}
	
#identity a {
	color:#fff;
	text-decoration:none;
}
	
#contact {
	color:#fff;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 177px;
	padding-top: 30px;
	float:left; 
}
	
/*header nav h1 tweak*/
#contact h1{
	color:#fff;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:inline;
	margin:0;
	padding:0;
}
	
#loginButton { 
     float:right;
	 padding-top: 15px;
	 padding-right: 13px;
}

#loginBox { 
     float:right;
	 padding-top: 21px;
	 padding-right: 25px;
	 font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 font-size: 12px;
}	
#loginBox img {
	vertical-align:middle;
}
#loginBox a {
	text-decoration:underline;
}
#emailmarketing {
	padding:3px 3px 3px 3px;
	background:#e4ebf2;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#333333;
}

.curvedTop {
	width:800px;
	height:9px;
	background:url("../images/nav/content-top.gif") no-repeat center top;   
}
.curvedFoot {
	width:800px;
	height:9px;
	background:url("../images/nav/content-bot.gif") no-repeat center top;
	margin: 0 0 12px 0; 
}

#content {
	width:748px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	border-top: none;
	border-right:1px solid #CCCCCC;
	border-bottom:none;
	border-left:1px solid #CCCCCC;
	padding: 10px 25px;
	background:#ffffff;
}

/* Navigation Bar Code */

#header {
    float:left;
	font-size:93%;
    line-height:normal;
}
	
#header ul {
    margin:0;
    padding:0;
    list-style:none;
	padding:0px 10px 0px 322px;
}
	
#header li {
    float:left;
	background:url("../images/nav/right_off.gif")
      no-repeat right top;
    margin:0;
    padding:0;
}
	
#header li.started {
    float:left;
	background:url("../images/nav/right_off_g.gif")
	no-repeat right top;
}
	
#header a {
	float:left;
	display:block;
	background:url("../images/nav/left_off.gif") no-repeat left top;
	padding:8px 15px 8px;
	text-decoration:none;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 12px;	
}
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#header a {float:none;}
  /* End IE5-Mac hack */
  
#header a.started {
	background:url("../images/nav/left_off_g.gif")
	no-repeat left top;
	padding:8px 16px 8px 26px;
}
	
#header a:hover {
	color:#666;
}
#header a.started:hover {
	color:#fff;
}
#header #current {
    background-image:url("../images/nav/right_on.jpg");
	border-width:0;
}
	
#header #current a {
    background-image:url("../images/nav/left_on.jpg");
	padding-bottom:8px;
}

/*Sub Navigation Code*/
#subNav {
	color:#333333;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-size:12px;
	text-align:left;
	width:180px;
	float:left;
	margin-top:40px;
}
#subNav ul {
	border:medium none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#subNav li {
	border-bottom:1px solid #CCCCCC;
}
#subNav li a {
	color:#336699;
	display:block;
	padding:6px 8px 6px 20px;
	text-decoration:none;
	width:100%;
}
#subNav li a.section {
	color:#333333;
	padding-left:10px;
	font-weight:bold;
	border-top:3px solid #336699;
}
#subNav li a.here {
	color:#666666;
}
html > body #subNav li a {
	width:auto;
}
#subNav li a:hover {
	background-color:#FFFFFF;
	color:#333333;
}
/* star html hack for IE6 to fix padding issue*/
* html #subNav li a{
	width:150px;
}
* html #subNav li a.section{
	width:160px;
}

/* Footer Code*/

#footer{
	width:748px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	border-top: none;
	border-right:1px solid #CCCCCC;
	border-bottom:none;
	border-left:1px solid #CCCCCC;
	padding: 10px 25px 10px 25px;
	background:#ffffff;
}

#footer p{
	text-align:center;
	margin: 0;
	font-size: 11px;
}

#footer ul {
	padding-left: 0;
	padding-top:5px;
	display: block;
	margin: 0 auto;
	width: 500px;
	text-align:center;
} 

#footer ul li {
	margin-left: 0;
	padding: 0px 5px 0px 10px;
	list-style: none;
	display: inline;
}
#footer a{
	color:#000000;
}
#footer ul li a:hover{
	color: #0000cc;
}
		
#footer ul li.first {
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}

#footer ul#footnav2 {
	clear:left;
	width: 620px
} 

#footer ul li {
	border-left: 1px solid #999;
}	
		
#footer ul li.first {
	border-left: none;
}
#footer p {
	padding-top:5px;
}

/*== ClearFix http://www.webtoolkit.info/css-clearfix.html ==*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*eTickets.to Specific */

#mainContent {
	padding: 10px 30px 10px 0px;
	width: 460px;
	float: left;
	border-top: none;
	border-right: 1px dashed #CCCCCC;
	border-bottom: none;
	border-left: none;
}
#mainContent h2 {
	text-align:left;
	color:#336699;
	margin-bottom: 0px;
}
#mainContent em {
	color:#666666;
}
#rightBar {
	padding: 6px 0px 10px 30px;
	width: 220px;
	border: none;
	float: left;
}
#rightBar h3 {
	color:#336699;
	font-size:14px;
}
#mainContent h3 {
	color:#336699;
	font-size:14px;
}
h1{
	font-size: 28px;
	color: #000000;
	text-align:left;
	margin:0;
}
h2{
	font-size: 22px;
	color: #990033;
	text-align:left;
	margin-top:0px;
}
.hl {
	background-color: #FFF3BF;
	color: #000000;
	padding: 1px 0px;
}
/* Tour Specific Styles */

.tour {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.tourSmall {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
/*blog feed styles*/
ul.blogContent  {
	font-size:12px;
	line-height:21px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px;
	padding:0;
}

ul.blogContent li {
	background-image:url(../images/homepage/blog_list.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:0px;
}

p.blogLink {
	padding-bottom: 10px;
}
.blogLink a {
	color:#000000;
	margin-left:30px;
}
p.download_text {
	padding-top:10px;
	padding-bottom:5px;
	text-align:left;
}
div.pressImg {
	float:left;
	width:150px;
	clear:left;
	margin:15px 10px 0 25px;
}
img.leftImg {
	padding-right:10px;
}

/*landing pages*/

#stdForm p {
font-family:Arial,"Trebuchet MS",Verdana,sans-serif;
font-size:13px;
text-align:left;
}