/*MASTER DOCUMENT CONTROL*/
html{
overflow-x:hidden;
}

/*Defines the border on ALL images*/
img{border:none;}

/*Defines the entire page primary definitions*/
body{ 
background-color:#202020;
background-repeat:repeat-x;
margin-top: 0px;
margin-bottom: 0px;
margin-left:0px;
margin-right:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: 666666;
font-size:12px;
font-family:calibri, Helvetica, verdana, calibri, Arial, sans-serif;
font-smooth:all;

}

a:link  {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #343434; text-decoration: none}
a:visited  {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #343434; text-decoration: none}
a:hover   {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #006485; text-decoration: none}
a:active  {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #343434; text-decoration: none}

/*MASTER DOCUMENT CONTROL ENDS*/

/*Main Content Container within document for expansion*/
.masterContainer{
-moz-box-sizing: border-box;
box-sizing: border-box;
border:1px grey solid;
margin-left:0px;
margin-right:0px;
padding-left:0px;
padding-right:0px;
width:100%;
height:800px;
background-color:#f1f3f3;
background-image:url(/V3/images/mbg00.jpg);
background-repeat:no-repeat;
}
/*/////Header/////////////////////////////////////*/
.divHeader{
 background-color:transparent;
 position:absolute;
background-image:url(/V3/images/mdheader.png);
background-repeat:repeat-x;
top:0px;
width:100%;
height:60px;
padding:20px;
display:block;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.divHeaderContent{
 padding:0px;
 width:1024px;
 height:29px;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 zoom:1;
 font-family:"Myriad-Pro", Myriad, calibri, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color:transparent;
}

.divHeaderContent, a:link {font-size:15px; color: #ffffff; text-decoration: none}
.divHeaderContent, a:visited {font-size:15px; color: #ffffff; text-decoration: none}
.divHeaderContent, a:hover {font-size:15px; color: #f00043; text-decoration: none}
.divHeaderContent, a:active {font-size:15px; color: #343434; text-decoration: none}

/*ENDS HEADER*/

.logo{
width:300px;
height:29px;
margin:0px;
padding:0px;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:table-cell;
float:left;
background-color:transparent;
}
/*ENDS LOGO CONTAINER*/

.mainMenu{
font-smooth:all;
width:500px;
height:29px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:table-cell;
background-color:transparent;
padding:8px;
margin:0px;
}
/*ENDS LOGO CONTAINER*/

/*TITLE STYLES*/

.divArenaTitle{
padding:0px;
width:400px;
height:50px;
top:150px;
font-size:15px;
color:#000055;
position:absolute;
font-family: calibri, Arial, Helvetica, sans-serif;
background-color:transparent;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom:solid;
border-width:1px;
border-color:#808080;
display:block;
}

.divArenaSubTitle{
margin:0px;
width:550px;
height:139px;
top:145px;
font-size:18px;
color:#072738;
padding:0px;
padding-top:0px;
position:absolute;
background-repeat:no-repeat;
font-family: calibri, Arial, Helvetica, sans-serif;
background-color:transparent;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:block;

}

.cursorOptions {
	cursor:pointer;
}

/*MASTER BODY CONTAINER*/

.divWelcomeBlock{
background-color:transparent;
background-image:url(/V3/images/dm01.jpg);
background-repeat:no-repeat;
border:solid 1px grey;
width:940px;
margin-top:10px;
margin-left:0px;
left:0px;
height:300px;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:block;
}


.divContentBlock{
position:absolute;
background-color:transparent;
background-image:url(/V3/images/g001.png);
background-repeat:no-repeat;
border:none;
width:965px;
left:0px;
margin-top:50px;
margin-left:0px;
height:800px;
padding:10px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:block;
}

/*ENDS MASTER BODY CONTAINER*/

/*SUBMENU CONTAINER*/

.divSubMenu{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 width:200px;
 padding:0px;
 margin:0px;
 height:150px;
 display:block;
 background:red;
 background-repeat:no-repeat;
}

.divSubMenu{
 color:#bbbbbb;
 font-size:10px;
 line-height:20px;
 font-family:calibri, Arial, Helvetica, sans-serif;
 text-align:left;
}

.divSubMenu a:link {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #bbbbbb; text-decoration: none}
.divSubMenu a:visited {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #bbbbbb; text-decoration: none}
.divSubMenu a:hover {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #ff0047; text-decoration: none}
.divSubMenu a:active {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration: none}
/*ENDS SIDE MENU CONTAINER*/

/*SIDE MENU ITEM*/

.subMenuItemList{
list-style-type:square;
list-style-position:outside;
vertical-align:left;
margin-left:0px;
line-height:14px;
font-size:10px;
cursor:pointer;
background-color:green;
display:block;
width:200px;
top:200px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.subMenuItem{
font-family:calibri, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}

.subMenuItem a:link {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration: none}
.subMenuItem a:visited {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration: none}
.subMenuItem a:hover {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #ff0047; text-decoration: none}
.subMenuItem a:active {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration: none}

/*Controls Links on Side Banner*/
.adItem{
color:#022846;
font-size:12px;
}

.adItem a:link {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #022846; text-decoration: none}
.adItem a:visited {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #022846; text-decoration: none}
.adItem a:hover {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #aec9d5; text-decoration: none}
.adItem a:active {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #022846; text-decoration: none}
/*ENDS SIDE MENU ITEM*/

.subMenuTitle{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #004f63;
 font-smooth:all;
 border-left:solid;
 border-width:3px;
 border-color:#222222;
 font-family:calibri, Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:bold;
 text-align:left;
 width:230px;
}

.subMenuDescription{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 display:block;
 width:280px;
 background-color:none;
 color: #ffffff;
 font-smooth:all;
 display:block;
 font-family:calibri, Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-align:left;
 padding:10px;
 border-bottom:none 1px #000000;
}


.category a:link {font-family:calibri, Arial, Helvetica, sans-serif; font-size:11px; color: #303030; text-decoration: none;}
.category a:visited {font-family:calibri, Arial, Helvetica, sans-serif; font-size:11px; color: #303030; text-decoration: none;}
.category a:hover {font-family:calibri, Arial, Helvetica, sans-serif; font-size:11px; color: #009cff; text-decoration: none;}
.category a:active {font-family:calibri, Arial, Helvetica, sans-serif; font-size:11px; color: #303030; text-decoration: none;}
/*ENDS SUB MENU LINKS AND TITLES*/

/*SECTION PARAGRAPHS*/
.divParagraph{
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width:100%;
 height:150px;
 display:block;
 padding:0px;
 color:#aaaaaa;
 background-color:#001922;
 font-smooth:all;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin:0px;
 line-height:16px;
 font-family: calibri, Helvetica, verdana, calibri, Arial, sans-serif;
 font-size:12px;
 text-align:left;
}


/*ENDS SECTION PARAGRAPHS*/

/*SUB MESSAGE Text that appears after side menu is clicked*/
.divSubMessage{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 position:relative;
 padding:11px;
 float:left;
 width:500px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 text-align:left;
 height:100px;
 background-color:transparent;
 top:65px;
 display:none;/*Block allows elements to be positions side by side*/
}

/*ENDS SUB MESSAGE*/

.divPrimaryMessage{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 padding:0px;
 margin-left:10px;
 margin-bottom:10px;
 margin-top:10px;
 width:275px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 text-align:left;
 font-size:12px;
 height:275px;
 background-color:#ff0400;
 display:none;/*Block allows elements to be positions side by side*/
}




.divServiceMessage{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 position:absolute;
 padding:11px;
 left:420px;
 top:10px;
 width:500px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 text-align:left;
 height:100px;
 background-color:blue;
 top:200px;
 display:block;/*Block allows elements to be positions side by side*/
}


.divPrimaryMessage2{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 padding:11px;
 width:200px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 text-align:left;
 height:150px;
 background-color:transparent;
 top:200px;
 display:block;/*Block allows elements to be positions side by side*/
}



.iconTitle{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 position:relative;
 padding:0px;
 width:500px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 text-align:left;
 font-weight:bold;
 height:43px;
 background-color:red;
 font-size:16px;
 display:block;/*Block allows elements to be positions side by side*/
}

.divSecondaryMessage{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 position:absolute;
 padding:0px;
 line-height:10px;
 width:450px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 text-align:left;
 font-size:15px;
 height:200px;
 left:400px;
 background-color:transparent;
 top:210px;
 display:block;/*Block allows elements to be positions side by side*/
}

/*NEWS STYLES*/

.newsTitle{
color:#e04f00;
font-family:calibri, Arial, Helvetica, sans-serif;
font-size:13px;
}

.time{
color:#555;
font-family:calibri, Arial, Helvetica, sans-serif;
font-size:10px;
}
/*ENDS NEWS STYLES*/

/*SubServices*/
.subService{
width:495px;
height:75px;
padding:0px;
display:block;
background-color:transparent;
text-align:left;
}

.serviceTitle .serviceBody{
-moz-box-sizing: border-box;
 box-sizing: border-box;
 position:absolute;
 display:block;
 width:500px;
 font-smooth:all;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin:0px;
 line-height:15px;
 font-family: calibri, Helvetica, verdana, sans-serif;
 font-size:12px;
 text-align:left;
}

.serviceTitle{
 height:15px;
 padding-left:10px;
 background-color:#122632;
 color:#ffffff;
 line-height:14px;
 font-weight:bold;
 font-size:13px;
}

.serviceBody{ 
 padding:10px;
 height:50px;
 background-color:#dddddd;
}


/*END SUB SERVICES*/
.bottom{
 position:absolute;
 padding:0px;
 margin:0px;
 width:800px;
 height:193px;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 top:577px;
 left:-1px;
 zoom:1;
 background-color:#303030;
 background-repeat:no-repeat;
}
/*CONTACT STYLES*/

.contact{
 color:#555;
 font-smooth:all;
 background-color:#cecece;
 display:block;
 border-bottom:solid;
 border-width:1px;
 border-color:#d3d3d3;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding:3px;
 margin:0px;
 line-height:13px;
 height:60px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 font-size:12px;
 text-align:left;
}
/*ENDS CONTACT*/

/*CONTACT FORM*/

.divContactBox{
 position:absolute;
 padding:0px;
 margin:0px;
 width:680px;
 height:100px;
 display:none;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 top:510px;
 left:165px;
 zoom:1;
 background-color:#e4e4e4;
 filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.0);
 *filter:progid:DXImageTransform.Microsoft.Chroma(color=#e1e0e0); /*in this case, #f4f3f3 (pick from its parent element's background image color) will smooth the edge of texts*/
 *zoom:1;
 *background-color:#e4e4e4;
 filter:alpha(opacity=0);
 -moz-opacity:.0;
 opacity:.20;
 
}

.partner{
 color:#555;
 font-smooth:all;
 background-color:#cecece;
 display:block;
 border-bottom:solid;
 border-width:1px;
 border-color:#d3d3d3;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding:1px;
 margin:0px;
 line-height:13px;
 height:70px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 font-size:12px;
 text-align:left;
}

.partlogo{
 color:#555;
 background-color:transparent;
 display:block;
 float:left;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin:0px;
 height:70px;
 width:240px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 font-size:12px;
 text-align:left;
}

.partdesc{
 color:#555;
 background-color:transparent;
 padding:3px;
 display:block;
 float:right;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin:0px;
 height:70px;
 width:230px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 font-size:12px;
 text-align:left;
}

.divMessage {
font-smooth:all;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin:0px;
 line-height:15px;
 font-family: calibri, Arial, Helvetica, verdana, sans-serif;
 font-size:10px;
 text-align:left;
 width:450px;
 padding:10px;
 height:100px;
 display:block;/*Block allows elements to be positions side by side*/
}


.label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

input, .textBox
{
color: #555555;
font-family:calibri, Arial, Helvetica, sans-serif;
font-size:10px;
border:solid;
border-width:1px;
border-color:#aaaaaa;
background: #e4e4e4;

}

.textBox{
width:300px;
height:100px;
overflow:hidden;
padding:0px;

}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

fieldset
{
color:#555555;
width: 600px;
border:none;
}

legend
{
color: #fff;
background: #ff002a;
border: none;
padding: 2px 6px
} 

/*/////Cats/////////////////////////////////////*/
.divWelcomeMessage{
 font-smooth:all;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 position:absolute;
 top:330px;
 left:20px;
 color:#333333;
 margin:0px;
 width:940px;
 padding:10px;
 height:100px;
 background-color:transparent;
 display:block;/*Block allows elements to be positions side by side*/
}


.category{
 color:#444444;
 font-smooth:all;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-right:solid;
 border-color:#999999;
 border-width:1px;
 margin:0px;
 width:245px;
 height:150px;
 left:0px;
 position:absolute;
 top:20px;
 padding-right:5px;
 font-family: calibri, Arial;
 font-size:14px;
 text-align:left;
 background-color:transparent;
}

.category2{
 color:#444444;
 font-smooth:all;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-right:solid;
 border-color:#999999;
 border-width:1px;
 padding-right:10px;
 margin:0px;
 width:245px;
 height:150px;
 left:265px;
 position:absolute;
 top:20px;
 line-height:13px;
 font-family: calibri, Arial;
 font-size:13px;
 text-align:left;
 background-color:transparent;
}

.category3{
 color:#444444;
 font-smooth:all;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right:10px;
 margin:0px;
 width:235px;
 height:150px;
 left:530px;
 position:absolute;
 top:20px;
 line-height:13px;
 font-family: calibri, Arial;
 font-size:13px;
 text-align:left;
 background-color:transparent;
}
/*/////Footer/////////////////////////////////////*/

.divFooterBox{
 position:absolute;
 top:800px;
 left:0px;
 margin-top:0px;
 width:100%;
 margin-left:0px;
 height:150px;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 zoom:1;
 font-family:calibri, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-align:right;
 color:#fff;
 background-color:#202020;
 background-image:url(/V3/images/mdfooter.png);
 background-repeat:repeat-x;
}

.divFooterContent{
 position:absolute;
 padding:0px;
 margin:0px;
 margin-left:30px;
 width:410px;
 height:25px;
 display:block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 left:0px;
 top:15px;
 font-family:calibri, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-align:left;
 color:#ffffff;
 background-color:transparent;
}

.divFooterContent a:link {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #ffffff; text-decoration: none}
.divFooterContent a:visited {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #ffffff; text-decoration: none}
.divFooterContent a:hover {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #006485; text-decoration: none}
.divFooterContent a:active {font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color: #343434; text-decoration: none}
