
/************** 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: #eaebee;
	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: #abb7cb;
	text-decoration: none;
	font-weight: bold;
}

.imgHolder img {
	padding: 10px 10px 10px 10px;
	border: 1px solid #abb7cb;
	margin: 0px 17px 10px 0;
}

.imgHolderHome img {
	padding: 10px 10px 10px 10px;
	border: 1px solid #abb7cb;
	margin: 0px 17px 0 0;
	display: block;
}
.imgHolderHome a {
	float: left;
	margin: 0 0 15px 0;
}

.imgHolder {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #abb7cb;
}

.imgHolderHome {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #abb7cb;
	float: left;
}

a:visited {
	color: #0abb7cb;
}

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

a:active {
	color: #abb7cb;
}

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

h2 {
	font-size: 14px;
	color: #abb7cb;
	font-weight: bold;	
	margin: 15px 0 10px 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: 20px auto 0 auto;
	width: 858px;
	text-align: left;
}


#banner  {
	padding: 52px 0 0 50px;
	background: url(../images/banner_bg.gif);
	background-repeat: no-repeat;
	width: 808px;
}

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

#contentTopBG  {
	background: url(../images/page_top_bg.gif);
	background-repeat: no-repeat;
	padding: 0 4px 0 4px;
	width: 850px;
}

#mainContent  {
	background: url(../images/page_content_bg.gif);
	background-repeat: repeat-y;
	width: 858px;
}

#rightCol {
	width: 258px;
	float: left;

}

#leftContent  {
	float: left;
	width: 591px;
	margin: 0 1px 0 0;

}


/************** MENU ****************/
#menu
{
	width: 218px;
	float: left;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0 40px 40px;

}
#menu ul
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#menu li
{
	display: block;
	padding: 5px 0px 3px 15px;
	line-height: 14px;
	width: 155px;
	background: url(../images/arrow.gif) no-repeat left top;
	list-style-type: none;
}

#menu li a, #menu li a:link, #menu li a:visited
{
	text-decoration: none;
	padding: 2px 3px 5px 0;
	margin: 0;
	color: #abb7cb;
	font-size: 10px;
	font-weight: bold;
}

#menu li a:hover
{
	text-decoration: none;
	color: #ffcc00;
}

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


#leftMenu  {
	width: 231px;
	margin: 0 0 0 19px;
}

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

#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 ****************/



#footer {
	width: 858px;
	padding: 5px 0 20px 0;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}


#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: 9px;
	line-height: 9px;
	color: #abb7cb;
	text-decoration: none;
	padding: 0 6px 0 4px;
	margin: 0 0 0 0;
	font-weight: normal;
}

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


#footer li a:hover
{
	color: #ffcc00;
}
#footer a:hover
{
	color: #fff;
}
#copy
{
	color: #abb7cb;
	width: 858px;
	font-size: 11px;
	text-align: center;
}

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

