/*
RESET BROWSER DEFAULTS -------------------------- */

* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}


/*
SET TYPOGRAPHY -------------------------- */

body { font:13px verdana,arial,helvetica,clean,sans-serif; }
select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }
pre, code { font:115% monospace; font-size:100%; }
body * { line-height: 1.2em }

h1 {
  font-size: 152%;
  font-weight: bold;
}
h2 {
  font-size: 129%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
}


/*
SET GLOBAL ELEMENTS -------------------------- */

/* now reset performed, set any element specific attributes here */

body {
  margin: 15px 0 10px 0;
  background-color: #404040;
  text-align: center;
}

a {
  text-decoration: none;
}
a:visited {
}
a:hover {
  text-decoration: underline;
}


/*
NON GENERIC -------------------------- */

#wrapper {
  width: 770px;
  margin: auto;
  text-align: left;
  background: url( /images/parking/dagr/orange/left_bg.gif ) left repeat-y #FFFFFF;
}
#wrapperAlt {
  width: 770px;
  margin: auto;
  text-align: left;
  background: url( /images/parking/dagr/orange/main_bg.gif ) repeat-y #FFFFFF;
}

#header {
  width: 770px;
  background-color: #FFFFFF;
  padding-bottom: 15px;
}
#titleWrap {
  float: left;
  padding-top: 25px;
  padding-left: 14px;
}
#titleWrap h1 {
  color: #333333;
}
#titleWrap h3 {
  text-align: right;
  color: #999999;
}
#header img {
  float: right;
  padding-top: 5px;
  padding-right: 5px;
}


#searchBar {
  background-color: #E56F0F;
  padding: 5px;
}
#searchBar a {
  float: left;
  color: #FFFFFF;
}
#searchBarForm {
  float: right;
}


#sideContent {
  float: left;
  width: 190px;
  height: 250px;
  background-color: #FAE8DA;
}
#sideContent ul {
  list-style-type: none;
}
#sideContent li {
  display: inline;
}
#sideContent ul a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding-left: 25px;
  color:#FFFFFF;
  text-decoration: none;
  background: url( /images/parking/dagr/orange/square.gif ) no-repeat #F2B384 0 50%;
  border-bottom: 1px solid #FFFFFF;
}
/* used to ensure links fit to image on right */
#sideContent ul a.alt {
  height: 35px;
  line-height: 35px;
}
#sideContent ul a:hover {
  text-decoration: underline;
}
#sideContent h3 {
  background-color: #B9703B;
  padding: 7px;
  color: #FFFFFF;
}
#newsWrap div {
  font-size: 85%;
  padding: 10px;
}
#newsWrap a {
  color: #000000;
}
#newsWrap a:hover {
  color: #E56F0F;
  text-decoration: none;
}
#newsWrap .newsMore {
  color: #E56F0F;
}


/* styles used here will be toggled depending on page function */
#noContent {
  padding: 10px;
  float: left;
  width: 557px;
}
#noContent p {
  font-weight: bold;
  margin-bottom: 3px;
}


#mainTop {
  float: left;
  width: 580px;
  background: url( /images/parking/dagr/orange/content_bg.gif ) repeat-x bottom #FAE8DA;
}
#mainTop img {
  float: left;
  border-left:   1px solid #A7A7A7;
  border-right:  1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
}
#mainTopImgWrap {
  float: left;
  width: 89px;
}
#mainTopImgWrap img {
  float: left;
  border: 0;
  border-right:  1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
}
#mainTopImgWrap h2 {
  font-size: 16px;
  color: #FFFFFF;
  float: left;
  padding: 5px 0 0 5px;;
}
#mainTop ul {
  list-style-type: none;
  float: left;
}
#mainTop li {

}
#mainTop ul a {
  display: block;
  height: 27px;
  line-height: 27px;
  text-indent: 50px;
  color: #333333;
  font-size: 13px;
  text-decoration: none;
  background: url( /images/parking/dagr/orange/square_alt.gif ) no-repeat 25px 50%;
}
#mainTop ul a:hover {
  text-decoration: underline;
}

#mainBot {
  float: left;
  width: 580px;
  border-top: 1px solid #FFFFFF;
}
#mainBotContent {
  background-color: #FFFFFF;
  float: left;
  width: 358px;
  padding: 5px;
}
#mainBotContent h1 {
  color: #0C4978;
  margin-bottom: 5px;
}
#mainBotContent .addWrap {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #A7DEA7;
}
#mainBotContent .addText {
  float: left;
  width: 350px;
}
#mainBotContent .addTextAlt {
  float: left;
}
a.addLink {
  display: block;
  color: #0C4978;
  text-decoration: underline;
}
a.addLink:hover {
  text-decoration: none;
}
a.addDesc {
  display: block;
  color: #333333;
  font-size: 85%;
}
a.addDesc:hover {
  text-decoration: none;
}
a.addHost {
  display: block;
  color: #008000;
  font-size: 92%;
  text-decoration: underline;
}
a.addHost:hover {
  text-decoration: none;
}
#moreDiv {
  text-align: right;
  margin-bottom: 5px;
}
#moreDiv a {
  color: #777777;
  font-size: 85%;
}
.catWrap {
  float: left;
  width: 110px;
  margin: 20px 7px 0 0;
  display: inline;
}
.catWrap a {
  display: block;
  color: #B9703B;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 4px;
}
.catWrap a:hover {
  text-decoration: none;
}
.catWrap a.catChild {
  color: #555555;
  font-size: 12px;
  margin-bottom: 2px;
  text-decoration: none;
}
.catWrap a.catChild:hover {
  color: #AAAAAA
}

