﻿/* ##### Common Styles ##### */
html, body, form
{
    padding: 0;
    margin: 0;
}

html
{
/*	padding: 10px;
	background-color:White; */
}
 
body
{
    font-size: small;
    background-attachment: fixed;
    /*background-image: url(./Images/QPMainBackground.png);*/
    margin: 0px;
    padding: 0px;
    color: black;
    font-family: verdana, helvetica, arial, sans-serif, Comic Sans MS;
}

h3
{
    font-size: 1.2em;
    color: rgb(105, 88, 52);
    margin-bottom: 0;
    text-decoration: underline;
    background-color: #F0F8FF;
    padding-left: 5px;
}

h4
{
    margin: 0;
    color: #556B2F;
}

/* ##### Header ##### */

#header
{
    /*background-image: url('/Images/HeaderBk.png'); */
    background-color: #D3E4E4;
}
#header span
{
   float:left;
}

div#headTitleCont
{
    margin-left: 250px;
    width: 500px;
    text-align:center;
}
div#headTitleCont h1
{
    font-size: 2.1em;
    padding-top: 10px;
    font-family: 'Comic Sans MS';
}
div#headTitleCont h2
{
    font-size: 1.3em;
}


.headerTitle
{
    margin: 0;
}

.headerTitle a
{
    color: black;
    background-color: transparent; /*text-decoration:  none;*/
    font-weight: bold;
    font-style: italic;
}

a.logo
{
    padding: 5px;
    display: inline-block;
}

a.logo img
{
    border-width: 0;
}

.subHeader
{
    color: white;
    background-color: #808080;
    margin: 0;
    clear: left;
    padding: 5px;
}


.subHeader div
{
	text-align:center;
}
.subHeader div a.homeLink
{
    position:absolute;
    left: 5px;
}
.subHeader a.homeLink
{
    text-align:left;
    left: 5px;
}
.subHeader a
{
    color: white;
    background-color: #808080;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding:0 5px 0 5px;
}

.subHeader a:hover
{
    color: #808080;
    background-color: white;
}

#headerImg
{
    float: right;
    margin-right: 10px;
}


