/* MileStone main style
By: Abdelrahman Osama (OrangeSites, LLC)
Date Created: July 26 2008 */

/* main styling */
html {
	text-align: center;
}

body {
	width: 946px;
	background: url(../img/top.gif) no-repeat center top;
	margin: auto;
	text-align: left;
}

p, li {
	font-family: "Trebuchet MS", Helvetica, Arial;
}

a {
	border-bottom: 1px solid 3faa00;
	color: #3faa00;
}

p a:visited {
	border-bottom-style: dashed;
}

p a:hover {
	background-color: #3faa00;
	color: #FFF;
}

div {
	float: left;
	margin: 0;
}

/* Header */
#content {
	float: right;
	width: 740px;
}

h1 {
	text-indent: -5000px;
	background: url(../img/header.jpg) no-repeat;
	margin: 10px 0;
	height: 30px;
	width: 400px;
	font-size: 1px;
}

h2, h3, h4, h5, h6, #nav {
	font-family: "Lucida Grande", Helvetica, Arial, non-serif;
}

#searchform {
	float: right;
	margin-top: -32px;
	background: url(../img/searchfield.jpg) left no-repeat;
	width: 190px;
	padding: 0 0 0 10px;
}

#searchfield {
	border: none;
	background: transparent;
	margin-left: 17px;
	width: 135px;
	font-size: 0.6em;
	margin-bottom: 2px;
}

.searchsubmit {
	background: url(../img/searchsubmit.jpg) left no-repeat;
	color: #FFF;
	border: none;
	height: 25px;
	width: 30px;
	text-indent: -5000px;
}

#sidebar #stamp .searchsubmit {
	float: right;
}

#m2 {
	display: block;
	background: url(../img/M2.jpg) no-repeat center;
	width: 90px;
	height: 102px;
	margin: 15px 0 0 40px;
	text-indent: -5000px;
}

/* navigation */
#nav {
	margin-top: 0;
	padding-left: 20px;
	width: 204px;
	color: #6b6b6b;
	font-size: 0.9em;
	list-style: none;
}

#nav a, #nav span {
	color: #6b6b6b;
	text-decoration: none;
	display: block;
	background: url(../img/navborder.gif) no-repeat top left;
	padding: 6px 0 4px 20px;
	width: 130px;
}

#nav li {
	background: url(../img/bullett.gif) no-repeat 4% top;
}

#nav li ul {
	list-style: none;
	font-size: 0.7em;
	padding-left: 4px;
}

#nav li li {
	background: url(../img/subbullet.gif) no-repeat 5% 60%;
}

#nav li li a, #nav li li span {
	background: none;
}

#nav li li a {
	color: #2e3a7e;
}

#nav a:hover {
	color: #82d12d;
}

#nav .here {
	font-style: italic;
	color: #2e3a7e;
}

/* side bar */
#sidebar {
	width: 204px;
	margin: 0;
	float: none;
}

#side {
	width: 184px;
	height: 270px;
	background: url(../img/sideback.gif) no-repeat;
	padding: 10px 20px;
	float: none;
}

#side h2, #extra h2 {
	font-size: 1em;
	color: #403f3f;
	background: url(../img/bullet.gif) no-repeat center left;
	padding-left: 10px;
}

#side .date {
	font-size: 0.7em;
	background: #5dd900;
	color: #FFF;
	padding: 4px 10px;
	width: 130px;
}

#side p {
	font-size: .8em;
	color: #444;
}

#nemail {
	width: 80%;
	margin-left: 20px;
}
/* main body */
#main {
	width: 465px;
	margin-left: 35px;
}

#main h2 {
	font-size: 0.9em;
	font-weight: normal;
	color: #5dd900;
	background: url(../img/bullet.gif) no-repeat center left;
	padding-left: 10px;
	margin-bottom: 4px;
}

#main h3, #inner h3 {
	text-transform: uppercase;
	color: #292828;
	font-weight: lighter;
}

#main p, #main li, #side p, #side li, #extra li, #extra p, #sidebar p, #inner p {
	font-size: 0.7em;
	color: #444;
}

#text {
	padding: 0;
	margin: 0;
	float: none;
	border-bottom: 2px solid #cdfba3;
	color: #fff;
	width: 440px;
}

.more {
	float: left;
	width: 45%;
	margin-right: 15px;
	background: url(../img/bullet.gif) no-repeat 95% 90%;
}

.more img {
	float: left;
	margin: 0 10px  5px 0;
}

/* Extra content */
#extra {
	width: 240px;
	margin-right: 0;
}

#extra h2 {
	color: #5dd900;
	background: none;
	padding: 0;
}

#stamp {
	font-size: 0.9em;
	padding-top: 15px;
	width: 241px;
	text-align: center;
	background: url(../img/stampt.gif) repeat-y;
}

#stamp h3 {
	font-size: 1em;
	margin: 0;
	padding-bottom: 1em;
	color: #5dd900;
	background: url(../img/stampb.gif) no-repeat bottom;
}

#sidebar #stamp {
	width: 207px;
	text-align: left;
	padding: 0;	
	background: url(../img/instamp.gif) no-repeat bottom center;
}

#sidebar #stamp h3 {
	background: url(../img/instampt.gif) no-repeat top center;
	width: 167px;
	padding: 10px 20px;
}

#sidebar #stamp p {
	width: 177px;
	margin-left: 20px;
}

#sidebar #stamp .searchsubmit {
	margin-right: 15px;
}

/* inner */

#inner {
	background: url(../img/bbottom.gif) no-repeat center bottom;
	width: 742px;
	padding: 0;
	margin-bottom: 10px;
}

#inner p {
	font-size: 0.8em;
	margin: 15px;
}

#inner img {
	float: left;
	margin: 0 20px 10px 0;
}

#content #inner h3 {
	margin: 0;
	padding-top: 30px;
	background: url(../img/btop.gif) no-repeat top;
	padding-left: 15px;
}

#inner h3 span {
	color: #5bd54d;
	font-size: 0.6em;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
}

/* Footer */
#footer {
	width: 946px;
	float: none;
	clear: both;
	background: url(../img/footer.gif) no-repeat top;
}

#footer li {
	list-style: none;
	float: left;
	margin-right: 1em;
	font-size: 0.8em;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
}

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

#footer p {
	clear: left;
	text-align: center;
	background: url(../img/orangesites.gif) no-repeat center;
	text-indent: -5000px;
	height: 50px;
}

#footer p a {
	display: block;
	height: 50px;
	width: 170px;
	margin-left: 388px;
}

#footer a:hover {
	color: #82d12d;
}

#footer p a:hover, #footer p a:visited {
	background-color: transparent;
	border-bottom: none;
}