/* Default CSS Stylesheet for a new Web Application project */

div#header
{
	width: 100%;
	background-image: url(mw_files/mw_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #571b04;/*themecolour3;*/
	height: 80px;
}

div#container
{
	
	background-image:  url(mw_files/mw_leftcol_bg.gif);
	background-repeat: repeat-y;
	
} 

div#container2
{
    background-repeat: repeat-y;
	background-position: right;
	background-image: url(mw_files/mw_rightcol_bg.gif);
} 

div#navigation
{
	float: left;
	width: 210px;
	padding-top: 12px;
	padding-left: 8px;
} 

div#rightcolumn
{
	float: right;
	width: 163px;
	margin: 0;
	padding: 10px 10px 0 0;
	
}

div#content
{
	margin-left: 225px;
	margin-right: 190px;
	line-height: 150%;
	color: #333333;/*themecolour5%0;*/
	padding: 10px 10px 0 0;
	background-color: #F3EFE9;/*themecolour3;*/
	
} 
div#content_blank
{
	margin-left: 0px;
	margin-right: 0px;
	line-height: 150%;
	color: #333333;/*themecolour5%0;*/
	padding: 10px 10px 0 0;
	background-color: #F3EFE9;/*themecolour3;*/
	
} 
div#content1
{
	margin-left: 225px;
	margin-right: 190px;
	line-height: 150%;
	color: #333333;/*themecolour5%0;*/
	padding: 10px 10px 0 0;
	background-color: #FFFFFF;/*themecolour3;*/
	
} 
#cleardiv
{
clear: both;

} 
.parahead {
	background-color: saddlebrown;/*065fa7themecolour1;*/
	color: #ffffff;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 18px;
	font-weight:normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: gold;/*themecolour2;*/
}
div#footer
{
	clear: both;
	border-top: 2px solid #bf9357;/*themecolour2;*/
	text-align: center;
	background-color: #571b04;/*themecolour3;*/
	color: #bf9357;/*themecolour2;*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#banner {
	float: center;
	height: 113px;
	background-color: #ffffff;
	no-repeat;
}
 
div#logo {
	float: left;
	height: 80px;
	background-color: #333333;
	background-image: url(mw_files/Texturemaker_heading_bg.gif);
}

div#hnavbar {
	height: 25px;
	margin: 0px;
	padding-top: 37px;
}

/**Redefined html tags**/
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;/*themecolour5;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation p {
	font-size: 80%;
	color: #000000;/*themecolour1%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 150%;
}

#rightcolumn p {
	font-size: 80%;
	color: #ffffff;/*themecolour4%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 2px;
	line-height: 150%;
}
/*defines heading styles*/ 
#rightcolumn h3
{
	margin-top: 6;
	color: #f7eec3;/*themecolour1;*/
	padding-left: 3px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-right: 2px;
	background-image: url(mw_files/mw_h3_bgimage_right.gif);
	background-repeat: repeat-y;
	padding-bottom: 3px;
	font-size: 110%;
	margin-right: 4px;
	padding-top: 3px;
}

#navigation h3
{
	margin-top: 0;
	color: #d7d1b4;
	padding-left: 10px;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 110%;
	line-height: 90%;
	background-image: url(mw_files/mw_h3_bgimage_right.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;
	margin-right: 13px;
	margin-left: 1px;
	margin-bottom: 0px;
}  
#content h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	color: saddlebrown;
}
#content h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #ffffff;
	font-size: 150%;
}
#content h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom:10px;
	color: #333333;
	font-size: 170%;
}
/*defines un ordered list*/ 
ul {
	list-style-image: url(mw_files/mw_bullet.gif);
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}
/*adds border and margin to right coloumn images*/ 
.rightcolimage {
	border: 1px solid #571b04;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.leftcolimage {
	border: 1px solid #571b04;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
/*defines link colors*/ 
a:link {
	color: blue;/*themecolour3;*/
	
}
a:visited {
	color: lightsteelblue;
}
a:hover {
	color: red;/*themecolour2;*/
	text-decoration: underline;
}
