/* Spectrum css */
/* AUTHOR: ADIRA LIMITED */

/* Layout */
*{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: lighter;
	background-color: #f4f4f4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 762px;
}

#page_wrapper{
	border: 1px solid #cccccc;
	margin-top: 25px;
	width: 760px;
	background-color: #ffffff;
	text-align: left;
}

#header{
	background-image: url('images/header.jpg');
	width: 760px;
	height: 165px;	
	text-align: right;
}

.navigation{
	height: 35px;
	background-repeat: repeat-x;
	background-image: url('images/nav_background.jpg');
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.navigation_second{
	height: 35px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.content{
	padding: 15px;
	text-align: left;
}

h1{
	font-size: 18px;
	color: #6f4b9b;
	padding-bottom: 15px;
}

p{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}

#photo{
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
}

#footer{
	margin-top: 15px;
	background-image: url('images/footer.jpg');
	height: 60px;
	width: 760px;
	border: 1px solid #cccccc;
	text-align: left;
}

h4{
	padding: 20px 15px 20px 15px;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
}

.button_left{
	background-image: url('images/button.jpg');
	height: 29px;
	width: 215px;
	float: left;
	text-align: center;
}

.button_right{
	background-image: url('images/button.jpg');
	height: 29px;
	width: 215px;
	float: right;
	text-align: center;
}

.clear{
	clear: both;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding: 7px;
}

.navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: #666666;
float: left;
font-size: 16px;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a
{
padding: 8px 15px;
color: #111111;
font-weight: bold;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

.navcontainer ul li a:hover
{
	background-color: #cccccc;
	color: #666666;
	font-weight: bold;
}

.content a, .content a:link, .content a:visited{
	color: #000;
}

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

#header img{
	padding: 5px;
	margin-bottom: 30px;
}

#header a, #header a:link, #header a:visited, #header a:hover{
	color: #111111;
	text-decoration: underline;
}

h2{
	font-size: 14px;
	padding: 5px 5px 0px 5px;
}

.content ul{
	font-size: 12px;
	margin: 15px;
}
