/* Start of CMSMS style sheet 'Vespa Soho Common Styles' */
/*
	Misc. Info
	---------------------------------------------------
	margin/padding: top right bottom left;
	background: color image repeat attachment position;
    border: style width color

	list-style: type position image;
	
	Border for Testing
	---------------------------------------------------
	border: solid 1px #999999;
	
	Font Size
	---------------------------------------------------	
	default	|	62.5%
	6px		|	0.60em 
	7px		|	0.70em
	8px		|	0.80em
	9px		|	0.90em
	10px	|	1.00em
	11px	|	1.10em
	12px	|	1.20em
	13px	|	1.30em
	14px	|	1.40em
	15px	|	1.50em
	16px	|	1.60em
	17px	|	1.70em
	18px	|	1.85em
*/


/* -------------------
	Default Styles
------------------- */

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000000;
	font-size: 62.5%;
	font-family: 'Gil Sans', 'Lucida Grande', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
	
sup {
	font-size: xx-small;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

sub {
    font-size: xx-small;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

img {
	border: none;
}

ul {
	margin: 0 0 0 17px;
	padding: 0 0 0 0;
	list-style: disc;
}

ul li {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}

a {
	color: #B2294D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

input, select, textarea {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	border: solid 1px #989DA5;	
}

hr {
	border-top: 1px dashed #D2D4D5;
	border-bottom: none;
	margin: 8px 0 8px 0;
}


/* -----------------
	Colors
----------------- */
.red {
	color: #FF0000;
}


/* -----------------
	Text Styles
----------------- */

h1 {
	font-size: 1.4em;
	margin: 6px 0 4px 0;
	color: #B2294D;
}

h2 {
	font-size: 1.2em;
	color: #333333;
}

h3 {
	font-size: 1.1em;
	color: #333333;
	margin-top:0;
}

p {
	margin: 4px 0 6px 0;
}


/* -----------
	Lists
----------- */

ul.square {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 .4em 0;}
ul.circle {list-style: circle outside; margin: 0 0 0 16px; padding: 0 0 .4em 0;}
ol {list-style: decimal; margin: 0 0 0 2.8em; padding: 0 0 1em 0;}
li {padding-bottom: .2em; color:#666666; }


/* -----------
	Forms
----------- */
textarea { width: 375px; }
.feedbackTextarea { width: 375px; }

/* -----------
	Rotating Galleries
----------- */

.rotatingHome {
float:right;
width: 250px;
margin: 0 0 8px 8px;
}
/* End of 'Vespa Soho Common Styles' */

