/* CSS Document */
/* Designed by Gursimran Kaur - http://www.gursimran.com */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) repeat-x #FFFFFF;
		font-size:12px;
	color:#484744;
height:100%;
	}
	
		
#wrapper {
	width:820px;
	margin:0 auto;
	}
	
#header {
	width:100%;
height:98px;
	}
	
#logo {
	width:180px;
	height:100%;
	margin-top:15px;
	float:left;
	}
	
	#menuarea {
		width:573px; /* was 465, can be 530 for blog */
		height:90px;
		float:right;
		}


		#contact-details{
			font-size: 100%;
			float: right;
			height: 56px;
			width: 100%;
			text-align: right;
		}

		#contact-details p{
			margin-top: 14px;
			color: #fff;
			font-size: 100%;
		}

	#menu {
		width: 520px;
		float: right;
		height:30px;
		margin-top:5px;
		}

	#menu a {
		height:30px;
		width:auto;
		float:left;
		padding:6px 17px 0px 17px;
		background:url(images/buttonback.gif) repeat-x;
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
		margin:0px 0px 0px 1px;
		}
		



	#contactarea {
		width:100%;
		height:20px;
		display:block;
		font-size:14px;
		text-align:right;
		margin-top:37px;
		}

	#contactarea a {
		color:#4096ee;
		text-decoration:none;
		margin-right:5px;
		}

	.blue{
		color: #3887DD;
	}
	
#content {
	width:100%;
	margin-top:25px;
	float:left;
	}

#bannerarea {
	width:725px;
	margin:20px auto 0px auto;
margin-top:37px;
	}

#banner {
	width:235px;
	float:left;
	}

#infobanner {
	float:right;
	width:468px;
	font-size:14px;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	}
	
#greeninfo {
	width:413px;
	background:url(images/greeninfo.gif);
	display:block;
	height:45px;
	padding:13px 26px 0px 26px;
	margin:1px 0px;
	}
	
#blueinfo {
	width:413px;
	background:url(images/blueinfo.gif);
	display:block;
	height:45px;
	padding:13px 26px 0px 26px;
	margin:1px 0px;
	}
	
#grayinfo {
	width:413px;
	background:url(images/grayinfo.gif);
	display:block;
	height:45px;
	padding:13px 26px 0px 26px;
	margin:1px 0px 10px 0px;
	}	
	
#information {
	width:807px;
	clear:both;
	margin-top:30px;
	float:left;
background:#E6E6E6 url(images/infobox.gif) repeat-x scroll 0 0;
	}

.infobox {
	width:230px;
	height:225px;
	float:left;
	margin-right:20px;
	background:url(images/infobox.gif) repeat-x #e6e6e6;
	padding:15px 10px;
	}
	
.infobox h2 {
	color:#327cd0;
	font-size:18px;
	margin:5px 0px;
	font-weight:normal;
	}
	
.bigbox h1 {
	color:#78a928;
	font-size:18px;
	margin:5px 0px;
	font-weight:normal;
	display:block;
	background:url(images/h1back.gif) no-repeat left center;
	padding-left:30px;
	}
	
.bigbox .example {
	width:100%;
	height:auto;
	display:block;
	clear:both;
	}
	
.bigbox .castthumb {
	margin:0px 10px 10px 0px;
	float:left;
	}
	
.infobox h1 {
	color:#78a928;
	font-size:14px;
	margin:5px 0px;
	font-weight:bold;
	display:block;
	}
	
.infobox p {
	font-size:12px;
	color:#484744;
	margin:4px 0px;
	padding:0px;
	}
	
.infobox a {
	color:#484744;
	}
	
.bigbox {
	width:96%;
	float:left;
	margin-bottom:20px;
	background:url(images/infobox.gif) repeat-x #e6e6e6;
	padding:15px 10px;
	}
	
.bigbox h2 {
	color:#327cd0;
	font-size:18px;
	margin:5px 0px;
	font-weight:normal;
	}
	
.bigbox p {
	font-size:12px;
	color:#484744;
	margin:4px 0px;
	padding:0px;
	}
	
.bigbox a {
	color:#484744;
	font-weight:bold;
	}
	
.bigbox a:hover {
	color:#327cd0;
	}
	
.bigbox ol li { 
	list-style-position: inside;
	text-indent:1em;
	}
	
.bigbox ul li { 
	list-style-position: inside;
	padding-left:0px; /* was 25px on 21/10/08 */
	}
	
.quotebox {
	background:#dfdcdc;
	padding:2px;
	}
	
.bigquotebox {
	background: url(images/quoteback.jpg) top repeat-x #bde37f;
	padding:10px;
	margin:15px 0px;
	border-bottom:solid 3px #404040;
	}
	
.bigquotebox p {
	color:#343331;
	font-size:14px;
	}
	
.medquotebox {
	background: url(images/quoteback.jpg) top repeat-x #bde37f;
	padding:10px;
	margin:10px 0px 0px 0px;
	border-bottom:solid 3px #404040;
	width:70%;
	float:right;
	}
	
.medquotebox p {
	color:#343331;
	font-size:14px;
	}
	
#footer {
	clear:both;
	height:103px;
	background:url(images/footerback.gif) repeat-x #686665;
	margin-top:40px;
	width:100%;
	float:left;
	font-size:12px;
	text-align:center;
	padding:7px 0px 0px 0px;
	color:#FFFFFF;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.copyright {
	color:#c8c1c1;
	}
	
.clearall{clear:all;}
