/* CSS Document */
/* --[ reset values ]------------------------------- */
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: "" "";
}


/* css main */
#header {
margin-left:auto;
margin-right:auto;
	width:100%;
	height: 104px;
	background-image:url(header_bkg.gif);
	background-repeat:repeat-x;
	
	border-bottom:#eaeaea 1px solid;
}
#paulbruns{background-image:url(name.gif);
		background-repeat:no-repeat;
		background-position:left;
		height:104px;
		width:400px;}
		
#name{visibility:hidden;}		


body {
	
	background-image:url(bkg2.gif);
	font-family:Calibri, Helvetica, Arial, sans-serif; 
	

	
	
}

#container {
	margin: auto;
	width: 100%;
	height:600px;
	color:#6F6D6E;
} 

.toggler {
	width:500px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer; text-decoration:none; color: #fff; text-align:center;	cursor:pointer; text-decoration:none; color: #fff; text-align:center;
	font-style:normal;
}

.toggler a{
	
	cursor:pointer; text-decoration:none; color: #fff; text-align:center;	cursor:pointer; text-decoration:none; color: #fff; text-align:center;	font-variant:small-caps;
	font-style:normal;
}



.button{cursor:pointer;}

#one a, #two a, #three a, #four a{visibility:hidden;}

#one{background-image:url(button1.png);}
#two{background-image:url(button2.png);}
#three{background-image:url(button3.png);}
#four{background-image:url(button4.png);}

#one:hover {background-image:url(button1b.png);}
#one:active {background-image:url(button1c.png);}

#two:hover {background-image:url(button2b.png);}
#two:active {background-image:url(button2c.png);}


#three:hover {background-image:url(button3b.png);}
#three:active {background-image:url(button3c.png);}


#four:hover {background-image:url(button4b.png);}
#four:active {background-image:url(button4c.png);}



.element {
	width:500px;
	background-color:#eaeaea;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	
	
	line-height:1.7em;
	font-size:14px;
	
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	margin-left:auto;
	margin-right:auto;
}

.element p{width:82%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;}
	
.element img{padding:5px;
margin:5px;
	border:1px solid #ccc;
	}	
	
.element img:hover{
	
	background-color: #ccc;
	}	
	
.element ul{text-align:center;
padding:20px;}

.element a{text-decoration:none;
		color:#006699;
		font-weight:bold;
		text-align:center;
}	
	
.element a:hover{color:#FFFFFF;}

#resume p, li{font-size:12px;
		text-align:left;
}

#resume li{margin-left:20px;}

#resume h1{
		text-align:center;
		line-height:.3em;
		font-weight:bold;
		font-size:12px;}
		


	
#closing {
	background-color:#fff;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	border-top:#eaeaea 1px solid;
	height: 700px;
	background-image:url(footer_bkg.png);
	background-repeat:repeat;
	background-position:bottom left;
	padding-bottom:0px;
}

#switch{padding:20px;}

#switch li a{
	color:#fff;
	font-weight:bold;
	font-variant:small-caps;
	font-style:normal;
	text-decoration:none;
	font-size:14px;
}

#contact {float:right;
background-image:url(contact.png);
	background-position:right top;
	background-repeat:no-repeat;}

.hide{visibility:hidden;}

#imageloader{visibility:hidden;}


* html #one
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="button1.png", sizingMethod="crop");
}

* html #two
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="button2.png", sizingMethod="crop");
}
* html #three
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="button3.png", sizingMethod="crop");
}
* html #four
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="button4.png", sizingMethod="crop");
}

* html #contact
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="contact.png", sizingMethod="crop");
}



