/* Resets all browser default styles */
@import url(reset.css);

/* General Styles
============================================================*/
body{
	background:#001b38;
	font-family:Helvetica, Arial, Verdana sans-serif;
	font-size:16px;
	line-height:23px;
	min-width:960px;
}

h1{
	font-family:Times, "Times New Roman", serif;
	font-size:36px;
	line-height:30px;
	margin:0 0 40px;
}
h2{
	color:#000;
	font-family:Times, "Times New Roman", serif;
	font-size:28px;
	line-height:30px;
	margin:0 0 10px;
}
h2.border{border-bottom:1px solid #000;margin:0 0 22px;}
h3{font-size:24px;margin:0 0 10px;}
h4{font-size:16px;font-weight:bold;line-height:30px;margin:0 0 10px;}

sup{vertical-align:top;margin-top:-10px;font-size:.55em;}
sub{font-size:.85em;}
em{font-style:italic;}
strong{font-weight:bold;}
img{vertical-align:bottom;}
p{margin:0 0 23px;}
p.subhead{font-weight:bold;margin:-30px 0 10px;}
ul, ol{margin:0 0 23px 30px;}
ul li{list-style:disc;}
ol li{list-style:decimal;}
a{color:#f47b29;text-decoration:none;}
a:hover{text-decoration:underline;}
blockquote{
	color:#f47b29;
	font-family:Times, "Times New Roman", serif;
	font-size:24px;
	font-style:italic;
	line-height:30px;
	margin:0 0 23px 0;
}
blockquote.full{float:none;margin:0 0 23px;width:100%;}
blockquote span.ldquo{font-size:30px;margin:0;}
blockquote span.rdquo{font-size:30px;margin:0;}
span.dropcap{
	display:block;
	float:left;
	font-family:Times, "Times New Roman", serif;
	font-size:86px;
	line-height:86px;
	margin:-10px 5px -10px 0;
}

/* ==Global
======================================================================*/
.clear{clear:both;}
.hr{border-bottom:1px solid #ccc; clear:both; margin:0 0 22px;}
.spacer{clear:both; height:23px;}
.container{position:relative;overflow:hidden;}
.colwrap{margin:0 -10px;overflow:hidden;}
.col{float:left;margin:0 10px;}
.col.last{float:right;}
.col.w240{width:240px;}
.col.mid.w240{margin:0 40px;}
.col.w280{width:280px;}
.col.w320{width:320px;}
.col.w480{width:480px;}

.button{
	background:#548ac8;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	line-height:35px;
	min-width:190px;
	text-align:center;

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

div.profile div.img{
	background:#fff;
	border:1px solid #ccc;
	float:left;
	margin:0 15px 15px 0;
	padding:8px;
}
div.profile div.img img{border:1px solid #ccc;}
div.profile{
	border-bottom:1px solid #ccc;
	margin:0 0 15px;
	overflow:hidden;
}
div.profile p{font-size:14px;line-height:18px;margin:0;}


div.side{
	background:#bce4f7;
	overflow:hidden;
	padding:0 15px 10px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
div.side h4{
	background:#548ac8;
	color:#fff;
	font-family:Times, "Times New Roman", serif;
	font-size:22px;
	font-weight:normal;
	margin:0 -15px 15px;
	padding:0 15px;
}
div.side div.img{
	background:#fff;
	border:1px solid #ccc;
	float:left;
	margin:0 15px 15px 0;
	padding:2px;
}
div.side div.img img{border:1px solid #ccc;}
div.side div.item{
	background:url(../images/border-dotted.png) repeat-x left bottom;
	margin:0 0 15px;
	overflow:hidden;
}
div.side p{font-size:14px;line-height:18px;margin:0;}

/* ==Page
============================================================*/
#page{background:#fff;margin:0 auto 30px;overflow:hidden;width:960px;}

/* ==Top
============================================================*/
#top{background:#f57b29;padding:0 70px;}
#top ul{float:left;margin:0;}
#top ul li{display:inline;list-style:none;margin-right:100px;}
#top ul li a{color:#fff;font-size:12px;line-height:36px;}

#top div.search{
	background:#fff;
	border:2px solid #e8e9ea;
	margin:6px 0 0 0;
	overflow:hidden;
	padding:2px;
	float:right;
	/*  width:236px;  */

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#top div.search input[type=text]{
	border:none;
	color:#6d6d6d;
	float:left;
	font-size:14px;
	margin:0;
	padding:0;
	width:215px;
}

#top div.search input[type=submit]{
	background:url(../images/icon-search.png) no-repeat;
	border:none;
	color:#8a8a8a;
	cursor:pointer;
	float:right;
	height:15px;
	line-height:15px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	width:15px;
}

/* ==Header
============================================================*/
#header{padding:30px 70px;position:relative;z-index:2;}
#header div.container{overflow:visible;}
#header div.colwrap{overflow:visible;}
#header ul.menu{margin:0;}
#header ul.menu ul{display:none;}
#header ul.menu > li.open{
	background:url(../images/icon-open.png) no-repeat left 2px;
	font-size:18px;
	font-weight:500;
	list-style:none;	
	position:relative;
}
#header ul.menu > li span.trigger{cursor:pointer;display:block;padding:0 0 0 30px;}
#header ul.menu > li.close{
	background:url(../images/icon-close.png) no-repeat left 2px;
}
#header ul.menu li.double ul{top:50px;}
#header ul.menu ul{
	left:0;
	margin:0;
	position:absolute;
	top:25px;
	width:100%;
}
#header ul.menu ul li{list-style:none;}
#header ul.menu ul li a{
	background:url(../images/bg-trans-white.png);
	border-bottom:1px solid #ccc;
	color:#000;
	display:block;
	line-height:30px;
	font-size:18px;
	padding:0 30px;
	text-decoration:none;
}
#header ul.menu ul li a:hover{
	background:url(../images/bg-trans-blue.png);
}

