/* CSS Document */


/*********************************** STANDARD ***********************************/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 20px 0px 0px 0px;
	background-image:url(../images/tile_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
 
p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-align: justify;
	line-height:16px;
}

ul, ol {
	font-size: 11px;
	color: #888888;
	text-align: justify;
	line-height:16px;
}

h1 {
	font-size:21px;
	color:8E9295;
	font-weight: normal;
}

td {
	vertical-align:top;
}

/*********************************** CUSTOM CLASSES ***********************************/
.footer {
	font-size: 10px;
	color: #AAAAAA;
	text-align:center;
}





/*********************************** IDS ***********************************/
#navigation {
	background-color:#FFFFFF;
}

#left_tile {
	background-image:url(../images/border_left.jpg);
}

#right_tile {
	background-image:url(../images/border_right.jpg);
}

#bottom_left_tile {
	background-image:url(../images/border_left.jpg);
	vertical-align:bottom;
}

#bottom_right_tile {
	background-image:url(../images/border_right.jpg);
	vertical-align:bottom;
}

#title {
	background-color:#8E9295;
}

#main {
	padding: 20px 38px 10px 34px;
	background-color:#FFFFFF;
}

#footer {
	padding: 0px 38px 15px 34px;
	background-color:#FFFFFF;
}

#tbl_directions {
	padding-top: 25px;
}

#tbl_map {
	padding-top: 40px;
}

/*********************************** LINKS ***********************************/
a, A {
	color:#333333;
	font-size: 12px;
	text-decoration:underline;
}

a:hover, A:hover {
	color: #999999;
	text-decoration:none;
}

.footer_link {
	color:#AAAAAA;
	font-size: 10px;
	text-decoration:underline;
}

.footer_link:hover {
	text-decoration:none;
	color:#666666;
}


/*********************************** FORM ELEMENTS ***********************************/
.input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	
	width: 300px;
}

.input_login {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	
	width: 200px;
}

.submit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

/*********************************** RSS STYLING ***********************************/


.rssxpresschannel {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.rssxpresschtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #8E9295;
}

.rssxpresschdesc {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size : 11px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
}

.rssxpressittitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	color:#666666;
	background-color:#FFFFFF;
	padding-top: 15px;
}


.rssxpressitdesc {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	color:#666666;
	background-color:#FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}

.rssxpresstable {
	text-align: left;
}

/* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
channel - to alter it's colour just change the background-color image. */

.rssxpressdivider {
	background-color : #FFFFFF;
}
