/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jamie Stanton
email:     jamie.stanton@gmail.com
website:   http://www.thinkbiggar.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Class for clearing floats */
.help {
	cursor:help;
}

/* Class for clearing floats */
.indent30 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

/* Remove border around linked images */
img {
	border: 0;
}

img.left {
	float:left;
}

img.right {
	float:right;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}

/* =Typography (Global)
-----------------------------------------------------------------------------*/

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

/* =Header
-----------------------------------------------------------------------------*/
	
.Header {
	height:138px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	background-image: url(../images/Logo01A.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.Header a, .Header a:link, .Header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.Header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.Header h1 {
	background-image: url(../images/Logo02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 138px;
	width: 396px;
	text-indent: -2000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 295px;
	display: block;
}
.Header ul li {
	float: left;
	padding: 3px;
}
.Header ul {
	position:absolute;
	left:0px;
	text-align:right;
	width: 218px;
	bottom: 0px;
}

html>body .Header {
	height:138px;
	}
		

/* =Nav One
-----------------------------------------------------------------------------*/

.NavOne {
	position: absolute;
	left:1px;
	top:140px;
	width:147px;
	}

.NavOne ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.NavOne li {
	margin: 0;
	}
	
.NavOne a {
	display: block;
	padding: 2px;
	border: 1px solid #F48221;
	background-color:#FEEFE2;
	margin-bottom: 1px;
	}

.NavOne a:link {
	color: #000000;
	text-decoration: none;
	}

.NavOne a:visited {
	color: #666666;
	text-decoration: none;
	}

.NavOne a:hover {
	color: #000000;
	background-color: #FFBD08;
	text-decoration: none;
	}

.NavOne a:active {
	color: #FFFFFF;
	background-color: #F48221;
	text-decoration: none;
	}

.NavOne h5 {
	margin: 0;
	text-indent: -2000px;
	}
	
.NavOne .Discover {
	background-color: #F48221;
	background-image: url(../images/iConnect/Title_Discover.gif);
	height: 28px;
	width: 147px;
}

.NavOne .Your {
	background-image: url(../images/iConnect/Title_YourIconect.gif);
	height: 28px;
	width: 147px;
}

.NavOne .About {
	background-image: url(../images/iConnect/Title_AboutIconnect.gif);
	height: 28px;
	width: 147px;
}

.NavOne address {
	background-image: url(../images/PhoneNo.jpg);
	height: 64px;
	width: 148px;
	display: block;
	text-indent: -2000px;
	margin-top: 15px;
}

/* =General Content
-----------------------------------------------------------------------------*/

.content {
	margin-left: 147px;
	margin-right:182px;
	background-image: url(../images/BG-Container.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 147px;
	margin-right:182px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	}
html>body .content {
	margin-left: 147px;
	margin-right:182px;
	}

.content p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.content h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #3D1D03;
	letter-spacing: 0.2em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F48221;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3D1D03;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.content a {
	color: #F48221;
	font-weight: bold;
}

.content a:link {
	color: #F48221;
	text-decoration: underline;
	}

.content a:visited {
	color: #F48221;
	text-decoration: underline;
	}

.content a:hover {
	color: #F48221;
	text-decoration: none;
	}

.content a:active {
	color: #F48221;
	text-decoration: none;
	}

.content caption {
	background-color: #F48221;
	background-image: url(../images/Orange_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.content table {
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.content table th {
	background-color: #FFCC00;
	color: #C35D13;
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

.content table td {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.content tr:hover {
	background-color: #FEFAA5;
	border: 1px solid #F48221;
} 

.content .odd {
	background-color: #FEEFE2;
} 

.content .even {
	background-color: #FDE0C6;
} 

.content address {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.content em {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.content form {
	background-color: #FFFDDD;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

/* =General Content
-----------------------------------------------------------------------------*/

.contentNoR {
	margin-left: 147px;
	margin-right:0px;
	background-image: url(../images/BG-Container.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 147px;
	margin-right:0px;
	}
html>body .contentNoR {
	margin-left: 147px;
	margin-right:0px;
	}

.contentNoR p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.contentNoR  a {
	color: #F48221;
	font-weight: bold;
}

.contentNoR  a:link {
	color: #F48221;
	text-decoration: underline;
	}

.contentNoR  a:visited {
	color: #F48221;
	text-decoration: underline;
	}

.contentNoR  a:hover {
	color: #F48221;
	text-decoration: none;
	}

.contentNoR  a:active {
	color: #F48221;
	text-decoration: none;
	}

.contentNoR h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3D1D03;
	letter-spacing: 0.2em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F48221;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contentNoR h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3D1D03;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contentNoR caption {
	background-color: #F48221;
	background-image: url(../images/Orange_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.contentNoR table {
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.contentNoR table th {
	background-color: #FFCC00;
	color: #C35D13;
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

.contentNoR table td {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.contentNoR tr:hover {
	background-color: #FEFAA5;
	border: 1px solid #F48221;
} 

.contentNoR .odd {
	background-color: #FEEFE2;
} 

.contentNoR .even {
	background-color: #FDE0C6;
} 

.contentNoR address {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.contentNoR em {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.contentNoR form {
	display: block;
	padding: 10px;
	font-size: 1em;
	font-style: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
} 
#innerContent legend {
	background-color: #F48221;
	display: block;
	color: #FFFFFF;
	padding: 4px;
	font-size: 1.1em;
	font-weight: bold;
}


.contentNoR fieldset {
	padding: 10px;
	border: 1px solid #F48221;
	background-color: #FFFDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 


.contentNoR label {
	float:left;
	width: 15em;
	font-weight: bold;
	padding-top: 10px;
} 

.contentNoR .wide {
	float:left;
	width: 30em;
	font-weight: bold;
	padding-top: 10px;
} 

.contentNoR label em {
	background-color: #FFFDDD;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFDDD;
	font-style: normal;
	color: #333333;
	font-size: 0.9em;
	font-weight: normal;
} 

.contentNoR input {
	margin: 0px;
	padding-top: 3px;
	border: 1px solid #999999;
	font-size: 1.1em;
} 

.contentNoR input[type="checkbox"] {
	margin: 0px;
	padding-top: 20px;
	border: 1px solid #999999;	
} 

.contentNoR input:focus {
	margin: 0px;
	padding-top: 3px;
	border: 1px solid #F48221;
	font-size: 1.1em;
} 

.contentNoR textarea {
	margin: 0px;
	border: 1px solid #999999;	
	padding-top: 3px;
	font-size: 1.1em;
} 

.contentNoR textarea:focus {
	margin: 0px;
	border: 1px solid #F48221;
} 

.contentNoR select {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
} 

.contentNoR p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
} 

.contentNoR form p:hover {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FEFAA5;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	
} 

/* =Home Content Page
-----------------------------------------------------------------------------*/

#homeContent {
}


#homeContent .centre{
 width: 350px;
 margin-left: 15%;
 margin-top: 0px;
 margin-bottom: 0px;

}

#homeContent ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0%;
	margin-bottom: 5px;
	margin-left: 0%;
	display: block;
}

#homeContent ul li {
	background-image: url(../images/iConnect/ListItem.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

/* =Inner Content Page
-----------------------------------------------------------------------------*/

#innerContent {
}

#innerContent {
}

#innerContent ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
	display: block;
}

#innerContent ul li {
	background-image: url(../images/iConnect/ListItemYellow.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 40px;
	border: 1px solid #FDE9D0;
	background-color: #FEFFBD;
}

#innerContent ul li:hover {
	background-image: url(../images/iConnect/ListItemYellow.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 40px;
	border: 1px solid #F48222;
	background-color: #FEFAA5;
}






/* =Nav Two
-----------------------------------------------------------------------------*/

.NavTwo {
	position: absolute;
	right:0px;
	top:140px;
	width:182px;
	background-image: url(../images/NavTwo_TextFoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.NavTwo h2 {
	background-image: url(../images/NavTwo_TitleMore.jpg);
	height: 216px;
	width: 182px;
	text-indent: -2000px;

}

.NavTwo form {
	color: #333333;
	background-image: url(../images/NavTwo_TextFoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

.NavTwo form p {
	background-image: none;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
	color: #333333;
}

.NavTwo form input {
	border: 1px solid #F48221;
	padding: 4px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.NavTwo form input[type="option"] {
	border: 1px solid #F48221;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.NavTwo form button {
	border: 1px solid #FEEEE0;
	text-align: center;
	background-image: url(../images/Calculate1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 96px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #FEEEE0;
}

.NavTwo form button:hover {
	border: 1px solid #FEEEE0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/Calculate2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 96px;
	background-color: #FEEEE0;
}

.NavTwo form button:active {
	border: 1px solid #FEEEE0;
	margin: 0px;
	text-align: center;
	background-image: url(../images/Calculate3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 96px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FEEEE0;
}

.NavTwo ul {
	color: #522603;
	background-image: url(../images/NavTwo_TextFoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}

.NavTwo ul li {
margin-bottom: 10px;
margin-top: 0px;
margin-left: 8px;
margin-right: 8px;
background-image: url(../images/NavTwo_OrangeBullet.gif);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 1em;
}

.NavTwo p {
	color: #333333;
	background-image: url(../images/NavTwo_TextFoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

.NavTwo ul li .Arrow {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(../images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1em;
}

.NavTwo .Title_AfriConnect {
	background-image: url(../images/NavTwo_AfriConnectHave.gif);
	height: 36px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_Calc {
	background-image: url(../images/NavTwo_HowMuchCouldYouSave.gif);
	height: 50px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_Wireless {
	background-image: url(../images/NavTwo_Wireless.jpg);
	height: 189px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_WirelessBusiness {
	background-image: url(../images/NavTwo_Business.jpg);
	height: 157px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_WirelessBusiness2 {
	background-image: url(../images/NavTwo_Business.jpg);
	height: 152px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.NavTwo .Title_Discover {
	background-image: url(../images/NavTwo_Discover.jpg);
	height: 159px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_Saving {
	background-image: url(../images/NavTwo_Saving.jpg);
	height: 174px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_Health {
	background-image: url(../images/NavTwo_Health.jpg);
	height: 170px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_School {
	background-image: url(../images/NavTwo_School.jpg);
	height: 143px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_MoreText {
	background-image: url(../images/NavTwo_TitleMoreText.jpg);
	height: 58px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_Cred {
	background-image: url(../images/NavTwo_TitleCred.jpg);
	height: 42px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwo .Title_Network {
	background-image: url(../images/NavTwo_Network.jpg);
	height: 174px;
	width: 182px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.NavTwoFoot {
	background-image: url(../images/NavTwo_TextFoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
/* =Footer
-----------------------------------------------------------------------------*/
.AfriLogo {
	background-image: url(../images/AfriLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 76px;
	width: 43px;
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
}

.Footer {
	height: 77px;
	clear: both;
	min-width: 750px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	background-image: url(../images/FooterOne.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Footer a {
	float: left;
	color: #FFFFFF;
	padding: 0px;
	display: inline;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	font-size: 12px;
}

.Footer a:link, .Footer a:visited {
	text-decoration: none;
}


.Footer a:hover, .Footer a:active {
	text-decoration: underline;
}

.Footer div  {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/FooterTwo.gif);
	height: 77px;
	width: 500px;
	margin: 0px;

}

.Footer p  {
	margin-top: 32px;
	float: right;
	margin-right: 10px;

}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}
