@charset "utf-8";
/* CSS Document */

/* CSS Reset     v1.0 | 20080212 */

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.2;
}
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.... start of code     */

a {
	color:#b7dbfe;
	text-decoration:none;
}

body {background:url(../images/bg_site.jpg) fixed}

#wrapper {
	1margin-left: 10%;
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 113px;
	background:url(../images/header.jpg) no-repeat;
}
#nav {
	width: 550px;
	float: right;
	padding-top: 40px;
}
#nav li {
	display: inline;
	text-transform:uppercase;
	color: #b7dbfe;
	padding-right: 60px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
#nav li a {
	text-decoration: none;
	color: #b7dbfe;
}
#nav li a:link, #nav li a:visited {
	color:#b7dbfe;
}
#nav li a:active, #nav li a:hover {
	color:#3c81d9;
}

#btn {
	width: 142px;
	height: 27px;
	background:url(../images/btn_bkg.png) no-repeat;
	margin-left: 55px;
}
#btn h2 {
	color:#FFF;
	font-family: "14px Arial", Helvetica, sans-serif;
	padding: 1px 10px 1px 30px;
}
#btn h2 a{
	color:#FFF;
	font-family: "14px Arial", Helvetica, sans-serif;
	text-decoration:none;
}


#content {
	background:url(../images/bg_content.png) repeat-y;
	width: 1000px;

}

#content p {
	color: #330033;
	padding: 20px 10% 10px 10%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content h1 {
	color: #330033;
	padding: 5px 75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
}
/*            Header Info            */

#welcome_home {
	width: 850px;
	margin: 0px auto;
	background:url(../images/folder_img.png) no-repeat 500px;
	padding-top: 15px;
	height: 350px;
}
#welcome_home h1 {
	padding: 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3c81d9;
}
#welcome_home p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330033;
	padding: 10px 450px 10px 55px;
	line-height: 1.2;
}
#gallery {
	width: 1000px;
	margin-left: 10%;
	margin-right: 10%;
}

#bottom {
	width: 850px;
	margin: 0 auto;
	height: 550px;
}
#bottom h1 {
;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3c81d9;
	padding: 15px 0;
}
#bottom p {
	color: #330033;
	padding: 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom img {
	padding-right: 35px;
}
#footer {
	width: 1000px;
	clear: both;
	height: 50px;
	background:url(../images/bg_footer.png) no-repeat;
}
#footer p {
	color: #b7dbfe;
	float: right;
	padding: 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom_content {
	background:url(../images/bg_btm_content.png) repeat-y;
	width: 1000px;
}
#bottom_about {
	width: 280px;
	color: #30C;
	float: left;
}
#bottom_latest {
	width: 280px;
	color: #30C;
	float: left;
}
#bottom_conect {
	width: 280px;
	color: #30C;
	float: left;
}
/* -------------- Entry Form Section----------------------------------------------*/
/* form content ----*/
#formwrapper {
	background:url(../images/bg_content.png) repeat-y;
	width: 1000px;
	height: 450px;

}
#form {
	width: 300px;
	float: left;
	padding: 15px 100px;
}

#formSideBar {
	width: 340px;
	float: right;
	margin: 15px 70px

}

#formSideBar h1{
	padding: 25px;

}
#formSideBar p{
	padding: 0 35px;

}
