/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2  { font-size: 2em; font-weight: normal; background-color: transparent; margin-bottom: 0.8em; padding-bottom: 10px }

h3  { font-size: x-small; font-style: normal; font-variant: normal; font-weight: bold; line-height: normal; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1em }

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

img {
}
/* Logo */

#logo  { background-color: transparent; margin: 0 auto; width: 770px; height: 140px }

#logo h1 {
	padding: 46px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content  { margin: 0 auto; width: 772px }

/* Content > Main */

#main {
	float: right;
	width: 500px;
	margin-top: -80px;
}

#main h1  { margin: 10px 0 }
/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar  { margin-bottom: 20px; width: 240px; float: left }
/* Content > Sidebar > Menu */

#menu  { margin-bottom: 30px; border-bottom: 4px solid #ebebeb }

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu .active a  { color: #385b88; font-weight: bold; text-decoration: none; background-color: #ebeef3 }





/* Footer */

#footer	       { color: #999; font-size: 0.9em; margin: 0 auto 0; width: 770px; clear: both }
#footer a	   {  font-weight: normal; text-decoration: none }
#footer img	{border:0px}
#footer .copyright	      { background-color: #e7e7e7; margin-bottom: 0; padding: 20px 0 20px 20px }
#footer .social	 { margin-top: 15px; margin-right: 20px; float: right }
#footer .footer_top	      { background-color: #fff; height: 155px }
#footer .footer_top_bg	 { background-image: url(img/footer_border_h.gif); background-repeat: no-repeat; background-position: left top; height: 1px }
#footer	.footer_top_col1	    { background-image: url("img/footer_border_v.gif"); background-repeat: no-repeat; background-position: right 0; text-align: left; margin-top: 10px; margin-left: 20px; padding-top: 40px; width: 230px; height: 110px; float: left }
#footer	.footer_top_col1 p	 { margin-top: 5px; margin-left: 20px; width: 200px }
#footer	.footer_top_col2	     { font-size: 1.1em; margin: 10px; padding-top: 40px; padding-right: 10px; padding-left: 30px; float: left }
#footer	.footer_top_col3	     { background-image: url(img/footer_border_v.gif); background-repeat: no-repeat; background-position: left 0; text-align: center; margin-top: 10px; margin-right: 20px; width: 230px; float: right }


/* Footer > Legal */

#copyright_  { position: absolute; bottom: 21px; float: left }
}

/* Footer > Links */

#links {
}



