@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, p {
	font-size: 16px;
	color: #000000;	
	line-height: 28px;
	letter-spacing:0.1em;
}
.highlight {
	color: #FF0000;
}
select, input, textarea {
	border: 1px solid #176ABD;
}
.inputCustom {
	width:240px;
}

.subtitle1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
/*
.subtitle2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle4 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle5 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle6 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle7 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle8 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle9 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle10 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle11 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.subtitle12 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
*/

#contactdiv{
	/*-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	
	behavior: url(script/PIE/PIE.htc);
	*/
	background: #FFFFFF;
	/*margin: 50px 20px;
	padding:0px 0px 90px 0px;*/
}

#contactdiv p, #contactdiv h2{
	/*padding:35px 20px 5px 20px;*/
}
#transport {
	background:#F7F5F6;
	margin:5px;
	padding:20px 20px 50px 20px;
}
#transport ul{
	list-style: none;
	padding:20px 0px;
	margin:0;
	float: left;
}
#transport ul a{
	text-decoration:none;
}


#transport ul li{
	padding:5px 15px;
}
#transport ul li.current{
	background: #FFFFFF;
	padding:5px;
}
.convas{
	overflow:hidden;
	width:550px;
	height:380px;
	background: #FFFFFF;
}

.convas .page{
	padding:20px;
	position: absolute;
	background:#fff;
}

.convas .page p{
	font-size:14px;
}


.convas .page table{
	border-collapse: collapse;
	/*border-top: 1px solid #E17C00;*/
	/*border-bottom: 1px solid #E17C00;*/
}
.convas .page table tr{
	padding: 2px 5px;
}
.convas .page table td{
	vertical-align: top;
	padding: 4px 10px;
	/*border: 1px solid #E17C00;*/
}
a:link {
	color: #7A7A7A;
	text-decoration: underline;
}
a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}
a:visited {
	color: #7A7A7A;
	text-decoration: underline;
}
.searchText {
	font-size: 12px;
	line-height: 26px;
}
.searchText a:link {
	color: #000000;
	text-decoration: none;
	letter-spacing: 0em;
}
.searchText a:visited {
	color: #000000;
	text-decoration: none;
}
.navigation {
	color: #7A7A7A;
	font-size: 12px;
	padding-right: 12px;
}
.headline {
	color: #DB8E14;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.menuText {
	color: #FFFFFF;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 16px;
}
.menuText a:link {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.menuText a:hover {
	color: #7A7A7A;
	font-size: 16px;
	text-decoration: none;
}
.menuText a:visited {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.footer {
	color: #7A7A7A;
	font-size: 12px;
	line-height: 26px;
}
.remark {
	color: #7A7A7A;
	font-size: 12px;
}
.shadow {
	/* standard */
	-moz-box-shadow: 3px 3px 4px #888888;
	-webkit-box-shadow: 3px 3px 4px #888888;
	box-shadow: 3px 3px 4px #888888;
	/* IE7+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	/* IE5.5-7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}
.smalltext {
	font-size: 12px;
}
.subdiv {
	background:#FCF6ED;
	padding:10px;
}
.specialtyBg {
	background: #DB8E14;
	color: #FFFFFF;
}
.aia-info{
	border-top: 1px solid #d4d4d4;
	margin-left: 5px;
	margin-top: 30px;
	padding-top: 20px;
	width: 215px;
}
.aia-info img{
	width: 100%;
}
.contact-info td:first-child{
	font-weight: bold;
}
.contact-info img{
	width: 30px;
}
.contact-info td{
	vertical-align: middle;
}
.contact-info td:nth-child(2){
	width: 35px;
	text-align: center;
}
.contact-info td{
	padding-bottom: 5px;
}
.contact-info a{
	color: #000;
}