@charset "UTF-8";
/*

****************************************************************************************************************************************************

	TABLE OF CONTENTS ---------------------------------------------------------------------------------------------------------------------

	Global Styles
		Typography
		Forms
		Tables
	Page Structure
		Site Header
			Log in
		Navigation
		Content
			Main
			Feature
			Article
			Ads
		Footer
	Specific Pages
		Homepage
		Applications
		News
		Press


******************************************************************************************************************************************************/



/* GLOBAL ---------------------------------------------- */

body {
	font: 67% Verdana, Arial, Helvetica, sans-serif;
	background: #dfdfc4;
	color: #333;
}

a {
	color: #663399;
}

hr {
	border: none;
	border-top: dotted 1px #c7c7c7;
	height: 0;
	margin: 1em 0;
	clear: both;
}


/* --------- GLOBAL: Typography */

h3 {
	font-size: 2.4em;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: oblique;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 1em;
}


strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

#gold_divider {
	background: #C5B358;
	font-size: 1.7em;
	color:#FFFFFF;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .3em;
	clear:both;
}

#bronze_divider {
	background: #8C7853;
	font-size: 1.7em;
	color:#FFFFFF;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .3em;
	clear:both;
}

ul.list_standard {
	padding-bottom: 1em;
}

ul.list_standard li {
	list-style: disc;
	margin-left: 2em;
	font-size: 1.2em;
}

.btn_download a {
	display: block;
	background: url(../images/btn_download.png) no-repeat;
	width: 293px;
	height: 46px;
	color: #fff;
}

.btn_download {
	font-size: 1px;
	text-align: right;
	padding-top:10px;
}

.btn_online_application a {
	display: block;
	background: url(../images/btn_online_application.png) no-repeat;
	width: 293px;
	height: 46px;
	color: #fff;
}

.btn_online_application {
	font-size: 1px;
	text-align: right;
	padding-top:10px;
}

.link_more {
	background: url(../images/i_linkarrow_right.png) left .4em no-repeat;
	padding-left: .7em;
}

/* --------- GLOBAL: Forms */


/* --------- GLOBAL: Tables */


/* PAGE STRUCTURE ---------------------------------------------- */

#page {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}


/* --------- PAGE STRUCTURE: Site Header */

#header {
	background: #fff;
	padding: 1em 2em 1em 4em;
	overflow: auto;
	clear: both;
}

#header h1 {
	font-size: 1px;
	background: url(../images/logo_dpa.png) no-repeat;
	width: 200px;
	float: left;
}

#header h1 a {
	color: #fff;
	width: 200px;
	height: 122px;
	display: block;
}


/* --------- PAGE STRUCTURE: Site Header || Log In */

#header #login {
	background: url(../images/bg_login.png) no-repeat;
	width: 195px;
	height: 107px;
	float: right;
	padding: 35px 15px 0 15px;
}

#header #login input.field_text {
	display: block;
	float: right;
	height: 12px;
	width: 130px;
	margin-bottom: 5px;
	font-size: 10px;
	padding: 0;
}

#header #login input.btn_login {
	display: block;
	float: right;
	background: url(../images/btn_login.png) no-repeat;
	width: 70px;
	height: 20px;
	font-size: 1px;
	border-width: 0;
	cursor: pointer;
	color: #a3679f;
	margin-top: 5px;
}

#header #login hr {
	border-width: 0;
	margin: 0 0 3px 0;
}

#header #login p {
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 112px;
	float: left;
}

.forgotPassword {
	margin-top: 8px;
}

.becomeMember {
	float: left;
	margin-top: 12px;
}


/* --------- PAGE STRUCTURE: Navigation */

#nav {
	background: url(../images/nav_bg.png) repeat-x;
	padding: 0 2em;
	overflow: hidden;
	clear: both;
}

#nav li {
	display: inline;
	background: url(../images/nav_separator.png) no-repeat right top;
	padding-right: 2px;
	line-height: 3em;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	padding: .5em 2em;
	background: url(../images/nav_bg.png) repeat-x;
}

