/* Stylesheet for Akta - by Nadia */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(imgs/browser_background.gif);
	background-color: #9AB37F;
	background-repeat: repeat-x;
}
	
/*	Basic link styles*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* external wrapper div */
#wrapper {
	width: 773px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #1e1754;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 22px;
	color: #222366;
	font-weight: bold;
	padding-left: 1em;
	float: left;
}
#header h1 span {
	color: #BAD08F;
}
#header-phone-number {
	float: right;
	padding-top: 1em;
	padding-right: 1em;
	color: #83A849;
	font-weight: bold;
}
#header-image {
	width: 773px;
        height: 203px;
	background-image: url(image.php);
}
 
/*navigation styling */
#navBar {
	border: none;
	color: #3366CC;
	background-image: url(imgs/navbar_green.gif);
	background-color: #99CC66;
	background-repeat: no-repeat;
	height: 26px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 28px;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 
}

#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 6px;
	border-right: 1px dotted #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top: none;
	border-bottom: none;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navBar a:link, #navBar a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navBar a:hover {
	color: #1e1754;
	background-color: #000000;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
}
/*End NavBar styles */
	
#news	{
	width:229px;
	background-color:#FFFFFF;
	float:left;
	text-decoration: none;
	border-right: #99CCFF;
}

#news h2 {
	font-size: 12px;
	color: #003399;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	text-decoration: none;
}

#news h1 {
	font-size: 16px;
	color: #000033;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	text-decoration: none;
}
	
/* styles the news box header */
#darker	{
	width:204px;
	height:24px;
	background-color:#99CCFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-align: center;
	color: #FFFFFF;
	padding-top: 6px;
	margin: 0px;
}
	
/* news text box */
#text {
	width:218px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left: 8px;
}

/* header style for the text box */
#text h2 {
	font-size: 13px;
	color: #003399;
}

/* link styles for the news/text box area */
#text a, #text a:link, #text a:visited {
	text-decoration: none;
	color: #5E2933;
}
	
#text a:hover {
	text-decoration: none;
	color: #B6765A;
}
#text a:active {
	text-decoration: none;
}

/* main content area */
#content {
	width:532px;
	margin-left:9px;
	float:right;
	border:0px solid #FFFFFF;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 3px;



}
/* gives a bit of padding between the graphics inn the content area */
#content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
#content p {
	width: 476px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	font-size: 12px;
	letter-spacing: normal;
}
	
/* H1 style for the content area */
#content h1 {
	font-size: 20px;
	color: #1e1754;
	font-weight: bold;
	text-align: left;
	border: none;
	font-variant: normal;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#content h2 {
	font-size: 14px;
	color: #729541;
	font-weight: bold;
	font-variant: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3 {
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#content li {
	background-repeat: no-repeat;
	padding-left: 22px;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: normal;
	font-weight: normal;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: normal;
}

/* link styles for the content area */
#content a, #content a:link, #content a:visited {
	text-decoration: underline;
	color: #333333;
}
	
#content a:hover {
	text-decoration: none;
	color: #99cc66;
}
#content a:active {
	text-decoration: none;
}
	
/* bottom copyright div */	
#bottom	{
	margin-top:5px;
	width:765px;
	height:auto;
	background-color:#999999;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:left;
	padding: 4px;
	text-align: center;
}
#bottom a, #bottom a:link, #bottomt a:visited {
	text-decoration: none;
	color: #666666;
}
	
#bottom a:hover {
	text-decoration: none;
	color: #FEFDFC;
}
#bottom a:active {
	text-decoration: none;
	}

/***** Begin laying out the contact form *****/

form {width: 450px;}

fieldset{
	padding:10px;
	border: 1px solid #726C5E;
	margin-bottom:15px;
	width: 460px;
	font-size: 100%;
}

/*styles the input fields*/
input,textarea{
	border: 1px solid #5B5136;
	margin: 4px;
	padding: 2px;
}

label{
	color:#666;
	font-size: 100%;
}
legend{
	padding:10px;/*gives a bit of padding between the border and the test*/
	color: #756F5F;
	font-size: 130%;
	font-weight: bold;
}

.submitbutton {
	border: 1px solid #7F714B;
	background: #C1B697;
	color: #FFF;
	}
/*end of form styles */

/*Current marker page styles*/

#navBar a.currentLink {color: #1e1754;}

.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}


p {
}


#e_voucher {
	width: 204px;
	height: 146px;
	background-color: transparent;
	background-image: url("imgs/e-voucher.gif");
	background-repeat: no-repeat;



}

#e_voucher_text {
	width: 175px;
	text-align: center;
	background-color: transparent;
	padding-top: 60px;
	padding-left: 15px;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	line-height: 16px

}

.e_voucher_textlink {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #1e1754; 
	line-height: 16px

}
