#content {
	width: 100%;
}

#homepageContainer {
	width: 78%;
	float: left;
	padding: 0;
	margin: 0;
}


#homepageRight {
	float: left;
	width: 21%;
}

#content .homepageColumn {
	float: left;
	width: 47%;
	padding: 1em;
	border-right: 1px dotted #ccc;
}
#content .homepageColumn .box {
	padding: 1em;
}
#content .homepageColumn .box h2 a:hover {
	color: #0066cc;
}
#content .homepageColumn .box.noborder {
    border: none;
}
#homepageRight h2  {
	padding: 0;
	background: none;
	border: none;
	margin: 0.5em;
	text-align: left;
	font-size: 140%;
	padding: 0.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #0066CC;
	letter-spacing: normal;
}

#homepageRight h2 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066cc;
}

#newsBox {
	margin: 0;
}

#newsBox h2 img { 
	vertical-align: middle;
}
#newsBox h2, #loginBox h2, #blogBox h2 {
	color: #0066cc;
	border-bottom: 1px dotted #0066cc;
}
#content #homepageRight #newsBox h2 a, #content #homepageRight #loginBox h2 a, #content #homepageRight #blogBox h2 a {
	color: #0066CC;
}

#content .newsDiv {
	background-color: #F3F4F8;
	padding: 1em;
	margin: 0.6em;
}

#content .newsDiv h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #0066cc;
}
#content .newsDiv h3 a {
	color: #0066cc;
	text-decoration: none;
}
#content .newsDiv p {
	font-size: 110%;
	padding: 0.3em;
	line-height: 1.25em;
	margin: 0;
	color: #003366;
}
#content .newsDiv p a {
	color: #0066CC;
}
#content .newsDiv p a:hover {
	color: #ff6600;
}
#content .newsDiv .dateField {
	text-align: right;
	font-size: 100%;
	color: #666;
}


#loginBox {
}

#loginBox a {
}

#loginBox form ul {
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	padding-left: 1.5em;
}
#loginBox form ul li {
}
#loginBox form ul li a {
	font-weight: bold;
	color: #ff6600;
}

#loginBox form#loginForm {
	padding: 0;
	margin: 0;
	text-align: right;
}
#loginBox form#loginForm p {
	text-align: justify;
}
#loginBox form#loginForm fieldset {
	border: none;
	padding: 0.4em;
	margin: 0em 0.5em 0em 0.5em;
	background: #F3F4F8;
}
#loginBox form#loginForm fieldset label {
	display: block;
	text-align: right;
	padding: 0.2em;
	font-size: 110%;
}
#loginBox form#loginForm fieldset input {
	border: 1px inset white;
	padding: 0.2em;
	text-align: right;
	font-weight: bold;	
	font-size: 110%;
}
#loginBox form#loginForm fieldset input.button {
	border: 1px outset #ccc;
	font-weight: normal;
	font-size: 110%;
}
#loginBox form#loginForm input#rememberCheckbox {
	border: none;
}
#loginBox form#loginForm fieldset button#loginButton {
	border: none;
	width: 90px;
	height: 36px;
	padding: 0;
	margin: 0;
	text-indent: -1000em;
	cursor: pointer;
	background-image: url(/images/buttons/login.jpg);
	background-position: top;
	background-repeat: no-repeat;

}

#loginBox p {
	margin: 0;
	padding: 0;
	padding: 0.7em;
	font-size: 110%;
}

#loginBox p.error {
	color: red;
	background: #FEECEB;
}

.button {
/*	float: right; */
}



#content a.twitter {
    background-image: url(/images/icons/twitter-icon.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    text-decoration: none;
}



#content a.twitter {
    background-image: url(/images/icons/twitter-icon.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    text-decoration: none;
}
div.quotes {
    margin: 10px;
    height: 120px;
    position: relative;
    border-top: 1px dotted #ccc;
}
a.next {
    position: absolute;
    width: 0px;
    right: 20px;
    top: 20px;
    font-size: 20px;
    outline: none;
    text-decoration: none;
}
div.quote {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
}
div.quote.current {
    display: block;
}
div.quote blockquote {
    background: #F3F4F8;
    margin-top: 10px;
    margin-right: 25px;
    padding: 5px;
    -moz-border-radius: 5px;
}
#content div.quote blockquote p {
    color: black;
    font-size: 160%;
    font-family: "Segoe UI", "Genova";
    font-style: italic;
    /*text-shadow: 1px 1px 1px #fff;*/
}
#content div.quote > p {
    float: right;
    background-image: url(/images/homepage/quote1.jpg);
    background-repeat: no-repeat;
    background-position:  top left;
    padding-left: 24px;
}
