/*
Theme Name: Just Business
Theme URI: http://www.perfectly-random.com/
Description: A minimalistic WP theme, perfect for business blogs that wish to convey an image of professionalism.
Version: 1.0
Author: Rui Figueiredo
Author URI: http://www.perfectly-random.com/
*/


/* standard elements */
html {min-height: 100%;}

* {	margin: 0; padding: 0; }

a {color: #963;}

a:hover {color: #C60;}

body {
	background: #FFF;
	color: #272727;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 { font: normal 1.8em Tahoma,sans-serif; margin-bottom: 4px; }

img { border: none 0px; padding: 1px 2px 1px 2px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.center {text-align: center;}

.right {float: right;}


/* structure */


.container {
	font-size: 1.1em;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 25px;
}


/* header */
.header {
	background: url(images/header.jpg) no-repeat;
	color: #7e2828;
	margin: 0 auto;
	width: 800px;
	height: 10px;
}

.hdrtitle h1 { text-align: right; padding: 22px 65px 0 0; font: normal 3.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }

.hdrtitle a, .header a:hover {color: #7e2828; text-decoration: none;}

.hdrtitle h2 { text-align: right; padding: 0 65px 10px 0; font: normal 1.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }


/* navigation */
.navigation {
	/*width: 590px;*/
width: 100%;
	float:left;
	margin-top: 40px;
	height: 11px;
	padding-top: 18px;
	text-align: left;

}

.navigation a {	
	/*background: url(images/nav-split.gif) no-repeat right;*/
	text-decoration: none;
	font: bold 1.1em Arial,"Trebuchet MS",sans-serif;
	color: #474747;
	padding: 0 20px 0 20px;
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

.navigation li { display: inline; }


/* sidebar */
.outside {
	background: #FFF;
	float: right;
	width: 180px;
	margin: 100px 20px 10px 0;
	border: 1px solid #e0e0e0;
}

.sidenav {
	background: #343434;
	width: 170px;
	margin: 5px;
	color: #d5d5d5;
}

.sidenav h2 {
	background: url(images/sb-menu.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Tahoma,Arial,"Trebuchet MS",Verdana,sans-serif;
	padding: 10px 0 0 18px;
}

.sidenav ul { padding: 6px 0 6px 0; }

.sidenav li a{
	background: url(images/bullet.png) no-repeat;
	font-size: 1em;
	color: #d5d5d5;
	display: block;
	margin-left: 10px;
	padding: 0 0 4px 16px;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover { text-decoration: underline; }

.feed { margin: 5px 0 0 25px; }

.sidenav a {
	font-size: 1em;
	color: #FFF;
	display: block;
	margin: 0 auto;
	width: 80%;
}

.sidenav li a:hover { text-decoration: underline; }


/* content */
.content {
	/*float: left;*/
	margin: 0px;
        padding: 0px;
	width: 800px;

}

.post {
	color: #203866;
	width: 800px;
	/*float: left;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}
/*
.top {
	background: #ececec;
	float:left;
	width: 570px;
	height: 50px;
	padding-bottom: 10px;
	margin-top: 5px;
}
*/

.post h3 { color: #203866; font: bold 1.2em Arial,sans-serif; }

.post .text { width: 100%; color: #272727; padding: 0px; }
.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }
.post .text a { color: #203866; }
.post .text a:hover { color: #203866; text-decoration: none; }

.comm-area { color: #203866; }


.nav { display: block; color: #203866; width: 570px; float: left; margin: 10px 10px 0 10px; }
.nav h1, .nav h2 { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a:hover { text-decoration: none; }
.alignright { float: right; }
.alignleft { float: left; }

.title h1 { color: #7e2828; font: bold 1.6em Arial,Tahoma,sans-serif; margin: 12px 0 0 15px; }
.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }
.title a { color: #7e2828; text-decoration: none; }

.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }

.content .descr {
	color: #646464;
	font-size: 1em;
	padding: 1px 0 10px 0px;
}

.content li { list-style: url(img/li.gif); margin-left: 18px; }

.comment {
	background: #f4f4f4;
	width: 260px;
	height: 20px;
	float: right;
	color: #646464;
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

.comment a { color: #646464; text-decoration: none; }
.comment a:hover { text-decoration: underline; }
.comauthor a { color: #203866; text-decoration: none; }

.info {
	color: #5774ad;
	font-size: 1em;
	padding-top: 10px;
	border-top: 3px solid #c7c7c7;
	text-align: left;
}

.info a { color: #5774ad; }
.info a:hover { text-decoration: none; }

.search {
	background: #383838 url(images/search-bg.png) repeat-x;
	font: bold 1em Arial,sans-serif;
	text-align: center;
	color: #FFF;
	width: 520px;
	height: 58px;
}

.search_text { padding: 6px 0 6px 14px; }


/* footer */
.footer {
	width: 760px;
	margin: 0 auto;
	color: #343434;
	font: normal 1em Arial,sans-serif;
	text-align: left;
	padding: 10px 0 10px 0;
	border-top: 5px solid #c7c7c7;
}
.footer a {color: #343434; text-decoration: none; }
.footer a:hover {color: #343434; text-decoration: underline; }


/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 0 auto; width: 120px; }
#wp-calendar a { clear: both; }	
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }


/*-----------------------------------------------------*/

/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff url('images/kubrickbgcolor.jpg');*/
	/*background: #1189c2 url('images/bg.gif') repeat-x ;*/
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#page {
	/*background-color: white;*/
	/*border: 1px solid #959596;*/
	text-align: left;
	width: 820px;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	

	}

#header {
	width: 820px;
	height: 95px;

	/*background: url('images/bodybg_shadow.gif') repeat-y top left;*/ 
	/*background: url('images/bgshadow.png') repeat-y top left;*/
	/*border-bottom: 1px solid #dadada;*/
	}


#headerimg 	{ 
	/*margin: 0px 9px 0; 
	height: 192px; 
	width: 850px; */
	
	} 

#content {
	font-size: 1em;
	background: url('images/contentbg.gif') repeat-x top left;
	margin: 90px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	border: 1px solid #e3e4e3;
	width: 800px;
	/*border: 1px solid #dadada;*/
	
	}
	


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/ 
	/*background: url('images/footershadow.png') no-repeat top ;*/
	border: none;
	
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	/*background-color: white;*/
	margin: 0px auto;
	padding: 0;
	width: 820px;
	/*border: 1px solid #959596;*/
	}

#header {
	/*background-color: #73a0c5;*/
	/*background: url('images/header.gif') no-repeat top left; */
	margin: 0px 0px 0px 10px; 
	padding: 0; 
	width: 820px;
	
	}

#headerimg {
	height: 60px;
	background: url('images/topbg.gif') repeat-x top left;
	border-bottom: 1px solid #e3e4e3;
	border-left: 1px solid #e3e4e3;
	border-right: 1px solid #e3e4e3;
	/*border-top: 3px solid #e1e2e3;*/
	width: 800px;

	}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0px;
	margin: 0;
	/*width: 470px;*/
	/*height: 390px;*/
	
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	width: 820px;
	clear: both;
	
	
	}

#footer p {
	margin: 0;
	padding: 20px 10px ;
	text-align: center !important;
	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*customize*/

#corp_toplinks_list {
	margin: 0px;
	padding: 40px 0px 8px 690px;
	
	
}

#corp_toplinks_list li {
	list-style-type: none;
	display: inline;
	margin: 10px;
	padding: 0px 2px 0px 5px;

	/*background: url('images/access-divide.gif') no-repeat top left;*/
}

#corp_toplinks_list li a {
	color: #2970c0;
}

#corp_toplinks_list li a:hover {
	text-decoration: none;
	color: #000;
}


#tabs {
	margin: 0px;
	padding: 0px;
	width: 802px;


}

#corp_links_list {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #dadada;
	background: url('images/tabs_bg2.gif') repeat-x top left;
	
}

#corp_links_list li {
	list-style-type: none;
	display: inline;
	padding: 10px 0px 10px 0px;
	border-left: 1px dotted #dadada;
	
}

.firstitem {
	border-left: none !important;
}

#corp_links_list li a {
	color: #fff;
	padding: 10px 16px 10px 16px;
	
}

#corp_links_list li a:hover {
	color: #feef01;
	/*background-color: #8a8b87;*/
	text-decoration: none;

}

#leftpanel h5 {
	font-size: 1.2em;
	color: #2970c0;
padding: 10px 0px 10px 0px;
}

/*#content p {
	text-align: justify;
	
}*/

#leftpanel p {
	text-align: justify;
	
}

