/* CSS Document */

body{
	background: #F3F5F4;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

img{
	border: 0;
}

img.tour{
	float:left;
	padding:0px 10px 10px 0px;
}

h1{
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	margin: 0px;
	line-height: 200%;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	margin: 0px;
}

p, td, li, .backtotop, .breadcrumb
{
    color: #003366;
    font-size: 12px;
    line-height: 150%;
}

.insidecontent strong, .box2 strong{
	color: #003366;
}

.insidecontent td{
    vertical-align:text-top;
    border-bottom: 1px solid #CCC;
    padding:10px;
    margin:0px;
}

.insidecontent th{
    background-color: #CCC;
}

a:link, a:visited{
	color: #357FD4;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.backtotop{
	background: url(../images/icons/icon_backtotop.png) no-repeat top left;
	padding-left: 18px;
	width: 100px;
}

.breadcrumb{
	width: 400px;
}

/* Front page elements */
.front_headimage_wrap{
	background: url(../images/common/headimage_bg.png) repeat-x;
	width: 100%;
	height: 398px;
	
	position: relative;
}

.front_headimage{
	background: url(../images/common/headimage_front.png) top right no-repeat;
	width: 913px;
	height: 299px;
	margin: auto;
	text-align: center;
	padding-top: 68px;
	
	position: relative;
	z-index: 0;
}

.front_mainpush{
	background: url(../images/front/schedappy_screenshot.png) top right no-repeat;
	width: 913px;
	height: 310px;
	color:#FFF;
	text-align: left;
	line-height: 200%;
	margin: auto;	
	position: relative;
	z-index: 10;
	font-size: 12px;
	color: #F3F5F4;

}

/* Masthead elements */
.masthead{
	background: #333333;
	width: 100%;
	height: 50px;
	
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75;
}

.masthead_wrap{
	width: 960px;
	margin: auto;
	padding-top: 8px;
}

.logo{
	padding-top: 0px;
}

.nav{
	
}

.link{
	padding: 4px 12px 4px 12px;
	margin: 0px 6px 0px 6px;
	color: #FFF;
	font-size: 13px;
}

.on{
	background: #006699;
	
	-moz-border-radius: 10px;  /* rounded corners for Mozilla and Safari */
	-webkit-border-radius: 10px;
}

.nav a:link, .nav a:visited{
	color:#FFF;
}


.front_submast_wrap{
	background: url(../images/common/submast_bg.png) repeat-x;
	height: 99px;
	width: 100%;
}

.front_submast{
	background: url(../images/common/submast-front.png) no-repeat top right;
	width: 900px;
	height: 87px;
	margin: auto;
	padding: 12px 12px;	
	position: relative;
	top: -79px;
}

.tourbuttons
{
	position: relative;
	z-index: 15;
}

.inside_submast{
	background: url(../images/common/inside_submast.jpg) no-repeat bottom center;
	width: 791px;
	height: 79px;
	margin: auto;
	text-align: left;
	padding: 12px 100px 6px 100px;
	position: relative;
	
	
}

/* Content elements */

.content_wrap{
	width: 859px;
	margin:  0px auto;
	padding: 0px 0 24px 0;
	text-align: left;
	position: relative;
}

.content_wrap_front{
	width: 859px;
	top: -79px;
	margin:  12px auto;
	padding: 0px 0 24px 0;
	text-align: left;
	position: relative;
}

.frontwrap
{
	width: 100%;	
}

.insidecontent{
	background: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 799px;
	margin: auto;
	text-align: left;
	padding: 24px;
}

.insidecontent_foot{
	background:url(../images/common/insidecontent-foot.jpg) no-repeat;
	width: 825px;
	height: 27px;
	margin: auto;
	padding: 12px 0px 0px 24px;
	text-align: left;
}

.pagetitle{
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 32px;
}

/* Boxes elements */

.box1{
	-moz-border-radius: 8px;  /* rounded corners for Mozilla and Safari */
	-webkit-border-radius: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 262px;
	height: 180px;
	padding: 6px 6px 6px 12px;
	margin: 0px;
}

.box2{
	-moz-border-radius: 8px;  /* rounded corners for Mozilla and Safari */
	-webkit-border-radius: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 831px;
	margin: 12px 0px 24px 0px;
	padding: 12px 6px 21px 22px;
	/* height: 180px; */
}

.box2_front{
	-moz-border-radius: 8px;  /* rounded corners for Mozilla and Safari */
	-webkit-border-radius: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 831px;
	margin: 0px 0px 24px 0px;
	padding: 12px 6px 21px 22px;
	/* height: 180px; */
}

.box3{
	background: url(../images/common/box3-foot.png) no-repeat bottom center;
	width: 280px;
	padding: 0px 3px 21px 3px;
}

.box3_content{
	background: #F3F0E7;
	border-top: 1px solid #C2C0B8;
	border-left: 1px solid #C2C0B8;

	border-right: 1px solid #C2C0B8;
	width: 244px;	
	padding: 24px 12px 6px 22px;
	font-size: 12px;
}

.box3_content li{
	list-style:square;
	line-height: 200%;
	/* font-weight: bold; */
}



/* Footer elements */
.footer{
	background: url(../images/common/footer_bg.png) repeat-x;
	width: 100%;
	height: 300px;
	font-size: 9px;
	color:#999;
	line-height: 145%
}

.footer_wrap{
	width: 849px;
	margin: auto;
	padding: 12px 0 12px 0;
}

#copyright{
	width: 222px;
	height: 280px;
	border-right:2px dotted #666;
	text-align: left;
}

#copyright a:link, #copyright a:visited {
	color:#999;
	font-size: 9px;
}

#sitenav{
	width: 600px;
	height: 280px;
	padding: 0px 12px 0px 12px;
	text-align: left;
}

#sitenav td, #sitenav a:link, #sitenav a:visited{
    font-size: 12px;
    line-height: 150%;
	color:#999;
}

#sitenav tr{
    vertical-align: top;
}

.sitenav_header
{
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    color: #999;
}

.footerlinks{
	padding-top: 24px;
}