#catSStrap{
  margin-top: 5px;
  font-size: 85%;
  color: #999999;
}

#mainBotAdds {
  float: left;
  width: 212px;
  background-color: #FAE8DA;
}
#mainBotProducts {
  float: left;
  width: 212px;
  background-color: #FAE8DA;
}
#mainBotProducts h3 {
  background-color: #B9703B;
  padding: 7px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

#mainBotAdds h3 {
  background-color: #B9703B;
  padding: 7px;
  color: #FFFFFF;
}
#mainBotAdds .addW {
  margin: 7px 7px 0 7px;
  padding: 3px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
}
a.addWTitle {
  background-color: #EDEDED;
  display: block;
  color: #000000;
  text-decoration: underline;
  padding: 2px;
}
a.addWTitle:hover {
  text-decoration: none;
}
a.addWDesc {
  margin: 1px 0 5px 0;
  display: block;
  color: #444444;
  font-size: 85%;
}
a.addWDesc:hover {
}
a.addWURL {
  background-color: #EDEDED;
  display: block;
  color: #008000;
  text-align: center;
  font-size: 85%;
}
a.addWURL:hover {
}

.formPanelHead{
  font-weight: bold;
  color: #000000;
  background-color: #EDEDED;
  display: block;
  margin-bottom: 3px;
}

.product {
  padding: 0 5px 10px 10px;
}
#mainBotProducts .product img {
  float: left;
  border: 1px solid #A7A7A7;
  margin-right: 3px;
}
.productInfo {
  float: left;
  width: 140px;
}
.productInfo a.title {
  color: #E56F0F;
  font-size: 85%;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 3px;
}
.productInfo a:hover.title {
  text-decoration: none;
}
.productInfo a.descLink {
  color: #333333;
  font-size: 77%;
  display: block;
  margin-bottom: 3px;
}
.productInfo .productPrice {
  color: #000000;
}
.productInfo a.productMerchant {
  color: #333333;
  font-size: 77%;
  display: block;
}


#moreContentFull {
  float: left;
  padding: 10px;
  display: inline;
  width: 540px;
}
#moreContentFull #moreContentAdds {
  float: left;
}
#moreContent {
  float: left;
  width: 560px;
  padding: 10px;
  display: inline;
}
#moreContent #moreContentAdds {
  width: 338px;
  float: left;
}
#moreContentAdds h1 {
  color: #0C4978;
  margin: 0 0 5px 0;
}
#moreContentAdds .addWrap {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #A7DEA7;
}
#moreContentAdds .addText {
  float: left;
}
#moreContentAdds p {
  background-color: #E5ECF9;
  padding: 2px;
  border-top: 1px solid #0C4978;
}


#moreContentProducts {
  width: 205px;
  float: right;
  border: 1px solid #CCCCCC;
  margin-left: 5px;
  padding-top: 10px;
  background-color: #EFEFEF;
  display: inline;
}
#moreContentProducts  h1 {
  color: #0C4978;
  margin: 0 0 5px 0;
}
#moreContentProducts .product {
  padding: 0 5px 10px 10px;
}
#moreContentProducts .product img {
  float: left;
  border: 1px solid #A7A7A7;
  margin-right: 3px;
  display: inline;
}
#moreContentProducts .productInfo {
  float: left;
  width: 135px;
}
#moreContentProducts .productInfo a.title {
  color: #333333;
  font-size: 85%;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 3px;
}
#moreContentProducts .productInfo a:hover.title {
  text-decoration: none;
}
#moreContentProducts .productInfo a.descLink {
  color: #333333;
  font-size: 77%;
  display: block;
  margin-bottom: 3px;
}
#moreContentProducts .productInfo .productPrice {
  color: #000000;
}
#moreContentProducts .productInfo a.productMerchant {
  color: #333333;
  font-size: 77%;
  display: block;
}


#aboutContent {
  padding: 10px;
  float: left;
  width: 557px;
}


#archiveWrap {
  padding: 10px;
  float: left;
  width: 557px;
}
#archiveWrap h2 {
  margin-bottom: 10px;
  color: #0C4978;
}
#archiveWrap span {
  color: #000000;
}
#archiveWrap td {
  padding: 3px;
}
#archiveWrap a {
  color: #008000;
  font-size: 100%;
  text-decoration: underline;
}
#archiveWrap a:hover {
  text-decoration: none;
}


#footer {
  clear: both;
  background-color: #E56F0F;
  position: relative;
  text-align: center;
  padding: 3px;
  color: #FFFFFF;
}
#footer a {
  color: #FFFFFF;
  font-size: 77%;
  text-decoration: none;
}

#copyright {
  background-color: #404040;
  padding-top: 2px;
  text-align: right;
  font-size: 77%;
  color:#BBBBBB;
}

#copyright a {
  color: #FFFFFF;
}
#copyright a.archiveLink {
  color: #404044;
}
#copyright a.archiveLink2 {
  color: #404040;
}

.clear {
  clear: both;
}

/*
FORMS -------------------------- */

label {
  display: none;
}

input {
  border: 1px solid #9AB3BB;
}

input.submit {
	background-color: #8B410B;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 11px;
}