/*#banner {
	background: url('images/topbanner.gif') no-repeat top left;
	height: 169px;
	border-top: 1px solid #dadada;
}
*/
#leftpanel {
	padding: 0px 15px 15px 20px;
	width: 550px;
	border-right: 2px dotted #e6e1e1;

	/*background: url('images/corp_logo_blue_black.png') #fff no-repeat top center;*/
}

#rightpanel {
	float: right;
	width: 180px;
    margin: 15px 8px 0px 8px;
	padding: 5px;
/*border-left: 2px dotted #e6e1e1;*/

	/*background: url('images/rightpanel_bg.gif') repeat-x top left;*/
}

#rightpanel h5 {
	font-size: 1em;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background: url('images/infoicon.png') no-repeat top left;
}

#rightpanel p {
	font-size: .9em !important;
	/*background: url('images/num.png') no-repeat top left;*/
	padding: 10px 2px 10px 2px;
	margin: 2px 0px 5px 0px !important;
}
<!--
#rightpanel span {
	background: url('images/num.png') no-repeat top left;
	padding: 10px 2px 10px 2px;
margin: 2px 0px 5px 0px !important;
}
-->

#rightpanel p a {
	color: #ce7206;
	font-style: italic;
}

.firstpara {
	background: url('images/pic2.gif') no-repeat top left;
	padding-left: 210px;
	padding-bottom: 30px;
	
}

.firstpara2 {
	/*background: url('images/career.gif') no-repeat top left;*/
	padding-left: 160px;
	
}

.firstpara2 h5 {
	
	padding-left: 160px;
	
}

.firstpara3 {
	/*background: url('images/pic3.gif') no-repeat top left;*/
	padding-left: 130px;
	text-align: left !important;
	
}


#logoimg {
	padding: 8px;
	margin: 0px;
}

#noticepanel {
	border-top: 1px dotted #e2dede;
	padding: 5px;
	margin-top: 40px;
}

#noticepanel p {
	font-size: .8em;
	color: #847f7f;
}

#bars {
	background-color: #f2f2f2;
	height: 5px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}


.bolded_text {
	font-weight: bold;
padding: 10px 0px 5px 0px !important;

}

.highlights {
	font-weight: bold;
	color: #fe8a01;
	text-align: left;
	padding: 0px 0px 0px 10px !important;
	background: url('images/dot.gif') no-repeat top left !important;


}

.highlights2 {
	background: url('images/sitenum2.gif') no-repeat top right !important;
	font-weight: bold;
	color: #fe8a01;
	text-align: left;


padding: 5px 30px 12px 0px !important;

}

.highlights3 {
	background: url('images/sitenum3.gif') no-repeat top left !important;
	font-weight: bold;
	color: #fe8a01;
	text-align: left;

padding: 5px 0px 12px 55px !important;

}

.highlights4 {
	background: url('images/sitenum4.gif') no-repeat top right !important;
	font-weight: bold;
	color: #fe8a01;
	text-align: left;


padding: 5px 30px 12px 0px !important;

}


.highlights5 {
	background: url('images/sitenum5.gif') no-repeat top left !important;
	font-weight: bold;
	color: #fe8a01;
	text-align: left;

padding: 5px 0px 12px 55px !important;

}


.highlights6 {
	background: url('images/sitenum6.gif') no-repeat top right !important;
	font-weight: bold;
	color: #fe8a01;
	text-align: left;


padding: 5px 30px 12px 0px !important;

}

.highlights7 {
	background: url('images/sitenum7.gif') no-repeat top left !important;
	font-weight: bold;
	color: #fe8a01;
	text-align: left;

padding: 5px 0px 12px 55px !important;

}

