/* --------------------------------------------------------------------------------------------------
Global Layout
--------------------------------------------------------------------------------------------------*/


.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear, .hidden { display: inline-block; }
.show { display: none; visibility: hidden; }
img { border: none; }

*, body, p, tr, td, h1, h2, h3, h4, ul, li { margin: 0; padding: 0; text-align: left; }

body { 	font: normal 12px/17px "Verdana", Arial, Helvetica, sans-serif; color: #000; }
p, h1, h2, h3, ul.list { margin-bottom: 20px; }
p, ul.list li { font-size: 12px; }
h1 { font-size: 16px; line-height: 20px; font-weight: bold; color: #28156E;}
h2 { font-size: 15px; line-height: 20px; font-weight: bold; color: #28156E;}
h3 { font-size: 13px; font-weight: bold; }
h4 { font-size: 12px; font-weight: bold; margin-bottom: 3px; }
ul.list { list-style: square; margin-left: 35px; }
a { color: #DB261F; text-decoration: underline;}
a:hover { color: #25116D; text-decoration: underline; }


/* 
--------------------------------------------------------------------------------------------------
Main Layout + Structure
--------------------------------------------------------------------------------------------------
*/


#container {	width: 100%;	height: auto; float: left; }
#header { width: 750px; height: 120px; clear: both; border-bottom: 3px solid #25116D; }
div.call, div.banner, div.navigation { display: none; }
#page { width: 740px; height: auto; clear: both; padding: 20px 0; }
#contents { width: 520px; height: auto; float: left; }
#right { width: 170px; height: 400px; float: right; padding-left: 20px; margin-left: 15px; border-left: 1px solid #25116D; }
#right p { font-size: 11px; color: #28156e; }
#footer { width: 750px; padding-top: 10px; clear: both; border-top: 3px solid #25116D; }
#footer p { font-size: 11px; color: #DB261F; margin-bottom: 10px; }


/* --------------------------------------------------------------------------------------------------
Accessories
--------------------------------------------------------------------------------------------------*/

span.copyright { color: #666666; padding-left: 20px;}
i { font-style: italic; color: #CF0008; }
hr { clear: both; height: 1px; border: 1px solid #e2e2e2; border-left: none; border-right: none; border-bottom: none; margin-bottom: 20px; }
table, tr, td { font: normal 11px/17px "Verdana"; color: #000; vertical-align: top; }
table td {		padding: 5px;}
input, select, textarea {
	width: 250px;
	height: 15px;
	padding: 5px;
	border: 1px solid #d2d2d2;
	font: normal 12px/17px "Verdana";
	background: #e2e2e2;
}
.expand { height: 120px; }
.send {
	border: none;
	width: 100px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	margin: 5px 10px 15px 0;
}




