/*Address box*/
#address {
	color: #596982;
	font-size: 12px;
    font-weight: bold;
	padding: 31px 0 0 28px;
	position: absolute;
}
#address-img {
	position: absolute;
}
#address-container {
	position: relative;
}
#address span {
	color: #26625E;
}
#address span a {
	color: #3B5998;
	font-size:16px;
	padding:5px;
}
#phone {
	font-size: 18px;
}


/*Footer Text */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D396B8;
	background:none;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F7ECF2;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D6F3F1;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

/*Page Properties*/
p {
	text-align: justify;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-position: top;
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #C2D3E7;
}
	
/*Content default*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	text-align:left;
}

/*Pictures*/
.picborder {
	border: 1px solid #BCD8D6;
}

.picRight {
	border: 1px solid #999999; 
	float:right; 
	margin-left:20px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #999999; 
	float:left; 
	margin-right:20px;
}
.picLeftnoborder {
	float:left; 
	margin-right:20px;
}

/*Contact Form*/
.inputSelect {
	font-weight: normal;
	font-size: 14px;
	border: #CCCCCC 1px solid;
	color: #176371;
	width:200px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.inputComment {
	font-weight: normal;
	font-size: 14px;
	border: #CCCCCC 1px solid;
	color: #176371;
	width:250px;
	background-color: #FFFFFF;
}

.inputButton {
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 10px;
	width:90px;
	background-color: #437282;
	border: solid 1px #cccccc;
	padding: 2px;
}

.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* Link Styles */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #427975;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #426F6B;
	text-decoration: underline;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #529792;
	text-decoration: none;
}
.link2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #529792;
	text-decoration: underline;
}
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.outlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/outlink.gif) no-repeat right;
}

.outlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	text-decoration: underline;

}
/* Link Styles Ends */

.button-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

/* List Styles */
.list {
	list-style-image: url("../images/arrow_01.gif");
}