#subpara {
border-top: 2px dotted #e7e9eb;
padding: 10px 2px 5px 2px;
}

#subpara_1 {
	float: left;
	width: 280px;
	border-right: 2px solid #e7e9eb;
	padding: 0px 10px 0px 0px;
	background: url('images/career.gif') no-repeat top left;
	min-height: 140px;
	
}

#subpara_1 h5 {
	padding: 0px 0px 0px 160px;
	margin: 0px;
}

#subpara_1 ul {
	padding-left: 160px;
}

#subpara_1 ul li a {
	color: #fe8a01;
	text-decoration: none;
}

#subpara_2 {
	margin-left: 300px;
	background: url('images/contactus.gif') no-repeat top left;
}

#lowpara {
	clear: both;
}


fieldset {
	margin: 100px 80px 50px 80px;
	background-color: #fff;
	border: 3px solid #024e72; 
	border-style: ridge; 
	
}

#banner {
	/*background: url('images/banner.gif') no-repeat top left;*/
	margin: 0px;
	padding: 0px;



}


#banner img {
	
	margin: 0px;
	padding: 0px 3px 0px 0px;



}


.main {
    
width: 800px;
margin: 0px 0px 0px 10px;
}

#para {
margin: 5px 0px 5px 0px !important;
display: none;


}

#para1 {
margin: 5px 0px 5px 0px !important;


}

#para2 {
margin: 5px 0px 20px 0px;

}

#para3 {
margin: 5px 0px 20px 0px;

}

.browsee {
	font-style: italic;
	color: #fe8a01;
	list-style-type: none !important;
}

.browsee a {
	
	color: #2970c0 !important;

}

.highlights a, .highlights2 a, .highlights3 a, .highlights4 a, .highlights5 a, .highlights6 a, .highlights7 a {
	color: #fe8a01 !important;
	font-style: normal !important;
}


/*End Customize*/

/*
Theme Name: Just Business
Theme URI: http://www.perfectly-random.com/
Description: A minimalistic WP theme, perfect for business blogs that wish to convey an image of professionalism.
Version: 1.0
Author: Rui Figueiredo
Author URI: http://www.perfectly-random.com/
*/


/* standard elements */
html {min-height: 100%;}

* {	margin: 0; padding: 0; }

