/*****Basic Elements*****/  

body {
	text-align: center;
	line-height: 1.6;	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #292a2d;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #292a2d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 50px;
	margin-bottom: 35px;
}

h2 {
	font-size: 45px;
	margin-bottom: 30px;
}

h3 {
	font-size: 28px;
	margin-bottom: 26px;
}

h4 {
	font-size: 24px;
	margin-bottom: 22px;
}

h5 {
	font-size: 14px;
	margin-bottom: 12px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #043fff;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #353535;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

ol li ol, ul li ul {
	color: #868585;
	margin: 0px 0px 0px 16px;
}

#content img {
	padding: 3px;
	background: #f6f3f3;
	border: 1px solid #ececec;
	margin-top: 2px;
}

#content img.fleft {
	float: left;
	margin-right: 12px;
}

#content img.fright {
	float: right;
	margin-left: 12px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #eeeeee;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

table {
	width: 100%;
	margin-bottom: 10px;
}

table th {
	color:#292A2D;
	font-size:14px;
	font-weight:bold;
	padding:10px 8px;
}

table tr.odd {
	background: #eeeeee;
}

table tr.even {
	background: #f8f8f8;
}

table td {
	padding: 8px;
}

table tfoot tr {
	font-size: 13px;
	color: #a1a0a0;
}

table tfoot tr td {
	border-top: 2px solid #e7e7e7;
	text-align: right;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote {
	background: url(images/blockquote-trans.png) no-repeat top left;
	padding: 20px 0px 30px;
}

blockquote p {
	text-indent: 25px;
	font-size: 14px;
}

blockquote p.author {
	font-size: 12px;
	text-align: right;
	font-style: italic;
	margin-bottom: 0px;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

/*****Basic Layout*****/  

/** Header **/

#header {
	padding: 0px 0px 30px
}

/*** Main Menu ***/

ul#main_menu {
	float: right;
	font-size: 14px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0px 70px 0px 0px;
	list-style-type: none;
}

ul#main_menu li {
	float: left;
	margin: 0px 10px;
	padding: 65px 0px 12px;
}

ul#main_menu li.active {
	background: url(images/menu_bg.gif) repeat-x;
}

ul#main_menu li a {
	color: #9b9b9b;
	text-transform: uppercase;
	padding: 0px 10px;
}

ul#main_menu li a:hover, ul#main_menu li.active a {
	color: #686768;
	text-decoration: none;
}

/*** Page Name Div (pages: Services, About,Resources,Contact) ***/

div#page_name {
	background: url(images/page_name_bg.gif) repeat-x top left;
	height: 67px;
	margin-bottom: 10px;
}

/*** Content ***/

#content, .clearfix {
	clear: both; 
}

#content {
	overflow: hidden;
	position: relative;
}

#content #main {
	float: right;
	padding: 27px 15px 0px 0px;
	width: 525px;
}

/*** Sidebar ***/

#content #sidebar {
	float: left;
	width: 235px;
	background: url(images/sidebar_top_bg.gif) no-repeat top left;
	padding: 30px;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar h4 {
	margin-bottom: 30px;
}

#sidebar .block {
	margin-bottom: 45px;
	overflow: hidden;
}

/*** Footer ***/

#footer {
	background: #676768 url(images/footer_bg.gif) repeat-x;
	overflow: hidden;
	min-height: 67px;
	line-height: 67px;
}

#footer p {
	color: #b0afaf;
	text-align: center;
	margin-bottom: 0px;
}

ul#footer_nav {
	position: relative;
	overflow: hidden;
	float: left;
	padding-top: 23px;
	list-style-type: none;
}

ul#footer_nav li {
	float: left;
	margin-right: 5px;
	border-right: 1px solid #bab8b8;
	line-height: 1.6;
}

ul#footer_nav li:last-child {
	border-right: none;
}

ul#footer_nav li a {
	color: #ffffff;
}

ul#footer_nav li a:hover, ul#footer_nav li a.active {
	color: #cbc9c9;
	text-decoration: none;
}

/***** Home Page ****/

/** Logo **/

#header h1 {
	float: left;
	text-indent: -9999px;
	background: url(images/ps11_new_style_site_banner.jpg) no-repeat;
	width: 258px;
	height: 98px;
	margin-bottom: 0px;
}

/** Featured Area **/

#featured_area {
	background: url(images/featured_bg1.gif) repeat-x;
	height: 300px;
	font-size: 14px;
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

#featured_area .description {
	float: left;
	padding: 40px 0px 0px;
	width: 380px;
	height: 160px; 
}

#featured_area .description h2 {
	text-indent: -9999px;
	margin-bottom: 25px;
}

#featured_area .description h2#feat_service {
	background: url(images/professional.png) no-repeat;
	width: 200px;
	height: 24px;
}

#featured_area .description h2#help {
	background: url(images/knowledgable.png) no-repeat;
	width: 348px;
	height: 33px;
}

#featured_area .description h2#lorem {
	background: url(images/exceptional.png) no-repeat;
	width: 138px;
	height: 27px;
}

.photo {
	width: 349px;
	height: 276px;
	float: right;
	margin: 10px 0px 0px;
	position: relative;
}

.image_area {
	width: 349px;
	height: 276px;
	z-index: 5;
	position: relative;
	background: url(images/) no-repeat;
}

