/* Main Elements */
body {
	margin: 0px auto;
	padding: 0px;
	color: #202020;
	font-size: 0.875em;
	line-height: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "sans-serif";
	text-align: center;
	background-color: #d2d2d2;
}

#container2 {
	min-width: 1026px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#header2 {
	margin: 0px auto;
	padding: 0px;
	width: 1026px;
	height: 50px;
	overflow: hidden;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?iefix') format('eot'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#webfontkCYvLxvp') format('svg');
    font-weight: normal;
    font-style: normal;

}
.nav {
	margin: 18px 15px 0px 0px;
	padding: 0px;
	height: 50px;
	float: none;
	text-align: center;
}

.nav ul {
	margin:0px;
	padding:0px;
	font-family: "LeagueGothicRegular", "Lucida Sans Unicode", "Lucida Grande", "Arial", "sans-serif";
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #ddd;
}

.nav ul li {
	margin:0px;
	padding:0px 8px 0px 4px;
	list-style:none;
	display:inline;
	border-right: #ddd solid 2px;
}

.nav ul a:link {
	color: #ddd;
	text-decoration: none;
	font-weight: normal;
}

.nav ul a:visited {
	text-decoration: none;
	color: #ddd;
	font-weight: normal;
}

.nav ul a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

.nav ul a:active {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#web_page {
	/*margin: 0px auto;*/
	margin: 40px auto 10px auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	background-color: white;
}

#home-page {
	width: 1026px;
	margin: 0;
	padding: 0;
	background: url('../images/home-page.jpg') top center no-repeat;
}

.quote {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 1026px;
}

.quote h1 {
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 850px;
	font-size: 1.95em;
	line-height: 1.2em;
	text-align: center;	
}

#main_content {
	width: 696px;
	margin: 30px 0px 0px;
	padding: 0px 18px 50px 28px;
	position: relative;
	text-align: left;
	float: left;
}

/* Side Bar Styles */
#side_bar {
	width: 237px;
	margin: 30px 0px 0px;
	padding: 0px 28px 50px 18px;
	position: relative;
	text-align: left;
	float: left; 
	border-left:1px solid #bbb;
}

#side_bar p {
	padding-bottom: 10px;
}

#side_bar a {
	margin-bottom: 20px;
	display: block;
}

#side_bar h5 {
	margin: -5px 0px 10px 0px;
	display: block;
}

/* Footer Styles */
#footer {
	margin: 0 auto;
	padding: 0px;
	min-width: 1026px;
	width: 100%; 
	height: 251px;
	color: #ddd;
	font-size: .9em;
	line-height: 1.3em;
	background: #063a5f url('../images/footer.jpg') top center no-repeat;
	text-align: center;
}
#footer-wrapper {
	margin: 0 auto;
	padding:0;
	width: 1026px;
}
.copyright {
	display: block;
	height: 215px;
	width: 300px;
	margin-top: 30px;
	padding-left: 28px;
	position: relative;
	text-align: left;
	float: left;
}

.contact {
	display: block;
	height: 215px;
	width: 300px;
	margin-top: 30px;
	padding-left: 35px;
	position: relative;
	text-align: left;
	float: left;
}

.contact-form {
	display: block;
	height: 215px;
	width: 300px;
	margin-top: 30px;
	padding-left: 35px;
	position: relative;
	text-align: left;
	float: left;
}

#footer-contact {
	display:none;	
}

#footer h3	{
	font-size:16px;
	color:#ddd;
	margin:0px;
	padding-botton:10px
}

#footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

#footer a:active {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#footer img {
	text-decoration: none;
	border: 0;
}

/* Logo Styles */
#logo {
	text-indent:-99999px;
	border:0px;
	float:left;
}

.logo {
	background:url('../images/logo.png') no-repeat;
	text-indent:-9999px;
	display:block;
	border:0px;
	width:352px;
	height:50px;
	margin:0px;
	padding:0px;	
}

.logo h1 {
	border:0px;
	text-align:left;
}


/* Quick Link Boxes - Home Page */
#quick-links {
	width:970px;
	margin:0;
	padding:28px 28px 0;
}

.quick-links ul li, .full_overlay {
	float:left;
	margin-right: 35px;
	text-align:left;
	list-style:none;
}

.full_overlay_last {
	float:left;
	margin-right: 0px;
	text-align:left;
	list-style:none;
}

.full_overlay {
	position:relative;
	/* Set the width and the height according to the size of your pictures */
	width:300px;
	height:200px;
}

.full_overlay_last {
	position:relative;
	/* Set the width and the height according to the size of your pictures */
	width:300px;
	height:200px;
}

