/* CSS Document */
/* Main Style Sheet for CPD site*/

/* Menu System*/

#nav ul{
	padding : 0;
	margin : 0;
	white-space : nowrap;
	background-color : #99CCFF;
	float : left;
	width : 100%;
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: ##0403A7;
}
#nav ul li{display : inline;}
#nav ul li a{
	padding-left : 1.1em;
	padding-right : 1.1em;
	color : #0403A7;
	text-decoration : none;
	float : left;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav ul li a:hover{color: #FFFFFF;}

/* End of Menu system*/


body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	min-width: 770px;
	background-image: url(../Images/brick.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

#wrapper {
	width: 770px;
	w\idth: 770px;
	margin: 0px;
	position: relative;
	text-align: left;
	background-color: #fff;	/*if no background colour background is visible*/
}

#banner {
	position: relative; /* DWMX Display fix */
	background-image: url(../Images/Supreamebanner.jpg);  
	background-repeat: no-repeat; 
	height: 165px;	

}

#content {
	font-family: Arial, Helvetica, sans-serif;
	width: 529px;
	background-color: #fefbf6;
	padding-top: 40px;
	text-align: justify;
	color: #635142;
	font-size: 0.9em;
	line-height: 1.6em;
}

#leftcol {
	float: left;
	width: 240px;	
	padding-top: 40px;
	background-color: #FFFFFF;
}

#content p {margin: 20px 60px;}

#content a {background-color: #e7d6cd;color: #4a241a;text-decoration: none;}

#leftcol h1{
	color:#0403A7;
	font-size:1.2em;		/*if this text is 1.3 and all on one line it forces the content below*/
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	font-style: oblique;
}

#leftcol h2{
	color:#0403A7;
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-color: #99CCFF;
	width: 770px;
	border-top: 1px solid #945d00;
	font-size: 0.6em;
	text-align: center;
	clear: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #0403A7;
	font-weight: bold;
}

#footer a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.5ems;
	color: #FFFFFF;
	text-align: right;
}
/* Format of images in main content div*/
.image_cont_lft {
	float: left;
	padding: 3px;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.image_cont_rght {
	float: right;
	padding: 3px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px; /*picture butting up to left edge. Need to put margin value equal to p*/
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.add_leftcol{
	color:#0403A7;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 1.0em;
	text-align: center;
}

.image_lftcol {
	display:block; /*allows the element to take auto margins*/ 
	margin:0 auto; /*centers in compliant browsers*/ 
	text-align:center; /*centers in old versions of IE*/ 
}

h1{
	color:#8b725a;
	line-height:1.1em;
	font-size:1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 40px;
	margin-left: 30px;
}

h2{
	color:#734529;
	line-height: 1.2em;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 40px;
	margin-left: 30px;
}

h3 {
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 30px;
	margin-left: 30px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#666666;
}
