/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #2B2B2A;
}
body, p, div, td {
	font-family: Verdana,Arial;
	font-size: small;
    color:#666666;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}
div#contentArea a.buttonsm {
    font-weight: bold;
    color: #1B489D;
    text-decoration: none;
	border: 1px solid #1B489D;
	padding: 2px;
	background: #FFB200;
	color: #FFFFFF;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 850px;
	margin: auto auto;	
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #1B489D;
	font-size: small;
    font-size: 150%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: #1B489D 1px solid;
}
h1 span {
    font-weight: normal;
}
h2.contact {
    font-size: small;
    color: #FFFFFF;
    background: #1B489D;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    margin-top: -4px;
}
/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	background: #003399 url(../../pics/bg-head.gif) repeat-x bottom left;
	margin-bottom: 1px;
}
#Header .content {
	height: auto !important;
	height: 125px;
	min-height: 125px;
}

#Menu {
	margin-bottom: 6px;
	background: #FCCB05 url(../../pics/bg-menu.gif) repeat-x top left;
}
#Menu #MenuMain {
	margin-left: 12px;
	width: 600px;
	float: left;
}
#Menu #MenuCall {
	width: 200px;
	float: right;
	color: #193686;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 5px 2px 7px 2px;
}
#Menu ul li.separator {
	padding-left: 0px;
	padding-right: 0px;
}
#Menu ul li a {
	font-size: small;
	color: #193686;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#Menu ul li a:hover {
	color: #FFFFFF;
	background: #2056B8;
}/*
#Menu {
	height: 32px;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
	height: 32px;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
#Menu ul li a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
#Menu ul li.selected a {
	background: #002739;
	color: #FFFFFF;
	font-weight: bold;
}
#Menu ul li a:hover {
	color: #FFFFFF;
	background: #002739;
}*/

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-bottom: 10px;
}

/* ----------------------------------------------------------- */
/* B3. Features			                                       */
/* ----------------------------------------------------------- */
#Features, #contentArea .features {
	width: 233px; 
	float: right;
}
#contentArea .features {
    margin: 0px;
}
#Wrapper #Features .Feature, #contentArea .features .Feature { 
	height: 36px;
	background-color: #FFB202;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding-right: 5px;
	padding-top: 90px;
	margin-bottom: 10px;
}
#Wrapper #Features .Feature a, #contentArea .features .Feature a {
	color: #FFFFFF;
	text-decoration: none;
}
#Wrapper #Features .Feature a:hover, #contentArea .features .Feature a:hover {
	color: #000000;
}
#Wrapper #Features .contactInfo h3 {
    color: #1C489D;
    font-size: small;
}
#Wrapper #Features .contactInfo p {
    color: #3F3F3F;
}
#Wrapper #Features .contactInfo p span {
    color: #1C489D;
    font-weight: bold;
}
/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	margin-left: 8px; 
	width: 594px; 
	float: left;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}
#Wrapper #Page #Banner {
	height: 148px;
}
#Wrapper #Page #contentArea {
    padding-top: 4px;
}
#Wrapper #Page #contentArea div.meta {
    width: 165px;
    padding-right: 10px;
    float: left;
}
#Wrapper #Page #contentArea div.meta img {
    border: #1B489D 1px solid;
    margin-bottom: 5px;
}
#Wrapper #Page #contentArea div.meta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#Wrapper #Page #contentArea div.meta ul li {
    padding-bottom: 5px;
}
#Wrapper #Page #contentArea div.meta ul li a {
    background: #FFB200;
    padding: 5px;
    padding-left: 10px;
    border: #1B489D 1px solid;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#Wrapper #Page #contentArea div.meta ul li a.pdf {
    background: #FFB200 url(../../pics/pdf.gif) no-repeat right 3px;
    padding-right: 25px;
}
#Wrapper #Page #contentArea div.meta ul li a:hover {
    background: #1B489D;
}
#Wrapper #Page #contentArea div.meta ul li a.pdf:hover {
    background: #1B489D url(../../pics/pdf-hover.gif) no-repeat right 3px;
    padding-right: 25px;
}
#Wrapper #Page #contentArea .contentArea {
    width: 408px;
    padding-left: 10px;
    border-left: #1B489D 1px solid;
    float: right;
}
#Wrapper #Page #contentArea .homeContent {
    width: 350px;
    float: left;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	border-top: #244799 1px solid;
	padding-bottom: 10px;
}
#Footer #FooterInfo {
	width: 75%;
	float: left;
}
#Footer #FooterLinks {
	float: right;
	width: 30%;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer ul li {
	list-style-type: none;
	float: left;
	padding: 2px;
	padding-right: 10px;
	color: #244799;
}
#Footer #FooterLinks ul li {
	float: right;
	padding-right: 0px;
	padding-left: 10px;
}
#Footer ul li a {
	font-size: small;
	color: #244799;
	text-decoration: none;
}
#Footer #FooterLinks ul li a {
	font-weight: bold;
}
#Footer ul li a:hover {
	color: #FFFFFF;
	background: #244799;
}
#Footer .copyright {
	padding-top: 3px;
	font-size: 85%;
}
#Footer .copyright a {
	color: #244799;
	text-decoration: none;
}
#Footer .copyright a:hover {
	color: #FFFFFF;
	background: #244799;
}

