@charset "utf-8";

/* DESIGN NOTES

Website: VictoriaPrivate-Escort.com
Layout: 

_________________________________________________________________*/


body {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 10px;
	text-align: center;


	background: 
; 		background-color: #900;
	background-image: url(../images/bgheader.gif);
	background-repeat: repeat-x;
}


/* Zero out browser presets */

body, p, h1, h2, h3, h4, h5, h6 ol, ul, dl, 
blockquote, address, iframe, table, form, img {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
p {
	padding-bottom: 10px;
}
.story p{
	text-indent: 40px;
	line-height: 1.30;
	margin: 0 40px;
	padding-bottom: 17px;
}




/* Start LINKS ------------------------------------------ */	

a:link, a:visited {
	color: #ffcc66;
	text-decoration: none;
}


a:hover, a:active {
	text-decoration: none;
	color: white;
}

/* HEADING Styles -----------------------------------------*/
h1, h2, h3, h4  {
	margin-bottom: 10px;
	color: #ffcc66;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.35em;
	font-style: italic;
}
h3 {
	font-size: 1.2em;
	margin-top: 10px;
}


/* Start LIST Styles ---------------------------------------*/

.nobullets {
	list-style-type: none;
}
.bulletsImg  li {
	padding-left: 25px;
	background: url(../images/bullet-purple.png) no-repeat left center;
}
.line {
	background-image: url(../images/titleline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1px;
	margin: 10px 0;
}


.bulletsImg {
	line-height: 140%;
	list-style-type: none;
}
#mainColumn ul {
	margin-left:45px;
	margin-bottom: 10px;
}


/* Start POSITIONING Styles ----------------------------------*/

.clearFloats  {
	clear: both;
	height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#logo {
	display: none;
}


/* Define PAGE LAYOUT divisions -------------------------------*/

#container {
	padding: 2px;
	width: 906px;
	position: relative;
	text-align: left;
	color: white;
	margin: 2px auto 0 auto;
	border: 2px solid black;
	font-size: 1.5em;
}

#banner {
	height: 123px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}
#menuHide {
	margin: 1px;
	background-color: black;
	background-repeat: repeat-y;

}
.narrowBackground {background-image: url(../images/bgsidenarrow.jpg);}
.wideBackground {background-image: url(../images/bgsidewide.jpg);}

#footer {
	color: black;
	font-size: 11px;
	text-align: center;
	margin: 5px auto !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 910px;
}

/* Set out content COLUMNS -----------------------------*/

#mainColumnNarrow, #mainColumnWide {
	float: right;
	background-image: url(../images/titleline.jpg);
	background-repeat: repeat-x;
	background-position: 0px 22px;
	padding: 0 30px 0 32px;	
}
#mainColumnNarrow { width: 514px; }
#mainColumnWide { width: 689px; }

#sideColumnWide, #sideColumnThin {
	float: left;
	background-repeat: no-repeat;
	padding-top: 480px;	
}
#sideColumnWide {
	width: 325px;
}
#sideColumnThin {
	width: 150px;
	background-image: url(../images/bgsidethin.jpg);
}

#sideContent {
	font-size: 12px;
	text-align: center;
	margin-left: 15px;
	padding: 20px 15px;
	line-height: 1.7;
}
#headingBox {
	background: #BEAA89 url(../images/bg-heading-pages.png);
	margin-bottom: 10px;
}
blockquote {
	padding-left: 30px;
}
.redOutline {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #900;
}

#warningBox {
	margin: auto;
	padding: 10px;
	width: 450px;
	border: 1px solid #999;
	font-size: 9px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.miniBanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	background-color: black;
	width: 150px;
	border: 1px solid #333;
	margin: 8px auto;
	padding: 5px;
	text-align: center;
}
.miniColumn {
	float: left;
	width: 190px;
}

.clrLink, abbr, acronym {
	color: #FF9C05;
}
.clrYellow {
	color: #ffcc66;
}

.clrRed, .error {
	color: #CA2831;
}
.clrWhite {
	color: white;
}
.clrInput {
	color: #37425E;
}
.correct {
	color: #009933;
}
.fauxHeading {
	color: #ffcc66;
	font-size: 1.3em;
	font-weight: bold;
}
.lineDotted {
	padding-bottom: 10px;
	border-top: dashed 1px #333;
	width: 90%;
	margin: auto;
}
.textCourier {
	font-family: "Courier New", Courier, monospace;
}
.textLarger {
	font-size: 120%;
}
.textSmaller {
	font-size: 90%;
}
.small {
	font-size: .9em;
}
input, select, textarea  {
	color: #222;
}
.center {
	text-align: center;
}



.submitBtn {
	color: #990000;
	font-size: 1.2em;
	font-style: italic;
}
.hide { /*for Help tool tips and hide regions*/
	display:none !important;
}
.hint {
	color: #CCC;
}
input[type="text"], textarea {
	background-color: #FFFFE8; !important; /*fix for internet explorer - otherwise they go yellow*/
}	

.errorBox, .captcha_error_message {
	background-color: #F7DBDE;
	border: 1px solid #CA2831;
	padding: 5px 10px;
	color: #BF262E;
	margin-bottom:10px;
}
.picture-frame {
	margin: 3px;
	padding: 2px;
	border: 5px solid white;
}
