/* CSS Document */

/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #007DC6; text-decoration: underline;}
a:active {	color: #007DC6;	text-decoration: underline;}
a:visited {	color: #007DC6;	text-decoration: underline;}
a:hover {	color: #AC090E;	text-decoration: none;}

.footerlink {
	font-size: 10px;
	background-image: url(../images/core/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100px;
	color: #666666;
	padding-top: 13px;
}
.footerlink a:link {	color: #666666;	text-decoration: none;}
.footerlink a:active {	color: #666666;	text-decoration: none;}
.footerlink a:visited {	color: #666666;	text-decoration: none;}
.footerlink a:hover {	color: #AC090E;	text-decoration: underline;}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #3300ab;
	background-image: url(../images/core/bg-re.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #575757;
	line-height: 18px;
	list-style-type: square;
}
.textPadding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 40px;
}
.bg-text {
	background-image: url(../images/core/bg-text.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

img.column_pic {
	position: absolute;
	margin-left: -204px;
}

/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #cacefa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #e0e3fb;
	height: 24px;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #cacefa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #e0e3fb;
	padding: 3px;
}
.heading-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5f5f5f;
	background-color: #f2f2f2;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-color: #a9a9a9;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #a9a9a9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-left: -10px;
	padding-left: 10px;
	margin-top: 25px;
}
.heading-title-red {

	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #3300aa;
}


/* -- gallery -- */
.gallery { 
	float: left;
}

.gallery ul { padding: 15px 0 0; margin: 0; }

.gallery ul li {
	width: 100px;
	height: 150px;
	display: inline;
	padding: 0 10px 10px 0;
	float: left;
	text-align: center !important;
}

.gallery ul li a img {
	border: 3px solid #e0e3fb;
}

.gallery ul li a:hover img {
	border: 3px solid #3300AB;
}

.clear { display: block; clear: both; }

.map { 
	width: 220px;
	height: 228px;
	display: block;
	float: right;
}

span.caption {
	width: 100px;
	margin-top: 3px;
	line-height: 1.2em;
}