html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
	color:#003365;
}
a:hover {
	color:#003364;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}
i, em { font-style:italic; }
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}

/* ---------------- layout tags --------------------- */

body{
	background:url(../../../_images/bg_body.png) repeat-x #a42a1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
.box{
	width:800px;
	margin:0 auto;
}
.wrap{
	width:100%;
	background:url(../../../_images/bg_wrap.png) repeat-x left 19px;
}

a { color: #FFF; }
a:hover { color: #FFF; }

/* header */
#header{
	width:100%;
	height:114px;
	position:relative;
	z-index:10;
}
#logo{
	width:273px;
	height:102px;
	float:left;
	position:relative;
	padding:12px 0 0 0;
	left:-4px;
	margin:0 -4px 0 0;
}
#navigation{
	width:512px;
	float:left;
	padding:22px 0 0 0;
	position:relative;
	z-index:10;
}
#navigation li{
	font-size:22px;
	line-height:70px;
	float:left;
	font-weight:bold;
	text-align:center;
	position:relative;
	left:-7px;
	margin:0 -7px 0 0;
}
#navigation li:last-child {
	margin-right:-180px;
}
#navigation li.last{
	margin-right:-180px;
}
#navigation li a{
	width:117px;
	height:72px;
	color:#fff;
	display:block;
}
#navigation li:hover a, #navigation li.active a{
	background:url(../../../_images/bg_navigation.png) no-repeat;
	color:#fff;
}

/* showcase */
#showcase{
	/*background:url(../../../_images/bg_showcase.png) no-repeat center bottom;*/
	width:100%;
	height:280px;
	padding-bottom:26px;
	position:relative;
	top:-32px;
	margin:0 0 -32px 0;
	float:left;
	margin-top: 20px;
}
.pagination{
	width:65px;
	position:absolute;
	right:0;
	top:210px;
	z-index:100;
}
.pagination li{
	float:left;
	padding:0 0 0 5px;
}
.pagination li.first, .pagination li:first-child{
	padding-left:0;
}
.pagination li a{
	background:url(../../../_images/sprite.png) no-repeat left top;
	width:15px;
	height:15px;
	display:block;
	line-height:15px;
	text-indent:-9999px;
}
.pagination li a:hover, .pagination li a.active{
	background-position:left bottom;
}
.caption{
	background:url(../../../_images/bg_caption.png) repeat;
	position:absolute;
	left:0;
	top:230px;
	z-index:2;
	height:38px;
	padding:12px 0 0 31px;
}
.caption h2{
	background:url(../../../_images/bg_divider.png) no-repeat right center;
	width:270px;
	font-size:26px;
	color:#fff;
	font-weight:normal;
	letter-spacing:2px;
	float:left;
	margin-right:15px;
}
.caption p{
	line-height:14px;
}

/* container */
#container{
	width:100%;
	padding:18px 0 0 0;
}
#leftcol{
	background:url(../../../_images/bg_border.png) no-repeat right top;
	width:297px;
	float:left;
}
.feature{
	padding:8px 0 0 30px;
	float:left;
}
.feature h3, .location h3{
	font-size:18px;
	text-transform:uppercase;
}
.feature h3{
	padding-bottom:12px;
}
.feature li{
	padding:0 27px 14px 3px;
}
.feature li b{
	font-size:16px;
	font-weight:bold;
	display:block;
	padding-bottom:2px;
}
.feature li b span{
	float:right;
}
.feature li p{
	font-size:12px;
	font-style:italic;
	line-height:14px;
}
.feature .button{
	background:url(../../../_images/sprite_button.png) no-repeat left top;
	width:198px;
	height:35px;
	font-size:16px;
	text-transform:uppercase;
	display:block;
	line-height:35px;
	border:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:2px 0 0 22px;
}
.feature .button:hover{
	background-position:left bottom;
}
#midcol{
	background:url(../../../_images/bg_border.png) no-repeat right top;
	width:285px;
	float:left;
}
.location{
	padding:8px 14px 0 15px;
}
.location h3{
	padding:0 0 6px 2px;
}
img.border{
	border:solid 1px #504a49;
}
.location small{
	font-size:12px;
	padding-bottom:5px;
	display:block;
}
.location small span{
	float:right;
}
#rightcol{
	width:216px;
	float:left;
}
.recent-tweets{
	padding:0 0 0 17px;
}
.recent-tweets h3{
	font-size:18px;
	text-transform:uppercase;
	padding:6px 0 10px 0;
}
.recent-tweets li .left{
	padding:0 10px 0 0;
}
.recent-tweets blockquote{
	background:url(../../../_images/blockquote_right.png) no-repeat 145px 67px;
	float:left;
	margin-bottom:10px;
}
.recent-tweets blockquote p{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:5px 18px 10px 0;
}
.recent-tweets blockquote span{
	font-size:10px;
	font-style:italic;
	display:block;
	float:right;
	padding:8px 30px 0 0;
}

/* footer */
#footer{
	padding:10px 0 10px 30px;
	font-size:10px;
}
#footer ul{
	float:right;
	padding:0 16px 0 0;
}
#footer li{
	background:url(../../../_images/bg_divider2.png) no-repeat left center;
	float:left;
	padding:0 8px;
	line-height:28px;
	font-size: 14px;
}
#footer li.first, #footer li:first-child{
	background:none;
	padding-left:0;
}
#footer li a{
	color:#fff;
}
#footer li a:hover{
	color:#bbb9b9;
}
#footer li.last{
	background:none;
}
#footer li img{
	margin-left:3px;
}
#footer span{
	float:left;
	display:block;
	padding:8px 0 0 0;
}

/* inner */
.content{
	position:relative;
	top:-32px;
	margin:0 0 -32px 30px;
}
.content h3{
	font-size:28px;
	line-height:36px;
	padding:20px 0 4px 0;
}
.content p{
	line-height:16px;
}
.content img{
	float:right;
	margin:0 22px 0 12px;	
}
.map-block{
	padding:2px 0 0 28px
}
.map-block .imgb{
	background:url(../../../_images/bg_border.png) no-repeat right top;
	width:270px;
	float:left;
	margin:0 14px 0 0;
}
.map-block h3{
	font-size:28px;
}
.map-block p{
	line-height:16px;
	padding:10px 10px 8px 0;
}
.map-block ul{
	padding:5px 0 0 0;
}
.map-block li{
	line-height:16px;
}
.map-block li span{
	width:140px;
	display:block;
	float:left;
}