/**********************************************/ 
/*	TAG OVERRIDES                                       
/**********************************************/

body
{
	background-image: url(/images/blue-gradient-bg.gif);
	background-repeat: repeat-x;
	background-color: #0E1C43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#333333;
}

p {margin:1em;}

h1 {font-size: 1.6em}
h2 {font-size: 1.3em}
h3 {font-size: 1.1em}
h4, h5, h6 {font-size: 0.9em}

/* Links */
a:link       { color:#0702D8; }
a:visited    { color:#0702D8; }
a:hover      { text-decoration:underline; }
a { text-decoration:none; }



/**********************************************/ 
/*	IDs                                         
/**********************************************/

#page-wrapper {
	width: 800px;
}

#main-content {
	padding: 1.3em;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 1px #000033 solid;
	border-left: 1px #000033 solid;
	border-right: 1px #000033 solid;
}

#header {
	background-color:#FFFFFF;
	border-top: 1px #000033 solid;
	border-left: 1px #000033 solid;
	border-right: 1px #000033 solid;
}

#header-text {
	padding: 10px;
	clear: both;
	margin-bottom: 40px;
}

#header-text h1 {
	float: left;
	padding: 10px;
}

#header-text #social-icons {
	float:right;
	text-align:right;
}

#top-menu {
	background: #cccccc;
	padding: 10px 15px 10px 15px;
	text-align: left;
	margin-top: 20px;
}

#footer {
	color: #cccccc;
	font-size: 0.8em;
	text-align: center;
	padding:0.6em;
}

#footer #links {
	font-size: 0.4em;
}

#contact-form-wrapper {
	border: 1px #000033 solid;
}

#contact-form-header {
	background-color: #CCCCCC;
	padding: .8em;
}

#contact-form-wrapper label
{
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

#contact-form-wrapper .submit input
{
	margin-left: 10em;
} 

/**********************************************/ 
/*	CLASSES                                        
/**********************************************/


.top-menu-item {
	padding: 4px;
	display: inline;
}

.button
{
	background-color : #000000;
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : bold;
	border-width : thin;
}


