* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;;
}

h1, h2, h3, h4, h5 {
	padding: 5px;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #839942;
}

h2 {
	font-size: 16px;
	color: #926A9C;
}

h3 {
	font-size: 14px;
	color: #926A9C;
}

h4 {
	font-size: 14px;
	color: #839942;
}

h5 {
	font-size: 14px;
	color: #666;
}

p, li, input, textarea, s {
	font-size: 12px;
	color: #666;
	padding:5px;
}

li {
	list-style: disc inside;
}

td {
	padding: 10px;
}

input, textarea {
	border: 1px solid #926A9C;
	width: 800px;
}

input:focus, textarea:focus {
	border: 1px solid #839942;
	background: #EEE;
}

.submitbutton, .resetbutton, .loginbutton {
	width: 100px;
	padding: 5px;
}

.resetbutton, .resetbutton p {
	padding-right: 0;
}


#header {
	height: 150px;
	background: #333;
	text-align: center;
}

#navigation {
	background: #926A9C url(../images/navbar.png);
	text-align: center;
	height: 50px;
}

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	overflow: visible;
}

#content a:link {
	color: #926A9C;
}

#content a:visited {
	color: #333;
}

#content a:hover, #content a:active {
	color: #839942;
}

.homeColumnLeft {
	width: 455px;
	height: 370px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}

.homeColumnRight {
	margin-left: 495px;
	width: 455px;
}

#content .homeColumnRight h4 a:visited {
	color: #926A9C;
}

#content .homeColumnRight h4 a:hover {
	color: #666;
}

.column {
	width: 320px;
	float: left;
	margin-top: 10px;
}

.box {
	width: 310px;
	border: 1px solid #926A9C;
	height: 110px;
	margin: 5px;
}

.box img {
	padding: 5px;
	float: left;
}

.inBrief td {
	width: 20%;
	border: 1px solid #926A9C;
	vertical-align: top;
	padding: 0;
}

.inBrief td p {
	padding: 10px;
}

.inBrief td h2 {
	font-size: 12px;
	color: #FFF;
	background: #926A9C url(../images/navbar.png) repeat-x top;
	padding: 10px;
}

#content .inBrief h2 a:link, #content .inBrief h2 a:visited {
	color: #FFF;
	text-decoration: none;
}

#content .inBrief h2 a:hover, #content .inBrief h2 a:active {
	color: #FFF;
	text-decoration: underline;
}

.packages td {
	border: 1px solid #926A9C;
	vertical-align: top;
}

#footer {
	background: #926A9C url(../images/navbar.png) repeat-x;
}

#footer p {
	color: #FFF;
	padding-top: 15px;
}

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

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}

#footer img {
	padding-top: 10px;
}

#footerContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*sticky footer*/

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
}

#content {
	overflow:auto;
	padding-bottom: 75px;
}  /* must be same height as the footer */ /*I have added 25px to force a gap between content and footer*/

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear: both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.clearBoth {
	clear:both;
}