@charset "utf-8";

/* ------ BP RESUME TEMPLATE ----- */

/* 	CSS Reset File - Used to Reset Default Browser Styling 	*/

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}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* 	Main Styles 	*/

body		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #333333;
	background: #000000 url(../images/background.jpg) fixed no-repeat top center;
	line-height:1em;
	text-align:left;
	width:100%;
	margin:0pt auto;
}


#top			{ width: 700px; margin: 50px auto 0px auto; background-image: url(../images/header_bg.png); background-repeat: no-repeat; height: 44px; }
#container		{ width: 600px; margin: 0px auto 0px auto; padding: 0px 50px 40px 50px;background-image: url(../images/body_bg.png);

}
/* 	Header Styles 	*/
#header			{ position: relative; overflow: hidden; clear: both; margin-top: 20px; }


/* 	Profile - This is where your name goes 	*/
#profile		{ text-align: left; margin: 0px; background: url(../images/logo.jpg);
}
#profile h1 {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 22px;
	color: #333333;
	font-weight: bold;	
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;

}



/* 	Top Box Styles 	*/
.top_box		{ float: right; width: 160px; padding: 0px 20px 0px 20px; margin: 0px 0px 15px 0px;}
.top_box p 		{ font-size: 11px; margin-bottom: 5px; color: #1f3644; }
.top_box h5 {
	text-transform: uppercase;
	font-size: 13px;
	
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-top: 0px;
}

/* 	Content Styles 	*/

#content		{ clear: both; margin-top: 0px; }
#content h2 {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 22px;
	color: #333333;
	font-weight: bold;	
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#content h3 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#content H3 small 	{ color: #202020; font-size: 14px; font-weight: bold; text-align: right; float: right; }
#content p 			{ margin-left: 0px; font-size: 12px; line-height: 20px;  margin-top: 20px; margin-bottom: 20px; color: #202020;}
#content ul 			{ list-style-type: disc; padding-left: 50px; margin-top: 10px; margin-bottom: 30px; }
#content li 			{ padding: 4px;
}

#content blockquote 	{ font-style: italic; font-size: 24px; text-align: center; margin-top: 30px; margin-bottom: 30px; line-height: 30px;}

/* 	Footer 	*/
#footer			{ width: 700px; margin: 0 auto 0 auto; background-image: url(../images/footer.png); background-repeat: no-repeat; height: 42px; }


