body {
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #626262;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 5px;
	background: #FEFEFE url(../../img/layouts/107/inputbg.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
}
h1 {
	letter-spacing: -3px;
	font-size: 2.5em;
}
h2 {
	letter-spacing: -2px;
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}


p, ol, ul {
	margin-bottom: 2em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #008c01;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	height: 82px;
	background: #FFFFFF url(../../img/layouts/107/menubg.gif) repeat-x;
}

#logo h1 {
	float: left;
	font-weight: bold;
	padding: 13px 0 0 25px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	float: right;
}

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

#menu li {
	display: block;
	float: left;
	height: 82px;
}

#menu a {
	display: block;
	/*width: 110px;*/
	height: 46px;
	padding: 24px 20px 0 20px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c9fab3;
}

#menu a:hover {
	/*width: 108px;*/
	padding: 24px 19px 0 19px;
	background: #005a26 url(../../img/layouts/107/menu_hover.gif) repeat-x;
	border-left: 1px solid #006329;
	border-right: 1px solid #006329;
	color: #FFFFFF;
}


/* Page */

#page {
	padding: 40px 60px 0 60px;
}

#main {
	margin-right: 340px;
	min-height: 250px;
}


/* Articles */

.post {
	margin-bottom: 10px;
	background: url(../../img/layouts/107/postbg.gif) repeat-x;
}

.post .title {
	background: url(../../img/layouts/107/post_right_top.gif) no-repeat right top;
}

.post .title h2 {
	padding: 30px 30px 0 30px;
	background: url(../../img/layouts/107/post_left_top.gif) no-repeat;
	font-size: 28px;
}

.post .title a, #ParkedArticleTitle {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

.post .byline {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: normal;
	color: #BABABA;
	font-size: 10px;	
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding: 20px 40px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 0 30px 30px 30px;
	background: url(../../img/layouts/107/post_left_bottom.gif) no-repeat left bottom;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(../../img/layouts/107/star.gif) no-repeat left center;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

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

#sidebar li {
	margin-bottom: 10px;
	background: url(../../img/layouts/107/sidebar_bg_bottom.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 0 30px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(../../img/layouts/107/arrow.gif) no-repeat 5px 50%;
}

#sidebar h3 {
	padding: 30px 30px 20px 30px;
	background: url(../../img/layouts/107/sidebar_bg_top.gif) no-repeat;
	font-weight: normal;
	color: #008c01;
	font-size: 24px;
}

#ParkedDomainContentFourth {
	font-weight: normal;
	color: #EB1400;
	font-size: 24px;
}


/* Footer */

#footer {
	height: 100px;
	background: #757575 url(../../img/layouts/107/footerbg.gif) repeat-x;
}

#footer p {
	padding-top: 60px;
	text-align: center;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

