
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0069a6;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0069a6;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0069a6;
}

h1 {
	font-size: 14px;
	color: #073976;
	font-weight: bold;	
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 12px;
	color: #073976;
	font-weight: bold;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.divider {
clear: both;

}

hr {
	border: none 0; 
	border-bottom: dashed 1px #0068a6;
	height: 1px;
	margin: 15px 0 15px 0;
}


/************** LAYOUT ****************/


#container {
	margin: 0 auto 0 auto;
	width: 788px;
	text-align: left;
	background-color: #FFF;
}


#banner  {
	padding: 24px 0 25px 48px;
	background: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	width: 722px;
}

#logo  {
	width: 231px;
	margin: 0 0 0 0;
}

#projects  {
	padding: 20px 20px 20px 20px;
}

#contentTopBG  {
	background: url(../images/contenttop_bg.gif);
	background-repeat: no-repeat;
	padding: 0 9px 0 9px;
}

#mainContent  {
	background: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

#contentTopBGpro  {
	background: url(../images/contenttoppro_bg.gif);
	background-repeat: no-repeat;
	padding: 0 9px 0 9px;
}

#mainContentpro  {
	background: url(../images/contentpro_bg.gif);
	background-repeat: repeat-y;
}


#mainImg  {


}


/************** MENU ****************/
#menu
{
	width: 770px;
	float: left;
	margin: 0 0 0 0;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #FFFFFF;
}
#menu ul
{
	padding: 0 0 0 0;
	margin: 0;
	float: right;
}

#menu ul li { 
	display: inline; 
}

#menu ul li a, #menu ul a:link, #menu ul a:visited
{
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	text-decoration: none;
	font-size: 12px;
	float: left;
	font-weight: bold;
	line-height: 32px;
	color: #073976;
}

#menu ul li a:hover
{
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	color: #000;
}

.menuDivider {
background-image: url(../images/menu_divider.gif);
background-position: left;
background-repeat: no-repeat;

}

/************** END MENU ****************/
#contentContainer  {
clear: both;
}


#leftMenu  {
	width: 220px;
	margin: 0 0 0 75px;
	padding: 22px 0 0 0;
	font-size: 11px;
}

#leftMenu img  {
	float: left;
	margin: 15px 30px 0 0;
}

#content {
	float: right;
	padding: 20px 20px 20px 0;
	width: 420px;
}

#cand {
	padding: 32px 20px 13px 35px;
	background-image: url(../images/cand_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
	width: 176px;
	margin: 0 0 1px 0;
}

#client {
	padding: 32px 20px 13px 35px;
	background-image: url(../images/client_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
	width: 176px;
}
/************** FOOTER ****************/


#pageEnd {
	width: 754px;
}



#footer {
	width: 754px;
	padding: 0 0 0 0;
	padding: 4px 0 40px 0;
	margin: 0 auto 0 auto;
}

#footerMenu {
	float: right;
}

#footer ul
{
	margin: 0;
	padding: 0;

}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;

}

#footer li a, #footer li a:link, #footer li a:visited
{
	font-size: 10px;
	line-height: 9px;
	color: #073976;
	text-decoration: none;
	padding: 0 6px 0 4px;
	margin: 0 0 0 0;
}

.footerBorder {
	border-right: solid 1px #073976;
}


#footer li a:hover
{
	color: #666;
}

#copy
{
	color: #79a5d0;
	width: 400px;
	font-size: 11px;
}

#copy a, #copy a:link, #copy a:visited
{
	font-size: 11px;
	line-height: 11px;
	color: #79a5d0;
	text-decoration: underline;
}

#footer a:hover
{
	color: #666666;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

