/**
*
* BASE HTML SELECTORS
*
**/
body {
	background: #000;
	font-family: arial;
	font-size:12px;
	line-height: 16px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
/**
*
* DOCUMENT SCAFFOLDING
*
**/
#doc-container {
	background: #fff;
	border:2px solid #fff;
	display:block;
	margin: 2px auto 0 auto;
	width:805px;
	/** DEBUG **/
	/*background: #ccc;*/
}

#doc-header {
	background: url(../images/doc-header/logo.gif) no-repeat;
	height:108px;
	margin-bottom:2px;
	/** DEBUG **/
	/*background: #fff;*/
}

#doc-navigation {
	background: #000;
	height:44px;
	margin-bottom:1px;
}

#doc-content {

	background: url(../images/doc-content/home/home-row-one/background.jpg) no-repeat;
	/** DEBUG **/
	/*background: #333;*/
	min-height:553px;
  	height:auto !important;
 	height:553px;
	
}

#doc-article {
	
}

#doc-article h2 {
	font-size: 16px;
	line-height:16px;
}

#doc-footer {
	height:40px;
	color:#fff;
	font-size:12px;
	margin:auto;
	padding-right:28px;
	text-align:right;
	width:781px;
	
	
	/** DEBUG **/
	/*background: #999;*/
}


/**
*
* HEADER ITEMS
*
**/

#doc-header h1,#doc-header p {
	position:absolute;
	left: -9999px;
}

/**
*
* NAVIGATION ITEMS
*
**/


#doc-navigation ul {
	display:block;
}

#doc-navigation ul li {
	display:block;	
	float:left;
}

#doc-navigation ul li a {
	border-right: 1px solid #fff;
	color:#fff;
	display:block;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:44px;
}

#doc-navigation ul li a:hover {
	/*background: #9A0055;*/
	text-decoration:none;
}

#doc-navigation ul li a span {
	display:block;
	padding: 25px 0 0 12px;
}

#menulink_1 {
	width:130px;
}

#menulink_1:hover {
	background: #9A0055;
}

#menulink_1 span{
	padding-left:52px !important;
}

#menulink_2 {
	width:154px;
}

#menulink_2:hover {
	background: #5A8AA0;
}

#menulink_3 {
	width:144px;
}

#menulink_3:hover {
	background: #709C2A;
}

#menulink_4 {
	width:105px;
}

#menulink_4:hover {
	background: #603913;
}

#menulink_5{
	width:152px;
}

#menulink_5:hover {
	background:#D00900;
}

#menulink_6 {
	border-right:0px solid #fff !important;
	width:115px;
}

#menulink_6:hover {
	background: #FC8A02;
}

/**
*
* SECTION NAVIGATION
*
**/

#mainlevel_section_link{
	display:block;	
}

#mainlevel_section_link li{
	display:block;	
	float:left;
}


.mainlevel_current_section_link ,.mainlevel_section_link {
	color:#fff;
	font-size:11px;
	line-height:24px;
	padding: 0px 19px;
	text-decoration: none;
	letter-spacing: 0.02em;
		
}
.mainlevel_current_section_link:hover,.mainlevel_section_link:hover {
	color:#fff;
	text-decoration: none;	
}



/**
*
* CONTENT COLUMNS
*
**/

#section-navigation{
	background:#000;
	display:block;
	height:24px;	
}

#sub-navigation ul{
	display:block;
	height:24px;	
}

.content-element {
	color: #fff !important;
	padding: 16px 53px 16px 44px;
	
	
}

.content-element h2 {
	border-bottom: 1px dotted #fff;
	font-size:18px;
	line-height:24px;
}

.content-element a {
	color:#fff;
}

.content-element p {
	padding:8px 0;
}

.content-element strong {
	font-size: 14px;
	font-weight:bold;
}



.content-image{
	height:139px;
	width: 506px;
	position:relative;
}

.content-image-extra{
	display:none;
	position:absolute;
	top: 0px;
	right: 0px;	
}
/**
*
* DOC FOOTER ITEMS
*
**/
#doc-footer ul{
		float:right;
	}
#doc-footer ul li{
	float:left;
	display:block;
}
#doc-footer a {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:0 10px;
}


/**
*
* JOOMLA IRRITANTS
*
**/

.contentheading{
	display:none;
}


/**
*
* USEFUL HELPERS
*
**/

.image-link {
	
}


.image-link span{
	position:absolute;
	left: -9999px;	
}


 .prop {
   height:100px;
   float:right;
   width:1px;
   
 }

 .clear {
   clear:both;
   height:1px;
   overflow:hidden;
 }
 
 .xmap {
 	margin:10px;
 }
 
 .componentheading{
 	font-size:14px;
 	margin:10px 0;
 	
 }
 
 .xmap li{
 	margin-left: 10px;
 	list-style-type: disc;
 }