
/*
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;
	font-weight: normal;
}

h1, h2 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	
}

h3 {
	margin-bottom: 1em;

	letter-spacing: 2px;
	font-size: 2em;
	font-weight: normal;
}

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

}

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 {
}

/* Boxed Style */

.boxed {
}

.boxed h3.title {
	padding: 0px 0 0 10px;

	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed ul li {
	padding-left:12px;
	line-height:20px;
	background:url(/images/bullet.gif) no-repeat left 8px;	
}

.boxed .content {
	padding: 10px;
}


/* Logo */

#logo {

	height: 120px;
	margin: 0 auto;

}


#logo div.name {
	padding: 26px 0 0 0px;
}


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

#logo div.subtitle {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
	color: #E08934;
	font-weight:bold;
	text-align:right;
}



/* Content */

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

/* Content > Main */

#main {
	float: right;
	width: 520px;
	margin-top: 25px;
}
#main h3 {
	color: #E08934;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}
#sidebar h3 {
	margin-bottom:0;
}


/* 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 14px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}
#menu .active a {
	background-color: #EBEEF3;

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

/* Content > Sidebar > Updates*/

#updates {
}

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



#updates p {
	margin-bottom: 12px;

	line-height: 20px;
}



/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;

	margin: 30px 0 0 0;

	background: #EAEAEA url(images/img6.gif) repeat-x left top;
}

#footer p {

	font-size: 10px;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