a {color: #963;}

a:hover {color: #C60;}

body {
	background: #FFF;
	color: #272727;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 { font: normal 1.8em Tahoma,sans-serif; margin-bottom: 4px; }

img { border: none 0px; padding: 1px 2px 1px 2px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.center {text-align: center;}

.right {float: right;}


/* structure */


.container {
	font-size: 1.1em;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 25px;
}


/* header */
.header {
	background: url(images/header.jpg) no-repeat;
	color: #7e2828;
	margin: 0 auto;
	width: 800px;
	height: 190px;
}

.hdrtitle h1 { text-align: right; padding: 22px 65px 0 0; font: normal 3.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }

.hdrtitle a, .header a:hover {color: #7e2828; text-decoration: none;}

.hdrtitle h2 { text-align: right; padding: 0 65px 10px 0; font: normal 1.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }


/* navigation */



.navigation {
	/*width: 590px;*/
width: 100%;
	float:left;
	margin-top: 40px;
	height: 11px;
	padding-top: 18px;
	text-align: left;

}

.navigation a {	
	/*background: url(images/nav-split.gif) no-repeat right;*/
	text-decoration: none;
	font: bold 1.1em Arial,"Trebuchet MS",sans-serif;
	color: #474747;
	padding: 0 20px 0 20px;
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

.navigation li { display: inline; }


/* sidebar */
.outside {
	background: #FFF;
	float: right;
	width: 180px;
	margin: 100px 20px 10px 0;
	border: 1px solid #e0e0e0;
}

.sidenav {
	background: #343434;
	width: 170px;
	margin: 5px;
	color: #d5d5d5;
}

.sidenav h2 {
	background: url(images/sb-menu.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Tahoma,Arial,"Trebuchet MS",Verdana,sans-serif;
	padding: 10px 0 0 18px;
}

.sidenav ul { padding: 6px 0 6px 0; }

.sidenav li a{
	background: url(images/bullet.png) no-repeat;
	font-size: 1em;
	color: #d5d5d5;
	display: block;
	margin-left: 10px;
	padding: 0 0 4px 16px;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover { text-decoration: underline; }

.feed { margin: 5px 0 0 25px; }

.sidenav a {
	font-size: 1em;
	color: #FFF;
	display: block;
	margin: 0 auto;
	width: 80%;
}

.sidenav li a:hover { text-decoration: underline; }


/* content */
.content {
	/*float: left;*/
	margin: 0px;
        padding: 0px;
	width: 800px;

}

.post {
	color: #203866;
	width: 800px;
	/*float: left;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}
/*
.top {
	background: #ececec;
	float:left;
	width: 570px;
	height: 50px;
	padding-bottom: 10px;
	margin-top: 5px;
}
*/

.post h3 { color: #203866; font: bold 1.2em Arial,sans-serif; }

.post .text { width: 100%; color: #272727; padding: 0px; }
.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }
.post .text a { color: #203866; }
.post .text a:hover { color: #203866; text-decoration: none; }

.comm-area { color: #203866; }


.nav { display: block; color: #203866; width: 570px; float: left; margin: 10px 10px 0 10px; }
.nav h1, .nav h2 { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a:hover { text-decoration: none; }
.alignright { float: right; }
.alignleft { float: left; }

.title h1 { color: #7e2828; font: bold 1.6em Arial,Tahoma,sans-serif; margin: 12px 0 0 15px; }
.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }
.title a { color: #7e2828; text-decoration: none; }

.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }

.content .descr {
	color: #646464;
	font-size: 1em;
	padding: 1px 0 10px 0px;
}

.content li { list-style: url(img/li.gif); margin-left: 18px; }

.comment {
	background: #f4f4f4;
	width: 260px;
	height: 20px;
	float: right;
	color: #646464;
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

.comment a { color: #646464; text-decoration: none; }
.comment a:hover { text-decoration: underline; }
.comauthor a { color: #203866; text-decoration: none; }

.info {
	color: #5774ad;
	font-size: 1em;
	padding-top: 10px;
	border-top: 3px solid #c7c7c7;
	text-align: left;
}

.info a { color: #5774ad; }
.info a:hover { text-decoration: none; }

.search {
	background: #383838 url(images/search-bg.png) repeat-x;
	font: bold 1em Arial,sans-serif;
	text-align: center;
	color: #FFF;
	width: 520px;
	height: 58px;
}

.search_text { padding: 6px 0 6px 14px; }


/* footer */
.footer {
	width: 760px;
	margin: 0 auto;
	color: #343434;
	font: normal 1em Arial,sans-serif;
	text-align: left;
	padding: 10px 0 10px 0;
	border-top: 5px solid #c7c7c7;
}
.footer a {color: #343434; text-decoration: none; }
.footer a:hover {color: #343434; text-decoration: underline; }


/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 0 auto; width: 120px; }
#wp-calendar a { clear: both; }	
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }


/*-----------------------------------------------------*/

/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff url('images/kubrickbgcolor.jpg');*/
	/*background: #1189c2 url('images/bg.gif') repeat-x ;*/
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#page {
	/*background-color: white;*/
	/*border: 1px solid #959596;*/
	text-align: left;
	width: 820px;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	

	}


#headerimg 	{ 
	/*margin: 0px 9px 0; 
	height: 192px; 
	width: 850px; */
	
	} 

#content {
	font-size: 1em;
	background: url('images/contentbg.gif') repeat-x top left;
	margin: 90px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	border: 1px solid #e3e4e3;
	width: 800px;
	/*border: 1px solid #dadada;*/
	
	}
	


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/ 
	/*background: url('images/footershadow.png') no-repeat top ;*/
	border: none;
	
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	/*background-color: white;*/
	margin: 0px auto;
	padding: 0;
	width: 820px;
	/*border: 1px solid #959596;*/
	}

#header {
	/*background-color: #73a0c5;*/
	/*background: url('images/header.gif') no-repeat top left; */
	margin: 0px 0px 0px 10px; 
	padding: 0; 
	width: 820px;
	
	}

#headerimg {
	height: 60px;
	background: url('images/topbg.gif') repeat-x top left;
	border-bottom: 1px solid #e3e4e3;
	border-left: 1px solid #e3e4e3;
	border-right: 1px solid #e3e4e3;
	/*border-top: 3px solid #e1e2e3;*/
	width: 800px;

	}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0px;
	margin: 0;
	/*width: 470px;*/
	/*height: 390px;*/
	
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	width: 820px;
	clear: both;
	
	
	}

#footer p {
	margin: 0;
	padding: 20px 10px ;
	text-align: center !important;
	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*customize*/

#corp_toplinks_list {
	margin: 0px;
	padding: 40px 0px 8px 690px;
	
	
}

#corp_toplinks_list li {
	list-style-type: none;
	display: inline;
	margin: 10px;
	padding: 0px 2px 0px 5px;

	/*background: url('images/access-divide.gif') no-repeat top left;*/
}

#corp_toplinks_list li a {
	color: #2970c0;
}

#corp_toplinks_list li a:hover {
	text-decoration: none;
	color: #000;
}


#tabs {
	margin: 0px;
	padding: 0px;
	width: 802px;


}

#corp_links_list {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #dadada;
	background: url('images/tabs_bg2.gif') repeat-x top left;
	
}

#corp_links_list li {
	list-style-type: none;
	display: inline;
	padding: 10px 0px 10px 0px;
	border-left: 1px dotted #dadada;
	
}

.firstitem {
	border-left: none !important;
}

#corp_links_list li a {
	color: #fff;
	padding: 10px 16px 10px 16px;
	
}

#corp_links_list li a:hover {
	color: #feef01;
	/*background-color: #8a8b87;*/
	text-decoration: none;

}

#leftpanel h5 {
	font-size: 1.2em;
	color: #2970c0;
padding: 10px 0px 10px 0px;
}

/*#content p {
	text-align: justify;
	
}*/

#leftpanel p {
	text-align: justify;
	
}

/*#banner {
	background: url('images/topbanner.gif') no-repeat top left;
	height: 169px;
	border-top: 1px solid #dadada;
}
*/
#leftpanel {
	padding: 0px 15px 15px 20px;
	width: 550px;
	border-right: 2px dotted #e6e1e1;

	/*background: url('images/corp_logo_blue_black.png') #fff no-repeat top center;*/
}

#rightpanel {
	float: right;
	width: 180px;
    margin: 15px 8px 0px 8px;
	padding: 5px;
/*border-left: 2px dotted #e6e1e1;*/

	/*background: url('images/rightpanel_bg.gif') repeat-x top left;*/
}

#rightpanel h5 {
	font-size: 1em;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background: url('images/infoicon.png') no-repeat top left;
}



#rightpanel p a {
	color: #ce7206;
	font-style: italic;
}

.firstpara {
	background: url('images/pic2.gif') no-repeat top left;
	padding-left: 210px;
	padding-bottom: 30px;
	
}

.firstpara2 {
	/*background: url('images/career.gif') no-repeat top left;*/
	padding-left: 160px;
	
}

.firstpara2 h5 {
	
	padding-left: 160px;
	
}

.firstpara3 {
	/*background: url('images/pic3.gif') no-repeat top left;*/
	padding-left: 130px;
	text-align: left !important;
	
}


#logoimg {
	padding: 8px;
	margin: 0px;
}

#noticepanel {
	border-top: 1px dotted #e2dede;
	padding: 5px;
	margin-top: 40px;
}

#noticepanel p {
	font-size: .8em;
	color: #847f7f;
}

#bars {
	background-color: #f2f2f2;
	height: 5px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}


.bolded_text {
	font-weight: bold;
padding: 10px 0px 5px 0px !important;

}



#subpara {
border-top: 2px dotted #e7e9eb;
padding: 10px 2px 5px 2px;
}

#subpara_1 {
	float: left;
	width: 280px;
	border-right: 2px solid #e7e9eb;
	padding: 0px 10px 0px 0px;
	background: url('images/career.gif') no-repeat top left;
	min-height: 140px;
	
}