#nav li.selected a:link, #nav li.selected a:visited {
	background: url(../images/nav_selected.png) repeat-x;
}

#nav li a:hover, #nav li a:active {
	background: url(../images/nav_highlight.png) repeat-x;
}


/* --------- PAGE STRUCTURE: Content */

#content {
	overflow: auto;
	background: #fff;
	clear: both;
}

#content h2, #homepage #content_main h3 { /* items substituted with image */
	color: #fff;
	font-size: 1px;
	text-align: right;
	margin-bottom: 16em;
}


/* --------- PAGE STRUCTURE: Content || Main */

#content_main {
	padding: 2em 4em;
	border-top: solid 2em #cdcdad;
}

#content_bronze {
	padding: 2em 4em;
}


/* --------- PAGE STRUCTURE: Content || Feature */

#content_feature {
	background: url(../images/bg_feature.png) repeat-x;
	padding: 2em 0 1em 0;
	clear: both;
}

#mission {
	background: url(../images/bg_mission.png) no-repeat;
	width: 340px;
	padding: 30px 575px 30px 30px;
	height: 231px;
	margin-left: auto;
	margin-right: auto;
}


/* --------- PAGE STRUCTURE: Content || Article */

.article h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.article h4 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: oblique;
	margin-bottom: 1em;
}

.article h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.article ul.list_contacts li {
	font-size: 1.1em;
	padding-bottom: 1em;
}


/* --------- PAGE STRUCTURE: Content || Ads */

#header .adzone {
	float: right;
}

#homepage .adzone {
	float: right;
	padding: 3em 3em 3em 0;
}


/* --------- PAGE STRUCTURE: Footer */

#footer {
	border-top: solid 2em #cdcdad;
	padding: 2em 4em;
	text-align: center;
	clear: both;
}

#footer p {
	font-size: 1em;
}


/* SPECIFIC PAGES ---------------------------------------------- */


/* --------- SPECIFIC PAGES: Homepage */

#hdr_welcome {
	background: url(../images/hdr_welcome.png) no-repeat;
	width: 288px;
	height: 49px;
}

#hdr_whatIs {
	background: url(../images/hdr_whatis.png) no-repeat;
	width: 333px;
	height: 44px;
}

#hrd_joinUs {
	background: url(../images/hdr_join.png) no-repeat;
	width: 185px;
	height: 42px;
}

#homepage #content_main {
	width: 60em;
	float: left;
	border-top: none;
}


/* --------- SPECIFIC PAGES: Applications */

#hdr_applications {
	background: url(../images/hdr_applications.png) no-repeat;
	width: 190px;
	height: 34px;
}

#list_applications li.item_first {
	width: 32em;
	display: inline-block;
	vertical-align: top;
	padding-right: 4em;
	background: url(../images/or.png) no-repeat right top;
}

#list_applications li.item_last {
	width: 45em;
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
}

#list_applications h4 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

#list_applications h5 {
	font-size: 1.4em;
	margin-bottom: .9em;
}


#content_features {
	border-top: solid 1px #c7c7c7;
	padding-top: 10px;
	margin: 10px 7px 10px 5px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear:both;
}

#content_features li, .content_sponsors li {
	vertical-align:middle;
	width: 250px;
	height: 100px;
	margin: 0 4px 0 0;
	padding: 22px 10px 10px 10px;
	float: left;
}

#content_features li li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
	list-style: inside disc;
}



/* --------- SPECIFIC PAGES: News */


#hdr_news {
	background: url(../images/hdr_news.png) no-repeat;
	width: 308px;
	height: 34px;
}


/* --------- SPECIFIC PAGES: Press */

#hdr_press {
	background: url(../images/hdr_pressreleases.png) no-repeat;
	width: 198px;
	height: 34px;
}

#hdr_sponsors {
	background: url(../images/hdr_sponsors.png) no-repeat;
	width: 198px;
	height: 34px;
}

