﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* { margin: 0; padding: 0; }

body
{
	margin: 0px;
	background-color: #e7e7e7;
	color: #244386;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; /*Georgia, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}

p
{
	margin: 20px 20px 10px 20px;
	font-size: 14px;
	line-height: 28px;
}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	/* _margin:10px 0; */
	}
	
blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	line-height:1.1em;
	margin:5px 0;
}

h1
{
	font-size:16px;
	margin:0 0px;
	line-height:1.5em;
	color:#244386;
	font-weight:bold;
	position:relative;
	width:100%;
	padding-left:10px;
	padding-top:0px;
}

.headerlarge
{
    font-size:28px;
    color:#244386;
    font-weight:bold;
    font-variant:small-caps;
    margin-left:10px;
    margin-top:25px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

.headersmall
{
    font-size:18px;
    color: #244386;
    font-variant:small-caps;
    font-weight:bold;
    margin-left:10px;
    margin-top:5px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 14px;
	color: #28166f;
	font-weight: bold;
	position: relative;
	margin: 0 0px;
	padding-top: 1px;
	width: 100%;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:12px;
	color: #244386;
	font-weight: bold;
	padding-left:3px;
	padding-top:10px;
}

h5 {
	font-size:10px;
	color: #ffffff;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTAINER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#upper-container
{
    width: 880px;
    height: 70px; /*100%;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url('Images/bg-top.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#middle-container 
{
	width:880px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url('Images/bg.gif');
    background-repeat: repeat-y;
    background-position: center;
}

#lower-container 
{
	width:880px;
	height:70px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url('Images/bg-bottom.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#header
{
    width: 760px;
    height:180px;
    position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url('Images/header.jpg');
    background-repeat: no-repeat;
    background-position: center;    
}

#header-text
{
    position: absolute;
    margin-left:30px;
    margin-top:45px;
    font-variant: small-caps;
}

#content-container
{
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

#content-left-column
{
	float:left;
	width:200px;
}

#content-right-column
{
	width:480px;
	float:right;
	height:auto;
	padding-left:20px;
	padding-right:20px;
}

#menu-top
{
    width:200px;
    height:20px;
    position:relative;
	background-image: url('Images/menu-top.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

#menu-middle
{
    width:200px;
    height:200px;
    position:relative;
	background-image: url('Images/menu.jpg');
    background-repeat: repeat-y;
    background-position: left;
}

#menu-bottom
{
    width:200px;
    height:20px;
    position:relative;
	background-image: url('Images/menu-bottom.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

.titleleft
{
	background-image: url('images/bar_a.gif');
    background-repeat: no-repeat;
    height:40px;
}


.titlebar
{
    margin-bottom:20px;
    margin-top: 8px;
    background-image: url('images/bar_b.gif');
    background-repeat: repeat-x;
    height:40px;
}

#footer-container
{
	width:900px;
	height:auto;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
}

#footer ul
{
	margin:0;
	padding:0;
	font-size:10px;
	list-style:none;
	text-align:center;
}

.header
{
	height:30px;
	border: solid 1px #75778a;
	width:350px;
	margin-top:25px;
	margin-left:20px;
	position:relative;
	background-image: url('Images/delivery-bg3.jpg');
	background-repeat:repeat-x;
}

.niclogo
{
	width:190px;
	height:122px;
	margin-left:4px;
	border: solid 1px #a4a4a4; /* ffffff; */
}

#picturelist ul
{
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	list-style: none;
	width:450px;
	text-align: center;
}

#picturelist ul li
{
	float:left;
	display:inline;
	width:125px;
	text-align: center;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:30px;
	height:100px;
	border: solid 1px #000000;
}

.contactpanel
{
	margin-top:30px;
	width:190px;
	height:auto;
	margin-left:3px;
}

.contactinner
{
	margin-left:20px;
	margin-top:5px;
}

.contactinner ul
{
	margin-left:15px;
	margin-top:15px;
	margin-bottom:20px;
	list-style-type:none;
}

.contactinner li
{
	list-style-type:none;
	vertical-align:middle;
	padding-left:25px;
	padding-top:4px;
	color: #244386;
	font-weight: bold;
	line-height: 18px;
	background:transparent url('images/telephone.gif') no-repeat;
    background-position: 0px 4px;

}

.contactinner a:link
{
	color: #244386;
}

.fax li
{
	background:transparent url('images/printer.gif') no-repeat;
    background-position: 0px 4px;
}

.yellow
{
	background-image: url('images/contact.gif');
    background-repeat: no-repeat;
    background-position: left top;
    height:23px;
    width:180px;
    padding-top:5px;
    padding-left:20px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-left:3px;
    color:#244386;
	font-weight:bold;
}

.textbox
{
	margin-top:5px;
	margin-bottom:8px;
	padding-left:8px;
	padding-top:0px;
	font-size:16px;
	vertical-align: middle;
	width: 350px;
	background-color:#e0f1fb;
	border: solid 1px #707070;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color: Blue;
	text-decoration:none;
}

a:visited {
	color: Purple;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: Red;
}

.contact a:link
{
	font-size:12px;
	font-weight:bold;
	color:#1174b7;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content ul
{
	margin:0;
	padding:0;
	line-height:25px;
	list-style-type:circle;
}

#content li
{
	margin-left:40px;
	margin-bottom:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	clear:both;
	}

.none {
    display:none;
}

.line
{
	border-top: 3px solid #28166f;
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

.line2
{
	border-top: 3px solid #28166f;
	width:320px;
	margin-left:auto;
	margin-right:auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contact
{
    width: 330px;
    height: auto;
    border: 1px #FFFFFF solid;
    padding-left: 20px;
    background-image: url('Images/contact-bg.gif');
    background-repeat: repeat-x;
}

.contact-text
{
    font-size: 1.2em;
    color: #FFFFFF;
}

.contact-button
{
    border: 2px solid #008c00;
    color: #FFFFFF;
    background-color: #4ba614;
}

b.contact
{
	font-size:16px;
	font-weight:bold;
	color:#1174b7;
}

b.link
{
	color:#4a4a4a;
}

#contactform
{
	margin-top:5px;
	margin-left:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED CORNERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.roundedcornr_box_791807 
{
	margin-top:5px;
   background: #f1da34 url(images/roundedcornr/roundedcornr_791807_grad.gif) repeat-x top left;
}
.roundedcornr_top_791807 div {
   background: url(images/roundedcornr/roundedcornr_791807_tl.gif) no-repeat top left;
}
.roundedcornr_top_791807 {
   background: transparent url(images/roundedcornr/roundedcornr_791807_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_791807 div {
   background: url(images/roundedcornr/roundedcornr_791807_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_791807 {
   background: transparent url(images/roundedcornr/roundedcornr_791807_br.gif) no-repeat bottom right;
}

.roundedcornr_top_791807 div, .roundedcornr_top_791807,
.roundedcornr_bottom_791807 div, .roundedcornr_bottom_791807 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_791807 { margin: 0 15px; }
