@charset "UTF-8";

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	border: 0; 
	margin: 0; 
	outline: 0;
	padding: 0; 
}  
  
body {
	background-color: #003058;
	color: #808080;
	font: 12px/20px Arial, Helvetica, sans-serif;
}  
  
h1, h2, h3, h4, h5, h6 {  
	color: #1a2f44;
	font-size: 100%;  
	font-weight: normal;
	padding: .6em 0;
	margin: 0px;  
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border: 0;
	color: #1a2f44;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	border-bottom: 1px solid #1a2f44;
}

h1 { font-size: 30px; }
h1 a:hover {
	border-bottom: 1px solid #9f9f9f;
	color: #9f9f9f;
}

h2 { font-size: 24px; }

h3 {
	font-size: 18px;
	padding-bottom: 0px;
}

h4 { font-size: 16px; }

h5 { font-size: 14px; }
h5 a { color: #000; }
h5 a:hover { border-bottom: 1px solid #000; }
h5 img { vertical-align: middle; }

h6 { font-size: 12px; }

.sub-heading {
	color: #bebebe;
	font-style: italic;
	font-size: 12px;
}

p {
	margin-bottom: 20px;
}
  
ul {
	list-style: square;
	margin: 0 0 20px 2.5em;
} 

li {
	line-height: 20px;
}
  
a {
	border-bottom: 1px dotted #2a4a6c;
	color: #2a4a6c;
	text-decoration: none;  
} 

a:hover {
	border-bottom: 1px solid #2a4a6c;
	text-decoration: none;
}

a:focus, a:active {
	outline: 0; /* @ Firefox 1.5, remove ugly dotted border */
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
  
.floatLeft {  
	float: left;  
	padding: .5em .5em .5em 0;  
}  
  
.floatRight {  
	float: right;  
	padding: .5em 0 .5em .5em;  
}

.clear {
	clear: both;
}

p.success {
	display: none;
}


/**********************/
/******* form *******/

form {
	margin: 0 20px;
}

fieldset {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.formField {
	clear: left;
	font-size: 13px;
	min-height: 22px;
	margin: 0 0 10px 0;
}

label {
	color: #808080;
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
}

label.error {
	clear: left;
	color: #c00; 
}

fieldset fieldset label {
	display: inline-block;
}

select.error, form input.error, form textarea.error {
	color: #000;
	margin-bottom: 0;
	padding: 0;
}

input {
	background: #fbfcfb;
	border: 0;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	color: #9f9f9f;
	font-size: 12px;
	height: 25px;
	padding: 0 5px 0 5px;
	width: 25em;
}

input[type=radio], input[type=checkbox] {
	height: auto;
	width: auto;
}

input[type=button], input[type=submit], input[type=reset] {
	cursor: pointer; 
	cursor: hand;
	padding: 0 20px 4px 20px;
	width: auto;
}

textarea {
	background: #fbfcfb;
	border: 0;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	color: #9f9f9f;
	padding: 7px 5px 0 5px;
	width: 40em;
}

.formActions {
	clear: both;
	font-size: 0.8em;
}


/**********************/
/******* table *******/

table thead th { border: 1px solid #d3d3d3; background: #e6e6e6 url(smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; padding: 5px; }
table tbody th { font-weight: normal; color: #555555; padding: 5px; text-align: left; }
table tbody td { font-weight: normal; color: #555555; padding: 5px; text-align: center; }

table tbody td .ui-icon { margin: 0 auto; } 

table tbody tr.striped th, table tbody tr.striped td { background-color: #e6e6e6; }

p#vtip { color: #808080; font-size: 1.0em; border: 1px solid #d3d3d3; -moz-border-radius: 0; -webkit-border-radius: 0; }

/**********************/
/******* tabs *******/

.ui-tabs { margin-bottom: 1em; padding: 0; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em 0 0; }
.ui-tabs .ui-tabs-nav li { width: 185px; }
.ui-tabs .ui-tabs-nav li a { padding: 8px 15px; width: 155px; }
.ui-tabs .ui-tabs-panel { border: 1px solid #aaaaaa; }

/**********************/
/******* FAQ *******/

.faqList, .faqList dt, .faqList dd { padding: 0; margin: 0; }
.faqList { padding-top: 20px; }
.faqList dt { font-weight: bold; background: url( '../images/unknown.png' ) 0 4px no-repeat; padding: 0 0 15px 30px; position: relative; }
.faqList dt:hover { cursor: pointer; }
.faqList dd { padding: 0 0 10px 30px; position: relative; }
.faqList .hover { color: #414141; text-decoration: underline; }



/**********************/
/******* header *******/

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/**********************/

#logo h1, #logo small {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

#logo a { border: 0; }
#logo a:hover { border: 0; }

#header {
	padding-top: 20px;
}

#main {
	background: #f7f8f8 url( '../images/page-extend.jpg' ) repeat-x;
}

#index-main {
	background: #f7f8f8 url( '../images/header-extend.jpg' ) repeat-x;
}

#main .container {
	background-image: url( '../images/page-bg.jpg' );
	background-repeat: no-repeat;
	height: 241px;
}

#index-main .container {
	background-image: url( '../images/header-bg.jpg' );
	background-repeat: no-repeat;
	min-height: 403px;
}

#summary {
	margin-top: -50px;
	width: 860px;
	margin-left: 50px;
}

#main #summary {
	margin-top: -70px;
}

#summary p {
	color: #d0d0d0;
	font-size: 20px;
	line-height: 32px;
}

#summary span {
	color: #f7f7f8;
}

#featured {
	height: 300px;
	padding: 15px 50px;
}

