/* CSS Document */



* html a { background: transparent; }

body { margin: 0px 0px 0px 0px; 
font-family: Arial,  sans-serif;
font-size: 13px;
line-height:1.2;

}
td {
/* font: .79em/1.2; */
font-size: 13px;
line-height:1.4;

/*	font-size: 12px;  */
/*	line-height: 18px; */
}
.med {
}
.leftnav {
	font-weight: bold;
	font-size:13px;
}



.controls {  font-family: Verdana, Arial,  sans-serif; font-weight: bold; color: #FFFFFF; background-color: #6E6E9C; border-color: #C1C1D5 #3D3D58 #3D3D58 #C1C1D5; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}

.large1 {
	font-family:  Arial, sans-serif;
	font-size: 1.2em;
	color: #333399;
	font-weight: bold;

}
.large2 {
	font-family:  Arial, sans-serif;
	font-size: 1.1em;
	color: #333399;
	font-weight: normal;

}
/* Navigation Top */
#navigation
{
	float: left;
	width: 100%;
	background: #000;

}
#navigation a
{
	color:white;
	text-decoration:none;

}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 9px 19px;
	color: #fff;
	border-right: 1px solid #ccc;
}

#navigation li a { color: #fff; background:#333;}

#postbutton {
background:#cc0000;
border-right: 1px solid #fff;
padding-left:20px;
}
#postbutton li a{
background:#cc0000;
border-right: 1px solid #fff;
padding-left:20px;
color:#ccc;
}

/* Contact button */
.contactbutton
{
	float: right;
	padding: 9px 19px;
	display:block;
	color:#ccc;
	margin-right:25px;
	font-weight:600;
}

.contactbutton:link
{
	color: #fff !important;
}

.contactbutton:link { 
	color: #f0f0f0;
}

#headertop {
	width:100%;
	height: 20px;
	background-color:
	black;margin-bottom: 16px;
}

/*********************************************/

