/* 
-------------------------------------------------
Layout
-------------------------------------------------
*/
table { margin: 0; padding: 0;}


/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #0054A6; text-decoration: underline;}
a:active {	color: #0054A6;	text-decoration: underline;}
a:visited {	color: #0054A6;	text-decoration: underline;}
a:hover {	color: #D1181E;	text-decoration: none;}

.footerlink {
	color: #448CCB;
	position: relative;
	font-size: 9px;
}
.footerlink a:link {	color: #448CCB;	text-decoration: none;}
.footerlink a:active {	color: #448CCB;	text-decoration: none;}
.footerlink a:visited {	color: #448CCB;	text-decoration: none;}
.footerlink a:hover {	color: #D1181E;	text-decoration: underline;}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #EEF9FF;
	background-image: url(../images/core/bg-re.jpg);
	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: #464646;
	line-height: 18px;
	list-style-type: circle;
}

.text-Padding {
	background-image: url(../images/core/bg-text.gif);
	background-repeat: no-repeat;
	background-position: lef top;
	padding-bottom: 30px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 75px;
}
.text-Padding-Inner {
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 20px;
}

/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #448CCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	height: 24px;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #448CCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	padding: 3px;
}

/* 
-------------------------------------------------
Headings
-------------------------------------------------
*/
.heading-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099CC;
	background-color: #E8F4FC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top: 1px solid #BDDEE8;
	margin-left: -8px;
}
.heading-title-red {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #D1181E;
}

/* 
-------------------------------------------------
action
-------------------------------------------------
*/

.action-heading {
	color: #FFFFFF;
	background-image: url(../images/core/action-bg-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	background-color: #41A5E9;
	padding-left: 15px;
	padding-top: 2px;
	font-weight: bold;
	padding-right: 10px;
}
.action-text {
	background-color: #E9F5FC;
	color: #0054A6;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url(../images/core/action-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}
#photo-border img{
	border: 1px solid #BDDEE8;
}
.news-category {
	background-image: url(../images/core/arrows_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	font-weight: bold;
	margin-right: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BDDEE8;
}
.news-listing {

	background-image: url(../images/core/arrows_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 30px;
	font-weight: bold;
	margin-right: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BDDEE8;
}
.news-title {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099CC;
	background-color: #E8F4FC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top: 1px solid #BDDEE8;
}

/* 
-------------------------------------------------
navigation
-------------------------------------------------
*/

ul#nav{
	display: block;
	margin-top: -32px;
	height: 22px;
}

ul#nav li{
	height: 18px;
	display: inline;
	float: left;
}

ul#nav li a{
	border-right: 1px dotted #000;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}

ul#nav li a:hover{
	color: #3fb2d8;
	font-size: 14px;
}

a#profile{
	width: 64px;
}

a#services{
	width: 84px;
}

a#news{
	width: 97px;
}

a#contact{
	width: 81px;
	border-right: none !important;
}

a#home{
	width: 60px;
}

#banner  { width:750px; height:300px; display:block; overflow:hidden; background:url(../images/flash-placeholder.jpg) no-repeat 0 0; position:absolute; z-index:1; }
#home-logo { position:relative; z-index:20; display:block; }