#featured #slider {
	border: 1px solid #f0f0f0;
}

#featured #controls {
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#featured #controls li { 
	display: inline; 
	padding: 5px;
}

#featured #controls li a {
	background: transparent url( '../images/pagination-sq.png' ) 1px 0 no-repeat;
	border: 0;
	display: inline-block;
	height: 12px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 13px;
}

#featured #controls li.current a {
	background-position: 0 -12px;
}

#featured #controls li a:hover {
	background-position: 0 -12px;
}


/*************************/
/****** content **********/

#content {
	background-color: #f7f8f8;
	padding: 18px 0;
}

#content .container {
	min-height: 475px;
	z-index: 20;
}

.column {
	margin-bottom: 50px;
	position: relative;
	z-index: 25;
}

.column-1-2, .column-2-2 {
	float: left;
	margin-right: 25px;
	width: 48%;
}

.column-1-3, .column-2-3, .column-3-3 {
	float: left;
	margin-right: 25px;
	width: 295px;
}

#column-center {
	padding: 0 200px;
}

.column h3 {
	margin-bottom: 20px;
}

.column-1-3 {
	clear: both;
}

.column-2-2, .column-3-3 {
	margin-right: 0px;
}

#content p {
	line-height: 22px;
}

#admentus-bkg  {
	bottom: -20px;
	position: absolute;
	right: -100px;
	z-index: 10;
}


/*** sidebar and main text ******/

#sidebar {
	float: right;
	margin: 20px 0 30px 0;
	position: relative;
	width: 250px;
	z-index: 25;
}

.sidebar-list {
	margin-left: 1.5em;	
}

.sidebar-list li {
	color: #9f9f9f;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
}

.sidebar-list li a {
	border: 0;
	color: #9f9f9f;
}

.sidebar-list li a:hover {
	color: #2a4a6c;
}

.sidebar-list li a.current {
	color: #2a4a6c;
	font-weight: bold;
}

.sidebar-list li ul {
	margin: 0;	
}

.sidebar-list li ul li {
	margin-left: 15px;
}

#sidebar a {
	font-size: 12px;
}

#sidebar h3 {
	border-bottom: 1px dotted #9f9f9f;
	padding: 0px;
	margin-bottom: 15px;
}

#sidebar h5 {
	color: #808080;
}

#sidebar h6 {
	font-weight: bold;
	padding: 0px;
	margin-bottom: 15px;
	line-height: 15px;
}

#sidebar small {
	color: #bebebe;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

.sidebar-info {
	margin-bottom: 50px;
	padding: 0 10px;
}

.sidebar-info h3 {
	margin-left: -10px;
	margin-right: -10px;
}

.sidebar-info form {
	margin: 0px;
}

.sidebar-info input {
	width: 220px;
}

#main-text {
	float: left;
	margin: 0 0 30px 0;
	position: relative;
	width: 630px;
	z-index: 25;
}

#main-text small {
	color: #bebebe;
	font-style: italic;
	font-size: 12px;
}

.quote {
	font-size: 24px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	background-color: #fbfcfc;
	border-top: 1px solid #e1e2e2;
	border-bottom: 1px solid #e1e2e2;
	padding: 20px;
}

#regular-list, #links-list {
	float: left;
	margin-right: 100px;
	margin-bottom: 30px;
}


/**** service page ******/

.service {
	margin-bottom: 30px;
}

