@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#0d0e1d;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	
}

#header {
	width:940px;
	margin:0 auto;
	height:280px;
}

#header .logo {
	position:absolute;
	margin:30px 0 0 0;
}

#header .tagline {
	position:absolute;
	margin:150px 0 0 0;
}

#header .dog {
	float:right;
	margin:20px 0 0 0;
}

#nav {
	width:940px;
	margin:0 auto;
	height:36px;
}
	
#content {
	clear:both;
	overflow:auto;
	background-image:url(images/glow.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	padding:20px 0 20px 0;
}

#flow {
	width:940px;
	margin:0 auto;
	color:#FFF;
	clear:both;
	overflow:auto;
	
}

#flow .left {
	float:left;
	width:650px;
	padding:0 0 20px 0;
}

#flow .right {
	float:right;
	width:240px;
	padding:0 0 20px 0;
}

#flow .center 
{
	display: block;
	margin-left:auto;
	margin-right:auto;	
}
#flow .innerLeft {
	float:left;
	width:45%;
	padding:0 0 20px 0;
}

#flow .innerRight {
	float:right;
	width:45%;
	padding:0 0 20px 0;
}
#flow .submitRight 
{
	float:right;
	height:30px;
	
	
}

.small {
	font-size:11px;
}

h1 {
	font-size:30px;
	margin:0 0 20px 0;
}

#flow ul {
	margin:0px;
	padding:0px;
}

#flow li {
	list-style-type:none;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 10%;
	padding:0 0 10px 20px;
	font-size:11px;
}

#footer {
	background-image:url(images/footer.png);
	height:300px;
	background-repeat:repeat-x;
}

#footer .injector {
	height:300px;
	width:940px;
	margin:0 auto;
	color:#FFF;
	font-size:11px;
}

#footer .injector .left {
	width:400px;
	float:left;
	margin:70px 0 0 0;
}

#footer .injector .right {
	float:right;
	width:470px;
	margin:70px 0 0 0;
	background-image:url(images/authorized.png);
	width:470px;
	height:169px;
	background-repeat:no-repeat;
}

.pad {
	padding:10px;
}

.search{
	background-image:url(images/search-box.png);
	background-repeat:no-repeat;
	border:0px;
	background-color:#000;
	width:153px;
	height:27px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav li {
	list-style:none;
	display:inline-block;
	padding:5px 10px 0 10px; 
}

#nav li a {
	color:#737271;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0 8px 0;
}

#nav li a:hover {
	border-bottom:4px solid #be1e2d;
}
#nav li redline
{
	border-bottom:4px solid #be1e2d;
}

a:link {
color:#FFFFFF;
text-decoration:underline;
}

a:visited {
color:#FFFFFF;
text-decoration:underline;
}

a.facebook { 
	background:url(images/facebook.png) no-repeat 0px -25px; width: 25px;  height: 25px; display: block; 
}
a.facebook:hover { 
	background: url(images/facebook.png) no-repeat 0px -25px; 
}

a.youtube { 
	background:url(images/youtube.png) no-repeat 0px -25px; width: 25px;  height: 25px; display: block; 
}
a.youtube:hover { 
	background: url(images/youtube.png) no-repeat 0px -25px; 
}

a.twitter { 
	background:url(images/twitter.png) no-repeat 0px -25px; width: 25px;  height: 25px; display: block; 
}
a.twitter:hover { 
	background: url(images/twitter.png) no-repeat 0px -25px; 
}

a.linkedin { 
	background:url(images/linkedin.png) no-repeat 0px -25px; width: 25px;  height: 25px; display: block; 
}
a.linkedin:hover { 
	background: url(images/linkedin.png) no-repeat 0px -25px; 
}

a.vimeo { 
	background:url(images/vimeo.gif) no-repeat 0px -25px; width: 25px;  height: 25px; display: block; 
}
a.vimeo:hover { 
	background: url(images/vimeo.gif) no-repeat 0px -25px; 
}
