/* -------------------------------------------------------------- 
	http://code.google.com/p/blueprintcss/
	reset.css
	* Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16px;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5; 
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #555;
}
footer {
	color: #fff;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a:active, a:focus { 
	outline: none; 
	-moz-outline-style: none; 
}

/* -------------------------------------------------------------- 
	general

	dark #4087ad
	light #85b8d3
-------------------------------------------------------------- */

a, a:visited {
	color: #4087ad;
	text-decoration: none;
}
a:hover { color: #f60; }
a.current { color: #555; }
a.delete, a.delete:hover { color: #a00; font-size: 14px; }

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 24px; color: #000; }
h4 { font-size: 20px; }
h5 { 
	padding: .5em 0;
	font-size: 16px;
	font-weight: bold;
	color: #21688e;
}

p {
	padding: 15px 0 15px;
}

p.divider {
	margin: 0 0 15px;
	border-bottom: 1px solid #e0e0e0;
}

blockquote {
	padding: 15px 60px 15px;
	color: #4f59b9;
}

blockquote span {
	display: block;
	font-size: 12px;
	text-align: right;
}

hr {
	border: 0;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	width: 80%;
	text-align: left;
}

ol, ul { 
	padding: 15px 0 15px 60px;
}

.text-center { text-align: center; }
.clear { clear: both; }
.hide { display: none; }

/* -------------------------------------------------------------- 
	structure
-------------------------------------------------------------- */

body {
	position: absolute;
	width: 100%;
	background: #4087ad url('../images/bg.png') repeat-x;
}

#pg {
	position: relative;
	width: 900px;
	margin: 0 auto 30px;
	background: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
	behavior: url('PIE.htc');
}

#hd {
	position: relative;
	background: #f5f5f5;
}

.ttl-phone {
	padding: 3px 15px 0;
	font-size: 24px;
	max-width: 200px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	background: #f60 url('../images/white-grade.png') repeat-x;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
}

#ttl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	position: relative;
	background: #4f59b9 url('../images/white-grade.png') repeat-x;
	text-align: center;
}

#ttl-name {
	position: absolute;
	top: 2px;
	left: 12px;
	height: 34px;
	font-family: 'Cambria', 'Georgia', 'Times New Roman', serif;
	font-weight: normal;
	color: #fff;
}

#ttl-line {
	font-size: 36px;
	font-family: 'Cambria', 'Georgia', 'Times New Roman', serif;
	font-weight: normal;
	color: #fff;
}

#nav {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

#nav ul {
	position: relative;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	position: relative;
	display: inline;
}

#nav ul li a, #nav ul li a:visited {
	position: relative;
	display: inline-block;
	height: 20px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

#nav ul ul {
	position: absolute;
	overflow: hidden;
	max-height: 0;
	transition: all 0.7s;
	left:0;
	background-color:#fff;
	z-index:9;
}

#nav li:hover ul {
	max-height: 200px;
}
#nav ul ul a { border-right: 0; }

.btn-txt {
	padding: 8px 15px;
	border-right: 1px solid #e0e0e0;
}

.btn-img {
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: -9999px;
}
.btn-li {
	margin: 0 15px;
}

#btn-home { background: url('../images/btns.png') no-repeat 0 0; }
#btn-home:hover { background-position: 0 -20px; }
#btn-home.current { background-position: 0 -40px; }

#btn-facebook { background: url('../images/btns.png') no-repeat -20px 0; }
#btn-facebook:hover { background-position: -20px -20px; }
#btn-facebook.current { background-position: -20px -40px; }

#btn-twitter { background: url('../images/btns.png') no-repeat -40px 0; }
#btn-twitter:hover { background-position: -40px -20px; }
#btn-twitter.current { background-position: -40px -40px; }

#btn-linkedin { background: url('../images/btns.png') no-repeat -60px 0; }
#btn-linkedin:hover { background-position: -60px -20px; }
#btn-linkedin.current { background-position: -60px -40px; }

#bd {
	position: relative;
	padding: 30px 45px 60px;
	background: #f5f5f5;
}

#hero {
	position: relative;
	width: 900px;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