#subpara_1 h5 {
	padding: 0px 0px 0px 160px;
	margin: 0px;
}

#subpara_1 ul {
	padding-left: 160px;
}

#subpara_1 ul li a {
	color: #fe8a01;
	text-decoration: none;
}

#subpara_2 {
	margin-left: 300px;
	background: url('images/contactus.gif') no-repeat top left;
}

#lowpara {
	clear: both;
}


fieldset {
	margin: 100px 80px 50px 80px;
	background-color: #fff;
	border: 3px solid #024e72; 
	border-style: ridge; 
	
}

#banner {
	/*background: url('images/banner.gif') no-repeat top left;*/
	margin: 0px;
	padding: 0px;



}


#banner img {
	
	margin: 0px;
	padding: 0px 3px 0px 0px;



}


.main {
    
width: 800px;
margin: 0px 0px 0px 10px;
}




.browsee {
	font-style: italic;
	color: #fe8a01;
	list-style-type: none !important;
}

.browsee a {
	
	color: #2970c0 !important;

}



/*End Customize*/

.copyright {
	float: right;
	
}


#footer img {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}

/*
Theme Name: Just Business
Theme URI: http://www.perfectly-random.com/
Description: A minimalistic WP theme, perfect for business blogs that wish to convey an image of professionalism.
Version: 1.0
Author: Rui Figueiredo
Author URI: http://www.perfectly-random.com/
*/


/* standard elements */
html {min-height: 100%;}

* {	margin: 0; padding: 0; }

a {color: #963;}

a:hover {color: #C60;}

body {
	background: #FFF;
	color: #272727;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 { font: normal 1.8em Tahoma,sans-serif; margin-bottom: 4px; }

img { border: none 0px; padding: 1px 2px 1px 2px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.center {text-align: center;}

.right {float: right;}


/* structure */


.container {
	font-size: 1.1em;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 25px;
}


/* header */
.header {
	background: url(images/header.jpg) no-repeat;
	color: #7e2828;
	margin: 0 auto;
	width: 800px;
	height: 190px;
}

.hdrtitle h1 { text-align: right; padding: 22px 65px 0 0; font: normal 3.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }

.hdrtitle a, .header a:hover {color: #7e2828; text-decoration: none;}

.hdrtitle h2 { text-align: right; padding: 0 65px 10px 0; font: normal 1.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }


/* navigation */
.navigation {
	/*width: 590px;*/
width: 100%;
	float:left;
	margin-top: 40px;
	height: 11px;
	padding-top: 18px;
	text-align: left;

}

.navigation a {	
	/*background: url(images/nav-split.gif) no-repeat right;*/
	text-decoration: none;
	font: bold 1.1em Arial,"Trebuchet MS",sans-serif;
	color: #474747;
	padding: 0 20px 0 20px;
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

.navigation li { display: inline; }


/* sidebar */
.outside {
	background: #FFF;
	float: right;
	width: 180px;
	margin: 100px 20px 10px 0;
	border: 1px solid #e0e0e0;
}

.sidenav {
	background: #343434;
	width: 170px;
	margin: 5px;
	color: #d5d5d5;
}

.sidenav h2 {
	background: url(images/sb-menu.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Tahoma,Arial,"Trebuchet MS",Verdana,sans-serif;
	padding: 10px 0 0 18px;
}

.sidenav ul { padding: 6px 0 6px 0; }

.sidenav li a{
	background: url(images/bullet.png) no-repeat;
	font-size: 1em;
	color: #d5d5d5;
	display: block;
	margin-left: 10px;
	padding: 0 0 4px 16px;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover { text-decoration: underline; }

.feed { margin: 5px 0 0 25px; }

.sidenav a {
	font-size: 1em;
	color: #FFF;
	display: block;
	margin: 0 auto;
	width: 80%;
}

.sidenav li a:hover { text-decoration: underline; }


/* content */
.content {
	/*float: left;*/
	margin: 0px;
        padding: 0px;
	width: 800px;

}

.post {
	color: #203866;
	width: 800px;
	/*float: left;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}
/*
.top {
	background: #ececec;
	float:left;
	width: 570px;
	height: 50px;
	padding-bottom: 10px;
	margin-top: 5px;
}
*/

.post h3 { color: #203866; font: bold 1.2em Arial,sans-serif; }

.post .text { width: 100%; color: #272727; padding: 0px; }
.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }
.post .text a { color: #203866; }
.post .text a:hover { color: #203866; text-decoration: none; }

.comm-area { color: #203866; }


.nav { display: block; color: #203866; width: 570px; float: left; margin: 10px 10px 0 10px; }
.nav h1, .nav h2 { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a:hover { text-decoration: none; }
.alignright { float: right; }
.alignleft { float: left; }

.title h1 { color: #7e2828; font: bold 1.6em Arial,Tahoma,sans-serif; margin: 12px 0 0 15px; }
.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }
.title a { color: #7e2828; text-decoration: none; }

.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }

.content .descr {
	color: #646464;
	font-size: 1em;
	padding: 1px 0 10px 0px;
}

.content li { list-style: url(img/li.gif); margin-left: 18px; }

.comment {
	background: #f4f4f4;
	width: 260px;
	height: 20px;
	float: right;
	color: #646464;
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

.comment a { color: #646464; text-decoration: none; }
.comment a:hover { text-decoration: underline; }
.comauthor a { color: #203866; text-decoration: none; }

.info {
	color: #5774ad;
	font-size: 1em;
	padding-top: 10px;
	border-top: 3px solid #c7c7c7;
	text-align: left;
}

.info a { color: #5774ad; }
.info a:hover { text-decoration: none; }

.search {
	background: #383838 url(images/search-bg.png) repeat-x;
	font: bold 1em Arial,sans-serif;
	text-align: center;
	color: #FFF;
	width: 520px;
	height: 58px;
}

.search_text { padding: 6px 0 6px 14px; }


/* footer */
.footer {
	width: 760px;
	margin: 0 auto;
	color: #343434;
	font: normal 1em Arial,sans-serif;
	text-align: left;
	padding: 10px 0 10px 0;
	border-top: 5px solid #c7c7c7;
}
.footer a {color: #343434; text-decoration: none; }
.footer a:hover {color: #343434; text-decoration: underline; }


/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 0 auto; width: 120px; }
#wp-calendar a { clear: both; }	
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }


/*-----------------------------------------------------*/

/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff url('images/kubrickbgcolor.jpg');*/
	/*background: #1189c2 url('images/bg.gif') repeat-x ;*/
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#page {
	/*background-color: white;*/
	/*border: 1px solid #959596;*/
	text-align: left;
	width: 820px;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	

	}



#headerimg 	{ 
	/*margin: 0px 9px 0; 
	height: 192px; 
	width: 850px; */
	
	} 

#content {
	font-size: 1em;
	background: url('images/contentbg.gif') repeat-x top left;
	margin: 90px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	border: 1px solid #e3e4e3;
	width: 800px;
	/*border: 1px solid #dadada;*/
	
	}
	


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/ 
	/*background: url('images/footershadow.png') no-repeat top ;*/
	border: none;
	
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	/*background-color: white;*/
	margin: 0px auto;
	padding: 0;
	width: 820px;
	/*border: 1px solid #959596;*/
	}

#header {
	/*background-color: #73a0c5;*/
	/*background: url('images/header.gif') no-repeat top left; */
	margin: 0px 0px 0px 10px; 
	padding: 0; 
	width: 820px;
	
	}

#headerimg {
	height: 60px;
	background: url('images/topbg.gif') repeat-x top left;
	border-bottom: 1px solid #e3e4e3;
	border-left: 1px solid #e3e4e3;
	border-right: 1px solid #e3e4e3;
	/*border-top: 3px solid #e1e2e3;*/
	width: 800px;

	}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0px;
	margin: 0;
	/*width: 470px;*/
	/*height: 390px;*/
	
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	width: 820px;
	clear: both;
	
	
	}

#footer p {
	margin: 0;
	padding: 20px 10px ;
	text-align: center !important;
	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*customize*/

#corp_toplinks_list {
	margin: 0px;
	padding: 40px 0px 8px 690px;
	
	
}

#corp_toplinks_list li {
	list-style-type: none;
	display: inline;
	margin: 10px;
	padding: 0px 2px 0px 5px;

	/*background: url('images/access-divide.gif') no-repeat top left;*/
}

#corp_toplinks_list li a {
	color: #2970c0;
}

#corp_toplinks_list li a:hover {
	text-decoration: none;
	color: #000;
}


#tabs {
	margin: 0px;
	padding: 0px;
	width: 802px;


}

#corp_links_list {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #dadada;
	background: url('images/tabs_bg2.gif') repeat-x top left;
	
}

#corp_links_list li {
	list-style-type: none;
	display: inline;
	padding: 10px 0px 10px 0px;
	border-left: 1px dotted #dadada;
	
}

.firstitem {
	border-left: none !important;
}

#corp_links_list li a {
	color: #fff;
	padding: 10px 16px 10px 16px;
	
}

#corp_links_list li a:hover {
	color: #feef01;
	/*background-color: #8a8b87;*/
	text-decoration: none;

}

#leftpanel h5 {
	font-size: 1.2em;
	color: #2970c0;
padding: 10px 0px 10px 0px;
}

/*#content p {
	text-align: justify;
	
}*/

#leftpanel p {
	text-align: justify;
	
}

/*#banner {
	background: url('images/topbanner.gif') no-repeat top left;
	height: 169px;
	border-top: 1px solid #dadada;
}
*/
#leftpanel {
	padding: 0px 15px 15px 20px;
	width: 550px;
	border-right: 2px dotted #e6e1e1;

	/*background: url('images/corp_logo_blue_black.png') #fff no-repeat top center;*/
}