div.photo .image {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 345px; /* the image must be 345px * 241px - rotated image - clockwise 2.5 */
	height: 241px;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 29px;
	height: 26px;
	position: absolute;
	top: 100px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/left-button-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/right-button-trans.png) no-repeat;
	right: 0px;
}

#jFlowSlide {
	overflow: hidden;
	position: relative;
	margin: 0px 0px 0px 80px;
}

div#myController {
	display: none;
}

/** Home Page Content **/

body#home #content #main h5 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#sidebar div.info {
	overflow: hidden;
}

#sidebar a.button {
	background: url(images/read_more.gif) no-repeat top left;
	width: 76px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	float: right;
	position: relative;
}

span.date {
	display: block;
	font-size: 11px;
	color: #9e9d9d;
	float: left;
	text-transform: uppercase;
}

#sidebar .news h4 {
	margin-bottom: 20px;
}

.news ul {
	list-style-type: none;
}

.news ul li {
	position: relative;
	padding: 10px 0px;
	line-height: 1.7;
	overflow: hidden;
	height: 100%;
}

#sidebar .block.contact {
	background: url(images/phone.gif) no-repeat top right;
	padding-top: 4px;
}

#sidebar .block.contact p {
	margin-bottom: 10px;
}


/** Services Page **/

body#service div#page_name h2 {
	margin: 15px 0px 0px 25px;
	background: url(images/services.png) no-repeat top left;
	width: 146px;
	height: 36px;
	text-indent: -9999px;
}

body#service #sidebar {
	position: fixed;
}

ul#secondary_menu {
	text-transform: uppercase;
	list-style-type: none;
}

ul#secondary_menu li {
	padding: 7px 0px;
}

body#service #main {
	padding-bottom: 45px;
}

body#service #main h3 {
	margin-bottom: -10px;
}

body#service #main h4 {
	margin-top: 45px;
	padding-left: 35px;
	background: url(images/h4_arrow.gif) no-repeat center left;
	margin-bottom: 20px;
	clear: both;
}

/** Feature block contains service photo & feature list **/

div.feature-block {
	overflow: hidden;
}

ul.features {
	overflow: hidden;
	list-style-type: none;
}

ul.features li {
	background: url(images/ul_features_item.gif) no-repeat center left;
	padding: 5px 0px 5px 12px;
}

body#service #content #main h4 { 
	clear: both;
}

/** Resources Page **/

body#resources div#page_name h2 {
	margin: 15px 0px 0px 25px;
	background: url(images/resources.png) no-repeat top left;
	width: 180px;
	height: 36px;
	text-indent: -9999px;
}

body#resources #sidebar {
	position: fixed;
}

ul#secondary_menu {
	text-transform: uppercase;
	list-style-type: none;
}

ul#secondary_menu li {
	padding: 7px 0px;
}

body#resources #main {
	padding-bottom: 45px;
}

body#resources #main h3 {
	margin-bottom: -10px;
}

body#resources #main h4 {
	margin-top: 45px;
	padding-left: 35px;
	background: url(images/h4_arrow.gif) no-repeat center left;
	margin-bottom: 20px;
	clear: both;
}

/** Feature block contains service photo & feature list **/

div.feature-block {
	overflow: hidden;
}

ul.features {
	overflow: hidden;
	list-style-type: none;
}

ul.features li {
	background: url(images/ul_features_item.gif) no-repeat center left;
	padding: 5px 0px 5px 12px;
}

body#resources #content #main h4 { 
	clear: both;
}
/** Contact Page **/

body#contact div#page_name h2 {
	margin: 15px 0px 0px 25px;
	background: url(images/contact.png) no-repeat top left;
	width: 175px;
	height: 36px;
	text-indent: -9999px;
}



/** Feature block contains service photo & feature list **/

div.feature-block {
	overflow: hidden;
}

ul.features {
	overflow: hidden;
	list-style-type: none;
}

ul.features li {
	background: url(images/ul_features_item.gif) no-repeat center left;
	padding: 5px 0px 5px 12px;
}

body#resources #content #main h4 { 
	clear: both;
}

/** Contact Page **/

body#contact div#page_name h2 {
	margin: 15px 0px 0px 25px;
	background: url(images/contact.png) no-repeat top left;
	width: 149px;
	height: 36px;
	text-indent: -9999px;
}

/** C2 Page **/

body#c2 div#page_name h2 {
	margin: 15px 0px 0px 25px;
	background: url(images/contact.png) no-repeat top left;
	width: 149px;
	height: 36px;
	text-indent: -9999px;
}

/** Contact us Form **/

#contact_us {
	width: 388px;
}

span.error {
	display:none;
	color: #f24949;
}

#contact_us p.label_name {
	font-size: 16px;
	color: #292a2d;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	border: 1.5px solid #e2e2e2;
	font-size: 14px;
	padding: 2px;
	color: #4c4c4c;
	margin-bottom: 5px;
	background-color: #E5E5E5;
}

#contact_us input.button {
	width: 96px;
	height: 24px;
	text-indent: -9999px;
	padding: 0px;
	border: none;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
}

/** About Page **/

body#about div#page_name h2 {
	margin: 15px 0px 0px 25px;
	background: url(images/regulatory.png) no-repeat top left;
	width: 200px;
	height: 45px;
	text-indent: -9999px;
}