#slider a { display:block; }

#sidebar {
	position: relative;
	float: right;
	width: 34%;
	margin: 0 0 30px 30px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	z-index: 10;
}

.quote {
	background: #fff url('../images/quote.png') no-repeat 0 0;
}

.noq {
	background: #fff;
}


#sidebar blockquote {
	padding: 15px 22px;
	font-size: 18px;
}

#sidebar blockquote span {
	font-size: 12px;
}

#ft {
	position: relative;
	padding: 0;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	behavior: url('PIE.htc');
}

#ft p {
	padding: 0;
}

/* -------------------------------------------------------------- 
	page specific
-------------------------------------------------------------- */

.hero-home { height: 300px; }
.hero-about { height: 190px; background: url('../images/heading/aboutroz.jpg') no-repeat bottom right; text-indent: -9999px; }
.hero-articles { height: 190px; background: url('../images/heading/articles.jpg') no-repeat center center; text-indent: -9999px; }
.hero-contact { height: 190px; background: url('../images/heading/contact.jpg') no-repeat center center; text-indent: -9999px; }
.hero-downloads { height: 190px; background: url('../images/heading/downloads.jpg') no-repeat center center; text-indent: -9999px; }
.hero-download-files { height: 190px; background: url('../images/heading/download-files.jpg') no-repeat center center; text-indent: -9999px; }
.hero-testimonials { height: 190px; background: url('../images/heading/testimonials.jpg') no-repeat center center; text-indent: -9999px; }
.hero-generic { padding: 30px 0 30px; text-align: center; }

#testimonies {
	position: relative;
}

.service-item {
	margin: 0 0 30px;
	padding: 8px 8px 8px 340px;
	border: 1px solid #e0e0e0;
}

#services-legal { background: #fff url('../images/services/charts.jpg') no-repeat left top; }
#services-coding { background: #fff url('../images/services/reimbursements.jpg') no-repeat left bottom; }
#services-assets { 	background: #fff url('../images/services/assets.jpg') no-repeat left top; }
#services-software { background: #fff url('../images/services/software.jpg') no-repeat left top; }
#services-training { background: #fff url('../images/services/training.jpg') no-repeat left top; }

#qanda {
	padding: 10px 30px;
	background: #fff;
}

.conlink {
	height: 50px;
	padding: 10px 10px 0 65px;
}

#c-phone { background: url('../images/contact/phone.jpg') no-repeat 0 0; }
#c-email { background: url('../images/contact/email.jpg') no-repeat 0 0; font-size:16px; }
#c-facebook { background: url('../images/contact/facebook.jpg') no-repeat 0 0; }
#c-twitter { background: url('../images/contact/twitter.jpg') no-repeat 0 0; }
#c-linkedin { background: url('../images/contact/linkedin.jpg') no-repeat 0 0; }

.article-list {
	padding: 0 0 15px 150px;
	list-style-type: none;
}

.article-side {
	padding: 0;
	list-style-type: none;
}

.article-side li {
	padding: 8px 15px;
	border-bottom: 1px solid #e0e0e0;
}

.doc-list {

}


/* -------------------------------------------------------------- 
	form stuff
-------------------------------------------------------------- */

.form-item {
	padding: 0 0 8px;
	text-align: center;
}

.form-btn {
	padding: 3px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background: #4087ad url('../images/white-grade.png') repeat-x;
	border: 1px solid #4087ad;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	behavior: url('PIE.htc');
}

.form-btn:hover {
	background: #f60 url('../images/white-grade.png') repeat-x;
	border: 1px solid #f60;
	cursor: pointer;
}

input.text-field {
	padding: 4px 6px;
	width: 120px;
	color: #333;
	border: 1px solid #999;
}

input.text-file {
	padding: 4px 6px;
	width: 300px;
	color: #333;
	border: 1px solid #999;
}

textarea {
	padding: 4px 6px;
	width: 250px;
	height: 150px;
	color: #333;
	border: 1px solid #999;
}

label {
	display: inline-block;
	width: 120px;
	margin-right: 10px;
	text-align: right;
	font-size: .9em;
	color: #777;
}

