@import url('reset.css');

/*	Text, Body & Links
**********************************************/

body {
	background:#666;
	color:#999;
	text-align:center;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited  {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	color:#0099ff;
	font-size: 24px;
	line-height:24px;
	text-decoration:none;
	font-weight:normal;
}

h3, h4, h5, h6 {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-weight:normal;
}

#footer h2 {
	color:#999;
	font-size: 21px;
	line-height:36px;
}

h3 { 
	line-height:17px;
	border-bottom:1px solid #ddd;
}

h3, h3 a, h3 a:visited {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color:#0099ff;
	font-size: 18px;
	margin: 0 0 18px 0;
	text-decoration:none;
}

h3 a:hover { text-decoration:none; }

h4 {
	color:#0099ff;
	font-size: 16px;
	line-height:18px;
	margin: 0 0 18px 0;
	border-bottom:1px solid #ddd;
	line-height: 17px;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

a, a:visited {
	color:#ff6600;
	text-decoration:none;
	font-style:normal;
}

a:hover { text-decoration:underline; }

/*	Basic Structure
**********************************************/
#wrapper {
	text-align:left;
	width:960px;
	background:#fff;
	margin:0 auto;
}

/*	Header
*********************************************/
#header {
	background:#ddd;
	width:100%;
}

#header .top {
	background:#999;
	padding:0 10px 0 70px;
	line-height:36px;
}

#header h1#logo a, #header h1#logo a:visited {
	font-size:36px;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-weight:normal;
	line-height:90px;
	margin:0 0 0 70px;
	color:#fff;
	text-transform:uppercase;
}

#header h1#logo a:hover {text-decoration:none}

#quote {
	float:right;
	margin-right: 45px;
	width: 303px;
	position:relative;
	color:#aaa;
}

#quote img{ float: right; border:0;}

#quote p { 
	margin: 18px 0 0 0; 
	text-indent: 0px;
}

#quote p img#startbrace {
	position:absolute;
	left: -17px;
}

#quote p img#endbrace {
	position:relative;
	right: 17px;
	bottom:10px;
}

/*	Menu
*********************************************/
#header .top #menu {
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#ddd;
}

#header .top #menu ul {
	list-style:none;
}

#header .top #menu ul li {
	display:inline;
	margin-right:40px;
	font-weight:normal;
}

#header .top #menu ul li a, #header .top #menu ul li a:visited {
	letter-spacing:0.3em;
	font-size:12px;
	color:#ddd;
}

#header .top #menu ul li a:hover {
	text-decoration:none;
	color:#ff6600;
}


/*	Content
*********************************************/
#content {
	margin: 36px 10px 0 70px;
}

.grid {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#leftColumn {
	margin: 0 69px 0 0;
	width: 400px;
}

#rightColumn {
	margin: 0 0 0 0;
	width: 400px;
	padding-left:10px;
	padding-bottom: 0px;
	border-left:1px solid #ddd;
}

#rightColumn p { font-size:12px; }

#rightColumn .articleImage { margin-bottom: 18px; height: 273px; width:400px;}
#rightColumn .articleImage img { height: 273px; width:400px;}

#rightColumn .articleImage2 { margin-bottom: 18px; height: 220px; width:400px;}
#rightColumn .articleImage2 img { height: 220px; width:400px;}

#rightColumn ul {
	padding:0 0 20px 10px;
}

#rightColumn ul li {
	padding-bottom:5px;
}

#rightColumn ul li a {
	font-size:12px;
}

#leftColumn h1, #leftColumn h2, #leftColumn h3 { 
padding-bottom:20px;
}

#leftColumn p { 
	margin: 18px 0 10x 0; 
	text-align:justify;
}


/*	Footer
*********************************************/
#footer {
	background:#ddd;
	margin-top:36px;
}

#footer .content {
	padding: 36px 30px 0px 30px;
	margin:0 0 36px 0;
}

#footer p#copyright {
	background:#999;
	color:#ddd;
	text-align:center;
	line-height:18px;
	font-size:10px;
	display:block;
	width:100%;
	margin-bottom:0px;
}

#footer p#copyright a, #footer p#copyright a:visited{
	color:#ddd;
	font-size:10px;
}
#footer p#copyright a:hover {
	text-decoration:underline;
	color:#fff;
}


#footer .content .section {
	width:270px;
	float:left;
	margin: 0 15px 0px 15px;
	padding:0;
}
#footer .content .section h2 img{
	display:inline;
	vertical-align:middle;
	margin-right:9px;
}

#footer .content .section h2{
	line-height: 35px;
	border-bottom:1px solid #ccc;
	margin-bottom:18px;
}

#footer .content .section ul{
	list-style-type:disc;
	list-style-position:inside;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

#footer .content .section ul a, #footer .content .section ul a:visited {
	color:#999;
	text-decoration:none;
}

#footer .content .section ul a:hover {
	text-decoration:underline;
}

/*	Misc
*********************************************/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	margin:0;
	padding:0;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

