@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	color:#555555;
}

:focus {
    outline: 0;
}

img {
	border:0;
}

h1 {
	margin:0;
	padding:0 0 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#2362b3;
}
  
h2 {
	margin:0;
	padding:0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}
  
h3{
	margin:0;
	padding:0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#999999;
}

h4{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#2362b3;
}

h5{
	margin:0;
	padding:0 0 5px;
	font-size:18px;
	font-weight:normal;
	color:#2362b3;
}

p {
	line-height:20px;
	padding:7px 0;
	margin:0;
}

hr {
	margin:20px 0;
	color:#cccccc;
	border:0;
	background-color:#cccccc;
	background-image:url(../images/hr.gif);
	height:1px;
}

a:link, a:visited {
	color:#2260af;
	text-decoration:none;
}

a:hover {
	color:#d20b0b;
	text-decoration:none;
}

.red {
	color:#d20b0b;
}

#container {
	width:974px;
	margin:auto;
}

#header {
	position:relative;
	width:974px;
	height:132px;
}

#logo {
	position:absolute;
	float:left;
	top:26px;
	left:0;
}

#socialNetworks {
	position:absolute;
	float:right;
	top:33px;
	right:0;
}

#nav {
	position:absolute;
	float:right;
	top:72px;
	right:0;
}

#navbar {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
	margin:0;
}

#navbar li {
    list-style:none;
    display:inline;
}

#navbar .navBreak {
	padding:0 12px;
	color:#cccccc;
}

#banner {
	clear:both;
	width:974px;
}

#features{
	clear:both;
	margin:auto;
	width:952px;
	padding-top:15px;
}

#feature1 {
	float:left;
	width:294px;
}

#feature2 {
	float:left;
	width:294px;
}

#feature3 {
	float:left;
	width:294px;
}

#featureBreak {
	float:left;
	width:35px;
}

#tweets {
	position:relative;
	width:294px;
	height:140px;
	background:url(../images/bgBlue.gif) repeat-y;
}

#moreTweets {
	position:absolute;
	bottom:10px;
	right:15px;
}

#main {
	clear:both;
	padding:25px 0 0;
	width:952px;
	margin:auto;
}

#sideNav {
	float:left;
	width:250px;
	padding:10px 20px;
	background:url(../images/bgBlue.gif) repeat-y;
}

#sideNav a {
	color:#FFFFFF;
}

#sideNav ul {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
	color:#FFFFFF;
	margin:0;
	padding:5px 10px;
}

#sideNav li {
	list-style:none;
	padding:10px 30px;
}

#sideNav .twitter {
	background:url(../images/icon_twitter.gif) left no-repeat;
}

#sideNav .linkedin {
	background:url(../images/icon_linkedin.gif) left no-repeat;
}

#sideNav .facebook {
	background:url(../images/icon_facebook.gif) left no-repeat;
}

#twoColumn {
	float:left;
	padding:0 0 0 40px;
}

#locations1 {
	float:left;
	padding:10px 0 0 2px;
	width:140px;
}
#locations2 {
	float:left;
	padding:10px 0 0 0;
	width:140px;
}

#locations3 {
	float:left;
	padding:10px 0 0 0;
	width:140px;
}

#locationsBreak {
	width:29px;
	float:left;
	padding:10px 30px 0 30px;
}

#footer {
	clear:both;
	padding:10px 0 0;
	width:974px;
	color:#909090;
	font-size:10px;
}

#footerLeft {
	float:left;
}

#footerRight {
	float:right;
	text-align:right;
}

#footer a:link, #footer a:visited {
	font-size:10px;
	color:#909090;
	text-decoration:none;
}

#footer a:hover {
	font-size:10px;
	color:#2362b3;
	text-decoration:none;
}