/*----------
COLORS
brown: #301e1a
blue: #92b5d2
beige: #cfcdb4

------*/

body {
	font-size: 0.75em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #92b5d2;
	background-color: #301e1a;
}
.uberubercontainer {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}

.ubercontainer {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 784px;
}
.container {
	text-align: left;
	width: 752px;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

/* container for col grid */
.cols {
	width: 752px;
	margin: 40px 0px 0px 0px;
}
.col1 {
	float: left;
	width: 200px;
	margin-left: 0px;
	text-align: right;
}
.col2 {
	float: left;
	width: 480px;
	margin-left: 40px;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0px;
	color: #92b5d2;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}

h2 {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	color: #cfcdb4;
	margin: 0px 0px 1em 0px;
	text-transform: uppercase;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px;
	color: #92b5d2;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}

.hilite {
	color: #cfcdb4;
}


a:link, a:visited {
	text-decoration: none;
	color: #cfcdb4;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cfcdb4;
}
a:hover, a:active {
	border-bottom: 1px solid #cfcdb4;
}






/*
#nav {
	text-align: right;
	width: 752px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav .topMargin {
	height: 8px;
}
#nav .links {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
}

#nav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0px;
}

#nav li a:link,#nav li a:visited {
	text-decoration: none;
	padding: 10px;
	margin: 0px;
	border: 0px;
}
#nav li a:hover,#nav li a:active {
	background-color: #ED8000;
	color: #fff;
	border: 0px;
}

#nav .selected {
	font-weight: bold;
	color: #45293B;
	padding: 10px;
	margin: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #ED8000;
	border-bottom: 1px dotted #ED8000;
}
a:hover, a:active {
	border-bottom: 1px solid #ED8000;
}



h3 {
	font-size: 0.8em;
	margin: 0px;
	text-transform: uppercase;
	color: #999999;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}

.biggerText {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0px 0px 1em 0px;
}
.biggerText .strong {
	font-weight: bold;
	color: #ED8000;
}

.bigText {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0px 0px 1em 0px;
}
.bigText .strong {
	font-weight: bold;
	color: #ED8000;
}
.bigText p {
	margin: 0px 0px 1em 0px;
}

/* container for col grid */
/*.cols {
	width: 752px;
	margin: 40px 0px 0px 0px;
}
.col3a {
	float: left;
	width: 240px;
	margin-left: 0px;
}
.col3b, .col3c {
	float: left;
	width: 240px;
	margin-left: 16px;
}
.cols h2 {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.col1 {
	float: left;
	width: 240px;
	margin-left: 0px;
}
.col2 {
	float: left;
	width: 480px;
	margin-left: 16px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	list-style-type: none;
	margin: 0 0 6px;
}

strong {
	font-weight: bold;
	color: #45293B;
}
em {
	font-style: italic;
}*/



/* ----- SERVICES ------- */
/* .serviceSet {
	margin-top: 16px;
}

.service {
	clear:all;
}
.serviceName {
	width: 300px;
	float:left;
}
.price {
	float:left;
	text-align:right;
	width: 160px;
}

*/


/* ----- FORMS ------- */

/* input {
	margin: 0px 0px 10px 0px;
}*/
