@charset "UTF-8";
/* CSS Document */

/*CSS Reset */

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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- Begin CSS -------------------- */

* {
margin: 0;
padding: 0;
}


body {background: url(../imgs/bg_home.jpg) repeat-x top left;
	}
	
#wrap {
	width:  1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;	
}

/* ----- Fonts ----- */

h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; color: #2c4b9f; font-style:italic;}

p {font-family: "Lucida Sans", Arial; font-size: 13px; color: #202e5f; line-height: 19px; text-align: justify;}

/* ----- Header ----- */

#header {
	width: 1024px;
	height: 160px;
	float: left;
	}
	
#header .top-nav{
	width:900px;
	height:auto;
	margin:118px 35px 0 0;
	padding:0;
	float:right;
}

#header .top-nav li{
	list-style:none;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	margin:0 0 0 36px;
	padding:0;
	color: #66ccff;
	}

#header .top-nav li a{
	color:#ffffff;
	text-decoration:none;
}

#header .top-nav li a:hover{
	color:#66ccff;
	text-decoration:none;
}

/* ----- Home ---- */

#home-header {
	width: 1024px;
	height: 263px;
	float: left;
	background: url(../imgs/home_img.jpg);
	}
	
#home {
	width: 1024px;
	float: left;
	}
	
#home .left {
	width: 340px;
	float: left;
	}
	
#home .right {
	width: 684px;
	float: left;
	}
	
#home .right h1 {
	padding: 56px 0 20px 30px;
	}
	
#home .right h5 {
	padding: 30px 0 10px 30px;
	}
	
#home .right p {
	padding: 5px 100px 5px 30px;
	}
	
#home .right ul {
	padding: 8px 0 8px 50px;
	}
	
#home .right li {
	list-style: url(../imgs/bullet.jpg);
	line-height: 19px;
	color: #202e5f;
	font-family: "Lucida Sans", Arial; font-size: 13px; font-weight: bold;
	}
	
/* ------ Footer ------ */

#footer_container {background: url(../imgs/footer_img.jpg); height: 230px; width: 100%; float: left;}

#footer {
	width:  1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;	
}

#footer .left {
	width: 512px;
	float: left;
	}

#footer .contact-us {
	margin: 110px 0 0 0;
	}

#footer .right {
	width: 512px;
	float: right;
	}
	
#footer .mw {
	float: right;
	margin: 154px 45px 0 0;
	font-family: "Lucida Sans", Arial; font-size: 11px; color: #ffffff;}
	
.mw a {font-family: "Lucida Sans", Arial; font-size: 11px; color: #ffffff; text-decoration: underline;}

.mw a:hover {font-family: "Lucida Sans", Arial; font-size: 11px; color: #000000; text-decoration:none;}
