@charset "utf-8";

/******
/-----------------
	Noble Endeavors Stylesheet V.1.0
	Created by WebStuff.biz P: +61 2 4325 1188
	Copyright, 2009
	--------------------------/
******/

/**	---------
	CSS Reset	**/
html,body,div,span,img,table,td,li,input,button,dt,dd,dl,h1,h2,h3,h4,a{margin:0px; padding:0px; border:none;}
a{text-decoration:none;}
table{border-collapse:collapse;}
p{padding:5px 0px; margin:0px;}
/**	---------
	Starts	**/
body{background:#c3c5c7;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#333;}

h1{}
h2{font-size:22px;color:#620499;padding:5px 0px;}
h3{
	font-size:18px;
	color:#620499;
}
h4{font-size:14px;color:#620499;margin:0px 4px 5px 0px;padding:4px 0px 0px 0px;border-bottom:1px solid #620499;text-transform:uppercase;}h4 span{color:#888;}h4.alter{border:none;color:#888;}

#container{width:976px;margin:0px auto;background:#fff;}

#header{width:976px;height:121px;background:url(../images/header.jpg);}
#mainpic{width:976px;height:87px;}

#nav{width:inherit;height:47px;background:url(../images/nav_bg.gif);text-align:center;font-size:14px;font-weight:bold;letter-spacing:2px;}#nav ul{list-style:none;padding:13px 25px 0px 25px;margin:0px;}#nav li{height:20px;border-right:2px solid #340082;padding:0px 10px;line-height:20px;float:left;}#nav li.last{border:none;}#nav a{display:block;color:#340082;}#nav a:hover{color:#8248d8;}

#content{padding:30px 0px 30px 30px;}
#leftsidenav{width:203px;font-family:Georgia, "Times New Roman", Times, serif;float:left;}#leftsidenav ul{list-style:none;margin:0px;padding:0px;}#leftsidenav li{padding-bottom:20px;}#leftsidenav a{display:block;font-size:20px;color:#bebebe;}#leftsidenav a:hover{color:#620499;}
#rightsidetext{
	width:660px;
	padding:0px 0px 100px 10px;
	border-left:4px solid #c3c5c7;
	float:left;
	color: #000;
}#rightsidetext p{line-height:18px;}#rightsidetext img{margin:5px;padding:3px;border:1px solid #bcbec0;background:#fff;}
	#rightsidetext ul{list-style:none;margin:0px;padding:10px 10px 10px 0px;}#rightsidetext ul.alter{width:390px;}#rightsidetext li{padding:4px;color:#666;border-bottom:1px solid #666;}
	
#footer{width:921px;margin-top:10px;padding:10px;font-size:10px;border-top:1px solid #c3c5c7;}
/**	---------
	Class Declarations	**/
.left{float:left;}.right{float:right;}.clear{clear:both;}
.brandpurple{color:#620499;}

.logonobleend{width:281px;height:91px;margin:5px 10px;background:url(../images/noble_endeavours_master.gif) 0px -310px no-repeat;}

.purplehighlight,.greyhighlight{width:650px;margin:10px 0px 10px -10px;padding:10px;background:url(../images/purple_highlight.gif) repeat-y;color:#fff;}.greyhighlight{background:url(../images/grey_highlight.gif) repeat-y;color:#333;}.purplehighlight h4{color:#fff;}
/* INPUT STYLINGS */
.formheading h2{margin-bottom:10px;padding:0px;background:#FF0000;color:#fff;}.formheading h2.pad{padding:5px 10px;}.formheading h2.greengo{background:#009900;}
.formhead,.forminput,.formtextfield{width:160px;margin:0px 20px 10px 0px;float:left;}.formhead{font-size:12px;font-weight:bold;color:#7c848e;}.forminput,.formtextfield{width:402px;height:27px;background:url(../images/noble_endeavours_master.gif);overflow:hidden;position:relative;}.forminput input,.formtextfield textarea{position:absolute;top:3px;left:5px;width:390px;height:22px;font-size:12px;color:#fff;border:none;font-family:Arial, Helvetica, sans-serif;background:none;}.formtextfield{height:177px;background-position:0px -27px;}.formtextfield textarea{position:absolute;top:3px;left:5px;width:390px;height:172px;}
.formclear{display:none;}
.left select{width:300px;}
input.button{margin:0px 5px 15px;padding:0px 5px;background:url(../images/noble_endeavours_master.gif) -411px -0px;border:1px solid #ccc;color:#fff;}input.button:hover{background-position:-411px -24px;}
