﻿/* CSS layout */

#body {
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	background-color:#C5CFFF;
	background-image:url('../images/backimglgfd.gif');
	margin-top: 0;
}


#container_All {
	margin:auto;
	width: 778px;
	border: 1px #050D38 solid;
}



#banner {
	background-color: #050D38;
	width:100%;
	height: 98px;

}

.imgborder{
	border-width: 0px;
}

.imgmargin{
	text-align:center;
	border-width: 0px;
	
}

.imgcontentleft{
	border-width: 0px;
	vertical-align: text-bottom;
	margin: 3px 6px 0px 3px;
	float:left;	
}


#top_nav {
	margin: 0;
	padding: .1em;
	background-color: #8B9EFF;
	width: 774px;
	height:30px;
	text-align:center;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#container_Content {
	margin-bottom: 0;
	padding-bottom: .1em;
	background-color:#C5CFFF;
	width:100%;
	height: 100%;
	position: relative;
	width: 100%;
}

#page_content {
	border-right: 1px #8B9EFF solid;
	height: 100%;
	margin-right: 200px;
	padding: 10px 25px 0px 10px;
	text-align: justify;
}

.contactcontent{
	text-align: center;
	font-size: x-large;
	
}

#page_content_ul{
	margin-left: 20px;
	padding-left: 20px;
	list-style-type:disc;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}
#right_nav {
	padding: 10px 0px 0px 100px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
}

#galleryimages{
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}

#gallerycopy{
	margin-top: 0;
	margin-bottom: 0;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

/* Footer */
#footer_container {
	margin-bottom: 0;
	padding-bottom: .1em;
	background-color: #8B9EFF;
	width:100%;
	text-align:center;

}
.para_footer{
	margin-top: 0;
	margin-bottom: 0;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

.para_footerlocal{
	margin-top: 0;
	margin-bottom: 0;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #a22222;
}


#copyright {
	width:20%;
	font-size:x-small;
	vertical-align:bottom;
	text-align:left;
}

#address {
	width:80%;
}
#truwebs {
	width:20%;
    font-size:x-small;
    vertical-align:bottom;
	text-align:right;
}



/* Links */

a:link {
	text-decoration:underline;
	font-size: small;
	text-decoration: none;
	color: #a22222;
	font-weight: bold;
}

a:active{
	font-size: small;
	font-weight:normal;
	text-decoration:underline;
	color: #a22222;

}
a:visited {
	text-decoration:underline;
	font-size: small;
	color: #a22222;
	font-weight: bold;
}
a:hover {
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;

}

/* Vertical Unordered List with image bullet */


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 4px;
padding-left: 4px;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}




/* Headings */
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #939dce;
	text-transform: lowercase;
	letter-spacing: 3px;
	word-spacing: 2px;
}

.h2 {
	 font-family: Verdana, Helvetica, sans-serif;
     text-align: left;
     font-size: 12pt;
     color: #606FB7;
     font-weight:bold;
     letter-spacing: 3px;
	 word-spacing: 2px;


}

.h3 { 
     font-family: Verdana, Helvetica, sans-serif;
     text-align: left;
     font-size: 12pt;
     color: #000000;
     font-weight:bold;
}

.h4 { 
     font-family: Verdana, Helvetica, sans-serif;
     text-align: left;
     font-size: 12pt;
     color: #000000;
     font-weight:bold;
}