/***************************************************
GLOBAL TEXT ELEMENTS
***************************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../graphics/bkg_tile.jpg);
	background-repeat:repeat-x;
	}

a {
	color: #006; 
	text-decoration: none; 
	}

a:link { 
	color: #006; 
	text-decoration: underline; 
	}
a:visited { 
	color: #006;
	text-decoration: underline;
	}
a:hover { 
	color: #000; 
	text-decoration: underline; 
	}

a.nav {
	font-size:12px; 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	}
a.nav:link { 
	color: #000; 
	}
a.nav:visited { 
	color: #000; 
	}
a.nav:hover { 
	color: #900; 
	text-decoration: underline; 
	}

/***************************************************
HEADING TEXT ELEMENTS
***************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #346583; }

h2 { font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
	padding-bottom:5px; }


h3 {
	font-size: 13px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000; }

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000; }


/***************************************************
PARAGRAPH TEXT ELEMENTS
***************************************************/

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #000; }

div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #000; }


/***************************************************
MISCELLANEOUS
***************************************************/

ul {
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}

ul.ordered {
	list-style: decimal;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#000; 
	}

.pinlineBox {
	border: 1px; 
	color: #999; 
	border-style: solid; 
	padding: 10px 10px 10px 10px; }

.pinlineBox2 {
	border: 1px;
	color: #999;
	border-style: solid;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 150px;
	border-color : #CCC;
}


/***************************************************
FORM ELEMENTS
***************************************************/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000; }

form { display: inline; }


/***************************************************
CUSTOM STYLES
***************************************************/

#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #90a3b2; 
	text-decoration: none; }
	
#copyright a{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #90a3b2; 
	text-decoration: none;}
#copyright a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #90a3b2; 
	text-decoration: underline;
}
#copyright a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #90a3b2; 
	text-decoration: none;
}
	
.contactBkg{
	background-image:url(../graphics/contact_bkg.jpg);
	background-repeat:no-repeat;
	
}

.newsBkg{
	background-image:url(../graphics/news_bkg.jpg);
	background-repeat:no-repeat;
	
}

.galleryBkg{
	background-image:url(../graphics/constgallery_bkg.jpg);
	background-repeat:no-repeat;
	
}

.downloadBkg{
	background-image:url(../graphics/downloads_bkg.jpg);
	background-repeat:no-repeat;
	
}

.faqsBkg{
	background-image:url(../graphics/faq_bkg.jpg);
	background-repeat:no-repeat;
	
}

#formPad{margin:0; padding:0 0 0 10px;}
#faqPad{margin:0; padding:0 40px 20px 40px;}
#newsPad{margin:0; padding:0 40px 20px 40px;}
