a {
	color: #4e4e4e;
	text-decoration: none;
}

body {
	background:#fff;
	font-family:'Lucida Grande',Geneva,Arial,Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:12px;
}

#container_bd,#frontpage,#header,#subheader,#sidebar {
	display: none;
	visibility:hidden;
}

#content img.img_lt {
	float: left;
	margin: 0pt;
	padding-bottom: 0pt;
	padding-right: 30px;
	padding-top: 8px;
}

#content img.img_rt {
	float: right;
	margin: 0pt;
	padding-bottom: 0pt;
	padding-right: 30px;
	padding-top: 8px;
}

img {
	border-style: none;
}

#wrap {
	width: 760px;
}

/* @group Containers */

.box {
	border: 1px solid silver;
	background-color: #f1f1f1;
}

.box p {
	padding: 17px;
}

.box ul {
	margin-top: 0;
	width: 65%;
	list-style-image: url(http://images.ursaminor.com/_assets/images/bullet.png);
}

div#footer {
	clear:both;
	display: table;
	width: 842px;
	height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: silver;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

.casestudies_item {
	float: left;
	position: relative;
	display: block;
	width: 365px;
	height: 156px;
	margin-right: 14px;
	margin-bottom: 14px;
}

.casestudies_item div {
	position: absolute;
	top: 15px;
	left: 121px;
	width: 222px;
	height: 106px;
	overflow: hidden;
}

.casestudies_item div h1 {
	color:#2971a7;
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 15px;
	margin: 0 0 2px;
	padding: 0;
}

.casestudies_item div p {
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

/* @end */



/* @group Text */

blockquote {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 30px;
	color: #75828e;
}

.blockquote_cs_rt {
	font-weight: bold;
	font-size: 13px;
	line-height: 140%;
	color: #fff;
	width: 30%;
	float: right;
	margin: 8px 0 15px 30px;
	padding: 20px;
	background: #75828e url(http://images.ursaminor.com/_assets/images/blquote_bk.png) top;
}

.blockquote_cs_lt {
	font-weight: bold;
	font-size: 13px;
	line-height: 140%;
	margin: 8px 30px 15px 0;
	color: #fff;
	width: 30%;
	float: left;
	padding: 20px;
	background: #75828e url(http://images.ursaminor.com/_assets/images/blquote_bk.png) top;
}
.dropcap {
	float:left;
	/*color:#D4D4C7;*/
	color:#75828e;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}

h1 {
	color:gray;
	font-size: 35px;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 200;
	text-transform: lowercase;
}

h2 {
	color: gray;
	font-size:20px;
	margin:8px 0 0;
	line-height:2.1em;
	letter-spacing:-0.02em;
}
h3 {
	color: #1c6bbb;
	font-size: 14px;
	margin:0;
}
h4 {
	color: #4d4d4d;
	font-size: 14px;
	margin:1em 0;
}
h5 {
	color: gray;
	font-size:14px;
	line-height:2.1em;
	letter-spacing:-0.02em;
	background: url(http://images.ursaminor.com/_assets/images/h5_bg.png) repeat-x;
	padding-left: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
}


h5.dark{
	color: whitesmoke;
	font-size:14px;
	line-height:2.1em;
	letter-spacing:-0.02em;
	background: url(http://images.ursaminor.com/_assets/images/h5_bg_dark.png) repeat-x;
	padding-left: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
}

h6 {
	color: #1c6bbb;
	font-size: 12px;
	margin:0;
	padding-left: 14px;
	padding-bottom: 0;
}
p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

.error {
	color: #CD0000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#mb_error {
	font-size: 1.2em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
	font-size: 0.8em;
}

.subtitle {
	font-size: 130%;
	border-bottom: 1px solid rgb(231, 231, 231);
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
	height:1px;
}

/* @end */