/* START generic css reset files */

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END generic css reset files */
body {
	padding:0px;
	margin-top:0px;
	font:13px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Garuda, sans-serif;
	font-size:small;
	font:x-small;
	background:  url(../images/bluebg_thin2.png) repeat-x;
}
#centered_content {
  width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  padding:0px;
  background: url(../images/bluebg5.jpg) no-repeat;
}

#footer {
  width:1200px;
  margin-left:auto;
  margin-right:auto;
  min-height:100px;
  padding:0px;
  background: #006fb7;
 } 
h1 {
	padding:10px 0px 15px 5px;
	margin: 0;
	border: 0;
	outline: 0;
	font-size:2em;
	color:	#57aeff;
	float:left;
}
h1#name{
	width: 290px;
	height: 30px;
	background: url(../images/name2.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
h1#contact{
	float: right;
}
h2 {
	padding:0px;
	font-size:3em;
	text-decoration: none;
	color: #57aeff;
}
h3 {
	font-size:2em;
	text-decoration: none;
	color: #57aeff;
	float:left;
	display:in-line;
}
h4,h5,h6,ul,li,em,strong,pre,code {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
}
table {
	font-size: inherit;
	font:100%;
}
ul {
	list-style:none;
}
img {
	border:0;
}
p {
	margin:.5em 0em 1em 0em;
}
#strokeborder {
	/*border:1px solid #adafac;*/
}
/* START navigation styling */
#topbar {  
	margin-left:auto;
 	margin-right:auto;
	list-style: none;
	width:988px;
	padding:0px 40px 0px 35px;
}  
#home {
	padding:0px 0px 5px 0px;
}
#navigation ul li {
	display:block;
    float:left;
    list-style-type:none;
}
#navigation ul li a {
	display:block;
	height:22px; width:46px;
	background:transparent url(../images/headernav.png) no-repeat 0 0;
	text-indent:-9009px;
}
#navigation ul li a:hover {
	background-position: 0px -22px;
}
#navigation ul li#navigation2 a {
	width:40px;
	background-position: -46px 0px;
}
#navigation ul li#navigation2 a:hover {
	background-position: -46px -22px;
}
#navigation ul li#navigation3 a {
	width:60px;
	background-position: -86px 0px; 
}
#navigation ul li#navigation3 a:hover {
	background-position: -86px -22px;
}
#navigation ul li#navigation4 a {
	width:77px;
	background-position: -146px 0px; 
}
#navigation ul li#navigation4 a:hover {
	background-position: -146px -22px;
}
/* Menu styling for the thumbnails */

#menu {  
	margin-left:auto;
 	margin-right:auto;
	list-style: none;
	height:110px;
	width:988px;
}  
ul.gallery {
	width: 988px; /*--Adjust width according to your scenario--*/
	height: 100px;
	list-style: none;
	margin-left:auto;
 	margin-right:auto;
 	/*background-color: yellow;*/
	/*margin: 0; padding: 0;*/
}
ul.gallery li {
	float: left;
	/*margin: 0px 4px 0px 4px; */
	padding: 4px;
	/*padding: 5px 6px 5px 6px;*/
	/*text-align: center;*/
	/*border: 1px solid #ccc;*/
	border-style: none;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 132px; /*--Width of image--*/
	height: 109px; /*--Height of image--*/
	border-style: none;
	/*border-bottom: 1px solid red;*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 132px;
	height: 109px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; 
	background: #f0f0f0;
	/*border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {
	text-decoration: none; 
	border-color: red;
	display: block;
}
/* END navigation styling */
#description {
	font:13px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Garuda, sans-serif;
	font-size:small;
	font:x-small;
	color:#1f525e;
	padding:0px;
}
#description2 {
	font:13px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Garuda, sans-serif;
	font-size:small;
	font:x-small;
	color:#1f525e;
	padding:35px 0px 10px 30px;
	float:left;
}
#description li {
	padding:8px 0px;
}
#description3 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Garuda, sans-serif;
	color:#1f525e;
	padding:0px;
}
.thumbnails{
	display:inline;
	float:right;
	padding:5px 0px 0px 0px;

}
#subarea{
padding:0px 0px 0px 0px;
}
.text {
	color:blue;
	font-size:2em;
} 
.right{
	float:right;
}
.left{
	float:left;
}
.clearfix{
	clear:both;
}
.bold_left {
font-weight:bold;
text-align:right;
width:250px;
float:left;
padding:0px 0px 10px 0px;
}
.normal_right {
text-align:left;
width:500px;
float:left;
padding:0px 0px 10px 20px;
}
.bold_left_headline {
font-weight:bold;
text-align:right;
width:50px;
float:left;
padding:0px 0px 7px 0px;
}
.normal_right_headline {
text-align:left;
width:500px;
float:left;
padding:0px 0px 7px 20px;
}