.full_overlay .content {
	position: absolute;
	left: 0px;
	/* Set the width and the height according to the size of your pictures */
	width: 300px;
	height:200px;
	/* Set a 0 opacity to hide the content */
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Semi-transparent background for modern browsers, black for older browsers */
	background:#131313;
	background: rgba(32,32,32,0.95);
	/* CSS3 transitions, creates the fading effect */
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.full_overlay_last .content {
	position: absolute;
	left: 0px;
	/* Set the width and the height according to the size of your pictures */
	width: 300px;
	height:200px;
	/* Set a 0 opacity to hide the content */
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Semi-transparent background for modern browsers, black for older browsers */
	background:#131313;
	background: rgba(32,32,32,0.95);
	/* CSS3 transitions, creates the fading effect */
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.full_overlay img {
	text-decoration: none;
	border:0;
}

.full_overlay_last img {
	text-decoration: none;
	border:0;
}

.full_overlay:hover .content {
	/* Setting a 100% opacity on mouse hover to show the content */
	filter: alpha(opacity=95);
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.full_overlay_last:hover .content {
	/* Setting a 100% opacity on mouse hover to show the content */
	filter: alpha(opacity=95);
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.content h2 {
	font-family:Arial;
	padding:25px 10px 0px;
	margin: 0;
	color:#fff;
}
		
.content p {
	/* Text styling */
	font-family:Arial;
	padding:10px 10px 0px;
	color:#fff;
}

.content a {
	padding-left:10px;
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#0084bd;
}

.content a:visited {
	text-decoration: none;
	color: #0084bd;
	font-weight: bold;
}

.content a:hover {
	text-decoration: underline;
	color: #0084bd;
	font-weight: bold;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 50px;
}

/* Quick Link Boxes - Inside Page */
.quick-links-2 ul li, .full_overlay-2 {
	margin-bottom: 35px;
	text-align:left;
	list-style:none;
}

.full_overlay-2 {
	position:relative;
	/* Set the width and the height according to the size of your pictures */
	width:225px;
	height:200px;
}

.full_overlay-2 .content-2 {
	position: absolute;
	left: 0px;
	/* Set the width and the height according to the size of your pictures */
	width: 225px;
	height:200px;
	/* Set a 0 opacity to hide the content */
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Semi-transparent background for modern browsers, black for older browsers */
	background:#131313;
	background: rgba(32,32,32,0.95);
	/* CSS3 transitions, creates the fading effect */
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.full_overlay-2 img {
	text-decoration: none;
	border:0;
}

.full_overlay-2:hover .content-2 {
	/* Setting a 100% opacity on mouse hover to show the content */
	filter: alpha(opacity=95);
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.content-2 h2 {
	font-family:Arial;
	font-size:20px;
	padding:20px 10px 0px;
	margin: 0;
	color:#fff;
}
		
.content-2 p {
	/* Text styling */
	font-family:Arial;
	padding:5px 10px 0px;
	color:#fff;
}

.content-2 a {
	padding-left:10px;
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#0084bd;
}

.content-2 a:visited {
	text-decoration: none;
	color: #0084bd;
	font-weight: bold;
}

.content-2 a:hover {
	text-decoration: underline;
	color: #0084bd;
	font-weight: bold;
}

/* Free Trial Button */


/* General Styles */
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif;
	color:#1c1c1c;
}

h1 {
	font-size: 26px;
	letter-spacing:-1px;
	padding:0;
}

h1 span {
	font-size: 44px;
	line-height: 32px;
	letter-spacing:-1px;;
}

h2	{
	font-size:22px;
	letter-spacing:-1px;
	margin: 0px 0px 10px 0;
}

h2 a 	{
	color:#0084bd;
	text-decoration:none;	
}

h2 a:hover	{
	color:#0084bd;
	text-decoration:underline;	
}	


h3	{
	font-size:18px;
	margin:0px;
}

h4	{
	font-size:16px;
	font-weight:normal;
	margin:0;

}

h5	{
	font-size:14px;
	font-weight:normal;
	margin:0;

}

h6	{
	font-size:12px;
	font-weight:normal;
	margin:0;

}

p {
	padding: 5px 0;
}

hr {
	color:#b7b7b7;
	background-color:#b7b7b7;
	height:1px;
	margin:20px 0;
	border:none
}

a:link {
	color: #0084bd;
	text-decoration: none;
	/* font-weight: bold; */
}

a:visited {
	text-decoration: none;
	color: #0084bd;
	/* font-weight: bold; */
}

a:hover {
	text-decoration: underline;
	color: #0084bd;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #0084bd;
	/* font-weight: bold; */
}