/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

table.list td {
    border-bottom: #144399 1px solid;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1B489D;
}
table.distributorsList td {
    font-size: 85%;
}
table.list td.title {
    font-weight: bold;
}
table.list td.link {
    font-size: 75%
}
table.list td a {
    color: #1B489D;
    text-decoration: none;
}
table.list td.link a {
    background: transparent url(../../pics/bullet.gif) no-repeat right 0px;
    padding-right: 15px;
    display: block;
}
table.list td.desc {
    padding-right: 15px;
    background: transparent url(../../pics/bullet.gif) no-repeat right 7px;
}
table.list td a:hover {
    color: #FFB200;
}


.homeNews {
    background: #E0E0E0;
}
.homeNews h2 {
    background: #666666;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    font-size: small;
    margin: 0px;
}
.vsiNewsArticle {
    border: #144399 1px solid; 
    border-left: 0px; 
    border-right: 0px; 
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.homeNews .vsiNewsArticle {
    border: 0px;
    padding: 10px;
}
.vsiNewsArticle .newsArticleImage {
    width: 90px;
    float: left;
}
.vsiNewsArticle .newsArticleImage img {
    border: #FFB201 1px solid;
}
.vsiNewsArticle .newsArticleInfo {
    width: 310px;
    padding-left: 8px;
    float: right;
}
.vsiNewsArticle .newsArticleInfo h3, .homeNews .vsiNewsArticle h3 {
    color: #FFB200;
    font-size: small;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.vsiNewsArticle .newsArticleInfo h3 a {
    color: #FFB200;
    text-decoration: none;
}
.homeNews .vsiNewsArticle h3 a {
    color: #333333;
    text-decoration: none; 
}
.vsiNewsArticle .newsArticleInfo h3 a:hover {
    color: #144399;
}
.homeNews .vsiNewsArticle h3 a:hover {
    color: #FFB200;
    text-decoration: none; 
}
.vsiNewsArticle .newsArticleInfo div {
    color: #144399;
}
.homeNews .vsiNewsArticle div {
    color: #333333;
}
.vsiNewsArticle .newsArticleInfo div.link {
    padding-top: 2px;
    text-align: right;
}
.vsiNewsArticle .newsArticleInfo div.link a {
    background: transparent url(../../pics/bullet.gif) no-repeat right 3px;
    padding-right: 18px;
    text-decoration: none;
    color: #FFB200;
    font-weight: bold;
}
.homeNews .vsiNewsArticle div.vsiNewsArticleLink {
    padding-top: 10px;
}
.homeNews .vsiNewsArticle div.vsiNewsArticleLink a {
    color: #1B489D;
}
.homeNews .vsiNewsSeparator {
    border-top: #666666 1px solid;
    width: 80%;
    margin: auto auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contactUs, .registration {
    background: #D1DAEB;
    padding: 10px;
}
#contentArea .contactUs, #contentArea .registration {
    padding: 20px;
}
.contactUs .label, .registration .label{
    color: #1B489D;
    padding-bottom: 2px;
}
.registration .label{ width: 150px; float:left;}
.contactUs .field, .registration .field{
    padding-bottom: 7px;
}
.contactUs .field input[type="text"],.contactUs .field textarea, .registration .field input[type="text"] {
    border: #1B489D 1px solid;
}
.contactUs .field input[type="text"],.contactUs .field textarea {
    width: 100%;
}

.contactUs .button, .contactUs .buttonsm, .registration .buttomsm{
    color: #1B489D;
    padding-top: 30px;
}
.contactUs .buttonsm, .registration .buttomsm {
    padding: 0px;
}
.contactUs .button a, .contactUs .buttonsm a, #contentArea .registration .buttonsm a {
    font-weight: bold;
    color: #1B489D;
    text-decoration: none;
	border: 1px solid #1B489D;
	padding: 2px;
	background: #FFB200;
	color: #FFFFFF;
}

#contentArea .registration .buttonsm{
	padding-left: 150px;
}

.registration .buttomsm {
	float:right;
}
/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #D2DBEC;
	padding: 5px;
}

table#tblNav a.buttonMoveFirst,
table#tblNav a.buttonMovePrev,
table#tblNav a.buttonOptions,
table#tblNav a.buttonMoveNext,
table#tblNav a.buttonMoveLast {
	background: #1B489D;
}

table#tblNav a.buttonMoveFirst:hover,
table#tblNav a.buttonMovePrev:hover,
table#tblNav a.buttonOptions:hover,
table#tblNav a.buttonMoveNext:hover,
table#tblNav a.buttonMoveLast:hover {
	background: #FFFFFF;
	color: #1B489D;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}