#rightpanel {
	float: right;
	width: 180px;
    margin: 15px 8px 0px 8px;
	padding: 5px;
/*border-left: 2px dotted #e6e1e1;*/

	/*background: url('images/rightpanel_bg.gif') repeat-x top left;*/
}

#rightpanel h5 {
	font-size: 1em;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background: url('images/infoicon.png') no-repeat top left;
}



#rightpanel p a {
	color: #ce7206;
	font-style: italic;
}

.firstpara {
	background: url('images/pic2.gif') no-repeat top left;
	padding-left: 210px;
	padding-bottom: 30px;
	
}

.firstpara2 {
	/*background: url('images/career.gif') no-repeat top left;*/
	padding-left: 160px;
	
}

.firstpara2 h5 {
	
	padding-left: 160px;
	
}

.firstpara3 {
	/*background: url('images/pic3.gif') no-repeat top left;*/
	padding-left: 130px;
	text-align: left !important;
	
}


#logoimg {
	padding: 8px;
	margin: 0px;
}

#noticepanel {
	border-top: 1px dotted #e2dede;
	padding: 5px;
	margin-top: 40px;
}

#noticepanel p {
	font-size: .8em;
	color: #847f7f;
}

#bars {
	background-color: #f2f2f2;
	height: 5px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}


.bolded_text {
	font-weight: bold;
padding: 10px 0px 5px 0px !important;

}



#subpara {
border-top: 2px dotted #e7e9eb;
padding: 10px 2px 5px 2px;
}

#subpara_1 {
	float: left;
	width: 280px;
	border-right: 2px solid #e7e9eb;
	padding: 0px 10px 0px 0px;
	background: url('images/career.gif') no-repeat top left;
	min-height: 140px;
	
}

#subpara_1 h5 {
	padding: 0px 0px 0px 160px;
	margin: 0px;
}

#subpara_1 ul {
	padding-left: 160px;
}

#subpara_1 ul li a {
	color: #fe8a01;
	text-decoration: none;
}

#subpara_2 {
	margin-left: 300px;
	background: url('images/contactus.gif') no-repeat top left;
}

#lowpara {
	clear: both;
}


fieldset {
	margin: 100px 80px 50px 80px;
	background-color: #fff;
	border: 3px solid #024e72; 
	border-style: ridge; 
	
}

#banner {
	/*background: url('images/banner.gif') no-repeat top left;*/
	margin: 0px;
	padding: 0px;



}


