@charset "UTF-8";

/* @group General */
body {
	color: #000;
	font: 11px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #eaeae6;
}

.category {
	color: #6c5100;
	font-size: 18px;
	margin-top: 30px;
	background: url(../images/border.gif) repeat-x 0 bottom;
}

.subcategory {
	color: #bcbcbc;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.homepage {
	margin-top: 25px;
}
#content li {
	margin-bottom: 15px;
	list-style-type: square;
	color: #6c5100;
}

img {
	display:block;
	border-style: none;
}

#content {
	width: 955px;
	background-color: #fff;
}

#header {
	background: #4b3905 url(../images/header_bg.gif) repeat-y;
}

#navigation {
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 191px;
	float: left;
	color: #b98c0a;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#navigation li {
	list-style-type: none;
}

#navigation a {
	color: #b98c0a;
	text-decoration: none;
	padding: 10px 15px;
}

#navigation ul li a {
	display: block;
}

#navigation a:hover {
	color: #4b3905;
}

/* @end */



/* @group Buttons */

#button {
	width: 215px;
	margin-right: 15px;
	float: left;
	list-style-type: none;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#button ul {
	margin: 0;
	padding: 0;
}

#button ul li {
	list-style-type: none;
}

#button ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #b98c0a;
	display: block;
	width: 190px;
	padding: 3px 0 3px 25px;
}

#button ul li a:hover {
	color: #4b3905;
	background: url(../images/nav_hightlight.gif) no-repeat 0 center;
}

#button ul ul {
	margin-top: -10px;
	margin-bottom: 20px;
}

#button ul ul li {
	margin: 10px 0 0 35px;
}

#button ul ul li a {
	color: #4b3905;
	text-decoration: none;
	display: inline;
	padding: 0;
}

#button ul ul li a:hover {
	text-decoration: underline;
	background: none;
}

/* @end */

/* @group Sidebar */



/* @end */

/* @group Main */
.regtext {
	color: #333333;
	padding: 0 70px;
}

.regtext a {
	color: #8546ad;
	text-decoration: none;
}

.regtext a:hover {
	color: #8546ad;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.blockit {
	display:block;
}


.regtext2 {
	color: #000;
}

.regtext2 {
	color: #000;
}

.mylink a {
	color: #000;
}

#homeContent {
	width: 760px;
}

.whitetext {
	color: #fff;
}

.whitetext a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#homeContent a:hover {
	color: #673787;
	text-decoration: none;
	background-color: #fff;
}

#mainWindow {
	width: 370px;
	padding: 40px;
	margin-left: 227px;
}

.wm1 {
	background: url(../images/watermark1.gif) no-repeat right top;
}

.wm2 {
	background: url(../images/watermark2.jpg) no-repeat right top;
}

.wm3 {
	background: url(../images/watermark3.jpg) no-repeat left 200px;
}

#mainWindow a {
	text-decoration: none;
	color: #673787;
	border-bottom: 1px dotted #673787;
}

#mainWindow a:hover {
	background-color: #673787;
	color: #fff;
	border-style: none;
}

/* @end */

/* @group Footer */

#footer {
	color: #6c5100;
	font-size: 11px;
	width: 970px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #eaeae6;
}

/* @end */

.img_thumb_div {
	width: 210px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.img_thumb {
	margin-right: 10px;
	float: left;
}

.buffer_bottom {
	margin-bottom: 20px;
}

/* sideWindow is 210 pixels */
#sideWindow {
	width: 210px;
	margin-left: 745px;
}

#sideWindow a {
	text-decoration: none;
	color: #b98c0a;
}

#sideWindow a:hover {
	text-decoration: underline;
}

/* contentWindow is 474 pixels */
#contentWindow {
	width: 474px;
	float: left;
	padding-right: 40px;
	padding-bottom: 30px;
}

/* @group Bug Fixes */

/* reduce the right margin to account for 3pixels*/
* html #contentWindow {margin-right:-3px;}

/* fix 3 pixel jog and account for 3 pixels extra padding*/
* html #sideWindow {height:1%;margin-left:471px}/* margin is 3 pixels less than normal*/


/* @end */

/* @group Misc Styles */

.title {
	color: #abaaa0;
	margin-bottom: 30px;
	font: bold 18pt/26px Helvetica Neue, Arial, Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.titleinfo {
	font-size: 12px;
	margin-top: -30px;
	margin-bottom: 40px;
	color: #4b3905;
	font-weight: bold;
}

.tabletext {
	font-size: 10px;
	line-height: 14px;
	color: #555;
}

.paletitle {
	font-size: 12px;
	color: #eaeae6;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

.square {
	padding: 6px 5px 6px 15px;
}

.sidebarTitle {
	color: #e4d381;
	margin-bottom: 15px;
	font-size: 15pt;
	margin-top: 10px;
	line-height: 18px;
}

.phone_gfx {
	color: #305e7f;
	font-size: 15pt;
	width: 142px;
	height: 24px;
	background-image: url(../images/phone_gfx.gif);
	padding-left: 40px;
	margin: 10px auto;
	padding-top: 8px;
}

.subtitle {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.subcategoryinfo {
	color: #707070;
	margin: 0 30px 10px;
}

.sideBox {
	font-size: 90%;
	color: #cfd4d8;
	line-height: 16px;
	background: #000 url(../images/side_top.gif) no-repeat 0 top;
	padding: 10px;
}

.sideBoxEnd {
	width: 244px;
	height: 11px;
	background: #000 url(../images/side_bottom.gif) no-repeat 0 bottom;
	margin-bottom: 20px;
}

.rounded_box {
	background: #eaeff2 url(../images/rounded_top.gif) no-repeat 0 top;
	margin-top: 10px;
	padding-top: 10px;
}

.rounded_box_end {
	width: 410px;
	height: 16px;
	background: #eaeff2 url(../images/rounded_bottom.gif) no-repeat 0 bottom;
}

.form_border {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #305e7f;
	font-size: 11px;
}

.formstyle {
	border: 1px solid #4b3905;
	color: #696862;
	background: #fff url(../images/formbg.jpg) repeat-x;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.formtext {
	font-weight: bold;
	color: #4b3905;
	text-align: right;
}



/* @end */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contentWindowFull {
	width: 686px;
	padding: 30px 50px 0;
}

#contentWindowFull a {
	color: #8b784a;
	text-decoration: none;
}

#contentWindowFull a:hover {
	color: #b98c0a;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#contentWindow a {
	color: #b98c0a;
	text-decoration: underline;
}

#contentWindow a:hover {
	color: #e4d381;
	text-decoration: underline;
}

