@charset "UTF-8";
/* *** Begin Common *** */
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 62.5%;
}

a:hover {
	text-decoration: underline !important;
}

.required {
	color: #ff493c !important;
	font-weight: bold;
}

.ucase {
	text-transform: uppercase
}

.lcase {
	text-transform: lowercase
}
/* *** End Common *** */
/* *** Begin Components *** */
#global {
	margin: 0 auto 0 auto;
	width: 941px;
}

#container {
	width: 941px;
	margin: 15px 0 0 0;
	float: left;
}

#header {
	
}

#logo {
	display: block;
	height: 50px;
	float: left;
}
#page {
	float: left;
	width: 941px;
}

#content {
	width: 941px;
	float: left;
}

#content-arrow {
	background-position: 25px 0;
	background-repeat: no-repeat;
	background-image: url(/images/layout/content-arrow.png);
	height: 11px;
	width: 700px;
	margin: 15px 0 0 0;

}

#main {
	background-color: #ffffff;
	width: 700px;
}

#main .wrapper {
	margin: 15px 15px 15px 15px;
}

#columns {
	width: 941px;
	border-collapse: separate
}

/* *** End Components *** */
/* *** Begin Sidebar *** */
#sidebar {
	width: 240px;

}

#sidebar .box {
	padding: 15px 15px 15px 15px;
}

#sidebar .box p {
	font-size: 1.5em;
	line-height: 1.3em;
}

#sidebar .box h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#sidebar .box h2.single {
	padding: 0 0 0 0;
}

#sidebar .box h2 span {
	float: right;
}

#sidebar .box.last-child {
	border-bottom: 0 !important;
}

#sidebar .box p em {
	font-weight: bold;
	font-style: normal;
}

#sidebar a.photo, #sidebar img.photo {
	width: 31px;
	height: 31px;
	float: left;
}

#sidebar h3.name {
	float: left;
	margin: 0 0 0 10px;
	font-size: 1.6em;
	font-weight: normal;
}

/* *** End Sidebar *** */
/* *** Begin Navigation *** */
#nav-foot {
	width: 941px;
	margin: 20px 0 0 0;
	float: left;
	background-color: #ffffff;
}

#nav-foot ol {
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 8px;
}

#nav-foot li {
	display:inline;
	padding: 0 5px 0 5px;
	font-size: 1.3em;
}

#nav-foot a {
	text-decoration: none;
}
/* *** End Navigation *** */
/* *** Begin Forms *** */
form {}

form li {
	clear: both;
	
	padding: 0 0 10px 0;
}

label, span.label {
	color: #666666;
	display: block;
	font-size: 1.2em;
	margin: 0 0 3px 0;
}

label span, span.label span {
	color: #999999;
}

select {
	border: 1px solid #cccccc;
	color: #000000;
}

input {
}

textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	overflow: auto;
	padding: 5px;
	font-family: "Lucida Grande", sans-serif;
}

input[type="text"], input[type="password"] {
	padding: 5px;
	border: 1px solid #cccccc;
}

input[type="submit"] {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #e5e5e5;
	border: 1px solid #cccccc;
}

input[type="submit"]:hover {
	background-color: #d9d9d9;
}

input[type="checkbox"] {
	clear: both;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

input[type="radio"] {}

.button {
	cursor: pointer;
}

.button:hover {}

/* *** End Forms *** */
/* *** Begin Boo *** */
.boo.dialog.messagebox {
	width: 941px;
	background-color: #ffffff;
	float: left;
	margin: 15px 0 0 0;
}

.boo.dialog .messagebox-icon {
	width: 48px;
	margin: 5px 5px 5px 5px;
	float: left;
}

.boo.dialog .messagebox-list {
	width: 800px;
	float: left;
	margin: 10px 5px 5px 10px;
}

.boo.dialog .messagebox-list li {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	
}
.boo.dialog .messagebox-close {
	display: none;
}

/* *** End Boo *** */
/* *** Begin Styles *** */
div.language.icon {
	width: 24px;
	height: 24px;
	margin: 0 5px 5px 0;
	float: left;
}

td.column {
	vertical-align: top;
}
.no-color {
	color: #333333 !important;
}

.no-color a {
	color: #4d4d4d !important;
}

#main .wrapper.basic {

}

#main .wrapper.basic h1 {
	font-family: Georgia,serif;
	font-size: 4.0em;
	font-weight: normal;
	padding: 0 0 10px 0;
}

#main .wrapper.basic h2 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

#main .wrapper.basic p {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

#main .wrapper.basic a {
	color: #4d4d4d;
	text-decoration: none;
}
/* *** End Styles *** */
/* *** Begin Corners *** */
.round {
	-moz-border-radius: 5px;
}

.round-left {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.round-right {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
/* *** End Corners *** */
