@charset "utf-8";
/* CSS Document */

html, body{
height:100%;
}

body{
margin:0px;
width:100%;
background-image:url(/images/b-Page.jpg);
background-repeat: repeat-x;
background-color:#ededed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:16px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f40000;
	text-decoration: none;
	outline:none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f40000;
	text-decoration: underline;
	outline:none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f40000;
	text-decoration: none;
	outline:none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f40000;
	text-decoration: underline;
	outline:none;
}

#wrapper{
width:808px;
height:100%;
min-height:836px;
margin:auto;
text-align:center;
background-color:#ebebeb;
}

#header{
width:808px;
height:148px;
}

#menu{
width:783px;
height:30px;
background-color:#fff;
text-align:left;
padding-left:25px;
}

#content{
width:808px;
height:100%;
background-image:url(/images/b-Right-Side.jpg);
background-repeat: no-repeat;
background-position:top right;
position:relative;
display:block;
background-color:#fff;
}

#flash{
width:517px;
float:left;
background-image:url(/images/b-Left-Side.jpg);
}

#subContent{
width:517px;
float:left;
background-image:url(/images/b-Left-Side.jpg);
background-repeat:repeat-x;
height:608px;
display:block;
}

#intro{
width:265px;
height:608px;
float:left;
background-color:#fff;
/*background-image:url(/images/b-Left-Side.jpg);*/
}

p{
text-align:left;
}

.contact{
font-weight:normal;
font-size:11px;
color:#7e7e7e;
}

.subheader{
font-weight:bold;
font-size:14px;
color:#6f6f6f;
}

.form{
font-weight:bold;
font-size:12px;
color:#6f6f6f;
}

.thumbCaption{
font-weight:bold;
font-size:12px;
color:#f40000;
text-align:center;
padding-top:5px;
height:53px;
}

.thumbCaptionPort{
font-weight:bold;
font-size:14px;
color:#f40000;
text-align:left;
padding-top:5px;
}

.address{
font-weight:bold;
font-size:14px;
color:#6f6f6f;
text-align:left;
padding-top:5px;
}

#footer{
width:808px;
height:80px;
background-image:url(/images/b-Footer.gif);
background-repeat:no-repeat;
position:relative;
}

.caption{
font-size:11px;
color:#7e7e7e;
text-align:left !important;
margin-left:0px;
}

