/* Modified YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 13px;
	color: #333;
	line-height: 150%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
em, strong { font-style:normal; }
ol, ul { list-style:none;}
caption,th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin-top:15px;
}
q:before,q:after { content:''; }
abbr, acronym { border:0; }


/* *********************************************************************
 *	Layout Classes
 *
 * ********************************************************************* */

.floatLeft { float: left; }
.floatRight { float: right; }
.buttons {
	padding: 1em 0;
}
.buttons input {
	font-size: 14px;
}
.alignCenter {
	text-align: center;
}

.clearBoth {
	clear:both;
}

/* *********************************************************************
 *	General Tags
 *
 * ********************************************************************* */

body { background-color: #e5e5e5; }

a, a:visited, a:active {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* *********************************************************************
 *	Layout Elements
 *
 * ********************************************************************* */

#wrapperOuter { background-color: #fff; }

#wrapper a.active, #home a.active {
	color: #000;
}

#wrapper a.active:hover, #home a.active:hover {
	text-decoration: none;
	cursor: default;
}

#nav, #main, #footerNav, #footerCopyright {
	margin: 0 auto;
	padding: 0;
	width: 965px;
}

#nav {
	height: 80px;
	background: transparent url(../images/logo.gif) no-repeat bottom left; 
	text-align: right; 
	font-size: 14px;
}

#nav a {
	position: relative;
	top: 50px;
	margin-left: 18px;
}

#nav h1 {
	width: 485px;
	height: 40px;
	position: absolute;
	padding: 0;
	margin-left: 0px !important;
	*margin-left: -580px !important;
	margin-left: -580px;
	top: -30px;
}

#nav h1 a {
	margin: 0;
	width: 485px;
	height: 40px;
	display: block;
}

#nav h1 span {
	display: none;
}

/* main */
#headerOuter {
	height: 260px;
	width: 100%;
	background: #1d48c3 url(../images/header_bg_left.gif) repeat-x center left;
}
#headerInner {
	margin-left: auto;
	width: 50%;
	background: #900 url(../images/header_bg_right.gif) repeat-x center left;
	height: 100%;
}

#header { 
	width: 965px;
	margin: -260px auto 0;
	background: url(../images/header_main_left.gif) no-repeat center left;
	height: 260px;
	position: relative;
}
#header h1, #header h2, #header div, #header p {
	font-family: Georgia, 'Times New Roman', serif;
	color: #fff;
}
#header h1 {
	position: absolute;
	top: 60px;
	font-size: 40px;
	font-weight: normal;
	float: left;
	margin: 0 0 0 20px;
	width: 260px;
	line-height: 110%;
}
#headerMain { 
	margin-left: 303px;
}
#signup {
	position: relative;
	left: 677px;
	width: 273px;
	height: 123px;
	margin-top: -150px;
}

#signup a {
	display: block;
	width: 273px;
	height: 123px;
	background: url(../images/signup.gif) no-repeat 0px 0px;	
}

#signup a span {
	display: block;
	text-indent: -5000px
}

#signup a:hover {
	background: url(../images/signup.gif) no-repeat 0px -123px;	
}

#main {
	padding: 0 30px 30px;
}


/* *********************************************************************
 *	Content Elements
 *
 * ********************************************************************* */
#wrapper #content {
	float: left;
	width: 630px;
}

#content h2 { font-size: 28px;}
#content h3 {
	font-size: 20px;
	color: #000f3a;
	background-color: #fff8e8;
	padding: 0 0 0 8px;
	margin: 1em 0 0.5em 0;
}
#content h4 {
	font-size: 15px;
	font-weight: bold;
}
#content h5 {
	font-size: 13px;
	font-weight: normal;
}
#content h6 {
	font-size: 11px;
	color: #999;
	font-style: italic;
	margin: 0 0 0.5em 0;
}

#content p, #sidebar p {
	margin: 0.5em 0 0.75em 0;
}

#content img, #sidebar img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
/*	margin-right: 15px;*/
}
#content img.noborder, #sidebar img.noborder {
	padding: 0;
	border: 0;
	margin: 0;
	background-color: transparent;
}

#content a:hover img, #sidebar a:hover img {
	background-color: #ffae00;
}

#content .attribute-image p, #sidebar .attribute-image p {
	margin:0;
}

#content .attribute-image, #sidebar .attribute-image {
	border: 1px solid #fdfdfd;
	background-color: #ededed;
	padding: 1px;
	margin: 0;
}

#content .object-center .attribute-image, #sidebar .object-center .attribute-image {
	background-color: transparent;
	padding: 0;	
}

#sidebar { 
	width: 225px;
	float: right;
}



#sidebar h3 {
	line-height: 225%;
}

#sidebar li {
	line-height: 150%;
}

#sidebar h3 { 
	font-weight: bold;
	font-size: 16px; 
	color: #000; 
}

#sidebar li { 
	font-size: 14px;
}

#register {
	overflow: auto;
	width: 100%;
	height: 700px;
}

/* *********************************************************************
 *	Footer Elements
 *
 * ********************************************************************* */
#footer {
	margin-top: 60px;
	clear: both;
}

#footerNav div, #footerNav p {
	height: 54px;	
}
#footerNav div {
	margin: 0 0 0 42px;
	padding: 0 0 0 48px;
	background: url(../images/silouhette.gif) no-repeat top left;
	width: 500px;
}
#footerNav p {
	float: right;
	text-align: right;
}

#footerNav a {
	position: relative;
	top: 20px;
	border-right: 1px solid #eee;
	padding: 0 10px 0 10px;
}

#footerBottom {
	background-color: #e5e5e5;
}

#footerCopyright p {
	font-size: 11px;
	color: #999;
	padding: 16px 16px 16px 100px;
}


/* *********************************************************************
 *	Data Tables
 *
 * ********************************************************************* */

.dataTable th {
	color: #333;
	background: #ffb71c;
	font-weight: bold;
	padding: 6px 8px;
}

#content .dataTable th p {
	margin: 0;

}

.dataTable td {
	padding: 8px;
	border-bottom: 1px solid #000;
}


/* *********************************************************************
 *	ezPublish Styles
 *
 * ********************************************************************* */
.object-left {
	float: left;
}

.object-right {
	float: right;
}

.object-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.object-left .content-view-embeddedmedia {
	padding-right: 16px;
}

.object-right .content-view-embeddedmedia {
	padding-left: 16px;
}

.object-right .content-view-embeddedmedia {
	padding: 0 16px;
}



/* *********************************************************************
 *	Clearfix hack
 *
 * ********************************************************************* */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