.photos{border:solid 4px #fff;-moz-box-shadow:1px 1px 3px 0px #999);-webkit-box-shadow:1px 1px 3px 0px #999;box-shadow:1px 1px 3px 0px #999}
/* 
.photos{border:solid 4px #fff;-moz-box-shadow:1px 2px 2px rgba(0,0,0,0.4);-webkit-box-shadow:1px 2px 2px rgba(0,0,0,0.4);box-shadow:1px 1px 2px rgba(0,0,0,0.4)}
*/
.button {
	display: inline-block;
	color:#fff;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial,  sans-serif;
	padding: .5em 1.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button {
	text-decoration: none;
	color:#fff;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:link{color:#faddde;}
.button{color:#faddde;}
.button:link{color:#faddde;text-decoration:none;}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.redd {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.redd {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.redd:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.med2 {
	font-size: 1.1em;
	font-family: Arial,  sans-serif;
	font-weight: bold;
	color: #000000;
}
.error {
	font-size: 13px;
	color: #CC0000;
	background-color:yellow;
}
.footerlink {color: #336699; text-decoration: none}
a.footerlink:link {color: #336699; text-decoration: none}
a.footerlink {color: #336699; text-decoration: none}
a.footerlink {color: #ff6600; text-decoration: underline}
.redheader{
	font-size:1.3em;
	color:#CC0000;
	font-family: arial, sans-serif;
	font-weight:700;
	margin: 3px 3px 3px 0px;
}
.blackheader{
	font-size:1.3em;
	color:#000000;
	font-family: arial, sans-serif;
	font-weight:400;
	margin: 3px 3px 3px 0px;
}

#home-content {
	margin:0px;
	padding:0px;
	background-image:url('/images/bg-vert-gray-fade.jpg');
	background-repeat:repeat-x;
}

#getstarted {
	padding:8px 10px 10px 2px;
	color:#CC0000;
	font-weight:bold;
	font-family: arial, sans-serif;
	font-size:20px;
}
#canada-ad {
width:300px;
text-size:14px;
}

#canada-ad img{
float:left;
padding:0px;
margin:15px 10px 0px 0px;
}
.canadaText {
color:#cc0000;
font-size:14px;
margin-top:0px;
position:relative;
top:40px;
}
#bigBlue {
	font-size: 16px;
	color: ;
	font-weight: bold;
	margin-bottom:5px;
	text-decoration:none;
}

H1{
	font-size:25px;
	color:#333;
	font-family: Arial, sans-serif;
	font-weight:400;
	margin: 3px 3px 3px 0px;
}

.flyerHead {
	margin-bottom: 3px;
	font-family: Arial, "Helvetica", Verdana;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
}

.flyerSubhead {
	font-family: Arial,"Helvetica", Verdana !Important;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	margin-bottom:0px;
	color:#666666 !important;
}


H2{
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	color: #333399;
	font-weight: bold;
}
H3{
	font-family:  Arial, sans-serif;
	font-size: 1.3em;
	color: #333399;
	font-weight: bold;
}
H3{
	font-family:  Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.small {

	font-size: 9px;
	font-family: Verdana, Arial,  sans-serif;
}
.elevenv {
	font-size:11px;
	font-family: Verdana, Arial,  sans-serif;
}
.largeBlue{
	font-family:  Arial, sans-serif;
	font-size: 1.3em;
	color: #333399;
	font-weight: bold;
}
.ninebold {
	font-family: Verdana, Arial,  sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.twelvearial {
	font-family: Arial,  sans-serif;
	font-size: 12px;
}
.previewheader {
	font-family: Arial,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.previewsubheader {
	font-family: Arial,  sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: CC0000;
	font-style: italic;
}

.medRed {
	font-weight: bold;
	color: #CC0000;
}
.box {
	border: 1px dashed #666666;
}
.white {
	color: #FFFFFF;
}
.medWhiteBold {

	font-size: 17px;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.boxTopBottom {
	background-color: #CCCCCC;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;


}
.redStrike {
	font-size: 17px;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: line-through;

}
.red {
	color: #CC0000;
}
.medBold {
	font-size: 12px;
	font-weight: bold;

}
.blkStrike {
	font-family:  Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}
.boxsolid {

	border: 1px solid #CCCCCC;
}
.redBold {
	color: #CC0000;
	font-weight: bold;

}

.premium {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
.medGray {


	font-size: 17px;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	color: #999999;
}
#homeheader {
padding:10px 10px 10px 7px;
}

#homeheader h1
{
	font-size:20px;
	color:#000000;
	font-family: arial, sans-serif;
	font-weight:400;
	margin:0;
}

#homeheader h2
{
	font-size:20px;
	color:#000000;
	font-family: arial, sans-serif;
	font-weight:400;
	margin:0;
} 

.facebookLike
{
height:23px;
}


.tooltip {
	border: 1px dotted #000000; color: #336699;padding:0px 2px 0px 2px;background-color:ffffcc; outline: none;
	cursor: help; text-decoration: none;
	position: relative;font-size:11px;
}
a.tooltip:link {
text-decoration:none;
color:#000;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
	font-size:14px;
}
.tooltip span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;

}
.tooltip img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip em {
	font-size: 16px; font-weight: bold;
	display: block; padding: 0 0 0 5px 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }

.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

input[type=text], input[type=password], select {
    padding: 10px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-sizing: border-box;
}

/*   styles for custom colorpicker   */

#header-picker {
border-top:15px solid black;
height:30px;
padding:14px 12px 11px 12px;
background-color:#fff;
margin-bottom:1px;
}

#logo-picker {
float:left;
color:#e8e8e8;
font-size:18px;
font-weight:bold;
font-family:Trebuchet MS;
margin-top:-3px;
}
#help-picker {
float:right;
color:#f0f0f0;
margin-top:1px;
}
#container1 {
padding:20px !important;
}

#tools-picker {
background-image:url('/images/bg-vert-gray-fade.jpg');
border-bottom:2px solid gray;
border-top:1px solid gray;
margin-bottom:1px;
padding:20px;
height: 275px;
}
div.editbox {
float:left;
background-color:#f0f0f0;
padding:20px;
border:1px solid #ccc;
max-width:450px;
margin-left:30px;
border-radius: 4px;
}
