/*----------------------------------------Main Layout-------------------------------*/

body
{
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS" , tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background: url(../Images/Template/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	background-attachment: fixed;
}

#aspnetForm
{
	padding: 0px;
	margin: 0px;
}

.wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.innerwrapper
{
	width: 860px;
	margin-left: 88px;
	margin-right: 52px;
}

.header
{
	width: 1000px;
	height: 265px;
	background: url(../Images/Template/header.png);
}

.menuleft
{
	float: left;
	margin-left: 135px;
	color: #ffffff;
	padding-top: 225px;
}

.menuright
{
	float: right;
	margin-right: 105px;
	color: #ffffff;
	padding-top: 225px;
}

.header a:link, .header a:visited
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.header a:hover
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.footerleft
{
	clear: both;
	float: left;
	margin-left: 135px;
	padding-top: 15px;
	color: #ff9800;
}

.footerright
{
	float: right;
	text-align: right;
	margin-right: 107px;
	padding-top: 15px;
	color: #ffffff;
}

.footerright p
{
	padding-top: 0px;
	margin-top: 0px;
	font-size: .8em;
}


.footerleft a:link, .footerleft a:visited, .fullcol2 a:link, .fullcol2 a:visited
{
	color: #ff9800;
	font-family: "trebuchet MS" , tahoma;
	font-size: .8em;
	font-weight: normal;
	text-decoration: underline;
}

.footerleft a:hover, .fullcol2 a:hover
{
	color: #ff9800;
	font-family: "trebuchet MS" , tahoma;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;
}





/*------------------ Pods------------*/

.fullpod
{
	width: 860px;
	margin: 0px;
	padding: 0px;
}

.fullpodtop
{
	width: 860px;
	height: 24px;
	background: url(../Images/Template/fullpodtop.png);
	margin: 0px;
	padding: 0px;
}

.fullpodback
{
	clear: both;
	width: 860px;
	background: url(../Images/Template/fullpodback.png);
	margin: 0px;
	padding: 0px;
}

.fullpodbottom
{
	width: 860px;
	height: 24px;
	background: url(../Images/Template/fullpodbottom.png);
	margin: 0px;
	padding: 0px;
}

.fullpodtext
{
	width: 800px;
	margin-left: 30px;
	margin-right: 30px;
}


.smallpod
{
	float: left;
	width: 313px;
	margin: 0px;
	padding: 0px;
}

.smallpodtop
{
	width: 313px;
	height: 24px;
	background: url(../Images/Template/smallpodtop.png);
	margin: 0px;
	padding: 0px;
}

.smallpodback
{
	clear: both;
	width: 313px;
	background: url(../Images/Template/smallpodback.png);
	margin: 0px;
	padding: 0px;
}

.smallpodbottom
{
	width: 313px;
	height: 24px;
	background: url(../Images/Template/smallpodbottom.png);
	margin: 0px;
	padding: 0px;
}

.smallpodtext
{
	margin-left: 30px;
	margin-right: 30px;
}


.aboutpod
{
	float: left;
	width: 286px;
	margin: 0px;
	padding: 0px;
}

.aboutpodtop
{
	width: 286px;
	height: 14px;
	background: url(../Images/Template/aboutpodtop.png);
	margin: 0px;
	padding: 0px;
}

.aboutpodback
{
	clear: both;
	width: 286px;
	background: url(../Images/Template/aboutpodback.png);
	margin: 0px;
	padding: 0px;
}

.aboutpodbottom
{
	width: 286px;
	height: 14px;
	background: url(../Images/Template/aboutpodbottom.png);
	margin: 0px;
	padding: 0px;
}

.aboutpodtext
{
	margin-left: 30px;
	margin-right: 30px;
}


.medpod
{
	float: right;
	width: 527px;
	margin: 0px;
	padding: 0px;
}

.medpodtop
{
	width: 527px;
	height: 24px;
	background: url(../Images/Template/medpodtop.png);
	margin: 0px;
	padding: 0px;
}

.medpodback
{
	clear: both;
	width: 527px;
	background: url(../Images/Template/medpodback.png);
	margin: 0px;
	padding: 0px;
}

.medpodbottom
{
	width: 527px;
	height: 24px;
	background: url(../Images/Template/medpodbottom.png);
	margin: 0px;
	padding: 0px;
}

.medpodtext
{
	text-align: center;
}

/*------------------------------------------Headings---------------------------------*/

.class1 a:link, .class1 a:visited
{
	color: #393939;
	font-weight: normal;
	text-decoration: none;
}

.class1 a:hover
{
	color: #393939;
	font-weight: normal;
	text-decoration: underline;
}

.textleft
{
	text-align: left;
}

.textright
{
	text-align: right;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

img
{
	border: none;
}
