/*
	TPS stylesheet
	coded by: Michael Zoller
	
	COLOR PALETTE
	
	blue			3366cc
	
	beige		#f1ebd7
	
	light gray		cccccc
	middle gray				999999
	dark gray		363636
	
*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	/* border-top: 2px solid #3366cc; */
	background-image: url(images/bg.jpg);
}

body {
	padding-top: 35px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	/* background: white; */
	margin: 0 auto;
}

#wrapper {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #e2e2e2;
	border-top-color: #3366cc;
	width: 750px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 1px;
	margin: 0 auto;
	margin-bottom: 55px;
	background: white;
}

/* Link styling */
a {border-style: none;}
a:link {color: #3366cc;}
a:visited {color: #999999;}

#main_content h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	color: #333333;
	margin-bottom: .3em;
}

#main_content h2 {
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
	margin-top: 1em;
}

#main_content h1, h2 {margin-bottom: .3em;}

#main_content p, li {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333333;
}

#main_content p {margin-bottom: .5em;}

em {font-style: normal; 
	font-weight: bold; 
	color: #a53022;
}

#main_content li {
	margin-left: 45px;

}



#brand {
	/* margin-top: 1em; */
	border-style: none;
	
}

img {border-style: none;}

#nav {
	margin-top: 12px;
	margin-bottom: 12px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750;
	height: 29px;
	background: url(images/navgradient.jpg) repeat-x;
}

#nav ul a {
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 2em;
	line-height: 29px;
	text-decoration: none;
	color: #363636;
	background: url(images/navdivider.gif) repeat-y right top;
}

#nav ul a:hover {
	color: #3366cc;
}

#nav li {
	float: left;
}

#main_content {
	width: 440px;
	float: left;
	margin-top: 12px;
	margin-bottom: 3em;
}

#full_content {
	width: 770px;
	float: left;
	margin-top: 12px;
	margin-bottom: 3em;
}


#secondary_content {
	float: right;
	width: 290px;
	margin-top: 12px;
}

#secondary_content h1 {
	font-size: 1.3em;
	color: #333333;
	padding-bottom: .3em;
}

#secondary_content p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
}

.box {

	padding-bottom: 2em;
	margin-bottom: 2em;
	background: #f1ebd7 url(images/rounded_bottom.jpg) no-repeat left bottom;
}

.box p {
	margin-top: 0em;

}

.box h1 {
	font-weight: bold;
	padding-top: 1.2em;
	padding-left: 14px;
	font-size: 1.3em;
	margin-bottom: .6em;
	background: url(images/rounded_top.jpg) no-repeat left top;

}

.box li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: 2.4em;
	padding-right: 20px;
}

#footer {
	border-top: 1px solid #3366cc;
	clear: both;
	padding-left: 3em;
	padding-top: 1.2em;
	margin-top: 3em;
	margin-bottom: 3em;
}

#footer p {
	font-size: 1em;
	line-height: 1.2em;
}

/* Styling for forms.*/

fieldset {
	float: left;
	clear: left; 
	width: 440px;
	margin: 0 0 1.5em 0;
	padding: 0;
}
legend{
	margin-left: 2em;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
}
fieldset ol {
	float: left;
/*	padding: 1em 1em 0 1em; */
	list-style: none;
}
.optionbox {
	text-align: left;
}
.optionbox p {
	font-size: 1.0em;
	padding: .5em 0 .5em 0;
	float: left;
}
span.checkbox {
	display: block;	
	padding-left: 1em;
}
input.checkbox {
	float: none;
	margin-right: .5em;
}
fieldset li {
	float: left;
/*	clear: left;*/
/*	width: 100%; */
	padding-bottom: 1em;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-left: 13em;
}
label {
	display: block;
/*	float: left; */
/*	width: 5em; */
	margin-right: 1em;
/*	text-align: right; */
}
input.text {
	background-color: #f1ebd7;
	width: 225px;
}

textarea, select, option {
	background-color: #f1ebd7;
}

#secondary_content h3 {
	text-align: center;
	text-transform: uppercase;
}

