﻿html
{
	height: 100%;
}

body 
{
	height: 100%;
    width: 100%;
    font-family: Verdana;
   	color: #002E5E;
   	font-size: 14px;
}

p
{
	padding: 0px;
}

h1
{
padding: 10px;
color: #002E5E;
font-size: 25px;
text-align: center;
}

h2
{
padding: 10px;
color: #CCCCCC;
font-size: 25px;
text-align: center;
}

h3
{
padding-top: 15px;
padding-bottom: 3px;
color: #666666;
font-size: 18px;
text-align: center;
font-style: italic;
}

h4
{
padding-bottom: 4px;
color: #CCCCCC;;
font-size: 18px;
text-align: center;

}

h5
{
padding: 4px;
color: #CCCCCC;
font-size: 16px;
text-align: left;
font-style: italic;
}

h6
{
padding-bottom: 10px;
color: #CCCCCC;
font-size: 25px;
text-align: center;
}

a
{

text-decoration: none;
}
.whitetext
{
	color: white;
}

.textcenter
{
	text-align: center;
}

.pad
{
	padding: 20px;
}

.center
{
 	margin: 0 auto;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.Vdivider
{
	background-image: url(graphics/Vdivider.png);
	width: 23px;
	height: 190px;
}

.hdivide
{
	background-image: url(graphics/hdivide.png);
	width: 100%;
	height: 10px;
	margin: 5px;

}

.contact
{
	background-image: url(graphics/contact.png);
	width: 160px;
	height: 40px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

form input[type=text]
{
	outline: #CCCCCC solid thin;
}

form input[type=submit]
{
 	padding: 5px;
 	background-color: gray;
 	border: 1px solid black;
}

form textarea
{
	outline: #CCCCCC solid thin;
}
/* Top menu */

#alert
{
	display: none;
	color: black;
	background-color: black;
	border: 2px solid gray;
	position: absolute;
	width: 400px;
	height: 200px;
	top: 70%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
}

#alert h1
{
	padding-top: 0px;
	margin: 0px;
	display: block;
	background-color: white;
}

#alert p
{
	padding: 10px;
	color: white;
}


#menubar
{
	min-width: 1000px;
	height: 60px;
	margin: 0 auto; 
	background-image: url(graphics/menubar.png);
}

#menubar #menu
{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	
	margin: auto;
	display: table;
}

/* ========= MENU BUTTONS ========= */


#menubar #menu a span
{
	color: #b3b3b3;
	background-image: url(graphics/menubuttonLEFT.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 35px;
	padding-left: 22px;
	padding-right: 5px;
}

#menubar #menu a
{	
	background-image: url(graphics/menubuttonRIGHT.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	display: block;
    float: left;
    height: 35px;
    margin-right: 20px;
    margin-top: 8px;
    padding-right: 16px;
    text-decoration: none;
}


#menubar #menu a:hover
{
	font-size: 22px;
	
}

#menubar #menu a:hover>span
{
color: #e6e6e6;
background-image: url(graphics/menubuttonLEFT.png);
}


/* Top content */
#topbar
{
	min-width: 1000px;
	width: 100%;
	height: 210px;
	margin: 0 auto;
	background-image: url(graphics/contentbar.png)
}

#topbar #content
{
margin: 0 auto;
display: table;
height: 100%;
}

#topbar #content div
{
float: left;
}

#topbar #content .item
{
padding-right: 15px;
padding-left: 15px;
color: white;
width: 250px;
text-align: center;
}


/* Main menu and Content */

.titlebar
{
background-image: url(graphics/title.png);
width: 598px;
height: 60px;
}

#main
{
	margin: 0 auto;
	width: 1000px;
	min-height: 500px;
}

#footer
{
	height: 200px;
	min-width: 1000px;
	margin: 0 auto; 
	background-image: url(graphics/footerbar.png);
	overflow: hidden;
}


.header
{
	font-size: 26px;
	text-align: center;
	margin: 10px;
}

.header .left
{
	background-image: url(graphics/vldivide.png);
	width: 4px;
	height: 30px;
}

.header .right
{
	background-image: url(graphics/vrdivide.png);
	width: 4px;
	height: 30px;
}

.bbsmall
{
	background-image: url(graphics/blueboxsmall.png);
	width: 300px;
	height: 300px;
}

.bbtall
{
	background-image: url(graphics/blueboxtall.png);
	width: 300px;
	height: 500px;
}

.bbwide
{
	background-image: url(graphics/blueboxwide.png);
	width: 500px;
	height: 300px;
}

.bbxwide
{
	background-image: url(graphics/blueboxxwide.png);
	width: 850px;
	height: 250px;

}

