/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
html,body,div,pre,form,fieldset,input,h1,h2,h3,h4,h5,h6,p,textarea,ul,ol,li,dl,dt,dd,blockquote,th,td {  
	margin:0;
	padding:0;
}

table { 
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {  
	border: none; 
} 

address,caption,cite,code { 
	font-style:normal; 
	font-weight:normal; 
} 

ul { 
	list-style:none; 
} 

hr {
    border-width: 0;
	height: 1px;
	border-top-width: 1px;
    color: #bbb;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
}

/*Base styles*/
body {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	background-color: #1F1F1F;
	color: #333333;
}

#header h1 {
	width:450px; height:80px;
	display:block;
	float:left;
	text-indent:-9999px;
	background:transparent url(../img/logo.jpg) no-repeat top left;
}

#header h1 a {
	width:285px; height:100%;
	display:block;
	outline:none;
}

#content p,#content h1,#content h2,#content h3,#content h4,#content h5,#content h6, #content pre,#content ol,#content ul, #content hr {
	margin-left: 30px;
}

a, a:visited, a:active {
	color: #006699;
	text-decoration:none;
}

a:hover {
	color: #0099ff;
	text-decoration:underline;
	
}

a:link img, a:visited img, a:active img {
	border:0px solid #e1e1e1;
}

a:hover img {
	border: 0px solid #464646;
}
.floatRight {
	float:right;
	padding:0 0 10px 10px;
}

.floatLeft {
	float:left;
	padding:0 10px 10px 0;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 {color: #000000; font-weight:bold;}

/* Layout */
#wrapper { 
	margin: 0 auto;
	width: 960px;
	text-align:left;
}

#inner { 
	width:960px; 
	float:left; 	
	background:#ffffff url(../img/bg_shadow.jpg) repeat-y top center;
}

/* Header */
#header {
	width:960px; height:119px;
	margin:0 auto;
	background:#ffffff url(../img/logo.jpg) repeat-x top left;
}

#header ul li {
	display:block;
	float:left;
	line-height:30px;
	text-align:center;
}
#header ul li a {
	color: #ccc;
	text-decoration:none;
}
#header ul li a:hover {
	color: #fefefe;
	border-bottom: 2px solid #fefefe;
}

/* Search Form */

#search-form {
	float:right;
	padding-top: 40px;
}

#search-form input.searchField {
	width: 190px;
	background: #ffffff url(../img/bg_input.png) repeat-x top center;
	height: 20px;	
	font-weight: bold;
	font-size: small;
    color: #1f1f1f;
    
    border: 1px solid #ccc;
    padding-left: 3px;
    padding-top: 5px;
}

#search-form input.searchButton {
	height: 27px;
	width: 28px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../img/search_button_off.jpg) no-repeat left top;
}


#search-form input.searchButton:hover {
	background: url(../img/search_button_on.jpg) no-repeat left top;
}




#header form {
    display: block;
    margin:0 auto;
    width:360px;
}
#header form input {
    vertical-align: middle;
}

#header input.searchButton {
    margin: 0 0 0 0;
}


#menu {
	float:left;
	width:960px;
	height: 30px;
}

#menu ul {
	
}
	
#menu li {
	display: inline;
	margin-left: 50px;
}

#menu img {
	margin-right: 5px;
	vertical-align: middle;
}

/* Content */
#content {
	width:960px;
	float:left;
    min-height:350px;
    height:auto !important;
    height:350px;
}

#content h1.description {
	margin-right: 10px;
	font:bold 18px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #000;
}

/*Sidebar*/
#sidebar {
	width:170px;
	float:right;
}
#sidebar hr {
 	margin: 0 10px 20px 0;
}

#sidebar h2, #sidebar ul, #sidebar img {
    margin: 0 0 0 0;
}

#sidebar h2 {
    margin-right: 10px;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #515151;
}

/*Footer*/
#footer {
	clear:both;
	width:960px;
	margin:0 auto;
	background:#000000 url(../img/bg_footer.jpg) repeat-x top left;
}
#footer p {
 	margin:0 auto;
	color: #ffffff;
	font-size: 11px;
	line-height: 40px;
	width: 285px;
}

#footer a {
	color: #ccc;
}

#footer img {
	vertical-align: middle;
}

#messages {
	background: #FFF099;
	border: 1px solid #cdcd00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#messages li {
	background:  url(../img/icon_accept.gif) no-repeat scroll 0px 1px;
	padding-left: 18px;
}


.dropshadow1{
	float:left;
	clear:left;
	background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
}
.dropshadow1 p{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	font-size:14px;
	margin: 0px;
}

.flag-container {
	background:transparent url(/img/shadowAlpha.png) no-repeat scroll right bottom !important;
	clear:left;
	float:left;
	margin:10px 10px 10px 35px;
}

.flag-container img {
	background-color:#fff;
	border:1px solid #c9c9c9;
	display:block;
	margin:-6px 6px 6px -6px;
	padding:0px;
	position:relative;
}

div .warning {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.warning p {
	margin-bottom: 20px;
	text-align: justify;
}

.warning li {
	margin-bottom: 7px;
	text-align: justify;
}

.warning ol {
	margin-bottom: 27px;
}