#banner img {
	
	margin: 0px;
	padding: 0px 3px 0px 0px;



}


.main {
    
width: 800px;
margin: 0px 0px 0px 10px;
}



.browsee {
	font-style: italic;
	color: #fe8a01;
	list-style-type: none !important;
}

.browsee a {
	
	color: #2970c0 !important;

}



/*End Customize*/

/*
Theme Name: Just Business
Theme URI: http://www.perfectly-random.com/
Description: A minimalistic WP theme, perfect for business blogs that wish to convey an image of professionalism.
Version: 1.0
Author: Rui Figueiredo
Author URI: http://www.perfectly-random.com/
*/


/* standard elements */
html {min-height: 100%;}

* {	margin: 0; padding: 0; }

a {color: #963;}

a:hover {color: #C60;}

body {
	background: #FFF;
	color: #272727;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 { font: normal 1.8em Tahoma,sans-serif; margin-bottom: 4px; }

img { border: none 0px; padding: 1px 2px 1px 2px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.center {text-align: center;}


.right {float: right;}


/* structure */


.container {
	font-size: 1.1em;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 25px;
}


/* header */
.header {
	background: url(images/header.jpg) no-repeat;
	color: #7e2828;
	margin: 0 auto;
	width: 800px;
	height: 190px;
}

.hdrtitle h1 { text-align: right; padding: 22px 65px 0 0; font: normal 3.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }

.hdrtitle a, .header a:hover {color: #7e2828; text-decoration: none;}

.hdrtitle h2 { text-align: right; padding: 0 65px 10px 0; font: normal 1.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }


/* navigation */


.navigation {
	/*width: 590px;*/
width: 100%;
	float:left;
	margin-top: 40px;
	height: 11px;
	padding-top: 18px;
	text-align: left;

}

.navigation a {	
	/*background: url(images/nav-split.gif) no-repeat right;*/
	text-decoration: none;
	font: bold 1.1em Arial,"Trebuchet MS",sans-serif;
	color: #474747;
	padding: 0 20px 0 20px;
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

.navigation li { display: inline; }


/* sidebar */
.outside {
	background: #FFF;
	float: right;
	width: 180px;
	margin: 100px 20px 10px 0;
	border: 1px solid #e0e0e0;
}

.sidenav {
	background: #343434;
	width: 170px;
	margin: 5px;
	color: #d5d5d5;
}

.sidenav h2 {
	background: url(images/sb-menu.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Tahoma,Arial,"Trebuchet MS",Verdana,sans-serif;
	padding: 10px 0 0 18px;
}

.sidenav ul { padding: 6px 0 6px 0; }

.sidenav li a{
	background: url(images/bullet.png) no-repeat;
	font-size: 1em;
	color: #d5d5d5;
	display: block;
	margin-left: 10px;
	padding: 0 0 4px 16px;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover { text-decoration: underline; }

.feed { margin: 5px 0 0 25px; }

.sidenav a {
	font-size: 1em;
	color: #FFF;
	display: block;
	margin: 0 auto;
	width: 80%;
}

.sidenav li a:hover { text-decoration: underline; }


/* content */
.content {
	/*float: left;*/
	margin: 0px;
        padding: 0px;
	width: 800px;

}

.post {
	color: #203866;
	width: 800px;
	/*float: left;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}
/*
.top {
	background: #ececec;
	float:left;
	width: 570px;
	height: 50px;
	padding-bottom: 10px;
	margin-top: 5px;
}
*/

.post h3 { color: #203866; font: bold 1.2em Arial,sans-serif; }

.post .text { width: 100%; color: #272727; padding: 0px; }
.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }
.post .text a { color: #203866; }
.post .text a:hover { color: #203866; text-decoration: none; }

.comm-area { color: #203866; }


.nav { display: block; color: #203866; width: 570px; float: left; margin: 10px 10px 0 10px; }
.nav h1, .nav h2 { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a { color: #203866; font: bold 1.2em Arial,sans-serif; }
.nav a:hover { text-decoration: none; }
.alignright { float: right; }
.alignleft { float: left; }

.title h1 { color: #7e2828; font: bold 1.6em Arial,Tahoma,sans-serif; margin: 12px 0 0 15px; }
.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }
.title a { color: #7e2828; text-decoration: none; }

.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }

.content .descr {
	color: #646464;
	font-size: 1em;
	padding: 1px 0 10px 0px;
}

.content li { list-style: url(img/li.gif); margin-left: 18px; }

.comment {
	background: #f4f4f4;
	width: 260px;
	height: 20px;
	float: right;
	color: #646464;
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

.comment a { color: #646464; text-decoration: none; }
.comment a:hover { text-decoration: underline; }
.comauthor a { color: #203866; text-decoration: none; }

.info {
	color: #5774ad;
	font-size: 1em;
	padding-top: 10px;
	border-top: 3px solid #c7c7c7;
	text-align: left;
}

.info a { color: #5774ad; }
.info a:hover { text-decoration: none; }

.search {
	background: #383838 url(images/search-bg.png) repeat-x;
	font: bold 1em Arial,sans-serif;
	text-align: center;
	color: #FFF;
	width: 520px;
	height: 58px;
}

.search_text { padding: 6px 0 6px 14px; }


/* footer */
.footer {
	width: 760px;
	margin: 0 auto;
	color: #343434;
	font: normal 1em Arial,sans-serif;
	text-align: left;
	padding: 10px 0 10px 0;
	border-top: 5px solid #c7c7c7;
}
.footer a {color: #343434; text-decoration: none; }
.footer a:hover {color: #343434; text-decoration: underline; }


/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 0 auto; width: 120px; }
#wp-calendar a { clear: both; }	
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }


/*-----------------------------------------------------*/

/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff url('images/kubrickbgcolor.jpg');*/
	/*background: #1189c2 url('images/bg.gif') repeat-x ;*/
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#page {
	/*background-color: white;*/
	/*border: 1px solid #959596;*/
	text-align: left;
	width: 820px;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	

	}




#headerimg 	{ 
	/*margin: 0px 9px 0; 
	height: 192px; 
	width: 850px; */
	
	} 

#content {
	font-size: 1em;
	background: url('images/contentbg.gif') repeat-x top left;
	margin: 90px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	border: 1px solid #e3e4e3;
	width: 800px;
	/*border: 1px solid #dadada;*/
	
	}
	


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/ 
	/*background: url('images/footershadow.png') no-repeat top ;*/
	border: none;
	
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	/*background-color: white;*/
	margin: 0px auto;
	padding: 0;
	width: 820px;
	/*border: 1px solid #959596;*/
	}

#header {
	/*background-color: #73a0c5;*/
	/*background: url('images/header.gif') no-repeat top left; */
	margin: 0px 0px 0px 10px; 
	padding: 0; 
	width: 820px;
	
	}

#headerimg {
	height: 60px;
	background: url('images/topbg.gif') repeat-x top left;
	border-bottom: 1px solid #e3e4e3;
	border-left: 1px solid #e3e4e3;
	border-right: 1px solid #e3e4e3;
	/*border-top: 3px solid #e1e2e3;*/
	width: 800px;

	}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0px;
	margin: 0;
	/*width: 470px;*/
	/*height: 390px;*/
	
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	width: 820px;
	clear: both;
	
	
	}

#footer p {
	margin: 0;
	padding: 20px 10px ;
	text-align: center !important;
	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*customize*/

#corp_toplinks_list {
	margin: 0px;
	padding: 40px 0px 8px 690px;
	
	
}

#corp_toplinks_list li {
	list-style-type: none;
	display: inline;
	margin: 10px;
	padding: 0px 2px 0px 5px;

	/*background: url('images/access-divide.gif') no-repeat top left;*/
}

#corp_toplinks_list li a {
	color: #2970c0;
}

#corp_toplinks_list li a:hover {
	text-decoration: none;
	color: #000;
}


#tabs {
	margin: 0px;
	padding: 0px;
	width: 802px;


}

#corp_links_list {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #dadada;
	background: url('images/tabs_bg2.gif') repeat-x top left;
	
}

#corp_links_list li {
	list-style-type: none;
	display: inline;
	padding: 10px 0px 10px 0px;
	border-left: 1px dotted #dadada;
	
}

.firstitem {
	border-left: none !important;
}

#corp_links_list li a {
	color: #fff;
	padding: 10px 16px 10px 16px;
	
}

#corp_links_list li a:hover {
	color: #feef01;
	/*background-color: #8a8b87;*/
	text-decoration: none;

}

#leftpanel h5 {
	font-size: 1.2em;
	color: #2970c0;
padding: 10px 0px 10px 0px;
}

/*#content p {
	text-align: justify;
	
}*/

#leftpanel p {
	text-align: justify;
	
}

/*#banner {
	background: url('images/topbanner.gif') no-repeat top left;
	height: 169px;
	border-top: 1px solid #dadada;
}
*/
#leftpanel {
	padding: 0px 15px 15px 20px;
	width: 550px;
	border-right: 2px dotted #e6e1e1;

	/*background: url('images/corp_logo_blue_black.png') #fff no-repeat top center;*/
}

#rightpanel {
	float: right;
	width: 180px;
    margin: 15px 8px 0px 8px;
	padding: 5px;
/*border-left: 2px dotted #e6e1e1;*/

	/*background: url('images/rightpanel_bg.gif') repeat-x top left;*/
}

