/*
Theme Name: heystac
Author URI: http://www.heystac.com

*/

@import url(reset.css);

body {
	background:url(images/bg-header.png) no-repeat top center, url(images/bg.jpg) repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}

#wrap {
	width:960px;
	margin:auto;
	position:relative;
}

#header {
	padding:20px 0 0 0;	
	height:136px;
}

#footer .logo {margin:-35px 0 -10px 90px; text-align:center; width:198px; float:right; display:block;}
#header .logo {margin:-17px 0 -1px 90px; text-align:center; width:198px; height:194px; float:left; display:block;}

/* --------------------- TOP NAVIGATION */

#topnav {
	float:right;
	margin:20px 90px 0 0;
}

#topnav li {
	float:left;
	list-style-type:none;
	padding:20px 18px 0 18px;
	font-size:1.5em;
}

#topnav li a {
	color:#fff;
	text-decoration:none;
}

#topnav li a:hover {
	color:#ccc;
}

/* --------------------- MAIN GRAPHIC */

#main-graphic {
	width:829px;
	height:321px;
	background-image:url(images/main-graphic.png);
	background-repeat:no-repeat;
	position:relative;
	margin:40px auto 0 auto;
	clear:both;
}

/* EDITED */
#phone {
	color:#8b0e04;
	font-size:1.2em;
	height:26px;
	text-align:center;
	margin:-35px 0 20px 350px;
	float:left;
	display:block;
}

#phone strong {
	font-size:3em;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	padding:0 10px 0 8px;
}
/* END EDITED */

#main-pic-wrap {
	clear:both;
	float:left;
	width:590px;
	height:309px;
	background-image:url(images/main-pic.png);
	background-repeat:no-repeat;
	margin:-5px 0 0 3px;
	padding:19px 0 0 19px;
}

#main-pic-wrap #main-pic img {width:572px !important; height:292px !important;}

#subnav {
	float:right;
	height:321px;
	width:213px; /* 213 */
	padding:9px 1px 0 0;
	overflow:hidden;
}

#subnav ul {
	width:213px;
}

#subnav li {
	list-style-type:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.4em;
	text-align:center;
	color:#dadada;
	padding:7px 0;
	display:block;
	line-height:1em;
}

#subnav li a {color: #dadada; text-decoration: none;}
#subnav li a:hover {color: #fff;}

#subnav li strong {color:#fff; line-height:1.3em; padding:10px 0; font-size:1.2em;}

#slogan {
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	color:#00274c;
	font-size:1.5em;
	height:40px;
	line-height:40px;
	text-align:center;
}

#slogan strong {
	font-size:1.1em;
}

/* --------------------- COLUMN 1 */

#col-1 {
	float:left;
	width:570px; /* 645 */
	padding:10px 0 0 75px;
}

.content-top {
	background-image:url(images/content-top.png);
	background-repeat:no-repeat;
	height:30px;
}

.content {
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	padding:0 30px 1em 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
}

.content-bottom {
	background-image:url(images/content-bottom.png);
	background-repeat:no-repeat;
	height:37px;
}

/* --------------------- COLUMN 2 */

#col-2 {
	float:left;
	width:305px; /* 315 */
	padding:25px 0 0 10px;
}

.button {
	display:block;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	width:215px;
	height:44px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2em;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	line-height:44px;
}

.button:hover {
	color:#004980;
}

.sidebar-top {
	background-image:url(images/sidebar-top.png);
	background-repeat:no-repeat;
	height:15px;
	width:215px;
	margin:10px 0 0 0;
}

.sidebar {
	text-align:center;
	background-image:url(images/sidebar-bg.png);
	background-repeat:repeat-y;
	width:215px;
}

.sidebar img {
	border:1px solid #419fd8;
	margin:5px 0;
}

.sidebar-bottom {
	background-image:url(images/sidebar-bottom.png);
	background-repeat:no-repeat;
	width:215px;
	height:17px;
}

/* --------------------- FOOTER */

#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin:25px 0 0 0;
	padding:15px 20px 10px 20px;	
	color:#686868;
}

#footer img {
	padding:40px 0 40px 200px;
}

#footer strong {
	font-size:1.2em;
	font-weight:normal;
}

#copyright {
	clear:both;
	color:#686868;
	text-align:right;
}

#copyright a {
	color:#686868;
	text-decoration:none;
}

#copyright a:hover {
	color:#000000;
}
