html, body
{
	height: 100%;
}

html, body, div
{	
	margin:	0px 0px 0px 0px;
	padding: 0px;
}

body
{
	background-color: #656464;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 1.225em;
}
h1, h2, h3
{
	margin: 7px 0px 4px 0px;
}
h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.bg_img_top_right
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_img_top_left
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_img_bottom_right
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_img_bottom_left
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.header_line
{
	margin: 0px 0px 8px 0px;
	background: transparent url('../images/dots-light-blue.gif') repeat-x scroll left top;
	height: 1px;
}

#main_content
{
	color: #333333;
	font-size: 0.7em;
}
#main_content h1
{
	color: #1E4673;
}
#main_content p
{
	margin: 0px 0px 8px 0px;
}
#main_content a
{
	color: #0188CA;
}

#gallery img, .img_bdr
{
	background: #F6F1F0 none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	padding: 5px;
	display: inline-block;
}
.img_bdr
{
	text-decoration: none;
}

#testimonial_container
{
	width: 95%;
	border: 0px solid #E4E4E4;
	color: #A87171;
	font-size: 1.0em;
	font-style: italic;
}
#testimonial_identity
{
	margin-top: 5px;
	color: #865858;
	font-style: normal;
	text-align: right;
}

#side_bar, #side_bar_right
{
	background-color: #EFEFEF;
	background-repeat: repeat-y;
	color: #666666;
	font-size: 0.7em;
}
#side_bar
{
	background-image: url('../images/sidebar-shadow.gif');
	background-position: right;
}
#side_bar_right
{
	background-image: url('../images/sidebar-shadow-rt.gif');
	background-position: left;
}
#side_bar h1, #side_bar h2, #side_bar h3, #side_bar_right h1, #side_bar_right h2, #side_bar_right h3
{
	color: #1E4673;
}
#side_bar a, #side_bar_right a
{
	color: #0188CA;
}
#side_bar ul, #side_bar_right ul 
{
	margin-left: 1.5em;
	padding-left: 0;
}

.map_cell
{
	background-color: #EBECEC;
	text-align: center;
	border-top: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
}
.map_selected_cell, .map_selector_cell
{
	font-size: 1.3em;
	padding-top: 30px;
	padding-left: 30px;
	vertical-align: top;
}
.map_selected_cell
{
	background-color: #EBECEC;
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
}
.map_selector_cell
{
	border-right: 1px solid #0000FF;
}
.map_selected_cell a, .map_selector_cell a
{
	display: block;
	color: #745555;
	height: 100%;
	text-decoration: none;
	text-align: left;
}

#doc_word, #doc_pdf, #doc_other
{
	margin: 10px 10px 10px 10px;
	height: 60px;
	vertical-align: middle;
}
#doc_word
{
	background: #ffffff url('../images/icon-word.jpg') center left no-repeat;
}
#doc_pdf
{
	background: #ffffff url('../images/icon-pdf.jpg') center left no-repeat;
}
#doc_other
{
	background: #ffffff url('../images/icon-other.jpg') center left no-repeat;
}
#doc_word a, #doc_pdf a, #doc_other a
{
	display: block;
	padding: 5px 5px 5px 50px;
	color: #000000;
	height: 100%;
	border: 1px solid #EFEFEF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#doc_word a:hover, #doc_pdf a:hover, #doc_other a:hover
{
	border: 1px solid #CCCCCC;
}
#doc_word #description, #doc_pdf #description, #doc_other #description
{
	color: #745555;
	font-weight: normal;
	font-size: 0.85em;
}

#caption
{
	background-image: url('../images/caption-bg.gif');
	background-repeat: repeat-x;
	background-color: #EBECEC;
	padding: 15px 15px 15px 15px;
	color: #684B83;
	font-size: 0.8em;
}
#caption h1, #caption h2
{
	color: #4B4B4B;
}

#gallery_img
{
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

#bottom_menu
{
	text-align: center;
	font-size: 0.7em;
	color: #FFFFFF;
}

#bottom_menu a
{
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_menu a:hover
{
	color: #CCCCCC;
}

#copyright
{
	text-align: center;
	font-size: 0.6em;
	color: #D6D3D3;
	padding-top: 10px;
	padding-bottom: 10px;
}
#copyright a
{
	color: #CCCCCC;
	text-decoration: none;
}
#copyright a:hover
{
	color: #FFFFFF;
}