.service-2 h3, .service-2-last h3 {
	padding-bottom: 0px;
}

.service-2, .service-2-last {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 300px;
}

.service-2-last {
	margin-right: 0px;
}

.service p, .service-2 p, .service-2-last p {
	margin-top: 20px;
}


/**** work page ********/

.work-item {
	margin-bottom: 50px;
}


/*** portfolio page *****/

#portfolio {
	width: 960px;
	margin-top: 48px;
	/*margin-bottom: 50px;*/
}

.portfolio-item, .portfolio-item-last {
	width: 301px;
	padding-bottom: 50px;
	float: left;
	margin-right: 28px;
}

.portfolio-item-last {
	margin-right: 0px;
}

.portfolio-item h2, .portfolio-item-last h2 {
	padding-bottom: 5px;
}


/***** blog page ********/

.blog-item {
	margin-bottom: 50px;
}

.blog-item h1 {
	padding-bottom: 0px;
}

.blog-item h5 {
	padding-top: 5px;
}

.blog-image-holder {
	text-align: right;
}

.blog-image-holder a {
	border: 0;
}

.blog-image-holder a:hover {
	border: 0;
}

.retweetThis {
	display: inline;
}

#shareThis {
	display: inline;
}

#shareThis a {
	border: 0;
	padding: 2px 1px; 
}

#shareThis a:hover {
	border: 0;
}

/*** comments ****/

.comments {
	margin-top: 20px;
	margin-bottom: 50px;
}

.main-comment, 
.sub-comment, 
.sub-sub-comment {
	padding-bottom: 25px;
	min-height: 88px;
}

.main-comment img, 
.sub-comment img, 
.sub-sub-comment img {
	float: left;
	margin-right: 20px;
}

.main-comment span, 
.sub-comment span, 
.sub-sub-comment span {
	font-size: 12px;
	font-weight: bold;
	color: #7a7a7a;
}

.main-comment span, 
.main-comment small, 
.sub-comment span, 
.sub-comment small, 
.sub-sub-comment span, 
.sub-sub-comment small {
	float: left;
	margin-bottom: 10px;
}

.main-comment small, 
.sub-comment small, 
.sub-sub-comment small {
	float: right;
}

.main-comment p, 
.sub-comment p, 
.sub-sub-comment p,
.main-comment .comment_content, 
.sub-comment .comment_content, 
.sub-sub-comment .comment_content {
	clear: right;
	margin-left: 108px;
}

.sub-comment {
	margin-left: 30px;
}

.sub-sub-comment {
	margin-left: 60px;
}


/***** page numbers *******/

#page-numbers {
	margin-bottom: 20px;
}

ul#pages li {
	margin-right: 10px;
	margin-top: 10px;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	margin-bottom: 20px;
}
	
ul#pages li a {
	float: left;
	background: #496179;
	border: 0;
	color: #f7f8f8;
	height: 21px;
	line-height: 21px;
	padding: 0 7px;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul#pages li a:hover {
	background-color: #6b839b;
	border: 0;
	text-decoration: none;
}
	
ul#pages li.current a {
	background: #6b839b;
	border: 0;
	color: #f7f8f8;
}


/**** back to top styling ****/

div .hr {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #FFF;
	height: 0px;
	margin-bottom: 5px;
}

.back-to-top {
	clear: both;
	height: 35px;
	position: relative;
	z-index: 25;
}

.back-to-top small a {
	background: transparent url( '../images/back-to-top.png' ) 0px 8px no-repeat;
	border: 0;
	color: #1a2f44;
	float: right;
	font-size: 11px;
	margin-bottom: 50px;
	padding-left: 12px;
}

.back-to-top small {
	font-style: italic;
}


/************************/
/********* footer *******/

#footer {
	background: url( '../images/footer-extend.jpg' ) repeat-x;
	border-top: 1px solid #1a2f44;
	position: relative;
}

#footer .container {
	background: url( '../images/footer-bg.jpg' ) no-repeat;
	min-height: 275px;
	padding-top: 20px;
}

#footer h3 {
	color: #f0f0f0;
}

#footer a {
	color: #839bb3;
	border-bottom: 1px dotted #839bb3;
	font-size: 13px;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer p {
	color: #a9b5c1;
	line-height: 22px;
}

#copyright p {
	color: #839bb3;
}

#copyright, #footer-nav {
	float: left;
}

#footer form {
	margin: 0;
}

#footer form input[type=text], #footer form textarea {
	width: 280px;
}

#footer-nav a {
	border: 0;
}