/* CSS Document */

/* Reset styles from http://meyerweb.com/eric/tools/css/reset */
/* Designed to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.  */

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,
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 of reset //////////////////////////////////*/

/*/////// Own styles ///////////////////////////////////*/

body
{
	padding: 0px;
    margin: 0 auto;
	/*text-align: center;*/	
	background-image: url('/images/page_bg3.png');
}

#wrapper
{
    width: 900px;
	height: 700px;
    margin: 0 auto;	
	/*text-align: left;
	background-color:#99FF66;*/

}

#title
{
    width: 900px;
	height: 50px;
	margin: 10px 0px 20px 0px;	
}

#title_left
{
    float: left;
	width: 300px;
	height: 50px;	
	font-family: Verdana, Helvetica, Arial;
	font-size: 25px;
	margin: 15px 0px 0px 10px;
}

#subtitle_left
{
	/*position: relative;
	left: 30px;
	top:-20px;*/
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

h1
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 25px;
	color: #990000;
}

#title_right
{
    float: right;
	width: 465px;
	height: 50px;	
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
}

#title_right h1
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #990000;
	line-height: 1.2;
}


#banner
{
    width: 900px;
	height: 130px;
}

#content
{
    width: 900px;
	height: 630px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#details
{
	width: 900px;
	height: 630px;
	background-image: url('/images/adform_background1.png');
}

#details_left
{
	float: left;
	width: 320px;
	height: 630px;
	margin: 0px 0px 0px 15px;
}

#details_left_top
{
	width: 320px;
	height: 30px;
	margin: 12px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px; 
	color: #141450;
	text-align: left;
}

#details_left_bottom
{
	width: 320px;
	height: 545px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

#details_right
{
	float: right;
	width: 515px;
	height: 630px;
	margin: 0px 15px 0px 0px;
}

#details_right_top
{
	width: 515px;
	height: 30px;
	margin: 12px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px; 
	color: #141450;	
}

#details_right_bottom
{
	width: 515px;
	height: 545px;
	background-color: #FFCC00;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;	
	text-align: left;	
}

#content_top
{
	width: 900px;
	height: 245px;
	margin: 20px 0px 20px 0px;	
	background-image: url('/images/content_top2.png'); 
	background-repeat: no-repeat;    
}

#content_top_left
{
    float: left;
	width: 350px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
}

#content_top_right
{
    float: right;
	width: 350px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
}

#content_top h1, #content_bottom h1
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

#content_bottom
{
	width: 900px;
	margin: 20px 0px 15px 0px;	 
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;  
}

#content_bottom_left
{
    float: left;
	width: 280px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;	
}

#content_bottom_right
{
    float: right;
	width: 600px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
}

#content_bottom_right1
{
    float: left;
	width: 240px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
}

#content_bottom_right2
{
    float: right;
	width: 350px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;	
	margin-top: 20px;
	color: red;
}

#footer
{
    text-align: center;
	font-family: Verdana, Helvetica, Arial;
	font-size: 8px;
	color:  #990000;
	margin: 10px 0px 0px 10px;
}

#dashed_underline
{
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
	margin: 20px 0px 0px 0px;
}

#menu {
	align: center;
	width: 900px;
	height: 20px;
	margin: 10px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
}

#menu a {
	padding: 0 20px;
	border-left: 1px solid #990000;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}

#menu a:hover {
	color: #FF0000;
}

#menu .first a {
	border: none;
}

#footer ul {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	list-style: none;
}

#footer li {
	display: inline;
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}

#footer a:hover {
	color: #FF0000;
}

#menu_lower
{
	text-align: center;
}

#menu_lower a {
	padding: 0 5px;
	/*text-decoration: none;*/
	font-weight: normal;
	color: #0033FF;
	font-size: 10px;
}

#menu_lower a:hover {
	color: #FF0000;
}

#sitemap 
{
	color: #141450; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 16px;
	text-align: center;
}

#sitemap a {
	padding: 0 50px;
	text-decoration: none;
	color: #141450; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 16px;
}

#sitemap a:hover {
	color: #FF0000;
}

p
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 11px;  
}

a.whitelink:link 
{
    color: #FFFFFF;text-decoration: none;
}

a.whitelink:visited 
{
    text-decoration: none;color: #FFFFFF;
}

a.whitelink:hover 
{
    text-decoration: none;color: #FFFF33;
}

#title2
{
    width: 900px;
	height: 22px;
	margin-top: 10px;	
}

#title_left2
{
    float: left;
	width: 300px;
	height: 22px;	
	font-family: Verdana, Helvetica, Arial;
	font-size: 25px;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.heading2a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 16px;
	color: #990000;
	line-height: 1.2;
	margin: 0px; 
	padding: 0px;
}

#title_right2
{
    float: right;
	width: 600px;
	height: 12px;	
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	padding: 0px;
}

#banner2
{
    width: 900px;
	height: 100px;
	margin: 10px 0px 0px 0px
}

#home_link
{
    color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left; padding: 0px 0px 0px 10px;
	position:relative;
	top: -45px;
	left: 0px;
}





