
/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	background: #cccccc;
	height: 100%;
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link {
	color: #0000CC;
}
a:visited { color: #0000CC;}
a:hover {
	color: #CC0000;
}
a:active { color: #0000CC; }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #9c0000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #9c0000;
}



.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    color: red;
}
.message {
    background-color: green;
}
.legende{
	font-size: 10px;
	text-align: left;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
/* Page 
------------------------------------------------------------------------- */
#page {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper {
	width: 964px;
	margin: 0px;
	padding: 0px;
	background-color: #99cccc;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 88px;
}
#wrapper_d {
	width: 964px;
	margin: 0px;
	padding: 0px;
	background-color: #cccc99;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 88px;
}

#header {
	position: absolute;
	height: 90px;
	width: 620px;
	top: 0px;
	left: 0px;
}

#content {
	float: left;
	text-align: left;
	width: 784px;
	padding: 0;
	line-height: 1.5em;
	position: relative;
	top: 20px;
	left: 30px;
	margin-bottom: 20px;
/*	border: solid #333333 1px;*/
}


/* Forms 
------------------------------------------------------------------------------- */

form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 2px;
    height: 18px;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}


/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/* Navigation
------------------------------------------------------------------------- */

#menu {
/*	border: solid #333333 1px;*/
	padding: 5px;
	list-style-type:none;
	white-space:nowrap;
	text-align: left;
	position: relative;
	left: 10px;
	top: 20px;
	background-color: #ccccff;
	width: 130px;
	height: 443px;
	float: left;
 }
#menu ul {
    list-style: none;
    margin: 0px;
 }
#menu li {
   list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
}

#menu a {
 }
#menu a:hover {
  color: #bc6a78;
 	font-style: normal;
 }
/* MaxiGallery
------------------------------------------------------------------------- */
ul.thumbs li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
	margin:				5px 5px 0 5px !important;
}
ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
