/* CSS Document */

/*------------------------------------------------------DEFAULT*/

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 150%;
	text-align: left;
}

a {
	color: #5E8CB9;
}

p {
	position: relative;
	margin: 0px 0px 15px 0px;
}

h1 {
	color: #145799;
	font-size: 32px;
	text-transform: uppercase;
	/*margin-top: 5px;*/
	/*margin-bottom: -15px;*/
	font-weight: normal;
	margin: 20px 0px 20px 0px;
}

h2 {
	color: #145799;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 10px;
	/*argin-bottom: 0px;*/
	font-weight: normal;
}

h3,
h3.header,
h3.footer {
	color: #3972A9;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	/*margin-top: 0px;*/
	/*margin-bottom: 0px;*/
}

h3.header,
h3.footer {
	background-color: #145799;
	color: #E4ECF3;
	padding: 9px 7px 7px 20px;
	margin: -1px 0px 10px -1px;
}

h3.footer {
/*	height: 0px;/**/
	margin: -1px 0px 0px -1px;
}



h4 {
	color: #5E8CB9;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h4.name {
	text-transform: none;
}


.error {
	color: #FF0000;
}

.break {
	border-top: 1px dotted #BBBBBB;
}

.detail {
	position: absolute;
	left: 50px;
	margin-top: -2px;
	color: #777777;
}




/*------------------------------------------------------PAGE*/

#page {
	background-image: url(../images/ui/page_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 932px;
	margin: 0px auto 0px auto;
}

#header .content,
#main .content,
#footer .content {
	margin-left: 34px;
	margin-right: 35px;
}



/*------------------------------------------------------HEADER*/

#header {
	position: relative;
	height: 156px;
	padding: 15px 0px 0px 0px;
	z-index: 3;
}

#header .content {
	position: relative;
	height: 100px;
}

#header .logo {
	border: none;
	position: relative;
	float: left;
	padding: 0px 0px 0px 15px;
}

#header .banner {
	border: none;
	position: relative;
	float: right;
}


/*------------------------------------------------------MENU*/

#menu {
	position: relative;
	clear: both;
	top: 12px;
	left: 0px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	position: relative;
	display: inline;
	float:left;
	padding: 0px;
	margin: 0px -4px 0px 0px;
}

#menu ul li a,
#menu ul li a:hover {
	display: block;
	background-image: url(../images/ui/menu_link.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 13px 8px 10px;
	margin: 0px 0px 0px 0px;
}

#menu ul li a:hover {
	background-image: url(../images/ui/menu_hover.gif);
}

#menu ul li ul {
	position: absolute;
	visibility: hidden;
	top: 32px;
	left: 1px;
	padding: 2px 0px 0px 0px;
}

#menu ul li ul li {
	float: none;
}

#menu ul li ul li a,
#menu ul li ul li a:hover {
	background-image: url(../images/ui/menu_sub_link.png);
	width: 200px;
	height: 18px;
	color: #145799;
	padding: 8px 9px 8px 10px;
}

#menu ul li ul li a:hover {
	background-image: url(../images/ui/menu_sub_hover.png);
	color: #FFFFFF;
}



/*------------------------------------------------------CONTENT*/

#main {
	position: relative;
	margin: 0px 0px 0px 0px;
	z-index: 2;
	
}

#main .sidebar {
	position: relative;
	float: right;
	
	padding-left: 10px;
	margin-left: 10px;
	padding-right: 35px;
	
	border-left: 1px dotted #BBBBBB;
	width: 250px;
	
}

#main .content {
	position: relative;
}


#main .content .block-center {
	text-align: center;
}
#main .content .block-left {
	margin: 0px 0px 0px 0px;
}
#main .content .block-quote {
	position: relative;
	left: 13px;
	width: 500px;
}


#main .content .col1,
#main .content .col2 {
	position: relative;
	width: 410px;
}

#main .content .col2 {
	float: right;
}


#main .content .panorama {
	border: none;
	margin: 0px 0px 10px 0px;
}

#main .content ul {
	list-style-image: url(../images/ui/bullet.gif);
	padding: 0px;
	margin: 0px 0px 15px 20px;
}

#main .content ul li {
}

#main .content ul li ul {
	margin-bottom: 0px;
}

#main .content ul.heading li {
	color: #666666;/*#5E8CB9;*/
	font-weight: bold;
}

#main .content ul.heading li ul {
	margin-bottom: 15px;
}

#main .content ul.heading li ul li {
	color: #555555;
	font-weight: normal;
}

#main .content ul p {
	color: #555555;
	font-weight: normal;
	margin: 10px 0px 15px 5px;
}


/*------------------------------------------------------CONTACT FORM*/

#contact-form {
	margin: 0px 0px 0px 0px;
}
#contact-form label {
	display: block;
	padding: 10px 0px 0px 0px;
}
#contact-form input {
	width: 580px;
}
#contact-form textarea {
	width: 580px;
}




/*------------------------------------------------------MINI TABLE*/
table.mini {
	position: relative;
	border-collapse: collapse;
}

table.mini tr td {
	position: relative;
	width: 240px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

table.mini tr td.left {
	border-right: 1px dotted #BBBBBB;
}
table.mini tr td.right {
	padding: 0px 0px 0px 20px;
}


/*------------------------------------------------------CONTENT TABLE*/
table.highlight,
table.columns,
table.projects {
	width: 589px;
	border-collapse: collapse;
	position: relative;
	margin: 0px 0px 10px 0px;
}
table.highlight tr {
}
table.highlight tr td {
	background-color: #E4ECF3;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
}
table.highlight tr td.dark {
	background-color: #D2E1EF;
}
table.highlight tr td.light {
	background-color: #FFFFFF;
}

table.highlight tr td .highlight-content {
	padding: 0px 20px 20px 20px;
}




table.columns tr {
	position: relative;
}
table.columns tr td {
	position: relative;
	vertical-align: top;
	padding: 0px 0px 20px 0px;
}





table.projects tr {
	position: relative;
}
table.projects tr td {
	position: relative;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
/*	padding: 0px 20px 20px 20px;
/*	padding: 0px 0px 20px 0px;*/
}
table.projects .project {
	background-image: url(../images/ui/pdf_thumb.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 15px 11px;
}
table.projects .project img {
	border: none;
}
table.projects .project p {
	text-transform: uppercase;
	font-size: 10px;
	padding: 4px 0px 0px 0px;
}



.award {
	clear: left;
}

.award img {
	float: left;
	padding: 0px 10px 15px 0px;
}

.award-info {
	margin-left: 165px;
}


/*------------------------------------------------------FOOTER*/

#footer {
	z-index: 1;
	clear: both;
	position: relative;
	background-image: url(../images/ui/page_footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 0px;
	height: 80px;
}

#footer .mba {
	vertical-align: top;
	position: absolute;
	top: 13px;
	right: 45px;
	color: #FFFFFF;
}

#footer .mba img {
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	margin: 1px;
}

#footer .content {
	position: relative;
	background-color: #145799;
	color: #FFFFFF;
	margin-bottom: 45px;
	padding: 10px;
}

#footer .content .copy {
	color: #B8CCE0;
}

/*------------------------------------------------------AUTHOR*/
#author {
	z-index: 2;
	position: relative;
	top: -15px;
	color: #999999;
	text-align: center;
}

#author a {
	color: #5E8CB9;
}