@charset "UTF-8";
/* CSS Document */

  @import url(http://twitter.github.com/bootstrap/assets/css/bootstrap.css);

body {
	margin: 0;
	padding: 0;
 	background:url(../img/touchpoint_background.png);
	background-attachment:fixed;

}

img {
	border:0px;
	text-align:center;
}


p {
	font-family: 'PT Sans', helvetica, ariel, sans-serif;
	font-size:16x;
	line-height:22px;
}

a:link {text-decoration: none; color:#2D7CAD;}
			 a:visited {text-decoration: none; color:#2D7CAD;}
			 a:active {text-decoration: none; color:#2D7CAD;}
			 a:hover {color:#000; background:#FF0;
}


ol li{
	margin-left: 20px;
	margin-bottom: 5px;
	list-style:circle;
	
	
}

smallPrint {
	font-family: 'PT Sans', helvetica, ariel, sans-serif;
	font-size:12px;
	padding-bottom:15px;
}

hr {
	border: 0;
	width: 100%;
	color: #5CA6B7;
	margin-bottom:5px;
	background-color: #5CA6B7;
	height: 2px;
}

@font-face {
    font-family: 'misobold';
    src: url('miso-bold-webfont-webfont.eot');
    src: url('miso-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-bold-webfont-webfont.woff') format('woff'),
         url('miso-bold-webfont-webfont.ttf') format('truetype'),
         url('miso-bold-webfont-webfont.svg#misobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'misoregular';
    src: url('miso-regular-webfont-webfont.eot');
    src: url('miso-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-regular-webfont-webfont.woff') format('woff'),
         url('miso-regular-webfont-webfont.ttf') format('truetype'),
         url('miso-regular-webfont-webfont.svg#misoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'misolight';
    src: url('miso-light-webfont-webfont.eot');
    src: url('miso-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-light-webfont-webfont.woff') format('woff'),
         url('miso-light-webfont-webfont.ttf') format('truetype'),
         url('miso-light-webfont-webfont.svg#misolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


titleTouch{
		font-family: 'misolight';
		color: #000;
		font-size:190px;
		text-transform:uppercase;
		line-height:80%;
		text-align:center;
		text-shadow: 0px 2px 3px #666;}

titlePoint{
		font-family: 'misoregular';
		color: #000;
		font-size:200px;
		text-transform:uppercase;
		line-height:80%;
		text-align:center;
		letter-spacing:4px;
		text-shadow: 0px 2px 3px #666;
	
}

titleTouch a:link {text-decoration: none; color:#000;}
			titleTouch a:visited {text-decoration: none; color:#000;}
			titleTouch a:active {text-decoration: none; color:#000;}
			titleTouch a:hover {text-decoration: none; color:#006E8D; background-color:transparent;}

titlePoint a:link {text-decoration: none; color:#000;}
			titlePoint a:visited {text-decoration: none; color:#000;}
			titlePoint a:active {text-decoration: none; color:#000;}
			titlePoint a:hover {text-decoration: none; color:#006E8D; background-color:transparent;}



subtitleName{
		font-family: 'misolight';
		color: #595A5C;
		font-size:38px;
		letter-spacing:1px;
		line-height:90%;
		text-align:center;
		
	
}

subtitleDate{
		font-family: 'misoregular';
		color: #006E8D;
		font-size:48px;
		letter-spacing:1px;
		line-height:90%;
		text-align:center;
}


h1 {
		font-family: 'misoregular';
		color: #006E8D;
		text-transform:uppercase;
		font-size:36px;
}

h2 {
	font-family: 'misoregular';
	color: #006E8D;
	text-transform:uppercase;
	font-size:28px;
}


h2 a:link {text-decoration: none; color:#FFF;}
			h2 a:visited {text-decoration: none; color:#FFF;}
			h2 a:active {text-decoration: none; color:#FFF;}
			h2 a:hover {text-decoration: none; color:#333; border-bottom:none;}



h3 {
font-family: 'misoregular';
	color: #006E8D;
	text-transform:uppercase;
	font-size:28px;
	line-height:30px;
}



div.canvasJS
{
	top:0px;
	left:0px;
	z-index:0;
	position:fixed;
}

div.Image
{
	top:25px;
	left:57px;
	width:400px;
	z-index:100;
	position:fixed;
}



div.bodyText
{
	top:-30px;
	left:500px;
	width:50%;
	height:90%;
	margin:30px;
	z-index:1;
	position:absolute;
}



#navbar{
    top:0px;
	left:550px;
	min-width:525px;
	width:43%;
	height: auto;
	position: fixed;
	background-color:#FFF;
	padding:10px;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left:40px;
	z-index: 99;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 2px 2px 30px #C9C9C9;
}


div#rsVP{
	top:440px;
	left:60px;
	width:320px;
	height:30px;
	background-color:#EF4136;
	color:#333;
	padding: 0px 30px 40px 30px;
	position:fixed;
	text-align:right;
	padding-bottom:30px;
}

div#rsVP:hover{
	top:440px;
	left:60px;
	width:320px;
	height:30px;
	background-color:#5BA6B7;
	color:#FFF;
	padding: 0px 30px 40px 30px;
	position:fixed;
	text-align:right;
	padding-bottom:30px;
}


div#apply{
	top:520px;
	left:60px;
	width:320px;
	height:30px;
	background-color:#5BA6B7;
	color:#FFF;
	padding: 0px 30px 40px 30px;
	position:fixed;
	text-align:right;
	padding-bottom:30px;
}

div#apply:hover{
	top:520px;
	left:60px;
	width:320px;
	height:30px;
	background-color:#000;
	color:#333;
	padding: 0px 30px 40px 30px;
	position:fixed;
	text-align:right;
	padding-bottom:30px;
}





.box{
    margin: 20px;
    height: auto;
	z-index:-1;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
}


nav ul li{
	list-style:url(../img/menu-dash.gif);
	display:inline;
	padding-top: 20px;
	list-style:none;
}


.nav li a{
   	float: left;
	padding-bottom: 3px;
	padding: 1px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none; 
	color:#333; 
	font-size:24px; 
	text-transform: uppercase;
	margin-right:5px;
	list-style:url(../img/menu-dash.gif);
	display:inline;
	
}
.nav li a:hover{
    text-decoration: none; 
	font-family: 'PT Sans', sans-serif;
	color: #000;!important
	background-color: transparent;!important
}
.nav li.active a{
   text-decoration: none; 
   color:#1C3338; 
   border-bottom: 2px solid #EF4137 !important;
}


img {
	width: 100%;
	height: auto;
	border:0px;
	
}
	
	
table, th, td {
	border: none;
	padding-left: 20px;
	padding-bottom:10px;
}	