/* CSS Document */

/*------------basic page parameters------------*/

body {
	background-color: #C9C9C9;
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: block;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}


hr {
	display: none;
}

img {
    display: block;
	border: 0px;
}

p, ul, li, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	margin: 0px;
	padding: 10px 10px 0px;
}
p.paraBlue {
	color: #00356A;
}
div#mainContent ul {
	list-style-type: none;
	margin: 5px 0px 0px;
	padding: 0px 0px 10px;
}
div#footer a {
	color: #FFFFFF;
	background-image: url(images/button_back_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 79px;
	float: left;
	margin-right: 10px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}
a.sectionLink {
	color: #FFFFFF;
	padding:10px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-color: #00356A;
}
div#header ul li a {
	color: #FFFFFF;
	background-image: url(images/header_button_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 79px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}
div#header ul li a.support {
	color: #FFFFFF;
	background-image: url(images/header_button_background_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 79px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}

div#footer p {
	color: #BCBCBC;
}


div#mainContent ul li {
	margin: 0px;
	padding: 15px 10px 0px;
}
div#mainContent ul li a {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/button_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 179px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	font-size: 10px;
}
div#mainContent ul li a.support {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/button_back_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 179px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	font-size: 10px;
}








/*-------------page structure-----------*/

#wrapper {
	padding: 0px;
	width: 320px;
	background-color: #E3E3E3;
	position: relative;
	margin: 0px;
}


#header {
	height: 75px;
	width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #00356A;
}

#footer {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#mainContent {
	background-color: #FFFFFF;
}
div#mainContent h1 {
	font-weight: bold;
	color: #00356A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 10px 3px 0px;
	margin: 0px 10px;
}
div#workSamplesLayout ul {
	margin: 0px;
	padding: 15px 10px;
}
div#workSamplesLayout {
	overflow: auto;
}
div#workSamplesLayout ul li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}
div#workSamplesLayout img {
	border: 1px solid #00356A;
}
div#workSamplesLayout ul li a {
	background-image: none;
	height: 88px;
	width: 88px;
}
label {
	display:block;
}

textarea {
	width:200px;
	height:100px;
}
.formbutton{
	cursor:pointer;
	background:#990000;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
div#header ul {
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	list-style-type: none;
}
div#header ul li {
	margin: 0px;
	padding: 0px 0px 5px;
}
div#header img {
	float: left;
}
