* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	background-image: url(../App_Themes/cadgrid/images/bg.jpg);
	background-position: center top;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

a{
color: #000
}

a:hover {
text-decoration: none;
}

#site-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../App_Themes/cadgrid/images/site-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 115px;
}

#top {
	background-image: url(../App_Themes/cadgrid/images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#bottom {
	padding-top: 110px;
	padding-bottom: 40px;
	background-image: url(../App_Themes/cadgrid/images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
	height: 289px;
	background-image: url(../App_Themes/cadgrid/images/clip.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 15px;
	width: 960px;
	margin-top: -10px;
}

#header h1{
	margin: 0px;
	float: left;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 120px;
	margin-top: 125px;
	margin-left: 420px;
}

#main {
	margin-right: 40px;
	margin-left: 40px;
	background-image: url(../App_Themes/cadgrid/images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center -10px;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

#nav {
	padding-left: 30px;
	height: 60px;
}

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

#nav li{
	float: left;
}

#nav li a{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #cc4400;
}

#nav li:hover a, #nav li a:hover, #nav li.sfhover a {
	color: #fcf9cc;
	background-color: #cc4400;
}

#nav li.active a, #nav li.active a:hover  {
	background-color: #e3bd72;
	color: #cc4400;
}

#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 5;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: none;
}

#nav li li a{
	background-color: #cc4400;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 150px;
}

#nav li li a:hover{
	color: #f0e5be;
}

#content {
	padding-bottom: 20px;
}

#content h1 {
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #684121;
	letter-spacing: -1px;
	line-height: normal;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: -1px;
	color: #997845;
	line-height: normal;
	font-weight: normal;
}

#content h2.feature {
	color: #cc4400;
	font-weight: bold;
	font-size: 30px;
}

#content p, #content ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

#note {
	height: 307px;
	width: 302px;
	float: right;
	background-image: url(../App_Themes/cadgrid/images/note.jpg);
}

#footer {
	font-size: 11px;
	color: #cc4400;
}

#footer a{
	text-decoration: none;
	color: #cc4400;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#footer li{
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

.clear {
	clear: both;
	height: 0px;
}

dl.form{}

.form dt {
	float: left;
	width: 80px;
}

.form dd{
	margin-bottom: 10px;
	margin-left: 90px;
}

.TextboxField, .TextBoxField, .TextAreaField {
	width: 300px;
	background-color: #fdfad6;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #aeb898;
	padding: 3px;

}

.TextAreaField {
	height: 70px;
}


.FormButton {
	padding: 3px;
	border-style: none;
	color: #FFFFFF;
	background-color: #684121;
	cursor: pointer;
}

.FormButton:hover {
	background-color: #cc4400;
}

.side {
	width: 350px;
	float: right;
	margin-left: 30px;
}

#content .side h2 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #818181;
	margin-bottom: 5px;
}

#content .side h2 a {
	text-decoration: none;
	background-color: #818181;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
}


#content .side h2 a:hover {
	background-color: #997845;
}

.side img {
	margin-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d5e6c2;
	display: block;
}

a.button {
	color: #fcf9cc;
	background-color: #cc4400;
	padding: 5px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

