
/*this defines the font style and color, also the gradient background image*/
body {
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-image:   url(mobiledj_files/mobiledj_gradient_bg.gif);
	color: #333333;
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
    margin: 0;
	border: 0;
	background-color: #ffffff;/*themecolour4;*/
	min-width: 770px;
}

/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
#wrapper {
	width: 770px;
	text-align: left;
	visibility: visible;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color:  #eef1e7;/*themecolour3;*/
}
/*this container holds the logo and heading graphic*/
#header {
	width: 770px;
	height: 85px;
	background-image: url(mobiledj_files/mobiledj_header_bg.gif);
	background-repeat: repeat-x;	
}
/*this container holds the horizontal navigation bar and defines the background image*/
#hnav {
	width: 770px;
	margin-top: 0;
	background-image: url(mobiledj_files/mobiledj_hnav_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 15px;
	}
/*this container holds the left and right-hand column divs*/
#floatcontainer {
	width: 770px;
	padding-top: 0px;
	background-color:  #eef1e7;/*themecolour3;*/
	padding-bottom: 0px;
	text-align: left;
	margin: 0px;
	right: 0px;
	
	
}
.floatboxleft {
	width: 35%;
	margin:  0 0px;
	float: left;
	background-color: #e8f1ff;/*themecolour1$ 86.2%,100%;*/
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4175be;/*themecolour1;*/
	z-index: 3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	
}
.floatboxright {
	width: 60%;
	margin:  0;
	float: right;	
	
}
html>body .floatboxleft{
   margin:  0px;
}
/*style the text in the right-hand column*/
 p.floatboxrighttext {
	font-size: small;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*style the text in the left-hand column*/
 .floatboxleft p {
	font-size: 70%;
	padding: 0px 20px;
	margin: 0px;
}

/*style the heading1 text */
 .floatboxright h1 {
	font-size: 100%;
	margin: 0px 20px 5px 0px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-bottom: 2px;
	
}

.floatboxleft h1 {
	font-size: 90%;
	margin: 0px 20px 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-bottom: 2px;
	
}
/*alternative style for the heading2 text */
 .floatboxright h2 {
	font-size: 90%;
	margin: 0px 20px 4px 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-left: 5px;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
}

.floatboxleft h2  {
	font-size: 90%;
	margin: 0px 16px 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-left: 4px;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
}

/*alternative style for the heading3 text */
 .floatboxright h3 {
	font-size: 90%;
	margin: 0px 20px 4px 0px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-left: 5px;
	background-image: url(mobiledj_files/mobiledj_paragraph_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	
}

  .floatboxleft h3 {
	font-size: 90%;
	margin: 0px 16px 4px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	background-image: url(mobiledj_files/mobiledj_paragraph_bg2.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 4px;
	
}
/*style the text and define background image for the footer*/
#footer {
	width: 770px;
	clear: both;
	font-size: 70%;
	text-align: center;
	background-image: url(mobiledj_files/mobiledj_footer_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 22px;
	background-color: #FFFFFF;
	z-index: 6;
	
}
/*sets margins to 0*/
#wrapper p {
	margin: 0px;
}
/*floats element to the left*/
.left {
	float: left;
	margin: 0px;
	padding: 0px;
	left: -2px;
}
/*floats element to the left*/
.right {
	float: right;
}

/*link styles*/
a:link {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:visited {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:link:hover {
	color: #4175be;/*themecolour1;*/	
}

/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}

/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
  
 /*defines the style for ordered lists (numbered) */  
  ol {
    font-size: 70%  
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 85%;
}
/*defines the style for unordered lists (bulleted) */  
 ul {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(mobiledj_files/mobiledj_bullet.gif);
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	width: 85%;
}
.floatboxleft ul {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(mobiledj_files/mobiledj_bullet.gif);
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 10px;
}
.imagepadright {
	padding-right: 4px;
}