/* 
CSS Document
Designer: asterix
*/

/* DEFAULT */
html, body, div, span, applet, object, iframe, h1, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 100;
	font-style: normal;
	font-size: 103%;
	font-family: inherit;
	vertical-align: baseline;
}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;}
caption,th,td{text-align: left;font-weight: normal;}

/* REGULAR CODING */
body{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#fff;
	line-height:1.4;
}

/* STRUCTURE */

#container{
	margin: 0px auto;
	background:url(images/back.gif);
}

#holder{
	width:950px;
	margin: 0px auto;
	padding:0 6px 25px 6px;
	background:url(images/holder_back.gif) repeat-y center;
}

#header{
	background:url(images/header.png) no-repeat center top;
	height:220px;
}

#nav-main{
	padding:138px 0 0 0;
	height:30px;
}

#content-box{
	margin:20px 0;
}

#footer{
	background:#0b4276;
}
	
/* HEADER */

#logo{
	display:none;
}

#header strong{
	display:none;
}

/* NAVIGATION */
#nav-main ul li{
	float:left;
	background:url(images/nav_sep.gif) no-repeat right top;
}

#nav-main ul li a{
	float:left;
	line-height:35px;
	padding:0 13px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
}

#nav-main ul li a:hover, #nav-main ul li a.current{
	background:url(images/star.gif) no-repeat 15px 50%;
}

/* CONTENT */

#banner{
	background:#256bad;
	padding:20px;
	border-right:#1762a8 30px solid;
	border-left:#1762a8 30px solid;
}

#banner #myGallery{
	float:right;
	text-align:center;
	border:#fff 5px solid;
	width: 400px !important;
	height: 250px !important;
}

#banner .details{
	width:420px;
	float:left;
}

#content-box .content{
	padding:20px;
}

#content-box h2.con{
	font-size:26px;
	margin:0 0 10px 0;
	border-bottom:#fb9727 1px solid;
}

#content-box h3.con{
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom:#fb9727 1px solid;
}

#content-box .content p, #content-box .details p{
	margin:15px 0;
}

#content-box .content img{
	border:#5f92c3 3px solid;
	margin:15px;
}
#content-box .fl-r{float:right;}
#content-box .fl-l{float:left;}
#content-box .mar-r{margin:0 300px 0 0;}
#content-box .mar-l{margin:0 0 0 300px;}

a.quote{
	background:url(images/button.png) no-repeat left top;
	text-decoration:none;
	line-height:35px;
	padding:0 35px;
	display:block;
	width:117px;
	height:35px;
	color:#fff;
}

a.quote:hover{
	background:url(images/button_hov.png) no-repeat left top;
}

br.clear{clear:both}

/* FOOTER */

#footer .content{
	padding:6px;
	text-align:center;
	font-size: 14px;
}
/* added*/
#topnav {
	height : 30px;
} 
#topnav {
	margin-right : 10px;
	text-align : right;
	color : #d0660a;
/* OTHER */
	padding-top: 5px;
}
