.mb_box {
	background-color: #E2F9FF;
	padding: 10px;
	border: 1px solid #0090B5;
}
/*****Basic Elements*****/  

body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 30px;
	text-shadow: #fff 1px 1px 1px; /* NOTE: This is a new CCS2 feature that gives the text a subtle embossed shadow*/
}

h2 {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 32px;
	margin-top: 20px;
	color: #005C99;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #005C99;
	clear: both;
	padding-top: 10px;
}

h3 {
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 17px;
}

h4 {
	font-size: 26px;
	margin-bottom: 11px;
	color: #005C99;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 12px;
	margin-bottom: 10px;
}

h7 {
	font-size: 16px;
	margin-bottom: 11px;
	color: #005C99;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #C21300;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
}

ul.cool-li {
	margin-bottom: 12px;
	list-style-position: inside;
}

ul.cool-li li {
	background: url(../images/gifs/list-item.gif) no-repeat 0px 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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 #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

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 span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****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;
}

.clearfix {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
}

/*****Basic Layout*****/  

/** Header **/

#header {
	height: 112px;
    background-image: url(../images/jpgs/masthead_bg.jpg);
	
	background-repeat: repeat-x;
	background-color: 2fc1df;
}

/** Logo **/

#header h1 {
background: url(../images/pngs/logo-trans.png) no-repeat;
width: 400px;
height: 75px;
text-indent: -9990px;
margin-top: 13px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
/**
#header h1 {
	/**background: url(../images/pngs/logo-trans.png) no-repeat;**/
	/**background: url(../images/jpgs/) no-repeat;**
	background-image: url(../images/jpgs/newshub_500.jpg);
	width: 400px;
	height: 75px;
	text-indent: -9990px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}**/

#header span#slogan {
	font-style: italic;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 42px;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #00CCFF;
	display: block;
	padding: 5px 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}


#header ul#top_menu li.active a, #header ul#top_menu li a:hover {
	color: #FFFFFF;
}

#header ul#top_menu li.active {
	margin: 0px 5px;
	background-color: #0D3D71;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00A4D3;
}
#advertBanner {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*** Content ***/

#main {
	float: left;
	width: 560px;
}
#mainNarrow {
	float: left;
	width: 540px;
}
#mainBSC {
	float: left;
	width: 560px;
}
#mainBSC h2 {
	font-size: 26px;
	color: #C92C1A;
	line-height: 29px;
}

#content {
	background: #ffffff url(../images/gifs/content_bg.gif) repeat-x top left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 33px;
	padding-left: 0px;
}
#sidebar2 {
	float: right;
	width: 360px;
}
#sidebar p {
	font-size: 12px;
	color: #505F68;
	line-height: 18px;
}
#sidebar h1 {
	font-size: 28px;
	color: #505F68;
	line-height: 28px;
}

#sidebar h2 {
	font-size: 17px;
	color: #505F68;
	line-height: 19px;
	background-color: #DADADA;
	padding-left: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px; /* NOTE: This is a new CCS2 feature that gives the text a subtle embossed shadow*/
}
#sidebar h3 {
	font-size: 15px;
	color: #778D9A;
	line-height: 17px;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-color: #ffffff;
	background-image: url(../images/jpgs/sidebar_block_bg.jpg);
	background-repeat: repeat-x;
}
#sidebar .block-inner2 {
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-color: #efefef;
}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #aeb3b6;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #aeb3b6;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area {
	background: url(../images/gifs/featured_area_bg.gif) repeat-x;
	height: 308px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 290px;
	height: 152px;
}

#featured_area .description h2 {
	font-size: 30px;
	color: #015C99;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF9900;
}

#featured_area .photo {
	background: url(../images/gifs/featured_image_bg.gif) repeat-x;
	border: 1px solid #f8f9fa;
	padding: 10px;
	margin-top: 1px;
	float: right;
	position: relative;
}

#featured_area .photo img {
	width: 600px;
	height: 210px;
}
#pagename  h2 {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: none;
}

.ribbon {
	position: absolute;
	right: -1px;
	top: -2px;
	width: 87px;
	height: 89px;
	z-index: 5;
}

.ribbon.webdesign {
	background: url(../images/pngs/webdesign-trans.png) right top no-repeat;
}

.ribbon.print {
	background: url(../images/pngs/print-trans.png) right top no-repeat;
}

.ribbon.flash {
	background: url(../images/pngs/flash-trans.png) right top no-repeat;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(../images/pngs/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(../images/pngs/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(../images/gifs/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 95px;
}

#pagename h2 {
	color: #005C99;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 40px;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
	color: #A47A26;
}

body#home div#services {
	width: 940px;
	float: left;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 210px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

body#home div#services ul li#first {
	background: url(../images/jpgs/service1.jpg) 0px 11px no-repeat;
	float: left;
	width: 220px;
	margin-right: 30px;
}

body#home div#services ul li#second {
	background: url(../images/jpgs/service2.jpg) 0px 11px no-repeat;
	float: left;
	width: 220px;
	margin-right: 30px;
}

body#home div#services ul li#third {
	background: url(../images/jpgs/service3.jpg) 0px 11px no-repeat;
	float: left;
	width: 220px;
	margin-right: 30px;
}

body#home div#services ul li#fourth {
	background: url(../images/gifs/service4.gif) 0px 11px no-repeat;
	float: left;
	width: 220px;
	margin-right: 30px;
}

body#home div#services ul li#fifth {
	background: url(../images/jpgs/service5.jpg) 0px 11px no-repeat;
	float: left;
	width: 220px;
	margin-right: 30px;
}
body#home div#services ul li#sixth {
	background: url(../images/jpgs/service6.jpg) 0px 11px no-repeat;
}

body#home div#services ul li.last {
	margin-right: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color: #454444;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 400px;
	margin-right: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #0BB1D7;
}
.advertBox {
	float: right;
	width: 340px;
	margin-left: 20px;
	margin-bottom: 20px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
	width: 300px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

#search {
	background: url(../images/jpgs/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	display: inline-block;
	font-size: 11px;
	background-color: #9AABB9;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
}

a.button:hover {
	text-decoration: none;
	background-color: #005C9A;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
	background-color: #005B97;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

.thumbnail  {
	position: relative;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #c4c8cc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #c4c8cc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	padding: 2px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.thumbnail_Right {
	position: relative;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #c4c8cc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #c4c8cc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	padding: 2px;
	float: right;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-left: 20px;
}
.heropic {
	position: relative;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #c4c8cc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #c4c8cc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border: 1px solid #c4c8cc;
	padding: 2px;
	float: right;
	width: 300px;
	margin-bottom: 20px;
	height: 210px;
	background-color: #FFFFFF;
	margin-left: 20px;
}
.imgLeft {
	float: left;
	margin-right: 20px;
}
.imgRight {
	float: right;
	margin-left: 20px;
}
#home_button {
	float: left;
	height: 100px;
	width: 150px;
	position: absolute;
	visibility: inherit;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}
.intro {
	font-size: 14px;
	line-height: 20px;
}
.indentText {
	margin-bottom: 20px;
	margin-left: 20px;
}
a.buttonRed {
	text-transform: uppercase;
	color: #fbfbfb;
	display: inline-block;
	font-size: 11px;
	background-color: #C51E0B;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
}

