@charset "utf-8";
/************ OVERRIDES *******/
body {
	margin: 0;
	padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	color: #292929;
	background: #dbedf7 url(../images/site-bg.jpg) repeat-x center top;
}

a img { border: none; }

/************ LAYOUT *******/
#site-container {
	position:relative;
	margin:0 auto;
}

#flash-header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:150px;
	z-index:5;
}

#alt-flash-header {
	background: url(../images/header-bg.jpg) repeat-x center top;
	height: 150px;
}

#swirls {
	min-width: 980px;
	position:relative;
	z-index:10;
}

#blue-bounds { overflow: hidden; }

#bounds {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin: 0 auto 40px;
	position: relative;
	width: 960px;
}

#header #logo {
	float: left;
	margin-top: 60px;
}

#header #menu {
	float: right;
	margin-left: 20px;
	width: 765px;
	margin-top: 90px;
}

#bounds #footer {
	margin-top: 20px;
	height: 85px;
}

#bounds #content {
	width: 950px;
	background-color:#ffffff;
	padding:0 5px 0px;
}

#bounds #content #content-inner {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#bounds #content-bottom { 
	width: 960px;
	height:28px;
	display:block;
	background-image: url(../images/content-bottom-ie.gif);
	background-repeat:no-repeat;
}


html > body #bounds #content-bottom { 
	width: 960px;
	height:28px;
	display:block;
	background-image: url(../images/content-bottom.png);
	background-repeat:no-repeat;
}


#bounds .column { position: relative; }

/************ MENU *******/
#menu ul li {
	padding-left: 5px;
	padding-right: 5px;
	list-style: none;
	padding-top: 12px;
	height: 30px;
	float: left;
	font-size: 90% !important;
	background: url(../images/pipe.gif) no-repeat right;
}

#menu ul li.last { background: none; }

#menu ul li a {
	display: block;
	font-weight: bold;
	padding-right: 5px;
	color: #292929;
	text-decoration: none;
}

#menu ul li a.active,
#menu ul li a:hover { color: #4473c1; }

/************ FOOTER *******/
#footer {
	border-top: 1px solid #ccc;
	position: relative;
}

#footer #submenu {
	font-size: 90%;
	position: absolute;
	top: 10px;
	left: 20px;
	color: #666666;
	font-weight: normal;
}

#footer #submenu span {
	padding-left: 5px;
}

#footer #submenu a {
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
}

#footer #submenu a:hover { color: #4473c1; }

/************ CALLOUTS *******/
#content #callouts { margin-top: 30px; }

#content #callouts #callout-left { width: 520px; margin-left: 20px; }

#content #callouts #callout-left .left { width: 200px; }
#content #callouts #callout-left .right { width: 300px; }
#content #callouts #callout-left .right p { margin-top: 10px; }

#content #callouts #callout-right { width: 360px; padding-right: 30px; }
html > body #content #callouts #callout-right { width: 360px; }
#content #callouts #callout-right .left { width: 120px; }
#content #callouts #callout-right .right { width: 240px; }
#content #callouts #callout-right .right h2 {
	font-size: 190%;
	margin-top: 0;
	font-weight: normal;
	color: #48302a;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

#content #callouts a.go {
	display: block;
	background: url(../images/icon-arrow.gif) no-repeat left;
	padding-left: 20px;
	text-decoration: none;
	margin-top: 10px;
	color: #292929;
	text-transform: uppercase;
	font-weight: bold;
}

#content ul li {
	padding-bottom: 10px;
}

/*******SHARE INCLUDE*******/
#share-widgets{
	position:relative;
	height:28px;
	width:198px;
	background: url(../images/share.jpg) no-repeat left top;
	margin-top:10px;
}

#share-widgets #facebookA{
	position:absolute;
	top:8px;
	left:61px;
	height:14px;
	width:14px;
}

#share-widgets #twitterA{
	position:absolute;
	top:8px;
	left:84px;
	height:14px;
	width:14px;
}

#share-widgets #deliciousA{
	position:absolute;
	top:7px;
	left:106px;
	height:14px;
	width:14px;
}

#share-widgets #diggA{
	position:absolute;
	top:8px;
	left:129px;
	height:15px;
	width:15px;
}

#share-widgets #stumbleuponA{
	position:absolute;
	top:8px;
	left:153px;
	height:14px;
	width:14px;
}

#share-widgets #myspaceA{
	position:absolute;
	top:8px;
	left:174px;
	height:14px;
	width:15px;
}

/************ MISC *******/

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.block { display: block; }
.left-margin {margin-left:20px; }
.error {color:red;}
.pink {color:#cc277b;}
a{color:#4473c1;}

a.go-blue,
a.go {
	display: block;
	background: url(../images/btn-arrow-pink.png) no-repeat left top;
	padding-left: 20px;
	text-decoration: none;
	margin-top: 10px;
	color: #292929 !important;
	text-transform: uppercase;
	font-weight: bold;
}

a.go-blue { background: url(../images/btn-arrow-blue.png) no-repeat left top; }