/* ==Hero
============================================================*/
#hero{
	margin-bottom:40px;
	position:relative;
	z-index:1;
	-moz-box-shadow:0 10px 10px #d5d5d5;
	-webkit-box-shadow:0 10px 10px #d5d5d5;
	box-shadow:0 10px 10px #d5d5d5;
}

/* ==Stripe
============================================================*/
#stripe{
	background:#548ac8;
	height:30px;
	overflow:hidden;
	padding:0 70px;
	position:relative;
	z-index:1;
}
#stripe p{
	background:url(../images/icon-triangle.png) no-repeat left center;
	color:#fff;
	line-height:30px;
	padding-left:30px;
	text-transform:uppercase;
}

/* ==Main Content
============================================================*/
#content{padding:40px 70px;position:relative;z-index:1;}
#content div.caption{font-size:12px;line-height:30px;}
#content div.caption img{display:block;}
#content div.caption.alignleft{float:left;margin:5px 10px 10px 0;}
#content div.caption.alignright{float:right;margin:5px 0 10px 10px;}
#content div.pager{text-align:center;}
#content div.pager a{font-weight:bold;padding:5px 8px;}
#content div.pager a.on{text-decoration:underline;}


/* ==Connect
============================================================*/
#connect{background:#e2ddcc;color:#000;padding:30px 70px;}
#connect h4{border-bottom:1px solid #000;}
#connect p.logo{margin:0 0 43px;}
#connect ul.social{margin:0 0 23px;}
#connect ul.social li{list-style:none;}
#connect ul.social li img{float:left;margin:5px 10px 0 0;}
#connect ul.social li a{
	background:url(../images/border-dotted.png) repeat-x left bottom;
	color:#000;
	display:block;
	font-size:12px;
	line-height:35px;
}

#connect div.issues{padding-top:10px;width:250px;}
#connect div.issues img{float:left;margin:0 7px 0 0;}

/* ==Footer
============================================================*/
#footer{
	background:#000;
	color:#fff;
	font-size:12px;
	line-height:36px;
	padding:0 70px;
}
#footer p{float:left;margin:0;}
#footer p:first-child{margin-right:50px;}
