/*
 *	Martial Arts Curriculum CSS
 *
 *  Author: Phil Crowther
 *  Last Modified: 24 April 2007
      
										 --------------------------------
										 |      TABLE OF CONTENTS       |
										 |      =================       |
										 |                              |
										 | 1 = Main Page Layout         |
										 | 2 = Inner Table/Div Styles   |
										 | 3 = Navigation  				|
										 | 4 = Common Styles            |
										 | 5 = Input Form Styles		|
										 | 6 = Colours		            |
										 |                              |
										 --------------------------------
*/

/* (1) = Main Page Layout */
body {
	margin: 0px;
	text-align: center;
	background: #ff6600 url('../images/bg.gif') repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#pgWapper {
	text-align: left;
	margin: 0px auto;
	width: 787px;
}

#pgBody {
	float: left;
	width: 787px;
	background: #fff url('../images/left_seperator.gif') no-repeat;
}

#homeHeader {
	background: url('../images/headerhome_bg2.jpg') no-repeat;
}

/* (2) = Inner Table/Div Styles */

#leftCol {
	float: left;
	padding-left: 7px;
	width: 145px;
	background: url('../images/memberlogin.gif') no-repeat;
	padding-right: 10px;
}

#mainCol {
	float: left;
	width: 600px;
	padding-left: 10px;	
}

.floatL { float: left; }
.floatR { float: right; }


#style1 {
	border-collapse: collapse;
	border: 1px solid #404040;
	margin: 4px auto;
	width: 90%;
}
#style1 tr.title td {
	background-color: #efefef;
	font-weight: bold;
}
#style1 td {
	font-size: 8pt;
	text-align: left;
	padding-left: 4px;
}



/* (3) = Navigation */
#nav {
	float: left;
	background-color: #efefef;
	height: 21px;
	width: 785px;	
}
#nav p {
	padding: 3px 10px 3px 3px;
	text-align: right;
}

#nav a, #nav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}



/* (4) = Common Styles */
p {
	margin: 0px;
	line-height: 16px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 3px 3px 6px 3px;
}
h1 {
	color: #ff0000;
	font-size: 16pt;
	font-weight: normal;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #993366;
	width: 90%;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}


a, a:visited {
	color: #ff6633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ol {
	text-align: left;
}

ul {
	text-align: left;
}

hr {
	height: 1px;
	width: 90%;
}

img {
	border: 0px;
	display: block;
}
img.inline {
	display: inline;
}

.divider {
	margin-top:10px;
	margin-bottom:10px;
}

.floatLeft {
	float:left;
}

#testamonials img {
	padding-right:5px;
	padding-bottom:5px;
}

.by {
	margin-left:10px;
	padding-top:30px;
}

/* (5) = Input Form Styles */
form { 
	margin-bottom: 0px;
	padding: 0px;
}

input.largetext {
	width: 200px;
}

span.nameTxt {
	margin-top: 35px;
	padding: 2px;
	float: left;
	display: block;
	background: url('../images/username.gif') no-repeat;
	width: 60px;
	height: 8px;
}

span.nameTxt span {
	display: none;
}

span.passwordTxt {
	margin-top: 2px;
	padding: 2px;
	float: left;
	display: block;
	background: url('../images/password.gif') no-repeat;
	width: 60px;
	height: 8px;
}

span.passwordTxt span {
	display: none;
}

span.yournameTxt {
	padding: 2px;
	margin-top: 10px;
	float: left;
	display: block;
	background: url('../images/firstname.gif') no-repeat;
	width: 93px;
	height: 8px;
}

span.yournameTxt span {
	display: none;
}

span.emailTxt {
	margin: 2px;
	float: left;
	display: block;
	background: url('../images/emailaddress.gif') no-repeat;
	width: 117px;
	height: 8px;
}

span.emailTxt span {
	display: none;
}

/* (6) = Colours */

.lightgrey { color: #d4d4d4; }
.grey { color: #CCCCCC; }
.blue { color: #044278; }
.orange { color: #ff6633; }
.red { color: #cc0000; }
.black { color: #000000; }