#rightpanel h5 {
	font-size: 1em;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background: url('images/infoicon.png') no-repeat top left;
}



#rightpanel p a {
	color: #ce7206;
	font-style: italic;
}

.firstpara {
	background: url('images/pic2.gif') no-repeat top left;
	padding-left: 210px;
	padding-bottom: 30px;
	
}

.firstpara2 {
	/*background: url('images/career.gif') no-repeat top left;*/
	padding-left: 160px;
	
}

.firstpara2 h5 {
	
	padding-left: 160px;
	
}

.firstpara3 {
	/*background: url('images/pic3.gif') no-repeat top left;*/
	padding-left: 130px;
	text-align: left !important;
	
}


#logoimg {
	padding: 8px;
	margin: 0px;
}

#noticepanel {
	border-top: 1px dotted #e2dede;
	padding: 5px;
	margin-top: 40px;
}

#noticepanel p {
	font-size: .8em;
	color: #847f7f;
}

#bars {
	background-color: #f2f2f2;
	height: 5px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}


.bolded_text {
	font-weight: bold;
padding: 10px 0px 5px 0px !important;

}



#subpara {
border-top: 2px dotted #e7e9eb;
padding: 10px 2px 5px 2px;
}

#subpara_1 {
	float: left;
	width: 280px;
	border-right: 2px solid #e7e9eb;
	padding: 0px 10px 0px 0px;
	background: url('images/career.gif') no-repeat top left;
	min-height: 140px;
	
}

#subpara_1 h5 {
	padding: 0px 0px 0px 160px;
	margin: 0px;
}

#subpara_1 ul {
	padding-left: 160px;
}

#subpara_1 ul li a {
	color: #fe8a01;
	text-decoration: none;
}

#subpara_2 {
	margin-left: 300px;
	background: url('images/contactus.gif') no-repeat top left;
}

#lowpara {
	clear: both;
}


fieldset {
	margin: 100px 80px 50px 80px;
	background-color: #fff;
	border: 3px solid #024e72; 
	border-style: ridge; 
	
}

#banner {
	/*background: url('images/banner.gif') no-repeat top left;*/
	margin: 0px;
	padding: 0px;



}


#banner img {
	
	margin: 0px;
	padding: 0px 3px 0px 0px;



}


.main {
    
width: 800px;
margin: 0px 0px 0px 10px;
}




.browsee {
	font-style: italic;
	color: #fe8a01;
	list-style-type: none !important;
}

.browsee a {
	
	color: #2970c0 !important;

}




/*End Customize*/

.copyright {
	float: right;
	
}


#footer img {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}

.anchorTxt {
	float: right;
}

#virLi {
	margin-left: 5px;
}

#virLi li {
	list-style-type: none;
	padding: 0px 0px 0px 10px !important;
	background: url('images/dot.gif') no-repeat top left !important;
}

#virLi li a {
	color: #fcc349;
}