/*##### Master Content containers for 3 column layout ##### */
/*The following are overlayed ontop of eachother*/
#MasterContent3 /* The Bottom Layer. */
{
    background-image: url('./Images/Victorianbk.jpg');
    background-repeat:repeat;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
    width: 100%;
}
#MasterContent2
{
    background-color: Transparent;
    background-image: url('./Images/sidebarbk.gif');
    background-position: right center;
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
    width: 100%;
}
#MasterContent1 /*The top layer*/
{
    background-image: url('./Images/sidebarbk.gif');
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* #####Side Bars ##### */
.sideBar
{
	width: 172px;
	margin: 2px;
	padding: 0;
	/*background-color: #DCE5E5;*/
	overflow: hidden;
}

/* ##### Left Side Bar ##### */

.leftSideBar
{
    float: left;
}

.leftSideBar .sideBarTitle
{
    color: black;
    background-color: #B59C6A;
    font-weight: bold;
    margin: 1.25ex 1ex;
    padding: 0.9ex 1ex;
}

.leftSideBar ul
{
    list-style-type: none;
    list-style-position: outside;
    margin: 0 0 1em 0;
    padding: 0;
}

.leftSideBar li
{
    margin: 8px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
}

.leftSideBar a
{
    color: rgb(105, 88, 52);
    text-decoration: none;
}

.leftSideBar a:hover
{
    color: rgb(64,64,64);
    text-decoration: none;
}

.leftSideBar .sideBarText
{
    line-height: 1.5em;
    margin: 0;
    padding: 0 2ex 1em 2ex;
}

.leftSideBar .sideBarText a
{
    text-decoration: underline;
}

.leftSideBar .sideBarText a:hover
{
    text-decoration: none;
}

.leftSideBar .thisPage
{
    font-weight: bold;
    color: rgb(64,64,64);
}


/* ##### Right Side Bar ##### */
.rightSideBar
{
    float: right;
}

class~="rightSideBar"
{
    margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle
{
    color: black;
    background-color: #B59C6A;
    font-weight: bold;
    margin: 1.25ex 1ex;
    padding: 0.9ex 1ex;
}

.rightSideBar a
{
    color: rgb(105, 88, 52);
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}

.rightSideBar a:hover
{
    text-decoration: none;
}

.rightSideBar .sideBarText
{
    line-height: 1.5em;
    margin: 0;
    padding: 0 2ex 1em 2ex;
}

.rightSideBar .more
{
    text-decoration: none;
    text-align: right;
    margin: 0;
    padding: 0 2ex 1em 2ex;
    display: block;
}

.rightSideBar .more:hover
{
    text-decoration: underline;
}


/* ##### Main Copy ##### */

#MainContentHolder
{
    color: black;
    background-color: transparent; /*white;*/
    text-align: justify;
    margin-right: 190px;
    margin-left: 190px;
}



#MainContentHolder #lastLink
{
    padding-bottom: 5px;
}

.getQuote
{
    background-position: center top;
    background-image: url('./Images/bkQuoteLink43.png');
    background-repeat: no-repeat;
    height: 41px;
    padding-top: 12px;
    text-align:center;
    margin-top: 2px;
}

#MainContentHolder .getQuote a:hover
{
    color: #FFFF99;
    background-color:transparent;
}

#MainContentHolder .getQuote a
{
    color: White;
    font-size: 1.2em;
}

#MainContentHolder a
{
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #3333FF;
}

#MainContentHolder div a
{
	/*margin-left: 20px;*/
    text-decoration: none;	
}

#MainContentHolder a:hover
{
    text-decoration: none;
    color: #33CCFF;
    background-color: transparent;
}


p
{
    padding: 0;
}

dt
{
    font-weight: bold;
    margin: 0 0 5px;
}

dd
{
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

dl
{
    margin-top: 2px;
    padding-left: 5px;
}


/* ##### Footer ##### */

#footer
{
    font-size: 0.9em;
    margin: 0px;
    color: black;
    background-color: #B59C6A;
    text-align: center;
    padding: 3px;
}

#footer div
{
    margin: 0;
}

#footer a
{
    color: black;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}

#footer a:hover
{
    text-decoration: none;
}

#footer #footerLinks
{
	padding-top: 4px;
}

.clearer
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin:0;
    padding:0;
    display:block;
}

#AboutUs
{
    margin-top: 10px;
}

.firstH3
{
   margin-top: 5px;
   padding-top: 0;
}

div.centerDiv
{
    margin-left:auto;
    margin-right:auto;
    width: 600px;
}

.inputTextBoxes
{
	border: solid 1px silver;
}

.mandItem
{
    color: blue;
}

.inputDetails
{
	width: 200px;
}


/* formInput */
	#formInput{
		margin:1em 0;
		padding-top:10px;
		background:url(./images/formInput/form_top.gif) no-repeat 0 0;
		width:600px;
		float:left;
		}
	#formInput fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:350px;
		margin-left:25px;
		}		
	#formInput legend{display:none;}	
	#formInput p{margin:.5em 0;}	
	#formInput label{display:block;}	
	#formInput input, #formInput textarea{		
		width:252px;
		border:1px solid #ddd;
		background:#fff url(./images/formInput/form_input.gif) repeat-x;
		padding:3px;
		}		
	#formInput textarea{
		height:125px;
		overflow:auto;
		}					
	#formInput p.submit{
		clear:both;
		background:url(./images/formInput/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#formInput .button, .button
	{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(./images/formInput/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}
	#formInput .radio input, .radio label
		{
		    width:auto;
		    float:left;
		}
	#formInput .hintText
	{
	    color:#666666;
	    font-size: 70%;
	    width: 350px;
	}					
/* // formInput */

