﻿/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

/* table, caption, tbody, tfoot, thead, tr, th, td, img, */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup.
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; } */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)
   
   Note: Changes made in this file will not be applied when
   using the compressor: make changes in lib/blueprint/grid.css.rb
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 981px;
  margin: 0 auto;
  background-color:red;
  background:url(../../Image/bkg_circles.jpg) no-repeat;
}


.holder 
{
	    margin: 0px auto;
	    padding-top:36px;
	}


.maincontainer 
{
	/* ACTUAL is 823, but -10 for border	*/
	width: 813px;
	/* ACTUAL is 525, but -10 for border	*/
	/* If height increases, thats ok, color will bleed	*/
	height:595px;
	
	border:solid 5px #d7d7d7;
    margin: 0px auto;
    background:#f6f6f6 url(../../Image/bkg_mainimage_v3.jpg) no-repeat;
    
}


/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}

/* Body margin for a sensile default look. */
body {
  margin:0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 813px;}
.span-2  { width: 383px;}
.span-3  { width: 430px;}


.span-4  { width:313px; }
.span-5  { width:7px; }
.span-6  { width:285px; }
.span-7  { width:5px;}

.span-8  { width:200px;}
.span-9  { width:10px; }
.span-10 { width:720px; }


.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24, div.span-24 { width: 950px; margin: 0; }





/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background:#d7bedd url(../../Image/bkg_gradiant.jpg) repeat-x;
  
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.75em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #692560; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
--------------------------------------------------------------

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; } */


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* ======================================================= */
/* HEADER */
/* ======================================================= */


/* ======================================================= */
/* FOOTER */
/* ======================================================= */

.footercontainer 
{
	width: 823px;
    margin: 0px auto;

}

.footerholder {margin-top:10px;}


.footerText {font-size:11px; color:#5d1f62;}
a.footerTextLink {font-size:11px; color:#5d1f62;}

.footerDisText {font-size:10px;}
a.footerDisLink {font-size:10px;}


/* ======================================================= */
/* CONTAINER */
/* ======================================================= */



/* ======================================================= */
/* SECONDARY */
/* ======================================================= */


/* ======================================================= */

.formcontainer div.fieldcontainer {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px solid #d6d6d6;
	height: 1%;
}

.formcontainer label.fieldtitle {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 140px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.formcontainer div.fieldcontainer div.field {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}

span.req {
	color: Red;
}

.formcontainer .sfield {
	width: 128px;
}

.formcontainer .mfield {
	width: 256px;
}

.formcontainer .lfield {
	width: 512px;
}

.formcontainer .usfield {
	width: 210px;
}

.formcontainer .umfield {
	width: 310px;
}

.formcontainer .ulfield {
	width: 410px;
}

.formcontainer .uzipfield {
	width: 71px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix {
	margin-left: 3px;
}



/* ======================================================= */
/* WIDGET STYLES */
/* ======================================================= */

.lheader {font-size:21px; text-transform:lowercase; color:#aaaaaa;}
.lInput {font-size:21px;}

.sheader {font-size:10px;}
.sError {color:red;font-size:10px; }

.ViewOurText {color:#692560; font-weight:bold;font-size:16px;}
a.ViewOur {color:#692560; font-weight:bold;text-decoration:none;font-size:14px;}
a.ViewOur:hover {color:#9f6fa6; text-decoration:underline;}



/* Large Green Button */
a.lsubmitbtn:link, a.lsubmitbtn:visited {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/green_button.gif');
	border: 1px solid #4c7329;
}

a.lsubmitbtn:hover {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/green_button_hover.gif');
}

a.lsubmitbtn:active {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}
